Fresh Development Insights

Explore in-depth articles, tutorials, and thoughts on modern web development. Served fresh with a side of caffeine.

50+

Unpublished Blogs

20+

Categories

Cups of coffee

Latest Brews

image
From $0 Stack to AI-Driven MVP: How Claude Code + Get Things Done Changed My Workflow
Featured
5 days ago

6 mins read

I’ve always built side projects at zero cost—free tools, free hosting, open source everything. That changed when I tried Claude Pro with a spec-driven system called Get Shxt Done.

image
Escaping Tutorial Hell: A Practical Roadmap to Learning Web Development
Featured
January 29, 2026

8 mins read

You've probably been stuck in "Tutorial Hell"—watching YouTube tutorials filled with bloated content or following roadmaps that overwhelm you with tons of references and links to study.

image
Self-hosting n8n on my "Home Server"
October 17, 2025

3 mins read

Since AI automation is the trend these days, I started exploring different tools — but wow, most of them are pretty expensive!

image
How I Built My Own Blogging Site with Sanity and Next
Featured
August 28, 2025

4 mins read

I’ve been posting on dev.to for a while, but my “toxic dev trait” kicked in and I thought: I can build something better. So I did. Here’s how I set up my own blogging site using Sanity and Next

image
Why Web Development Is Still One of the Best Skills You Can Learn Today
Featured
June 23, 2025

8 mins read

Still choosing your major? Web development offers flexibility, freedom, and a future-proof skillset — even for beginners.

image
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

image
Exploring HuggingFace and Building an AI Exam Question Generator
Featured
December 24, 2024

3 mins read

You’ve probably heard of HuggingFace—a powerful platform for AI enthusiasts and developers. Let me take you through my journey of experimenting with one of its AI models

image
Essential Web Resources for Stunning Front-End Design
Featured
November 11, 2024

2 mins read

Creating an eye-catching front end for a website often means diving into a variety of design tools and resources.

image
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.

image
How to add Google ReCAPTCHA in your React website
September 28, 2024

3 mins read

A CAPTCHA test is basically a way to check if you're a real person or just a bot. CAPTCHA stands for "Completely Automated Public Turing test to tell Computers and Humans Apart,"

image
How to setup your own "Git Server"
September 10, 2024

3 mins read

Recently, I was tasked to setup an on-premise Git server to store a source code repository of one of our developed software.

image
Writing a Telegram and Email Notifications Script for Zabbix
Featured
September 5, 2024

2 mins read

Monitoring your whole infrastructure is very essential specially in IT infrastructures. I recently learn creating and writing scripts for monitoring like this.