Latest Articles
Discover insights, tutorials, and best practices from the world of development, AI tools, and technology trends. Articles from my blog and external platforms.
ChatGPT on Your Laptop — No Internet Needed (Ollama + Python)
ChatGPT on your laptop without internet? Yes, it’s possible with Ollama, a local LLM (Large Language Model) that runs right on your machine. In this article, I’ll show you how to set up Ollama and use it with Python to create your own local ChatGPT experience.
My Angular App Became 5× Faster. I Just Deleted RxJS
In this article, I’ll share how I improved the performance of my Angular application by removing RxJS and leveraging Angular Signals. By simplifying state management and reducing complexity, I was able to achieve a 5× speed boost in my app’s performance.
TypeScript Best Practices You’re Probably Not Following (But Should)
In this article, I’ll share some essential TypeScript best practices that can significantly improve your code quality and maintainability.
Coding Rule #1 The Solution Appears 5 Minutes After You Stop Trying
In this article, I share a personal coding rule that has helped me overcome challenges and find solutions more effectively.
Dependency Injection: From Confusion to ‘Oh, That’s It?’
In this article, I’ll demystify dependency injection (DI) and explain how it works in a simple and straightforward way. Whether you’re new to DI or have been struggling to grasp the concept, this guide will help you understand its purpose and benefits in software development.
Build Your First AI Agent with Python in 20 Minutes
In this article, I’ll guide you through the process of building your first AI agent using Python. We’ll cover the basics of AI agents, set up the necessary tools, and create a simple agent that can perform tasks autonomously. By the end of this tutorial, you’ll have a functional AI agent up and running in just 20 minutes.
The RxJS Guide I Wish Someone Gave Me When I Started
In this article, I’ll share the essential RxJS concepts and best practices that I wish I had known when I first started using it. Whether you’re new to RxJS or looking to deepen your understanding, this guide will help you navigate the world of reactive programming with confidence.
My Medium Stats After 3 Months of Consistent Writing (No Hacks, Just Habit)
In this article, I’ll share my Medium stats after three months of consistent writing, along with the strategies and habits that helped me grow my audience organically without relying on hacks or shortcuts.
I Started a Small Medium Publication About AI Prompts (Here’s Why)
In this article, I’ll share the reasons behind starting a small Medium publication focused on AI prompts. I’ll discuss my motivations, goals, and the value I hope to provide to readers interested in AI and prompt engineering.
How I Create Viral Comic Strips in 15 Minutes With ChatGPT (No Drawing Skills Needed)
In this article, I’ll share my process for creating viral comic strips using ChatGPT in just 15 minutes, without any drawing skills required. I’ll walk you through the steps I take to generate ideas, write scripts, and bring my comics to life with the help of AI.
10 Modern JavaScript Features You’re Still Not Using (But Every Dev Will in 2026)
In this article, I’ll explore the 10 most powerful JavaScript features that are still underutilized in 2026. These features will help you write cleaner, more efficient code and stay ahead of the curve in modern web development.
7 AI Prompting Secrets That Transformed My Productivity (Prompt Templates Inside)
In this article, I’ll share seven AI prompting secrets that have significantly boosted my productivity. These tips and prompt templates will help you get the most out of AI tools like ChatGPT, enabling you to work smarter and faster.
Why Developers Are Secretly Addicted to VS Code
I’ll admit it VS Code has me hooked. Like, “I’ll just tweak one line of code” hooked. Next thing I know, it’s 2 a.m., my coffee’s cold, and I’m customizing my theme for the 37th time.
The Bhagavad Gita of Programming:- Chapter 1. The Battlefield of Code
Arjuna stood in front of his IDE, hands shaking. The screen was filled with errors, bugs, and endless lines of code. It all felt too much to handle. Arjuna said, “O Krishna, why must I fight these errors? They seem endless. Every time I fix one, another appears.”
10 VS Code Shortcuts That Will Save You 100+ Hours a Year
As developers, we spend hours every day battling code, debugging, and scrolling through files. But what if you could reclaim 30 minutes daily just by mastering a few keyboard shortcuts?
Fast API Basic
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
Day 1: What is Node.js?
Welcome to Day 1 of learning Node.js! In this post, we’ll explore what Node.js is, how it works, and why it’s a game-changer for building fast and scalable applications.