rss_feed

Node.js and TypeScript

My Problem with The Current State of Next.js

When I first discovered Next.js, I was excited about it, but it has become somewhat of a mess since then. These are my thoughts on it.

April 11, 2024

Linker: October 27, 2023

As always, there is a lot going on in the world of tech. This week’s “Linker” features experimental updates, new releases and a few tips and tricks.

October 27, 2023

Linker: October 20, 2023

This is the first of a regular series of posts featuring links of interest to developers and nerds.

October 20, 2023

Why I’ve Switched from React to Angular for My Projects

For years, my go-to frontend framework was React, but now I prefer using Angular for my projects. This is why.

October 15, 2023

Vue.js: Route-Level Code Splitting with a Page Loader

Vue.js makes it easy to implement router-level code splitting. Page loaders are a great way to indicate that your application is loading.

June 18, 2023

Windows 95 as an Electron App

An operating system that was released 25 years ago and required an entire computer to run can now instead be run in a browser window with an interpreted language.

August 6, 2020

Debugging Node.js Remotely with Visual Studio Code

Visual Studio Code is a tool with many talents. Among those is the ability to not just debug Node.js applications, but also to debug them remotely.

August 4, 2020

Automatically Compile SASS Using Node.js and Express

For about two years I have been using Grunt to compile my SASS files into CSS for projects for work as well as for personal projects such as this website. This workflow has served me well and I still use it for most of my PHP-based projects. However, I’ve come up with an even easier and faster solution for my Node.js-based applications.

June 26, 2020

Boilerplate Web Apps in Node.js and TypeScript

Since I am constantly starting a new project, I got tired of always having to set up each web app from scratch. Therefore, I decided to create a couple of boilerplate apps in Node.js and TypeScript.

June 17, 2020

Debugging Node.js in a Docker Container with WebStorm

Node.js + Docker + WebStorm is not an unusual setup for Node.js developers, but there is nonetheless surprisingly little information available about how to setup debugging in WebStorm while running a Node.js application locally in a Docker image.

June 15, 2020