
What we’re about
Better late than never - Ride the AI ,Data Science , Machine Learning revolution wave
As a developer, are you excited about Artificial Intelligence / Machine Learning?
We have an exciting opportunity for you! Join meetup to listen from leading industry experts& renowned researchers to explore technologies shaping the future.
SKILLS ***********************************************
Python , R , Julia , SAS , F# ,
C++ ,SQL , Scala , Java , MAT LAB
Big Data , Hadoop ,Hive , Pig ,Spark
Clojure, Lisp
***************************************************ENDLESS
Idea for talk?
Technical talk with implementation details about Language UseCases or related development exercise from speakers comfortable handling hands on with Q&A.
We're always on the search for new meetups!
starting a tech or startup methodology focused meetup, drop us a line at info@jvtechnologies.co.in
and a Community Manager will be in touch shortly.
Upcoming events (4+)
See all- 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/82872616473?pwd=8Gnmr3k4QIbFrVaiI4b3vhZgVnAlu3.1
Meeting ID: 828 7261 6473
Passcode: 903420 - 🔥 Advanced Data Analyst Meetup – Master Real-Time Data Internals & Insights! 🔥Link visible for attendees
Are you a Data Analyst with 2-8 years of experience craving the next-level skills to crack complex datasets, optimize pipelines, and deliver real-time business impact?
If yes, this meetup is your golden ticket!***
🎯 What we’re covering:
🚀 Extreme Real-Time Analytics & Data Internals- Architecting lightning-fast data pipelines that don’t break under pressure
- Understanding streaming data platforms (Kafka, Spark Streaming) — beyond the basics
- Real-time anomaly detection, predictive analytics, and instant dashboards
📊 Advanced Data Modeling & Query Optimization
- Deep dive into SQL internals and performance tuning for massive datasets
- How to design scalable, maintainable data models for complex business scenarios
- Data warehouse vs. data lake vs. lakehouse: pros, cons, and use cases
🛠️ Tools & Techniques You’ll Love
- Leveraging Python & R for advanced stats and machine learning
- Automation hacks for ETL, data cleaning, and data quality checks
- Hands-on tips for using BI tools like Power BI, Tableau with real-time data
📈 What real employers expect from senior analysts
- Storytelling with data under extreme time constraints
- Cross-functional collaboration: influencing product and engineering with data
- From data wrangling to strategic decision-making: your complete playbook
Join Zoom Meeting
https://us02web.zoom.us/j/81373661793?pwd=h0GkJx3WYNHmNsKBhp5LfPmFlEoFFe.1
Meeting ID: 813 7366 1793
Passcode: 787547***
✨ Why join?
Because in today’s hyper-competitive data world, speed, accuracy, and deep tech mastery aren’t optional – they’re mandatory. Get ahead by mastering the internals that make your insights unstoppable. - Spring Boot Pro: Elevate Your Development Skills – Series 1Link visible for attendees
This agenda focuses on real-world coding challenges, face-to-face interview scenarios, system design problems, and practical issues encountered in product development.
***
## 🧠 Agenda:
### 1. Coding Challenge: Implementing an LRU Cache (15 mins)
- Objective: Design and implement a Least Recently Used (LRU) cache using Java.
- Key Concepts: Data structures (HashMap, Doubly Linked List), algorithm optimization.
- Discussion Points:
- Time and space complexity analysis.
- Real-world applications of LRU caching.
***
### 2. Face-to-Face Interview Simulation: Debugging a Spring Boot Application (25 mins)
- Scenario: You're presented with a Spring Boot application that fails to start due to a `BeanCreationException`.
- Tasks:
- Identify and resolve the issue.
- Discuss the root cause and preventive measures.
- Key Concepts: Spring Boot auto-configuration, dependency injection, application context
***
### 3. System Design Session: Designing a URL Shortener Service (15 mins)
- Objective: Architect a scalable URL shortening service similar to Bitly.
- Discussion Points:
- Database schema design.
- API design and rate limiting.
- Handling high availability and fault tolerance.
***
### 4. Real-World Product Issue: Handling High Traffic in a Spring Boot Application (25 mins)
- Scenario: Your Spring Boot application experiences performance degradation during peak hours.
- Tasks:
- Analyze potential bottlenecks.
- Implement solutions such as caching, database optimization, and asynchronous processing.
- Key Concepts: Application profiling, caching strategies, asynchronous processing.
5. Q&A and Interactive Discussion (30 mins)
- Open floor for attendees to ask questions, share experiences, and discuss challenges faced during interviews or in real-world projects.
Link::
https://us02web.zoom.us/j/84746096261?pwd=SLszXDiji7GCuLYlwobQ07girDxc51.1
Meeting ID: 847 4609 6261
Passcode: 061541## 🎁 Takeaways:
- Access to session recordings and presentation materials.
- Sample code snippets and project templates.
- Curated list of interview questions and answers.
- Certificate of participation.
- Referral Job
***
- 🔥 DSA Roundtable: Crack the Top 5 Patterns for FAANG Interviews 🔥Link visible for attendees
Hey Developers! 👋
Are you stuck preparing for those tough FAANG-level coding interviews? Feeling overwhelmed by countless DSA problems and unsure which patterns really matter?
🎯 Join our FREE LIVE Meetup where we decode the Top 5 DSA Patterns every FAANG interviewer LOVES — so you can:- Solve problems faster with a repeatable approach
- Impress interviewers with clear, optimized solutions
- Gain confidence to crack those rounds without stress
- Get exclusive tips and tricks from industry experts
***
### What You’ll Learn:
- Sliding Window Pattern – Handle subarrays and substring problems efficiently
- Two Pointers Pattern – Master array and string traversal challenges
- Fast & Slow Pointers – Detect cycles & middle elements like a pro
- Divide and Conquer – Break big problems into smaller chunks
- Dynamic Programming (Top-down + Bottom-up) – Solve overlapping subproblems with ease
***
### Bonus Perks:
✅ Live Q&A to solve your toughest doubts
✅ Mock interview snippets + feedback
✅ Networking with 1000+ passionate developers
✅ Certificate of Participation for active attendees***
### Who Should Join?
- Developers with 2-4 years experience looking to jump to product-based companies
- Anyone struggling to organize their DSA prep
- Job seekers who want to level-up fast and nail those FAANG interviews
***
### 🗓 Date: June 28th
### 📍 Location: [Online]
Link >>Join Zoom Meeting
https://us02web.zoom.us/j/82977277316?pwd=f1bmDaWuPndBWm28KbstwO9QrwZFks.1
Meeting ID: 829 7727 7316
Passcode: 975515
Seats are limited — RSVP now and reserve your spot!***
Don’t let the interview grind break you.
Learn the patterns, crack the code, and change your career trajectory! 🚀