Exploit Code
Meet other local people interested in Exploit Code: share experiences, inspire and encourage each other! Join a Exploit Code group.
0
members
0
groups
Frequently Asked Questions
Yes! Check out exploit code events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the exploit code events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find exploit code events near your location here. Connect with your local community and discover events within your area.
Exploit Code Events Today
Join in-person Exploit Code events happening right now
Practice your programming skills with Python, Js, Java, C(++) or ...
Anybody who wants to practice their programming skills is welcome. We share our ideas, learn from each other, do some exercise, ask questions, etc. This meetup is the best for those who want to improve their skills by programming and learning in a group
If you want to learn more about our Co-Learning, please have a look at our website:
[https://opentechschool-zurich.github.io/](https://opentechschool-zurich.github.io/)
\*\*\*
We have a chat group you can join to get more information:
[https://app.element.io/#/room/#ots-zh:matrix.org](https://app.element.io/#/room/#ots-zh:matrix.org)
(You need to create a free account if you don't already have one)
Remote participants are also welcome. You first need to join the Element chat and then get into the video call that we start at around 19:00 (if we forget, pleas ping us in the Element chat!)
\*\*\*
Our main languages are Python and Javascript, but we welcome every programming languages.
Some of the skills we can help you learning:
* Python and
* ... PyGame (Zero / Play)
-.... Flask
* ... Jupyter and data science
-... PySide2 / PyQt
* ... Shoebot
* C++ and
* ... Qt
* ... cmake
* ... and modern C++
* Flutter for Apps
* PHP and
* ... Vue.js
* ... Wordpress
* JS and React.js
We have a few Github repository that can be interesting to browse:: https://github.com/opentechschool-zurich/
✨DC4131 - Beer on Tuesday (BoT) Zurich🍻
Come and experience the infamous DC4131 hacker meetup vibe! 👾🍻
Please find more event specific info's on our **[webpage](https://www.beerontuesday.ch/)**.
If you have any location specific questions, reach out to the local BoT Master, otherwise please don't hesitate to contact the board through our **[website](https://www.defcon-switzerland.org/)**.
Did someone say **SWAG?! –** That’s right baby, we are back with our refreshed swag shop, where you can now again purchase the latest and sexiest DC4131 Swag – All options and details are here: **[DC4131 Swag Shop](https://industryink.co.uk/collections/defcon)**
We are also on **[Discord](https://discord.gg/Q3KXn5u)**[ ](https://discord.gg/Q3KXn5u):) Come say hi!
Creative Decoden with Charms in Zürich
**Decoden Workshop - Decorate with Charms and Color**!
In the Decoden Workshop, you’ll explore a playful and creative decorating technique that turns everyday objects into unique, colorful accessories. Decoden is a popular craft style that uses creamy decorative glue, bright colors, and cute charms to create fun, eye-catching designs. This workshop is perfect for anyone who loves creativity, decoration, and hands-on crafting.
During the workshop, you can decorate a variety of items such as picture frames, table mirrors, hand mirror, pencil cases, jewelry box, or small accessories. You choose the object, the color of the decoden cream, and your favorite charms to match your personal style. Whether you prefer a cute, bold, or minimal look, every piece becomes a one-of-a-kind creation.
The workshop is beginner-friendly and no prior experience is required. You will be guided step by step through the entire process, from applying the decoden cream to placing the charms securely. Tips and tricks will be shared to help you create a balanced and beautiful design. Individual support is available throughout the session, so you can work at your own pace.
**You can come any time between 15:30 and 20:00 (please message me if you are coming after 15:30)**. Each item takes approximately **60 minutes** to complete (**15–30 minutes if you are fast)**, depending on the level of detail. The **price starts at 26 CHF per item**, which includes **1 color of decoden cream** and **20 charms**. All materials are provided, so you can simply show up and start creating. If you want to decorate a specific item, you can also bring it with you.
Please note that the decoden glue needs time to dry. It fully cures overnight. You may leave your finished piece at the studio for safe drying and collect it later, or carefully take it home with you.
The Decoden Workshop is suitable for **children and adults**, making it a fun activity to enjoy solo, with friends, or as a creative break. If you love crafting cute, personalized accessories, this workshop is the perfect place to start.
Cloud Native Computing Meetup | March 2026 - Afternoon edition
Let's meet at the CNC meetup on Tuesday, March 10th, 2026, at 15:00 CET.
**Location:**
VSHN Tower, 8th floor, Neugasse 6, 8005 Zürich
**Agenda:**
Would you like to speak at this event? Contact us at [https://cnc-meetup.ch](https://cnc-meetup.ch)! Guidelines:
* All sessions are held in English.
* No product or sales pitches are allowed.
* All projects showcased should be open source.
* We cannot cover travel costs, but we welcome speakers from other regions.
* We're seeking more diversity among our speakers: underrepresented groups are welcome!
14:30 – Door Opening
15:00 – Welcome, Intro, & Announcements
15:05 – TLS Hot Reload, Janne Kataja (SIX)
15:30 – 5 minutes pause
15:35 – Cloud-Native Application Definition and Delivery with OAM and KubeVela, Raffael Klingler (AXA)
16:00 – 5 minutes pause
16:05 – From Problem to Production: DevOps for AI with Kubeflow, Fabrizio Lazzaretti (Wavestone) and Marco Crisafulli (enki)
16:30 – 5 minutes pause
16:35 – Bye-bye Ingress-NGINX, hello Gateway API, Urs Zurbuchen (Airlock)
17:00 – Final words, networking & apéro
TLS Hot Reload, Janne Kataja (SIX)
Learn how to minimize disruptions caused by TLS certificate rotations by enabling hot reloading in your application. In Kubernetes, TLS certificates are typically stored in Secrets and mounted into pods. When a Secret is updated, for example, due to certificate rotation by cert-manager, Kubernetes updates the projected secret volume. Hot reload mechanisms detect these file changes and reload TLS certificates without restarting the pod. This enables live certificate rotation, maximizes availability, and reduces operational risk associated with restarts. The approach makes shorter-lived TLS certificates operationally viable.
Janne is a Cloud Platform Engineer at the SIX Group, where he builds cloud platforms and services for the financial community. Originally from Finland, he now lives in Baar, Zug. Opinions are his own.
Cloud-Native Application Definition and Delivery with OAM and KubeVela, Raffael Klingler (AXA)
What if developers could focus on their applications instead of the platform beneath them? The Open Application Model (OAM) makes this possible by shifting the focus from containers and orchestrators to applications themselves. Instead of wrangling low-level Kubernetes manifests, developers define applications using modular, reusable building blocks. KubeVela brings this model to life, rendering abstract definitions into deployable resources. In this session, we'll explore how OAM enables application-centric definitions and see KubeVela in action. You'll see an application evolve from a simple definition to a sophisticated setup with cloud-managed services and GitOps integration.
Raffael Klingler is a Platform Engineer at AXA Switzerland, where he helps development teams ship software faster and more reliably. He recently completed his Master's thesis on Internal Developer Platforms, diving deep into OAM, KubeVela, and the challenge of making application delivery less painful. When not wrangling Kubernetes manifests, he's probably thinking about how to make developers' lives easier.
From Problem to Production: DevOps for AI with Kubeflow, Fabrizio Lazzaretti (Wavestone) and Marco Crisafulli (enki)
Despite massive investments in AI, most enterprise AI initiatives fail to reach production — not because of model quality, but because of fragmentation among data science, platform engineering, and business teams. MLOps addresses this challenge by applying DevOps principles to machine learning, and Kubeflow has emerged as a de facto open platform for operationalizing these practices in cloud-native environments. In this talk, we explore how Kubeflow enables collaboration, automation, and repeatability across the entire ML lifecycle, from requirements gathering and experimentation to deployment and continuous improvement. Using a real end-to-end example, we’ll demonstrate how Kubeflow Pipelines, training workflows, and integration with the CNCF ecosystem help teams move beyond ad-hoc experimentation toward production-grade AI systems. Attendees will see how a vendor-neutral Kubeflow-based MLOps architecture supports multi-cloud deployments, enforces operational best practices, and creates continuous feedback loops between stakeholders. Whether you are introducing MLOps for the first time or refining an existing platform, this session provides practical insights into using Kubeflow to turn AI from a research activity into a sustainable business capability.
Fabrizio Lazzaretti is a Managing Consultant at Wavestone and CNCF Ambassador who bridges cutting-edge cloud-native technologies with enterprise architecture. As maintainer of the CloudEvents Rust SDK and co-author of "Crafting Great APIs with Domain-Driven Design," he brings deep expertise in event-driven architecture and microservices to complex challenges. With over 10 years of experience in software architecture, development, and DevOps, he currently drives architectural transformation and AI initiatives across sectors, connecting business and IT through collaborative API design.
Marco Crisafulli is the co-founder of enki, a Swiss machine learning company focused on training, consulting, and implementing practical ML use cases for Swiss enterprises. With a strong background in enterprise software and cloud-native infrastructure, he specializes in MLOps, Kubernetes, and production-grade ML platforms, and has deep hands-on experience with Kubeflow. He works closely with organizations to bridge the gap between experimentation and reliable ML systems in production, helping teams operationalize ML at scale.
Bye-bye Ingress-NGINX, hello Gateway API
The Kubernetes ecosystem is undergoing a major transformation as the legacy Ingress model, long dominated by the NGINX Ingress Controller, reaches its limits and faces discontinuation. This talk explores why the Kubernetes Gateway API is emerging as the new standard for security and architecture. We'll dive into the shortcomings of traditional Ingress (including "annotation hell" and recent security vulnerabilities) and highlight the architectural and operational advantages of Gateway API. Finally, we will present a few options on how you can move forward and implement a new solution.
Urs Zurbuchen is a Senior Security Consultant at Airlock. As an engineer and consultant for the design and implementation of IT security solutions, he is familiar with the requirements for secure digitalisation processes. Urs has more than 20 years of experience in designing and integrating web application security solutions (web application firewall, authentication, single sign-on, access control) as well as in designing and implementing identity & access management projects (user management, authorisation management, processes, provisioning). Mr Zurbuchen can advise on the conception of non-technical topics such as organisation, guidelines, compliance requirements and regulations, as well as on the implementation of application and system architecture audits.
The event will be recorded and made available on VSHN's YouTube channel: [https://vshn.tv](https://vshn.tv). Subscribe to stay notified of updates.
We expect all participants to abide by VSHN's Conference Code of Conduct: [https://www.vshn.ch/en/code-of-conduct/](https://www.vshn.ch/en/code-of-conduct/)
If you would like to share your cloud-native projects at the CNC Switzerland meetup events or sponsor future events, just send us your talk suggestion here: https://cnc-meetup.ch. We look forward to hearing from you!
Introduction workshop to portraits with a model 2
This is a follow-on workshop to the Studio Introduction workshop. If you attend that workshop then you will be prioritised for this one.
Have you ever wanted to dive into portrait photography but didn't know where to start? Or perhaps you know the basics but want to refine your lighting and directing skills?
Join us for a relaxed and supportive workshop designed to help you get comfortable photographing people. Working with a professional model changes everything—it allows you to focus on your camera and creativity without the stress.
**What we will explore together:**
* **Foolproof Lighting:** Learn the classic lighting setups that guarantee flattering results every time.
* **The Art of Direction:** Discover how to communicate with your subject to get natural, expressive poses.
* **Portfolio Building:** Walk away with stunning images and the confidence to set up your own shoots.
**Open to members and non-members.** Come for the photography, stay for the networking!
All you need is a camera with a portrait lens and some enthusiasm.
The event fee is CHF 100.
Please understand that in case you cancel close to the event, we will ask you to pay anyway, as we have to pay for the model and the studio.
B.I.T.CH H3 - The Dark Side of Urdorf
Start, bag drop and on-after at our favourite Urdorf hang-out, 5 min from Urdorf SBB station.
Learn programming with Python, Java, Javascript, C(++) or ...
Dies ist ein informelles Treffen für Lernende, die ihre ersten Schritte in der Programmierung machen oder ihre Grundkenntnisse vertiefen möchten.
***
This is an informal meetup, for learners that want to do their first steps in programming or want to consolidate their skills.
We spend one hour and a half working on tutorials, exercises or projects. If you need help to get started, we will help you finding a good way for learning.
You should be prepared to spend your time "doing things": just hanging around and listening might get boring, if all other people are learning on their side.
There are experienced people are around and you can ask questions as soon as their arise or bring with you questions you have had during the week.
During the last half an hour, we do a (simple) exercise together.
We speak German, English, and a few other languages.
Currently, how main programming languages are:
* Python
* Javascript
* Java
* Flutter
* C++
* C
* C#
* PHP
But you're free to learn any programming language during our Co-Learning!
If you want to learn more about our Co-Learning, please have a look at our website (no frequent updates...):
https://opentechschool-zurich.github.io/
If you're starting with Python, we can suggest:
* Learning Python the hard way (https://learnpythonthehardway.org/python3/) (for Python 3).
* The Solo Learn Python 3 Tutorial (https://www.sololearn.com/Course/Python/).
* A big list of Python tutorials: https://docs.python-guide.org/intro/learning/
For Node.js:
* Nodeschool: https://nodeschool.io/
For C++
* https://de.wikibooks.org/wiki/C%2B%2B-Programmierung
* https://www.sololearn.com/Course/CPlusPlus/
Exploit Code Events This Week
Discover what is happening in the next few days
cuTile and TileIR: The next step in GPU Programming
After a long hiatus of the compiler social, Lorenzo is joining us to talk about the exciting work happening at NVIDIA that you have probably heard about, namely cuTile/TileIR.
As usual there will be pizza, snacks, beer, and soft drinks after the event for participants, sponsored by NVIDIA.
**Astract:** GPU programming has evolved significantly over the past decade, driven by rapid hardware innovation such as Tensor Cores and new numerical formats. However, the gap between high-level productivity frameworks and low-level performance-centric programming models continues to widen. In this talk, we introduce cuTile and TileIR, a new block-level programming model and intermediate representation designed to simplify high-performance GPU development while preserving forward compatibility with evolving NVIDIA architectures. cuTile provides a tile-centric abstraction for data-parallel workloads, accessible from Python, while TileIR—an MLIR-based low-level IR integrated with CUDA—offers a stable, portable foundation for targeting tensor cores and future hardware generations. Together, they establish a middle ground between usability and control, enabling expressive kernel development without sacrificing performance.
We present the programming model, illustrate it with examples, discuss performance considerations, and, if time permits, take a deeper dive into the core abstractions behind TileIR: https://github.com/NVIDIA/cuda-tile
**Location:** The event is taking place in the room G59 in the CAB building of ETH Zurich at the Zentrum campus. Enter from Universitätstrasse 6.
👂🏻Vincent Van Gogh Experience🌌
**IMAGINE being under Van Gogh starry night ✨✨✨**
**WHAT DO WE DO?**
I loved seeing the places where Vincent was painting in Arles and Saint-Rémy-de-Provence. I will talk to you about theses places and Vincent's life.
How he paints with oil, how you can start, color mixture and material.
Choose one of his paintings and I guide you in the process.
**WHAT IS INCLUDED?**
► **Tutoring:** **4 hours** learning with me and solving your doubts.
► **Material**: **Canvas Windsor & Newton (24x30cm)**, canvas paper, spatula, oil colors (**Titan, Van Gogh**), brushes, towel, linseed oil, palette, pencil and printed Van Gogh paintings (let me know your favorite or bring your own if you prefer).
**WHAT ELSE IS INCLUDED?**
► **Appetizer**: French cheese platter and lemon-rosemary water.
**EXTRA**
► **Music**: 19th Century Classics in the background for an artistic atmosphere.
**DRESS CODE**
Please notice that oil colors can mess up your clothes so wear items which are not so valuable for you.
**ALL LEVELS**
**Beginner?** I always teach the art medium basics and give extra personalized support.
**Advance?** Start to paint in your rhythm and skip explanations.
**WHERE?**
In the beautiful GZ Schindlergut in Zurich.
**HAVE YOU COME TO MY CLASSES BEFORE?**
**👉️** **CONGRATULATIONS!** Write me and I will send you a PRIVATE CODE as a committed student reward.
**I SPEAK**
English, Spanish and German (intermediate level).
**Hi! I am Marga and I am here to help you to improve your life.**
Let me take care of everything. Good material, relaxing atmosphere, clear organization and kind support.
**SUBSCRIBE to learn more** --> **[Marga Crea Arte](https://www.instagram.com/margacrea_art)** Youtube/Instagram/Facebook/TikTok).
Creative Decoden with Charms in Zürich
### Decoden Workshop – Decorate with Charms and Color
In the **Decoden Workshop**, you’ll explore a playful and creative decorating technique that turns everyday objects into unique, colorful accessories. Decoden is a popular craft style that uses creamy decorative glue, bright colors, and cute charms to create fun, eye-catching designs. This workshop is perfect for anyone who loves creativity, decoration, and hands-on crafting.
During the workshop, you can decorate a variety of items such as **picture frames, mirrors, pencil cases, or small accessories**. You choose the object, the color of the decoden cream, and your favorite charms to match your personal style. Whether you prefer a cute, bold, or minimal look, every piece becomes a one-of-a-kind creation.
The workshop is **beginner-friendly** and no prior experience is required. You will be guided step by step through the entire process, from applying the decoden cream to placing the charms securely. Tips and tricks will be shared to help you create a balanced and beautiful design. Individual support is available throughout the session, so you can work at your own pace.
Each item takes approximately **15–30 minutes** to complete, depending on the level of detail. The **price starts at 25 CHF per item**, which includes one color of decoden cream and **20 charms**. All materials are provided, so you can simply show up and start creating.
Please note that the decoden glue needs time to dry. It becomes stable after about **2 hours** and fully cures overnight. You may leave your finished piece at the studio for safe drying and collect it later, or carefully take it home with you.
The Decoden Workshop is suitable for **children and adults**, making it a fun activity to enjoy solo, with friends, or as a creative break. If you love crafting cute, personalized accessories, this workshop is the perfect place to start.
ZH3 Hash # 1712: Lion’s Hash, Epic Furry (Social Running/Walking/Drinking)
Hare (someone to set the route) is Granny Muff. Come join us!
Car bag drop A to B - your bag will be at B along with some of the best Pizza in town, not far from A.
**Where**:
See location. ‘Hard’bridge station - car park of Restaurant Rosso. Look for English speakers wearing running gear.
**When:**
We'll meet at 6:50 pm to start at 7:00 pm.
There's a charge of CHF 5 for participating, which covers all you can drink beer/cider (and non-alcoholic alternatives) plus snacks afterwards.
**All Welcome:**
If you are new, curious, and want to get out of the house, stretch your legs, talk shit, enjoy a drink, and hopefully a laugh, then here's what you need to know:
• We are a social running/walking group, physical fitness is not required, but a sense of humour is useful.
• The aim is to find the '*Beer Stop*' at the end of the '*trail*' and have fun.
• 'True Trail' is typically 4-7 km. Some will go less (especially those walking or walk/running), and some over-achieving fast runners will go further.
• The '*Hare*', which changes each event (along with location), cleverly lays the trail (typically with flour marks) so that everyone reaches the end at the same time.
• There is always a place to deposit your bag and sometimes a place to change.
• **After Trail**, we group for \~20-40 minutes for drinks, snacks, and some fun. This '*Circle*' is typically outside, so leave something warm in your bag in winter (and bring a flashlight when it's dark). If you don't want to stand around drinking afterwards, you can head home. We occasionally all go to a restaurant afterwards.
**Why bother leaving your warm & dry sofa?**
If you enjoy getting outside, being around people, and doing something a bit different, you will probably enjoy hashing. Exercise is important, and this is probably the least boring way to get it.
'Hashing' and the idea of some physical activity to work up a thirst, have been around for almost 90 years and there are groups (*Hashes*) in most major cities. Its humor and 'traditions' can be explored on the internet - **or you can just come along and find out.** *See you there.*
We are of many nationalities, all ages, full of misfits and idiots (at least there is no one taking themselves seriously!) and always welcome newbies 'Virgin Hashers' and visitors from other groups.
For more about Zürich Hash House Harriers, check out [www.zh3.ch](http://www.zh3.ch/) ( [http://www.zh3.ch/](http://www.zh3.ch/) )
ZH3 Hash # 1713: The St. Patrick’s Day Mad Shenanigans Hash
Hares are the 100% Prime Irish Beefy Hashers -Just Beggin’ For Holy Guinness - Cumming Out of a Holy Bush & Prosecco Potato Popper.
Join us on our annual mad gallivant around Zürich city in search of the precious pots of Golden Beer.
Rumour has it our national Saint will make an appearance this year to lead us on a merry Riverdance around Zürich.
There‘ll be rainbows, golden treats and hot chocolate Baileys. Plus the best in Irish souvenirs from BallyBeijing as prizes for the best dressed.
So come dressed in your finest green outfits as we spread some Irish cheer - you‘ve 40 shades to choose from - so no excuses.
This being a Sunday trail it will coincide with the first Horrors Hash of the year. There’s a playground next to circle location to keep your Horror occupied while we engage in circle shenanigans.
**Where**:
See location. Typically within Zurich Zone 10. Look for English speakers wearing running gear.
**When:**
We'll meet at 6:50 pm to start at 7:00 pm.
There's a charge of CHF 5 for participating, which covers all you can drink beer/cider (and non-alcoholic alternatives) plus snacks afterwards.
**All Welcome:**
If you are new, curious, and want to get out of the house, stretch your legs, talk shit, enjoy a drink, and hopefully a laugh, then here's what you need to know:
• We are a social running/walking group, physical fitness is not required, but a sense of humour is useful.
• The aim is to find the '*Beer Stop*' at the end of the '*trail*' and have fun.
• 'True Trail' is typically 4-7 km. Some will go less (especially those walking or walk/running), and some over-achieving fast runners will go further.
• The '*Hare*', which changes each event (along with location), cleverly lays the trail (typically with flour marks) so that everyone reaches the end at the same time.
• There is always a place to deposit your bag and sometimes a place to change.
• **After Trail**, we group for \~20-40 minutes for drinks, snacks, and some fun. This '*Circle*' is typically outside, so leave something warm in your bag in winter (and bring a flashlight when it's dark). If you don't want to stand around drinking afterwards, you can head home. We occasionally all go to a restaurant afterwards.
**Why bother leaving your warm & dry sofa?**
If you enjoy getting outside, being around people, and doing something a bit different, you will probably enjoy hashing. Exercise is important, and this is probably the least boring way to get it.
'Hashing' and the idea of some physical activity to work up a thirst, have been around for almost 90 years and there are groups (*Hashes*) in most major cities. Its humor and 'traditions' can be explored on the internet - **or you can just come along and find out.** *See you there.*
We are of many nationalities, all ages, full of misfits and idiots (at least there is no one taking themselves seriously!) and always welcome newbies 'Virgin Hashers' and visitors from other groups.
For more about Zürich Hash House Harriers, check out [www.zh3.ch](http://www.zh3.ch/) ( [http://www.zh3.ch/](http://www.zh3.ch/) )
💪🔥 Burner Gains Playground – Play, Sweat, Laugh!
Bored of standard gym routines? Same here.
At Burner Gains Playground, we play intense, fun group games – castle dodgeball, Takeshi’s Castle obstacle runs, crazy tag games and more. Get hit or knocked out? Do a quick strength exercise (push-ups, burpees, squats …) before jumping back in.
Play like a kid, sweat like at the gym. 😁
What to bring:
→ Sportswear & indoor shoes
→ Water
→ Good vibes 🤪
All fitness levels welcome, no experience needed. Just show up and have fun!
📍 Turnhalle Schulhaus Bachtobel, Bachtobelstrasse 111, Zürich
Exploit Code Events Near You
Connect with your local Exploit Code community
Columbus Code & Coffee 84 @ Improving
Columbus Code & Coffee is an inclusive, informal co-working session. People of all skill levels attend, and we love it that way. Many people (optionally) bring projects to work on, and many other people (optionally) socialize the entire time. It's entirely up to you!
**What to Expect at the Intro Circle**
\~\~\~\~\~\~\~\~\~\~\~\~\~
Near the beginning of the event (1:30 pm), we do a standup:
* Organizer announcements, updates, and logistics
Round 1 - (7 secs max):
* Your name
* What you're working on
* What you can help others with
Round 2:
* Community events you wanna plug. If none, that's cool too.
Round 3:
* Job opportunities you're hiring for OR announce that you are looking for one. If none, that's cool.
After the introduction circle, everything is self-organized! Feel free to work alone, pair up, attend one of our workshops/presentations, or mingle!
NSCoder Night
Bring your work or your hobby, hang out, and code with us.
Follow @buckeyecocoa for more information.
Code Anywhere by Talking to your Phone
Drake Lundstrom is presenting:
Code Anywhere by Talking to your Phone
Abstract:
Have you heard the trend of people deploying code anywhere from checkout lines to doctors' offices? In this talk, you will learn how to talk to your phone and have an app on Azure to show your friend 5 minutes later. The basic DevOps tools you already know, plus a little bit of AI magic, are all you need!
If you want to follow along, the demo will be in Azure with GitHub Actions and GitHub Copilot, and you can have it set up on your phone by the end of the session. Just come in with an Azure account and a GitHub repo.
Join us for pizza, drinks, and networking @ Improving's office. Doors open at 5:45.
Cocoaheads
Come out to Improving for our monthly iOS and Mac meetings.
This Month's Presentation:
**Python Tips and Tricks on iOS**
**Mike Kennedy**
What is Cocoaheads (http://cocoaheads.org/)?
CocoaHeads is a group devoted to discussion of Apple Computer's Cocoa Framework for programming on MacOS X and iOS (including the iPhone, iPad and Apple Watch). During monthly meetings, members present on their projects and offer tutorials on various programming topics.
What is BuckeyeCocoa (http://buckeyecocoa.org/)?
BuckeyeCocoa is a group of Objective-C/Swift developers/enthusiasts. We host monthly Cocoaheads and near-weekly NSCoder meetings in Columbus, Ohio. The meetings are free to attend.
Presentations!
Presenters welcome! We are always in need of people willing to present material. Any Swift and/or Objective-C related topic is welcome. Times can be 5 minutes (i.e. lightning talks) to a maximum of 2 hours. Interested? Contact info is on the BuckeyeCocoa website.
To volunteer for a presentation contact us at @BuckeyeCocoa on Twitter.
Follow us on Twitter! @BuckeyeCocoa (https://twitter.com/#!/Buckeyecocoa/) For more information: http://buckeyecocoa.org/
TBD
**Important time note:** Please plan on arriving between 5:30 and 6:00 as the elevators lock after 6 and you'll need to message us and we'll need to come get you.
The building address is 4450 Bridge Park
The entrance is 6620 Mooney St, Suite 400
**Abstract**
TBD
**YouTube Link**
TBA
CBusData - Discover the Power of Window Functions
Window functions have nothing to do with the Windows operating system but provide a “window” to a result set when used in SQL queries. They are powerful, set-based methods to view data in unexpected ways. Window functions provide easy, set-based solutions to solve some common problems:
* Using running totals
* Performing operations in intervals
* Identifying data gaps and islands
* Performing aggregates without losing detail
Many people are confused by window functions and do not know how to use them properly. This session will explore window functions, how they work, and how to use them. Demonstrations with several examples will solidify how window functions can simplify queries and make them more powerful.
Columbus HUG March
Want to be a speaker? submit your talk to our Call for Presenters!!!
https://sessionize.com/cbus-hug-2026/


















