Skip to content

Geeky Codes

Programming, AI, Machine Learning & Software Development Tutorials

  • Home
  • Python
  • Machine Learning
  • Data Science
  • Interview Questions
  • Data Structures and Algorithms
  • Interview
  • Machine Learning From Scratch
Top Tags
  • Python
  • Programming
  • Machine Learning
  • Algorithm
  • Tutorial
  • Problem Solving
  • DataScience

Latest Post

Before Transformers: Why RNNs Could Never Scale to Modern AI- Part 1 20 Data Engineering Interview Questions You Should Know for Databricks & PySpark Roles Stop Paying for Idle Servers: How I Built a Flask ML App That Costs Almost Nothing on AWS Why Your FastAPI Event Loop Freezes Under Load: The Hidden Battle Between AsyncIO and Scikit-Learn Longest Consecutive Sequence in Python: O(n) Hash Set Solution Explained
Machine Learning

Before Transformers: Why RNNs Could Never Scale to Modern AI- Part 1

July 28, 2026 Geeky Codes No Comments
Data Engineering

20 Data Engineering Interview Questions You Should Know for Databricks & PySpark Roles

July 27, 2026 Geeky Codes No Comments
AWS Tutorials

Stop Paying for Idle Servers: How I Built a Flask ML App That Costs Almost Nothing on AWS

July 27, 2026 Geeky Codes No Comments
Machine Learning

Why Your FastAPI Event Loop Freezes Under Load: The Hidden Battle Between AsyncIO and Scikit-Learn

July 16, 2026 Geeky Codes No Comments
Python

Longest Consecutive Sequence in Python: O(n) Hash Set Solution Explained

June 25, 2026 Geeky Codes No Comments
  • Latest
  • Popular
  • Trending
Machine Learning
Before Transformers: Why RNNs Could Never Scale to Modern AI- Part 1
Data Engineering
20 Data Engineering Interview Questions You Should Know for Databricks & PySpark Roles
AWS Tutorials
Stop Paying for Idle Servers: How I Built a Flask ML App That Costs Almost Nothing on AWS
Machine Learning
Why Your FastAPI Event Loop Freezes Under Load: The Hidden Battle Between AsyncIO and Scikit-Learn
Blog
Install and Secure MongoDB 6.0 on CentOS 7
Blog
Installing the mongo-cxx-driver step by step
BSON Library C C++
Installing the Mongodb-C Driver (libmongoc) and BSON library (libbson)
C C++
CRUD Operation in Mongo-cxx
Machine Learning
Before Transformers: Why RNNs Could Never Scale to Modern AI- Part 1
Data Engineering
20 Data Engineering Interview Questions You Should Know for Databricks & PySpark Roles
AWS Tutorials
Stop Paying for Idle Servers: How I Built a Flask ML App That Costs Almost Nothing on AWS
Machine Learning
Why Your FastAPI Event Loop Freezes Under Load: The Hidden Battle Between AsyncIO and Scikit-Learn
Machine Learning

Before Transformers: Why RNNs Could Never Scale to Modern AI- Part 1

July 28, 2026 Geeky Codes No Comments

Before self-attention changed AI forever, recurrent neural networks tried to solve sequence modeling. Here’s why they eventually hit a wall. This is Part 1 of a 5-part series on Transformers.…

Data Engineering

20 Data Engineering Interview Questions You Should Know for Databricks & PySpark Roles

July 27, 2026 Geeky Codes No Comments

Data Engineering interviews now demand in-depth knowledge of Spark, PySpark, and Databricks beyond basic SQL and transformations. Candidates should understand concepts like Spark architecture, lazy evaluation, DAG, transformations, data skew,…

AWS Tutorials

Stop Paying for Idle Servers: How I Built a Flask ML App That Costs Almost Nothing on AWS

July 27, 2026 Geeky Codes No Comments

Introduction Imagine you’ve built an amazing house price prediction website(flask ML App) using Flask and a machine learning model. The application works perfectly. Users enter details like location, area, number…

Machine Learning

