
- Real-World MLOps in Action – A Case Study Deep DiveLink visible for attendees
🧠 Ever wondered how ML models go from Jupyter Notebooks to powering recommendations for millions?
🛠️ This Meetup pulls back the curtain on the full MLOps lifecycle – not in theory, but through a real-world production case study.
### 🔥 Case Study: Real-Time Fraud Detection System in a Fintech Platform
(A real MLOps implementation inspired by industry practices at companies like PayPal, Razorpay, and Stripe)
#### ⚡ Problem:
Catch fraudulent transactions (money laundering, account takeover, bot attacks) in real-time — with millions of events coming in per day.
### 🔥 Live Demo :
- How a fraudulent transaction gets scored in real-time
- Auto model promotion from staging to production
- Detecting model drift using live dashboards
- Retraining trigger via scheduled job (Airflow)
### 🎁 You’ll Get:
- 🧾 Coderrange MLOps CaseSheet PDF: Tools, pipelines, CLI commands
- ⚡ GitHub mini-repo: Sample CI/CD for ML model
- 🔄 YAML templates for model deployment with KServe
- 🧠 Prompt template for evaluating models using LLM (bonus!)
### 👥 Meetup Audience Fit:
- ML Engineers & Data Scientists
- Backend Devs curious about ML in prod
- DevOps & Platform Engineers
- Anyone building AI/ML powered apps
MLOps isn't just DevOps + ML. It's how AI scales.
Join Zoom Meeting
https://us02web.zoom.us/j/81605651117?pwd=b9aTv5t9nksSB03DVGRXixSuxYSQzV.1
Meeting ID: 816 0565 1117
Passcode: 861884 - 📊 DATA ANALYST vs DATA SCIENTIST vs GEN AI DEVELOPERLink visible for attendees
### 🚀 “The Intelligence Triangle” – Innovation Meetup by Coderrange
> ✨ 3 roles. 3 mindsets. 1 future powered by AI.
> This isn’t just a talk. It’s a data evolution battle, live demos, open debates, and surprise GenAI workflows that redefine your role.### 👥 Who Is This For?
- 🔍 Data Analysts – Excel to SQL to Power BI wizards wondering: “Where do I go next?”
- 🧠 Data Scientists – ML/NLP pros exploring LLMs and advanced data ops
- 🤖 GenAI Builders – Prompt engineers, Langchain users, vector DB fans and AI agents creators
#### 📈 Session Case Studies – Real World, Real Impact
- Analyst → Built live dashboards for 5M users in fintech (Power BI + DAX tricks)
- Data Scientist → Deployed fraud detection using XGBoost in production
- GenAI Dev → Built RAG chatbot to automate internal support for 300+ teams
#### 💎 Bonus Session: "Your Career in 2025+ in the Age of GenAI"
- How analysts become AI Product Managers
- Why scientists must learn vector search
- Why devs must understand business KPIs
### 🎁 FREE for All Attendees:
- 🧾 Coderrange AI CodeSheet: SQL-to-LLM cheat sheet, Python + Pandas tips, RAG boilerplate
- 🎓 Career Map PDF: Analyst → Scientist → GenAI Builder path
- 🧠 Access to post-event GitHub Repos
You don’t want to be replaced. You want to evolve.
This event helps you understand not only what’s coming – but how to ride it like a pro.Join Zoom Meeting
https://us02web.zoom.us/j/86091617950?pwd=ekVJgoe97Wvbz15EydH1aPqUGtXiin.1
Meeting ID: 860 9161 7950
Passcode: 657906 - 🚀 Kickstart Your Cloud Journey with AWS! 🚀Link visible for attendees
Are you ready to explore the world of Cloud Computing with AWS? Join our power-packed one-day workshop designed for beginners to get hands-on experience with Amazon Web Services (AWS)—the world’s leading cloud platform!
### 🎯 What You'll Learn:
✅ Introduction to Cloud Computing & AWS – Understand cloud fundamentals and why AWS leads the market
✅ AWS Core Services – Learn about EC2, S3, RDS, IAM, Lambda, and more
✅ Setting Up & Managing AWS Resources – Hands-on experience with AWS Console
✅ Deploying Applications on AWS – Launch your first cloud-based project
✅ Security & Best Practices – Learn how to optimize cost, security, and scalability
### 👥 Who Should Attend?
🔹 Absolute Beginners – No prior cloud experience needed!
🔹 IT Professionals & Developers – Upskill and advance in the cloud industry
🔹 Students & Enthusiasts – Build a strong foundation for a future in cloud computing
💡 Why Attend?
🔹 Hands-on Learning | 🔹 Expert Guidance | 🔹 Real-World Applications | 🔹 Q&A Session
🎟️ Seats Are Limited! Don’t miss this chance to future-proof your career with in-demand AWS skills!Join Zoom Meeting
https://us02web.zoom.us/j/86189722681?pwd=S19I6KfqBQCEjABp1l7Z6n9g3HfbOG.1
Meeting ID: 861 8972 2681
Passcode: 633207☁️ Come Curious. Leave Cloud-Ready. See you in the cloud! 🚀
- Inside the Database Engine: MySQL, PostgreSQL & MongoDB – ArchitectureLink visible for attendees
🧠 You use databases every day. But do you really know how they think, store, index, replicate, recover?
This meetup is your full-access pass into the internal organs of the world’s 3 most powerful databases. 💾
### ⚙️ Session 1: MySQL Internals Unlocked
> Learn how MySQL evolved from a simple relational engine to a high-performance transactional beast.
- Storage Engines: InnoDB vs MyISAM
- How B+ Trees power indexes
- Redo Logs, Undo Logs & Doublewrite Buffer
- Query Optimizer Tricks – EXPLAIN plan analysis
- ACID + MVCC (multi-version concurrency control)
- Replication: Binlogs, GTIDs, Semi-sync
- Partitioning, Sharding Strategies
- Common MySQL Bottlenecks (with Fixes!)
### 🧠 Session 2: PostgreSQL – The Architect’s Database
> Postgres is not just SQL, it’s object-relational power with engineering-grade control.
- Process-based architecture: Background workers, WAL writer
- WAL Logs (Write-Ahead Logging) and crash recovery
- Query Planning: Cost-based optimizer
- PostGIS, JSONB & Full-Text Search internals
- Extensions & Hooks (pg_partman, TimescaleDB, Citus)
- MVCC & Vacuuming Mechanism
- Horizontal scaling with logical replication
🛠 Live Demo: Show query planning cost comparison + visualize WAL logs
### 🧬 Session 3: MongoDB – Document Magic Internals
> From flexible schemas to replica sets, MongoDB hides powerful structures beneath its JSON-style simplicity.
- BSON Storage Format vs JSON
- Storage Engine: WiredTiger internals
- Journaling and Checkpointing
- Replica Set: Oplog, Elections, Failover
- Sharding Architecture with Query Router (mongos)
- Indexing: Compound, Geospatial, Text
- Aggregation Pipeline Optimizations
🛠 Live Demo: Trigger a failover in a local replica set + aggregation perf tip
### 💎 Bonus Sessions:
- ✅ Build Your Own Storage Engine (in Python/Go)
- 🔐 Security Internals: Roles, Row-level Security, Field-Level Encryption
- 📊 Performance Engineering: How to benchmark DBs like a pro
- 🔁 Database Observability: Query logs, audit trails, slow query analysis
### 🎁 What Meetup Attendees Get:
- 🧾 PDF: Coderrange DB Internals Cheatsheet
- 🧪 CLI Labs to simulate replication, crash recovery, and WAL logging
- 💡 Decision Guide: “Which DB for which use case?”
- GitHub link with mini DB internals demo repo
- Access to “Build Your Own Query Optimizer” workshop invite
### 🎯 Ideal for:
- Backend & Full-stack Devs
- Data Engineers & Architects
- DBAs and Curious Founders
- Anyone scaling microservices & data platforms
“Every CRUD operation has a story. Let’s decode it.”
Learn the real internals. Build better systems.Join Zoom Meeting
https://us02web.zoom.us/j/87974476249?pwd=FoaaWxiEsb6tlGdrBbBX4MYbFdyom9.1
Meeting ID: 879 7447 6249
Passcode: 755661