Category: javascript
[Comic] let VS const
See the difference between `let` and `const` in JavaScript.
September 22, 2024Creating 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, 2024Changing 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, 2024Safe 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, 2024Uploading 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, 2024Making 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