Javascript
Dive deep into specific topics and technologies. From React fundamentals to coffee brewing techniques, find exactly what you're looking for in this organized learning journey.

Preventing CSRF and XSS Attacks with JWT and Fingerprint Cookies in Express
Featured
October 1, 2024
9 mins read
When building a full-stack web application, the communication between your client and server are at risk with different vulnerabilities such as XSS (Cross-Site Scripting), CSRF and Token Sidejacking.

How I Automated OBS Streaming with JavaScript (And Saved Our Office Hours of Setup Time)
Featured
May 4, 2025
3 mins read
At our workplace, we operate multiple mini PCs in a remote location — each with 2 camera feed — and we needed to livestream them 24/7 to different platforms

Learning and Implementing RAG (Retrieval-Augmented Generation) using Hugging Face and LangChain
Featured
February 15, 2024
6 mins read
I've been learning about AI chatbots and their widespread use as company assistants and personal AI companions. Based on what I've seen from TikTok reels and YouTube videos.