Blog
[Comic] let VS const
See the difference between `let` and `const` in JavaScript.
September 22, 2024
Go for Niche (or 'Alex Hormozi is correct')
My most popular post is the one I thought no one would read.
September 21, 2024
Creating a peer-to-peer/real-time/multiplayer application (MVP) using Node.js
So you have an idea for a chat/communication app that you think can solve a big problem. Or you have a game idea and crave the nostalgia of LAN parties.
September 6, 2024
Changing perspectives for software engineers
When you hire a skilled software engineer, how long does it take for them to feel comfortable with the product they have to build?
August 17, 2024
Safe inline editing of content using React 18, CodeMirror 6 and two custom plugins: dropdowns and auto-complete
Imagine you’ve lovingly hand-crafted an advanced reporting system that allows users to write the calculations themselves...
August 10, 2024
Uploading files for a web application: server, filesystem or both?
Let’s say you’re working on a web application and you want to give your users the ability to upload files...
June 30, 2024
Conditional headers and footers in Microsoft Word
Need to make headers and footers disappear conditionally in Microsoft Word?
March 10, 2024
Making magic links in Auth.js (NextAuth.js) work your way
Auth.js (formally NextAuth.js) is a fantastic library for setting up authentication in your Node.js-based application.
March 28, 2023