
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
- •Online
Architecting the Cloud: DevOps & System Design Master
Online### 🧠 Overview:
Join us for an immersive session where we delve into the intricacies of system architecture within the realms of DevOps and cloud computing. This event is designed to bridge the gap between foundational knowledge and advanced architectural practices, ensuring attendees gain actionable insights applicable to real-world scenarios.
### 🎯 Target Audience:
- Developers with 2–8 years of experience aiming to deepen their understanding of system architecture.
- DevOps professionals seeking to integrate architectural best practices into their workflows.
- Cloud engineers interested in scalable and resilient system design.
***
### 🛠️ Agenda:
- Welcome & Introduction
Brief overview of the event's objectives and the importance of system architecture in modern development. - Session 1: "Foundations of System Architecture in the Cloud"
Explore the core principles of designing systems optimized for cloud environments, including scalability, availability, and fault tolerance. - Session 2: "DevOps Meets Architecture: Ensuring Seamless Integration"
Discuss how DevOps practices influence architectural decisions and the role of CI/CD pipelines in maintaining system integrity. - Break & Networking
Opportunity for attendees to connect and discuss insights from the sessions. - Session 3: "Case Study: Building a Resilient Microservices Architecture"
Walkthrough of a real-world example highlighting the transition from monolithic to microservices architecture, emphasizing challenges and solutions. - Session 4: "Interactive Workshop: Designing Your Own System"
Hands-on activity where attendees collaborate to design a system based on given requirements, followed by group discussions. - Q&A Panel
Open floor for attendees to ask questions to the panel of experts. - Closing Remarks & Next Steps
Summary of key takeaways and information on further resources or upcoming events.
***
### 🎁 Takeaways:
- Comprehensive understanding of system architecture principles in cloud and DevOps contexts.
- Practical experience through interactive workshops.
- Networking opportunities with peers and industry experts.
- Access to session materials and additional resources post-event.
Join Zoom Meeting
https://us02web.zoom.us/j/82307972179?pwd=oKpCXLp2e96EKbKVz99tcWbdTSnwuk.1
Meeting ID: 823 0797 2179
Passcode: 782618623 attendees - •Online
How Large Language Models Actually Work – From Transformers to RAG & Fine-Tuning
Online### 📅 Duration: 2 Hours
Target Audience:
- Intermediate to advanced devs, ML engineers, backend/infra pros
- Curious professionals (2–10 years exp) who’ve heard of ChatGPT, but want to understand how it really works
***
### 🧠 Agenda Breakdown:
| Time | Segment |
| ---- | ------- |
| 0–10 min | 🔥 Opening: “Why LLMs Are Eating the World” — Real use cases |
| 10–30 min | 🧱 LLM Core Design: Transformer, Tokens, Training at Scale |
| 30–55 min | 🔍 From GPT-2 to GPT-4: Scaling Laws, Attention, MoE |
| 55–75 min | 🔄 How LLMs Learn to Chat: RLHF, Prompt Engineering, Safety |
| 75–95 min | 🧩 Demo: Build a RAG App (LLM + Custom Data) using LangChain/Haystack |
| 95–110 min | ⚙️ Fine-Tuning + LoRA: Customize Open LLMs with 1 GPU |
| 110–120 min | Q&A + Show top tools & free resources (like HuggingFace, Ollama, Mistral) |***
### 🎯 Key Concepts Covered:
- Tokenization (BPE, embeddings)
- Transformer architecture (multi-head attention, LayerNorm)
- What happens during pretraining (auto-regression, dataset size)
- RLHF & human feedback alignment
- LoRA vs full fine-tuning (real-world tips)
- Vector DBs + LangChain for building real AI apps
- Prompt Engineering vs RAG vs Fine-tuning — when to use what
***
### 💻 Optional Demos (Boosts Engagement)
- Chat with your own PDF using RAG
- LoRA fine-tune Mistral-7B on custom support data
- Prompt Injection attack → and defense
Join Zoom Meeting
https://us02web.zoom.us/j/83139818157?pwd=TajnuQ9a0Zt9MK2yhEQOx3PrthWMM8.1
Meeting ID: 831 3981 8157
Passcode: 125512193 attendees - •Online
⚛️ ReactJS Pro: Elevate Your Frontend Engineering Mastery – Series 1
Online### 1. Coding Challenge: Build a Dynamic Form with Validation & Reusability (25 mins)
Objective: Implement a dynamic form component in React that accepts JSON schema and renders inputs with built-in validation.
Key Concepts:- Controlled components and form state
- Reusable components with props and context
- Validation (custom + libraries like Yup)
Discussion Points:
- Schema-driven UI design
- Managing deeply nested form data
- Performance with large forms (memoization, virtualization)
***
### 2. Debugging Simulation: Resolving React Memory Leaks (25 mins)
Scenario: A React dashboard gradually slows down and crashes after prolonged use.
Tasks:- Identify and fix memory leaks from event listeners, intervals, or subscriptions
- Apply cleanup with `useEffect` and test with Chrome DevTools
Key Concepts:
- React lifecycle (`useEffect`, cleanup, unmount)
- Debugging with React DevTools + Profiler
- Preventing zombie subscriptions and stale state
***
### 3. System Design Session: Designing a Component Library for an Enterprise App (35 mins)
Objective: Architect a scalable and themeable component library with Storybook integration.
Discussion Points:- Atomic design principles
- Style systems (Tailwind vs Styled Components)
- Component composition and accessibility
Key Concepts:
- `React.forwardRef`, `useImperativeHandle`
- Design tokens and theme context
- Publishing as NPM package
***
### 4. Real-World Product Issue: Handling Global Error Boundaries & Logging (25 mins)
Scenario: In production, certain user flows result in blank screens with no feedback.
Tasks:- Implement a global error boundary that logs to an external service
- Display fallback UIs with user-friendly messaging
Key Concepts:
- `componentDidCatch` vs `useErrorBoundary`
- Integration with Sentry, LogRocket, or custom loggers
- Ensuring observability in SPAs
***
### 5. Q&A and React Roundtable (30 mins)
Open forum:
- Discuss real-world challenges like hydration errors, performance bottlenecks, or state explosion
- Interview insights for React engineers (2–6 YOE)
- Live review of participant projects or portfolio advice
***
> ✅ Bonus Add-on for Recruiter/Team Use:
> Series 2 – "ReactJS Pro Advanced":- React + GraphQL integration
- State machine with XState
- Lazy loading, code splitting, SSR & hydration
- Testing React apps with Cypress + Jest
Join Zoom Meeting
https://us02web.zoom.us/j/82509450624?pwd=kFu5LRz4qbDgNlmRH6bFQgmmX7jMMZ.1
Meeting ID: 825 0945 0624
Passcode: 130608234 attendees
Past events
95
Group links
Organizers
