NestJS Rate LimitingSometimes restrictions can be rewarding, as some would say "Less is more" and in the case of rate limiting, that's exactly what we're doing. What is rate limiting? Rate limiting is a technique used by web server developers to control the number of re...Mar 9, 2024·3 min read
Win11 in ReactI just had to write about it because of all the hard work that most likely went into doing this although the author is downgrading this to just "around 6 days of programming". I was strolling through Github repositories looking for something cool and...Oct 28, 2023·1 min read
What surprised me as a technical interviewerI've been a JavaScript developer for a while now and in the last few years I had the opportunity to interview a lot of candidates of all levels, from students aspiring to an internship position to Senior Developers. Today I'll focus on the first cate...Oct 20, 2023·5 min read
Chrome extensions finally have WebSocketsYes, friends, you've read that right, Chrome extensions with manifest v3 finally got WebSocket connections to work after almost 2 years since extensions with manifest v2 were not accepted anymore on the Chrome Web Store. A short history of Chrome ext...Oct 14, 2023·4 min read
Mastering NestJS: Unveiling Hidden Gems in Controllers, Providers, and ModulesNestJS is renowned for its robustness and scalability, making it the go-to framework for building server-side applications with Node.js. If you're a Javascript backend developer or a full-stack looking to level up your NestJS skills, you're in the ri...Oct 12, 2023·4 min read
Angular vs. React: Choosing the Right Path for Your Frontend Development JourneyAs a junior programmer or someone new to the world of front-end development, you might find yourself standing at a crossroads, unsure of which path to take. The choice between Angular and React can be daunting, as both frameworks have their own merit...Oct 9, 2023·5 min read