
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
20
•OnlineWhat Most Python Developers Never Learn — and How It Makes You a Pro
OnlineHere’s a list of engaging and advanced meetup topics tailored for experienced Python developers (0–8 years). These topics go beyond the basics and delve into deeper, often overlooked areas that challenge and inspire.
***
## 🧠 1. Metaprogramming & Reflection
- Metaclasses, custom class creation, and `init_subclass` hooks
- Advanced decorators and dynamic attributes
- Runtime introspection with `inspect` and `ast`
Good for enabling DSLs, frameworks, and highly dynamic systems
***
## ⚙️ 2. Concurrency, Parallelism & Async Patterns
- Deep dive into threading vs multiprocessing vs `asyncio`
- GIL internals, thread safety, and `queue`, `concurrent.futures`
- Async architecture: tasks, event loops, server patterns
***
## 🧪 3. Performance Profiling & Memory Optimization
- Using `cProfile`, `memory_profiler`, and `objgraph` for bottlenecks
- `slots`, `weakref`, and manual GC tuning
- Leveraging Cython, PyPy, Numba and building native extensions
***
## 🌐 4. Packaging, Distribution & CI/CD
- Building robust Python packages using `setuptools`, `wheel`, and `poetry`
- Publishing to PyPI, automating tests, and versioning
- Using linting (mypy, flake8), formatter (black), and CI pipelines
***
## 🔐 5. Advanced Networking & Asynchronous I/O
- Building WebSocket servers, Pub/Sub systems
- Async frameworks like FastAPI, `httpx`, and `uvloop`
- Designing robust, scalable networked applications
### 🔗 Meetup Lineup
- Metaprogramming & DSLs in Python
- Async & Concurrency: Threads vs Async
- Profiling & Memory Efficiency in Live Apps
- Building & Publishing Python Packages
- Advanced Indexing & Data Structures
## 🎯 Why These Topics?
- Advanced but practical, solving real-world issues
- Underexplored but essential for senior engineers
- Build a compelling learning journey for motivated developers
Join Zoom Meeting
https://us02web.zoom.us/j/87612944665?pwd=7ZlyoczF724etqWZ3OpZebY6dU90P9.1
Meeting ID: 876 1294 4665
Passcode: 53811363 attendees
•OnlineAI-Driven Performance Systems: From Employee Database to Revenue Impact
OnlineSmart data. Smarter insights. Smarter business.
⏱️ 2-Hour Agenda
| Segment | Duration | Focus |
| ------- | -------- | ----- |
| | 15 min | Trends & enterprise use, e.g., ServiceNow, Intuit |
| 2. Designing the AI-Enabled Employee Database | 25 min | Schema: profile, KPI metrics, feedback, analytics integration |
| 3. Real-Time KPI Tracking Using Gen AI | 25 min | Continuous monitoring, automatic summarization & alerts |
| ☕ Break | 10 min | — |
| 4. Implementing Agentic Feedback Agents | 25 min | Chatbots or agents that draft performance tips, coach, request approvals |
| 5. Connecting Performance to Revenue Goals | 20 min | Evaluate performance impact on revenue, forecast, dashboards |
| 6. Q&A + Next Steps | 15 min | Tool stack, implementation pitfalls, scaled rollouts |
## 🔧 Session Highlights
### ✅ 1. Gen/Agentic AI in HR Today
- Real-world impact: ServiceNow agents reduced case handling time by 52%; Lattice explores AI agents as employees
- Best practices: start with co-pilot tasks and human-in-the-loop flows
### ✅ 2. Data Model for AI-Ready HR
- Schema elements: User profiles, time-series metrics (OKRs, tasks, feedback), auto-collected data.
- Integration: Merge data sources—CRM, Slack, code repos, tickets—for richer insight.
### ✅ 3. Real-Time KPI Analytics
- Continuous monitoring with generative summarization—for example:
> “GPT: Maria resolved X bugs with 95% accuracy, needs help with Y skill.”
- Alert creation: flag underperformance or excellence with automated callouts
### ✅ 4. Agentic Feedback & Coaching
- Deploy agents to draft performance feedback, schedule check-ins, or suggest learning modules.
- Ensure human control & transparency to prevent hallucinations
### ✅ 5. Aligning Performance with Revenue
- Map performance metrics to sales, productivity, or efficiency gains.
- Build dashboards showing how AI-driven performance correlates to revenue increases
## 🚀 Why This Meetup Will Thrive
- Tackles a top enterprise priority: boosting performance evaluation with AI.
- Equips attendees with a complete architecture from DB schema to revenue dashboards.
- Combines generative and agentic AI for real-time, data-driven impact.
- Provides actionable takeaways: ready-to-use design patterns and agent workflows.
Join Zoom Meeting
https://us02web.zoom.us/j/81731895623?pwd=DnMCx1D4IormanWtyQtegC6ziZinin.1
Meeting ID: 817 3189 5623
Passcode: 16415819 attendees
•OnlineSeries2 -Inside the Database Engine: MySQL, PostgreSQL & MongoDB – Architecture
OnlineFrom Theory to Source Code: Internals That Drive Your Database”
🧠 Explore, Decode & Rebuild Core Database Engines Like the Pros
📅 Date: Aug 3th, 2025
⏰ Time: 6:30 PM – 9:30 PM IST
Join Zoom Meeting
https://us02web.zoom.us/j/89315077599?pwd=z3aaToAj7pixB9eijIZ2rThmQ1bhZY.1
Meeting ID: 893 1507 7599
Passcode: 131654
📍 Live + Recorded + Labs Access
🎥 Hosted by: Coderrange YouTube + GitHub + Telegram Group
***
### 🧬 What Makes Series 2 Different?
✅ We show the internal source code from the official GitHub repos of MySQL, PostgreSQL, and MongoDB
✅ Live debugging and instrumentation walkthroughs
✅ You run labs locally, inspect logs, retry events, and simulate failure
✅ We help you trace real crash recovery, log replay, and buffer pool internals
🔧 Dive into Real Source Code • Crash Recovery • Retry Logic • Live Demos
| 🕕 Time | 💡 Session |
| ------- | ---------- |
| 6:30 PM | Kickoff + Setup Labs |
| Get access to GitHub repos, tools, data dumps, and retry labs. | |
| | |
| 6:45 PM | MySQL Recovery Internals |
| Analyze InnoDB crash recovery code (`log0recv.cc`), simulate redo logs, binlog replay, and fail recovery. | |
| | |
| 7:15 PM | PostgreSQL WAL + Vacuum Deep Dive |
| Trace WAL flush, replay, and vacuum cycles from the `xlog.c` source. Live demo of planner + stats tools. | |
| | |
| 8:00 PM | MongoDB Replication & Failover |
| Walk through Oplog, elections, failover logs, and aggregation engine from MongoDB core files. | |
| | |
| 8:40 PM | Retry Mechanisms in Action |
| Compare how MySQL (`force_recovery`), Postgres (WAL timelines), and MongoDB (retryable writes) recover. | |
| | |
| 9:00 PM | Live Panel: Building Resilient DB Systems |
| Lessons from Netflix/Uber/Google. DB selection tips for scale, resilience, and observability. | |
| | |
| 9:30 PM | Wrap-Up + GitHub Drop + Telegram Group Access |
***281 attendees
Past events
95
