Welcome to My Tech-Journal

A space where I share my thoughts, experiences, and learnings on technology, programming, and innovation. Expect in-depth articles, tutorials, and projects that showcase my expertise in web development, cloud computing, machine learning, and more!

Check out the latest posts below and if you love what you see, Support my work and help me build more cool stuff! Donate Here


WHY CLEAN CODE MATTERS: INSIGHTS ON FUNCTION

Continuing with my journey of exploring Clean Code by Robert C. Martin, I am back with my thoughts on the chapter about Functions. This blog is a continuation of my series on Clean Code insights.

WHY CLEAN CODE MATTERS: INSIGHTS ON COMMENTS

I recently finished reading Clean Code by Robert C. Martin, and I loved many points that I would implement in my approach to coding. Over the next few posts, I’ll share some key takeaways from the book, starting with a topic that’s often overlooked: comments.

4-MONTH ADVANCED AI/ML LEARNING PLAN: BIWEEKLY PROJECTS + ADVANCED SKILLS DEVELOPMENT

A detailed 4-month plan to learn AI/ML with projects, focusing on Computer Vision, Recommender Systems, Reinforcement Learning, and Generative Models.

DEEP LEARNING FAQ

This page contains an easy explaination of common jargons of Deep Learning.

30 DAYS, 30 DEEP LEARNING PROJECTS

After completing my 30 Days, 30 Machine Learning Projects Challenge, I’m ready for the next step: 30 Days, 30 Deep Learning Projects! This new challenge will guide me through deep learning, starting with the basics of neural networks and building up to advanced topics like GANs, Transformers, and BERT. I’ve designed the challenge to gradually increase in complexity, making it a perfect learning journey. If you’re ready to dive into deep learning, read moe to join me on this journey!

MACHINE LEARNING FAQ

This page contains an easy explaination of common jargons of machine learning.

30 DAYS, 30 MACHINE LEARNING PROJECTS

I’ve been learning a lot about AI and machine learning from online courses. But reading tutorials is getting boring, even though I know the basics. As a web developer, I like to learn by doing. So, I have challenged myself to do this challenge of completing 30 small projects in 30 days. Come join me on this journey!

INSIDE THE CODEBASE: A DEEP DIVE INTO DRUPAL RAG INTEGRATION

Welcome back! After our first article that showed you our new Drupal Rag Integration app, many of you liked it. Thank you! Today, let’s look at how the code works.

BUILD SMART DRUPAL CHATBOTS WITH RAG INTEGRATION AND OLLAMA

As a Drupal developer who values open-source solutions, I was excited to explore the potential of combining Drupal and Ollama. Drupal is one of the most popular CMS platforms worldwide. Tesla, Nokia, and Oxford University are just a few examples of high-traffic websites powered by Drupal. Among the many reasons why Drupal is used by so many companies, the core one that resonates with me is its open-source nature.

DOCUMENTOR: BUILD A RAG CHATBOT WITH OLLAMA, CHROMA & STREAMLIT

In this article, we build a Retrieval-Augmented Generation (RAG) web application called DocuMentor that allows users to upload PDF documents and ask questions about the contents. Let’s understand this with the help of a real-world example