diff --git a/Gemfile.lock b/Gemfile.lock index 7dc726b..15a02a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,13 +64,17 @@ GEM sass-embedded (1.69.5) google-protobuf (~> 3.23) rake (>= 13.0.0) + sass-embedded (1.69.5-x64-mingw-ucrt) + google-protobuf (~> 3.23) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) + wdm (0.2.0) webrick (1.8.1) PLATFORMS ruby + x64-mingw-ucrt DEPENDENCIES jekyll-archives @@ -79,6 +83,7 @@ DEPENDENCIES jekyll-sitemap kramdown rouge + wdm (>= 0.1.0) webrick (~> 1.8) BUNDLED WITH diff --git a/_authors/tiyasha.md b/_authors/tiyasha.md new file mode 100644 index 0000000..5888f00 --- /dev/null +++ b/_authors/tiyasha.md @@ -0,0 +1,6 @@ +--- +username: tiyasha +name: Tiyasha Banerjee +logo: https://avatars.githubusercontent.com/u/62109837 +description: "Tiyasha Banerjee" +--- \ No newline at end of file diff --git a/_posts/2026-04-18-april-meetup.md b/_posts/2026-04-18-april-meetup.md index f9f1545..63657ad 100644 --- a/_posts/2026-04-18-april-meetup.md +++ b/_posts/2026-04-18-april-meetup.md @@ -6,7 +6,7 @@ authors: description: "Python Meetup" categories: [ meetup, talks, AI, SupplyChain, SLSA ] image: "https://secure.meetupstatic.com/photos/event/4/f/e/c/highres_533780460.webp" -featured: true +featured: false --- The April Bangpypers meetup was primarily themed around AI in Production and Security in Supply chain got Python in the era of AI, where when we see a lot of vibecoded application going to production how we can ensure quality and security around it, event was hosted by [Cyware Labs](https://www.cyware.com/) in HSR Layout. diff --git a/_posts/2026-05-16-may-meetup.md b/_posts/2026-05-16-may-meetup.md new file mode 100644 index 0000000..25c5012 --- /dev/null +++ b/_posts/2026-05-16-may-meetup.md @@ -0,0 +1,48 @@ +--- +layout: post +title: "May 2026 Meetup" +authors: + - tiyasha +description: "Python Meetup" +categories: [ meetup, talks, AI, SupplyChain, SLSA ] +image: "https://secure.meetupstatic.com/photos/event/3/8/2/c/highres_534254380.webp" +featured: true +--- + +The May Bangpypers meetup brought together Python enthusiasts to dive deep into functional programming, testing workflows for AI, and LLM security. The event was generously hosted by [Laerdal Bangalore ](https://www.linkedin.com/company/laerdal-bangalore-tech-hub). + +[Achintya Jai](https://www.linkedin.com/in/achintya-jai/) kicked off the afternoon by exploring **Functional Programming in Python**. Rather than treating Python purely as an object-oriented language, Achintya drew fascinating parallels with OCaml, showing how immutable data structures, pure functions, and type systems can drastically reduce side effects. His session provided concrete strategies for writing cleaner, more predictable code by adapting these academic paradigms into everyday Python development. You can check out his [slides here](https://lnkd.in/dy27U4aK). + +![Functional Programming in Python](https://secure.meetupstatic.com/photos/event/3/7/f/5/highres_534254325.webp "Functional Programming in Python") + +Shifting the focus to artificial intelligence, [Anant Gupta](https://www.linkedin.com/in/guptaanant/) and [Ritesh Jena](https://www.linkedin.com/in/ritesh-jena-50387a10/) delivered a comprehensive, collaborative breakdown on **Testing Agents**. As AI applications transition from simple prompt-response scripts to complex autonomous entities, traditional unit testing often falls short. Anant and Ritesh demystified the challenges of validating non-deterministic agentic workflows, sharing rigorous evaluation frameworks and testing patterns designed to ensure stability and guardrails before deploying agents into production. + +![Testing Agents](https://secure.meetupstatic.com/photos/event/3/7/f/c/highres_534254332.webp "Testing Agents") + +Rounding out the presentations, [Archit Gupta](https://www.linkedin.com/in/i-archit-gupta/) turned our attention to the critical security vulnerabilities facing modern language model deployments in his talk, **"Oops, Your Chatbot Leaked It: Prompt Injection in Python Apps."** Archit pulled back the curtain on how easily malicious actors can manipulate context windows to bypass intended boundaries, leaking underlying data or hijacking backend processes. He then armed the audience with actionable, defense-in-depth strategies to harden Python applications against these emerging vector attacks. + +To bring the theory to life, Archit hosted a high-stakes, interactive **LLM Chatbot Jailbreak Challenge**. The room instantly turned into a sandbox of creative chaos as attendees put their engineering skills to the test, trying to craft clever prompt injections to breach the chatbot's security layers. The competition was fierce, and we were thrilled to award special prizes to our top 3 winners who managed to outsmart the system! + +![Prompt Injection in Python Apps](https://secure.meetupstatic.com/photos/event/3/8/1/1/highres_534254353.webp "Prompt Injection in Python Apps") + + +--- + +## Community Announcements + +We are excited to support the upcoming **Maintainers Meetup** as a **Community Partner**! The event is being organized by the [FOSS United Bangalore Chapter](https://www.fossunited.org/c/bengaluru/maintainers-meetup). + +This is an **exclusive, invite-only event** dedicated purely to open-source maintainers. If you are actively maintaining an open-source project and want to connect, share experiences, and collaborate with fellow creators in the ecosystem, make sure to submit your application and RSVP today! + +--- + +![May Meetup Group Photo](https://secure.meetupstatic.com/photos/event/3/8/0/b/highres_534254347.webp "May Meetup") + +A massive thank you to our phenomenal speakers for sharing their expertise, as well as to our wonderful attendees, and to our venue partner, [Laerdal Bangalore ](https://www.linkedin.com/company/laerdal-bangalore-tech-hub), for making this meetup a success. Stay tuned for more events and technical deep-dives in the months ahead! + +To stay updated with our future events and discussions: +- Follow us on Twitter/X - [@__bangpypers__](https://twitter.com/__bangpypers__) +- Join our Discord community: [Discord Invite](https://discord.gg/Tnhbqh33zd) +- Follow our meetup schedules: [Meetup Page](https://www.meetup.com/BangPypers/) +- Subscribe to our mailing list: [Mailing List](https://mail.python.org/mailman/listinfo/bangpypers) +- Follow us on Linkedin - [@bangpypers](https://www.linkedin.com/company/bangpypers)