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.
Showing 10–18 of 28 articles