Three things you can do to avoid a messy code base
How can I avoid that my code base gets messy over time to avoid accumulating technical debt? In my estimation, at almost any project you will find yourself in the situation that you think...
Build real world, production-ready software
How can I avoid that my code base gets messy over time to avoid accumulating technical debt? In my estimation, at almost any project you will find yourself in the situation that you think...
I am not sure if I should put the JWT I use for authentication in the response body or in a HTTP-Only and secure cookie. Which one is better for security and why? I...
Dependency injection does not seem to be a really common thing in the Node.js world. To me, this is very surprising because the main benefit in my opinion is that your code becomes just so much more testable.
Today, I’m happy to announce the start of a new tutorial series in which we will explore how to implement a server to server communication with JSON Web Tokens. We first explain what JSON...
Since the current tutorial series is where we build Yelp in React is coming to an end, I’m super happy to announce the start of a new tutorial series – this time around with...
Recent Comments