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...
It has been a while ever since the Build Youtube in React tutorial series came out. Since then YouTube has made a couple of adjustments – especially for accessibility reasons and has made the...
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...
It was quite a while ago when I finished the Build Youtube in React tutorial series. Thanks to everyone who followed along. Today, I’m super happy to announce that I will be doing another...
A few days ago, I published the last and 45th part of my build Youtube in React epic length tutorial series. This is a summary of what I learned throughout the entire process.
1 Overview Almost done, we already have the network logic for our search component in place. We just need to make use of it to achieve our goal. So let’s get it over with...
1 Overview We’re finally about to start building out our search component. Hold on a second. The UI for the search results looks almost identical to what we have in our Trending component. To...
Recent Comments