4 followers
Hey there, I'm Linus and I love coding! This is my personal blog in which I'll try to share my knowledge on interesting dev-topics with you.
Questions? Just comment them :)
Intro Especially when working on larger projects, things can get quite complicated very soon. Some changes here, some minor cleanup there and BOOM -...
Intro Recently, I made the impactful decision to migrate my entire Node.js API from JavaScript to TypeScript. I worked with other statically typed...
Intro In my previous blog post, I've explained the concept of JWTs, how they're used as well as possible security issues that should be taken into...
Intro Have you ever wondered how you're able to stay logged in after you've closed and re-opened an application on your smartphone? One thing's for...
Intro Now that you've installed your MongoDB database server and played around with basic Mongo-Shell commands, it's finally time to worry about a...
Intro Now that you know how to use GIT locally on your machine, it's time to take your development routine to a new level: remote repositories. Most...