Trust me! I am an Engineer.

Building Intelligent E-commerce Experiences with RAG

Building Intelligent E-commerce Experiences with RAG

In this article, we will explore how Retrieval-Augmented Generation (RAG) can transform e-commerce applications. We’ll discuss the implementation of vector databases, semantic search, conversation memory, and multi-language support through a practical example project.
Modern AI Technologies and Node.js Integration

Modern AI Technologies and Node.js Integration

In this article, we will explore the applications of artificial intelligence technologies in the JavaScript ecosystem. We will discuss how fundamental concepts such as AI agents, tool calling, conversation memory, and context management can be implemented in Node.js applications through example projects.
Understanding TypeScript - Part 9: Sample Project

Understanding TypeScript - Part 9: Sample Project

In this article, we will explore the process of developing a Todo application using TypeScript and Node.js with JWT and Google OAuth authentication. We will discuss the experience of designing a modern REST API by implementing TypeScript’s type safety, MongoDB integration, and clean architecture principles.
Build a RESTful API with Fastify and Node.js

Build a RESTful API with Fastify and Node.js

Fastify is a modern web framework for Node.js that focuses on providing high performance with low overhead. In this article, I will explain in detail what Fastify is, how it’s used, and best practice recommendations.