Sticky
Simple and practical solutions you can apply in daily workI found out that I repeatedly use some TypeScript code patterns in ...
Sticky
As an Angular developer, a large part of our daily job is putting components together to build our app. From time to time, we...
Sticky
If…else is not bad — excessive usage is
If…else exists in all programming languages. They’re not bad practices if used prop...
Sticky
Avoid the magic strings, and make your app maintainable and strongly typedWe often need to share common values between classe...
Sticky
A comparison between contract and permanent jobs based on my personal experienceI was a permanent employee once. At the time,...
Sticky
A practical guide to resolving SSL certificate errorsIn a non-production environment, setting up a NodeJS App with HTTPS and ...
Sticky
A cleaner, loosely coupled, and more maintainable solutionTo build a solid RESTful API, there are well-established best pract...
Sticky
Complete guide and tricks on how to connect to the MySQL instances remotelyIn my previous article, I wrote about hosting a si...
Sticky
Top Secure Code Best Practices for NestJS DevelopersIn Part 1 of this article, We walk through 4 common security risks and t...
Sticky
Using Reflect and the NestJS Undocumented API to Identify Unsecured Endpoints in Unit TestsIt is a given that an API should b...