How do Express.js Sessions work?
Every web application in the world that maintains user data has to deal with sessions. As developers, we need to know what they are and how to use them. This post explains how sessions work in Express.
These posts should appear on the front page blogroll.
Every web application in the world that maintains user data has to deal with sessions. As developers, we need to know what they are and how to use them. This post explains how sessions work in Express.
Home prices in Toronto have tripled in the last 15 years. I looked into some data and try to explain what I think is happening in the Toronto housing market.
Six quick tips which will help you build more maintainable CRUD-based APIs.
How to use Metalsmith.io to build simple static websites in NodeJS
Everyone agrees that web application security is very important but few take it seriously. Here’s a 13-step security checklist that you should follow before deploying your next web application.
Learn about how you can make database changes when your app is in production without causing breaking changes for your active users.
Have you struggled with user authentication before? Almost every web application we make needs some type of user authentication. Yet, it’s still not trivial to create a standard user authentication flow. I can’t tell you the number of times I’ve created login and signup pages. The good news is that there are some good JavaScript […]
I’ve been working on a project that involves integrating React Native into an existing Android application. The React Native documentation is great, but there are some gaps when it comes to Android integration, both via the emulator and on the device. Here are some small issues that I ran into while getting React Native to work […]