✕ Clear all filters
14 articles
▶ Videos →

📰 Dev.to · Naimul Karim

14 articles · Updated every 3 hours · View all reads

All Articles 111,740Blog Posts 121,764Tech Tutorials 28,496Research Papers 23,050News 16,657 ⚡ AI Lessons
Building a Cloud-Native Event Ticketing System with DDD, Event-Driven Architecture & CQRS in .NET 8
Dev.to · Naimul Karim 🏗️ Systems Design & Architecture ⚡ AI Lesson 2mo ago
Building a Cloud-Native Event Ticketing System with DDD, Event-Driven Architecture & CQRS in .NET 8
Building a Cloud-Native Event Ticketing System with DDD, Event-Driven Architecture &...
SecretVault: One Interface to Rule All Your Cloud Secrets in .NET 9
Dev.to · Naimul Karim 2mo ago
SecretVault: One Interface to Rule All Your Cloud Secrets in .NET 9
Stop writing provider-specific secret management code. SecretVault gives you a single, unified ISecretManager interface for AWS, Azure, GCP, and HashiCorp Vault
A Unified View of AI Evolution: From Machine Learning to LLMs, RAG, and Fine-Tuning
Dev.to · Naimul Karim 🧠 Large Language Models ⚡ AI Lesson 2mo ago
A Unified View of AI Evolution: From Machine Learning to LLMs, RAG, and Fine-Tuning
Artificial Intelligence has progressed far beyond its early rule-based origins. What once depended...
I Built a Natural Language to SQL Generator with LangChain, Groq, and Streamlit — Full Tutorial
Dev.to · Naimul Karim 🧠 Large Language Models ⚡ AI Lesson 2mo ago
I Built a Natural Language to SQL Generator with LangChain, Groq, and Streamlit — Full Tutorial
A complete walkthrough of building an AI app that converts plain English questions into SQL queries, executes them, and explains the results — using a free LLM
I Built a PDF Q&A App with RAG, FAISS, and Llama 3.1 — Here's Everything I Learned
Dev.to · Naimul Karim 🧠 Large Language Models ⚡ AI Lesson 2mo ago
I Built a PDF Q&A App with RAG, FAISS, and Llama 3.1 — Here's Everything I Learned
A complete walkthrough of building an AI-powered document assistant using Retrieval-Augmented Generation, FAISS vector search, and Groq's free Llama 3.1 API — i
Problem solving with ML : Domains That Actually Matter
Dev.to · Naimul Karim 📐 ML Fundamentals 6mo ago
Problem solving with ML : Domains That Actually Matter
When people start learning machine learning, they often focus on different things. But in practice,...
Unit testing : How to Mock Public Methods in C# with NSubstitute
Dev.to · Naimul Karim 6mo ago
Unit testing : How to Mock Public Methods in C# with NSubstitute
With NSubstitute, a public method can only be mocked if it is virtual (or abstract). If the method is...
Why is offset pagination slow
Dev.to · Naimul Karim 📊 Data Analytics & Business Intelligence 6mo ago
Why is offset pagination slow
Offset pagination is slow mainly because the database still has to process (read and skip) all the...
Software Defects Prediction using Machine Learning
Dev.to · Naimul Karim 📐 ML Fundamentals 6mo ago
Software Defects Prediction using Machine Learning
Step 1: Data Loading and Initial Analysis This Python 3 environment comes with many helpful...
Steps to Transform ASP.NET Core API into AWS Lambda Functions
Dev.to · Naimul Karim 📣 Digital Marketing & Growth ⚡ AI Lesson 9mo ago
Steps to Transform ASP.NET Core API into AWS Lambda Functions
The beauty of hosting an ASP.NET Core API behind a Lambda function is that you can write an ASP.NET...