Why Your FastAPI Event Loop Freezes Under Load: The Hidden Battle Between AsyncIO and Scikit-Learn

July 16, 2026 Geeky Codes No Comments

Understanding Nested Parallelism,FastAPI, OpenMP Thread Contention, and the Right Way to Deploy CPU-Bound Machine Learning Models Imagine This… You have trained a Random Forest classifier using Scikit-Learn. Everything works perfectly…

Python

Longest Consecutive Sequence in Python: O(n) Hash Set Solution Explained

June 25, 2026 Geeky Codes No Comments

What Is Longest Consecutive Sequence in Python? The Longest Consecutive Sequence in Python problem is one of the most popular coding interview questions asked by top technology companies such as…

Machine Learning

PyTorch CNN Shape Mismatch Error: Fixing “mat1 and mat2 shapes cannot be multiplied

June 25, 2026 Geeky Codes No Comments

PyTorch CNN Shape Mismatch Error is one of the most common and frustrating issues faced by machine learning engineers and deep learning beginners. If you’ve encountered the dreaded: error while…

SAP SAP Q&A

Counting Common Members Across Months in SQL

June 21, 2026 Geeky Codes No Comments

To analyze user activity across multiple months, a self-join approach in SQL is preferred over separate joins, as it optimizes performance significantly. By matching records on MemberID and counting members…

SAP SAP Q&A

How to Join a Parameterized View in SAP HANA (And Fix the “Parameterized View with Unused Parameter” Error)

June 21, 2026 Geeky Codes No Comments

If you’re working with SAP HANA and trying to join a parameterized view with other tables, you may encounter the following error: The confusing part is that the view executes…

Data Structures and Algorithms Interview Interview Questions Python

Inverting a Character Frequency Map in Python

June 13, 2026 Geeky Codes No Comments

Problem Statement Given a string containing lowercase English letters, compute the frequency of each character and then invert the mapping such that: Example Input Character Frequency Map Expected Output Understanding…

Machine Learning

Ace Your Databricks Data Engineer Exam: 10 Essential Practice Questions Explained Part 6

June 9, 2026 Geeky Codes No Comments

This concluding section wraps up critical concepts regarding Auto Loader scalability, DLT pipeline modes, Databricks SQL caching, Workflow concurrency, and the key differences between ingestion methods. Let’s bring it home!…

Machine Learning

Ace Your Databricks Data Engineer Exam: 10 Essential Practice Questions Explained Part 5

June 9, 2026 Geeky Codes No Comments

In this section, we are focusing on advanced Delta Lake optimization, streaming-static joins, Unity Catalog security features, and Databricks SQL alerting. 🛡️ Part 26: Unity Catalog Row & Column Security…

Machine Learning

Ace Your Databricks Data Engineer Exam: 10 Essential Practice Questions Explained Part 4

June 9, 2026 Geeky Codes No Comments

In this section, we dive deep into Change Data Capture (CDC) with Delta Live Tables, Spark memory management, Databricks Workflows routing, and secure data sharing. Let’s keep crushing it! 🔄…

Machine Learning

Ace Your Databricks Data Engineer Exam: 10 Essential Practice Questions Explained Part 3

June 9, 2026 Geeky Codes No Comments

In this section, we tackle advanced ingestion with Auto Loader, Spark internals, Delta Live Tables (DLT) architectures, and Databricks Workflows. Let’s keep the momentum going! 📥 Part 10: Advanced Auto…

Machine Learning

Ace Your Databricks Data Engineer Exam: 10 Essential Practice Questions Explained Part 2

June 9, 2026 Geeky Codes No Comments

🌊 Part 5: Delta Lake Mechanics Question 11: Accidental Data Deletion A junior data engineer accidentally ran a DELETE statement that removed millions of valid rows from a Delta table…

Machine Learning

🚀 Ace Your Databricks Data Engineer Exam: 10 Essential Practice Questions Explained

June 9, 2026 Geeky Codes No Comments

