Posts
Implementing Authentication in NestJS with Drizzle and Passport.js
Grzegorz Dubiel
27-03-2025
NestJS is an opinionated JavaScript backend framework that is rapidly gaining popularity. Let’s explore how to implement authentication and experience some of NestJS’s magic in action.
Read more...Managing the Context Window of GPT-4o-mini in JavaScript
Grzegorz Dubiel
26-02-2025
Let's dive into the topic of GPT-4o-mini's context window and explore strategies and tools for managing it in JavaScript by building a keyword extractor capable of handling large amounts of text data.
Read more...From User to Contributor: My Journey with cookies-next
Grzegorz Dubiel
22-01-2025
In the past, I had many opportunities to work on authentication systems. Everyone knows that when it comes to auth, cookies often need to be handled, and it's good to have tools that streamline working with them. One such tool is cookies-next, a tiny npm package designed (as its name suggests) to work with cookies in Next.js.
Read more...Async Local Storage is Here to Help You
Grzegorz Dubiel
18-12-2024
Let's talk about Async Local Storage in Node.js. We'll explore where it can be used and its use cases. We'll also attempt to reimplement one of the features from one of the many popular meta-frameworks out there.
Read more...