Preparing for a Databricks Data Engineering certification? Mastering the concepts is only half the battle; you also need to know how to navigate tricky multiple-choice scenarios. In this post, we’ll…

Data Structures and Algorithms Interview Interview Questions Python

Optimized Python Implementation for Chen Primes

June 8, 2026 Geeky Codes No Comments

Prime numbers have fascinated mathematicians for centuries. Among the many special categories of primes, Chen Primes occupy an interesting place because they extend the idea of twin primes and connect…

Generative AI Interview Interview Questions Machine Learning

Fine-Tuning Large Language Models Explained

June 8, 2026 Geeky Codes No Comments

Large Language Models (LLMs) are pretrained on vast datasets to understand language and various concepts. Enterprises often fine-tune these models for specific domains. Techniques like full fine-tuning and Parameter-Efficient Fine-Tuning…

Generative AI Machine Learning

Why RAG Chatbots Struggle in Production

December 25, 2025 Geeky Codes No Comments

“Our RAG chatbot worked perfectly in the POC.But once we scaled to 50,000 documents… accuracy dropped to 60%.” If you’ve worked with enterprise RAG systems, you’ve probably heard this story.…

Machine Learning NLP

Measuring ROI for a GenAI Initiative in Healthcare

December 21, 2025 Geeky Codes No Comments

This blog explores how to measure ROI for Generative AI (GenAI) in healthcare. It outlines key performance indicators (KPIs) related to clinical outcomes, operational efficiency, finance, and patient experience. It…

Algorithms Data Structures and Algorithms Interview Interview Questions Python

Unique Strings with Odd and Even Swapping Allowed

July 4, 2025 No Comments

Introduction: In string manipulation, discovering unique strings amidst a sea of possibilities can be both challenging and rewarding. In this tutorial, we embark on a journey to unravel the secrets…

Posts pagination

1 2 … 8
Total Visitors
  • 49,844 hits
  • Before Transformers: Why RNNs Could Never Scale to Modern AI- Part 1
  • 20 Data Engineering Interview Questions You Should Know for Databricks & PySpark Roles
  • Stop Paying for Idle Servers: How I Built a Flask ML App That Costs Almost Nothing on AWS
  • Why Your FastAPI Event Loop Freezes Under Load: The Hidden Battle Between AsyncIO and Scikit-Learn
  • Longest Consecutive Sequence in Python: O(n) Hash Set Solution Explained
Top Posts & Pages
  • 20 Data Engineering Interview Questions You Should Know for Databricks & PySpark Roles
  • Longest Consecutive Sequence in Python: O(n) Hash Set Solution Explained
  • Stop Paying for Idle Servers: How I Built a Flask ML App That Costs Almost Nothing on AWS
  • Getting Started
  • Ace Your Databricks Data Engineer Exam: 10 Essential Practice Questions Explained Part 2
  • HackerRank - DataStructure - Arrays
  • Extracting Financial Year from Date in Pandas and PySpark DataFrames
  • Charlie has a Magic Mirror Program in Java
  • Before Transformers: Why RNNs Could Never Scale to Modern AI- Part 1
  • Accelerated K-Means and Mini-batch K-Means
Read more: Unique Strings with Odd and Even Swapping Allowed

You missed

Machine Learning

Before Transformers: Why RNNs Could Never Scale to Modern AI- Part 1

July 28, 2026 Geeky Codes No Comments
Data Engineering

20 Data Engineering Interview Questions You Should Know for Databricks & PySpark Roles

July 27, 2026 Geeky Codes No Comments
AWS Tutorials

Stop Paying for Idle Servers: How I Built a Flask ML App That Costs Almost Nothing on AWS

July 27, 2026 Geeky Codes No Comments
Machine Learning

Why Your FastAPI Event Loop Freezes Under Load: The Hidden Battle Between AsyncIO and Scikit-Learn

July 16, 2026 Geeky Codes No Comments

Geeky Codes

Programming, AI, Machine Learning & Software Development Tutorials

Geeky Codes
Proudly powered by WordPress Theme: Newsup.
Loading Comments...