Android Development Operating Systems Technology
Meet other local people interested in Android Development Operating Systems Technology: share experiences, inspire and encourage each other! Join a Android Development Operating Systems Technology group.
5,345
members
5
groups
Largest Android Development Operating Systems Technology groups
Newest Android Development Operating Systems Technology groups
Frequently Asked Questions
Yes! Check out android development operating systems technology events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the android development operating systems technology events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find android development operating systems technology events near your location here. Connect with your local community and discover events within your area.
Android Development Operating Systems Technology Events Today
Join in-person Android Development Operating Systems Technology events happening right now
AI, Agents & NASA: An Evening with IBM Research
Welcome to an evening with IBM Research where we discuss AI, Agents, NASA and everything in between.
An event hosted by **IBM Research** \- PyData Ireland is excited to be a community partner\.
This is an inaugural **Open Source Science Dublin** meetup, where cutting-edge scientific research meets open-source technology, AI, and cloud-native infrastructure.
Expect **technical deep dives**, **cross-disciplinary conversations**, and (of course) **pizza** 🍕.
For this first event, we’re exploring one of the most exciting frontiers today: **agentic systems for scientific discovery**, and how autonomous and semi-autonomous AI systems are transforming the way research is conducted, validated, and scaled.
You’ll see real-world systems in action, hear from both applied and research perspectives, and walk away with a clearer picture of how agents are moving from hype to scientific infrastructure.
## **Talks**
**Accelerated Knowledge Discovery at NASA: Building an Agentic AI Research Companion**
* **Speaker:** James Barry, Staff Research Scientist, IBM Research
* **Description:** A practical look at NASA’s AKD platform: a chat-driven frontend orchestrating a multi-agent backend (planner + literature/data/code search) to turn questions into traceable, end-to-end scientific research—faster, more systematic, and with human oversight.
**Production-Ready AI Agents: Containerization, Sandboxes, and the LangChain Stack**
* **Speaker:** Fabio Lorenzi, Staff Research Scientist, IBM Research
* **Description:** Building secure, scalable AI agents for industrial time series analysis using isolated code execution, LangGraph for agent orchestration, and FastAPI for production deployment—bridging foundation models and real-world maintenance workflows.
**Science in the Agentic Era: Structured Experimentation with *ado***
* **Speaker:** Michael Johnston, STSM, Discovery Systems; Manager, Next Generation Systems, IBM Research
* **Description:** A research-first framework for agent-assisted discovery: *ado* encodes the problem space and experimental plan as schemas, enabling agents to propose and refine studies while keeping every run transparent, reproducible, and scientifically auditable.
Tech Pro Ireland with Microsoft Consultant Keith Doolan
Are you a tech support engineer, IT manager or CTO and want to have a clear understanding of how Microsoft Intune scales out as more features are added or why Microsoft Endpoint's Identity & Access Management (IAM) controls is becoming more and more fundamental in security?
**Then this event is for you!**
Come join Stackand.Co at their monthly Tech Pro Ireland event with special guest, Keith Doolan, on the evening of Thursday 28th May.
Check out the talks and reserve your free seat here....
[https://ti.to/tech-pro-ireland/265-tech-pro-ireland](https://ti.to/tech-pro-ireland/265-tech-pro-ireland)
Building Canvas Apps using AI & Bulk Operation in Dataverse
**Building Canvas Apps using AI with the MCP Plugin**
Build Canvas Apps with AI—without premium licenses or code-first tooling. The MCP plugin gives makers an approach. Join me to explore what it can (and can't) do.
**Andrew Taylor** works as Modern Workplace Development Manager with Copilot and Copilot Studio. He is a highly experienced software professional.
**Bulk Operation Messages in Dataverse**
This session explores how to efficiently work with bulk operation messages in Dataverse to process high-volume data scenarios. It focuses on leveraging messages such as bulk create, update, and delete, understanding their execution behaviour in the plugin pipeline, and designing plugins that can handle batched data safely and performantly.
**Khoa Nguyen** is a Microsoft MVP
Open Source Science: Agents in Science
**To attend - you must register here:** https://luma.com/x59liyrs
Join us for the inaugural **Open Source Science Dublin** meetup, where cutting-edge scientific research meets open-source technology, AI, and cloud-native infrastructure.
Expect technical deep dives, cross-disciplinary conversations, and (of course) pizza 🍕.
Talks:
* **Accelerated Knowledge Discovery at NASA: Building an Agentic AI Research Companion**
* **Production-Ready AI Agents: Containerization, Sandboxes, and the LangChain Stack**
* **Science in the Agentic Era: Structured Experimentation with ado**
We thank **PyData Ireland** and **Trinity College Dublin OSPO** for being our community partners for this event.
Lockpicking at Tog
Welcome to lockpicking at Tog.
Join us as we teach the various methods of picking and bypassing common locks in Ireland.
All equipment provided.
Warm clothes reccomended as the heating isnt the best.
PlaceHolder that means no actual Speaker, No venue currently
Announcing:
Dublin-Information-Security-for-CISSP-practitioners meeting - this is called a PlaceHolder - we \~currently (Aug 2023) do not have a venue or speaker lined up.
Time slot is: last Thursday of the month.
We explore the usefulness of Secure deployment for cloud environments.
Geospatial Hub Ireland #1 — GIS, Maps & Spatial Data Meetup
A casual meetup for people working or interested in GIS
The goal is simple:
meet people in the geospatial industry, exchange ideas, discuss projects, and grow the Irish geospatial community.
No presentations.
No pressure.
Just good conversations.
Whether you are a student, analyst, developer, planner, engineer, or just curious about maps and spatial tech — you are welcome.
Bring:
* yourself
* project ideas
* questions
* interesting map stories
Android Development Operating Systems Technology Events This Week
Discover what is happening in the next few days
Hack and Chill
🔐 **Hack and Chill – Weekly Meetup** 🔐
📍 **Tog Hackerspace** \| 🕖 **Fridays, 7–9 PM**
*(Except the first Friday of the month – we’re at 2600 Dublin then!)*
Are you into cybersecurity, hardware hacking, or just love the hacker mindset? Bring your laptop, your curiosity, and your latest digital mischief to our chill Friday night sessions.
No talks, no pressure — just hacking, learning, and chatting with like-minded folks in a relaxed space.
💻 BYO projects, hacks, and war stories
☕ Tea, tools, and toggers provided
💬 New faces always welcome
Come hang out. We don’t bite — unless you’re a vulnerable service.
https://www.tog.ie/2025/08/new-weekly-group-night-hack-and-chill/
Transformers in Pratice
If you’ve worked with LLMs, you’ve probably run into slow inference, out-of-memory errors, or hallucinations you couldn’t explain. There’s no shortage of resources on how transformers work, but most of them either ask you to build one from scratch or get lost in theory that doesn’t connect to the problems you’re actually facing.
Transformers in Practice is different.
We will give a complete practical view of how transformers work, from how they generate text to what’s happening inside the model to how it all gets optimized to run on real hardware. Interactive visualizations throughout let you see key concepts in action and build intuition that actually sticks.
Here’s what you’ll learn:
* **Model Behavior:** You’ll learn how LLMs generate text through an autoregressive loop, selecting one token at a time from a probability distribution. You’ll see how sampling parameters like temperature shape the output, why hallucinations happen, and how techniques like RAG, constrained generation, and chain-of-thought reasoning all work within this same loop.
* **Model Architecture and Attention:** You’ll look inside the transformer to understand what attention is really doing, how positional encoding tracks token order, and how multiple layers and attention heads work together to turn an input sequence into a next-token prediction.
* **Scaling and Deploying:** You’ll learn why GPUs are well-suited for transformer inference and where the real bottlenecks are. You’ll build practical intuition for quantization, KV caching, flash attention, and speculative decoding, including the tradeoffs each one introuces for cost, speed, and output quality.
The minimum fee is to pay the venue and avoid no show and make this group of people sustainable in the long term
Street & Architecture Photography | Dublin's Docklands
Let's spend a summer afternoon exploring the area around the River Liffey and Grand Canal Dock. We'll meet at **Mayor Square** at **15:00**, outside Cool Hand, where we can grab a coffee before we set off.
After taking some time around the square and the north side of the Liffey, we'll cross either the Sean O'Casey or Samuel Beckett bridge, and walk along the south of the river. Our end goal is to get to Grand Canal Square, which should provide an excellent opportunity for urban landscapes and architecture photography.
There are also quite a few options for food and drinks in the area, so we can end our walk in a pub restaurant.
If you'd like to stay in touch between events to share and chat about photos, life, the universe, and everything, you can join our new Signal or Telegram group chats, linked below.
* [Signal Group Chat](https://signal.group/#CjQKIHwLgV-sbNo5zEs-puKDIuniaus_YfYSdRJTbtwO_MwEEhCiXhPvTTOjK05Ckda4ADzP)
* [Telegram Group Chat](https://t.me/+MyFJqkiPZksyNGY0)
reviving gardans, Growing community
**Hands in the Soil: Community Growing, Learning & Craic**
This first gathering will be a relaxed mix of **hands-on garden work, shared learning, and good conversation**. It’s about getting together in a real space, doing something practical, and seeing what ideas and connections might grow from there.
On the day, we’ll:
* Get our **hands dirty** with some light garden work and soil prep
* Do some **seed sowing** and talk about what grows well locally
* **Make kombucha together** and chat about fermentation, food, and simple home practices
* Share knowledge, questions, and experiences around growing food
* Enjoy some **fellowship, chats, and a bit of craic** along the way.Alongside the practical side, we’ll also have an open, informal discussion about a bigger idea:
* The possibility of **small community “park farms” or gardens** in underused green spaces around Dublin
* What that might look like, what’s realistic, and whether others feel drawn to exploring it further
There’s no pressure, no expertise required, and no expectation beyond showing up with curiosity and a willingness to pitch in. Whether you’re experienced with gardening or completely new, you’re very welcome.
Bring clothes you don’t mind getting muddy, and if you have them, gloves. Everything else will be very low-key.
This is just a **first step** — a chance to meet, work, talk, and see if there’s a shared appetite to keep growing something together.
Android Development Operating Systems Technology Events Near You
Connect with your local Android Development Operating Systems Technology community
Christians in Tech - Meetup #36 @ Improving
Christians in Tech is a community at the intersection of faith and technology. Our meetups are designed to spark meaningful conversations, promote knowledge sharing, and encourage growth—both in your career and your spiritual walk with God. Whether you're an experienced professional or just starting your tech journey, CIT welcomes you.
Our Website
[https://linktr.ee/citcbus](https://linktr.ee/citcbus)
Sponsors and Partners
* Improving (Venue Sponsor)
* Bethel World Prayer Center (Fiscal Sponsor)
* Fruits & Roots (Coffee Partner)
Ensuring Software Quality in the world of AI Developers - Matt Eland
**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
You will need to scan your ID at the door to get a visitor badge.
**Abstract**
Like it or not, AI agents are now capable of turning a quickly written paragraph of requirements into a pull request that is ready to be integrated into real-world production applications and it's now our responsibility to make sure AI doesn't go rogue and take down prod - or corrupt our data by misunderstanding the requirements or our existing schemas. In this session we'll explore strategies to protect our codebases through unit and integration testing, documentation, and code review along with additional ways of providing context and guard rails to our AI agents as they carry out the work we've assigned them to do. By the time we're done, you'll have a firm grasp of the problem and understand some helpful options for protecting your codebase from vibe coding mishaps getting YOLOed into prod.
**YouTube Link**
https://youtube.com/live/BltmWMH1zG0?feature=share
Game Dev Meetup (@Improving In-Person)
PLEASE NOTE!!!
This event will be In-Person for our very 1st Improving collab! If you know the [Columbus Unity group](https://www.meetup.com/columbus-unity-user-group/) location, we'll be at the same place. This is our 1st event and are doing a soft launch with limited attendance. 1st come 1st serve. If you want to be there and we fill up, please email me at [info@thecogg.com](mailto:info@thecogg.com) and I'll be in touch.
All street parking is free on Sundays but you can also pay to park in any of the local garages. See image of [parking map here](https://drive.google.com/file/d/1Mr9_LFIggbs-0_Zd3AJTGNqEhgMf2TzQ/view?usp=sharing).
\-\-\-
On the last Sunday of the month, we're having our usual end-of-the-month social gathering with our GameDev Meetup meeting. There will be announcements and presentations followed by some social networking Let's continue the conversations with good vibes and friends.
All are welcomed from all ages and backgrounds to this public event. If we can, we'll be streaming or uploading the video later via our COGG YouTube channel here:
[https://www.youtube.com/@TheCOGG/streams](https://www.youtube.com/@TheCOGG/streams)
(Also please do subscribe if you have not done so!)
No game development experience required!
If you are interested in doing a 20 minute game development related presentation, please fill out our form online here:
[https://goo.gl/forms/lVdTJZiNJewlPJuj1](https://goo.gl/forms/lVdTJZiNJewlPJuj1)
Or e-mail us at info@thecogg.com
with the following:
Your Name, Company/Affiliation, Name of Your Game/Topic, Description, Tech Needs, and Your Contact.
Be sure to check out our Discord for real time news updates:
[https://discord.gg/NrBhuNQ](https://discord.gg/NrBhuNQ)
Cocoaheads
Come out to Improving for our monthly iOS and Mac meetings.
This Month's Presentation:
Nothing yet. (You should volunteer).
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/
June 2026 AWS Columbus - Topic to be announced
Topic to be announced.
**THANK YOU** *Franklin University* for hosting our meetup! To learn more about *Franklin University*, please visit their website: https://www.franklin.edu/
**DIRECTIONS**
Franklin University
Fisher Hall
300 E. Main St, Columbus, OH 43215
Map: https://maps.app.goo.gl/jxjBA2hUmS5qrvhq8
Parking is FREE! Please park in Lot C in front of Fisher Hall. See attached map.
NOTE: Map the address only. When mapping with Google Maps it may use the Fisher Hall at OSU, which is NOT correct.
**Want to sponsor the pizza and/or bar tab?**
Please contact me if you would like to sponsor this meetup's pizza and/or bar tab: angelo@mandato.com
QA or The Highway 2026
QA or the Highway is a one-day, affordable, regional, professional conference featuring real-world experience and thought leadership in the QA and testing industry.
This is a ticketed event please register here:
https://www.qaorthehwy.com/
Featured Keynote Speakers:
**Matthew-Hope Eland** **(Wizard at Leading EDJE)** \- An AI Specialist and Wizard at Leading EDJE who is known to teach software engineering\, AI\, and data science concepts in the most ridiculous ways possible\. Matt has used machine learning to settle debates over whether Die Hard is a Christmas movie\, reinforcement learning to drive the behavior of digital squirrels\, data analytics to suggest improvements to his favorite TV show\, and AI agents to play board games and create an AI agent with the personality of a dog\. Matt is the author of "Data Science in \.NET with Polyglot Notebooks" and "Refactoring with C\#" as well as several LinkedIn Learning courses\. Matt helps organize the Central Ohio \.NET Developer Group\, runs several blogs and a YouTube channel\, has a Master’s of Science in Data Analytics\, and is a current Microsoft MVP in AI and \.NET\.
**Tatyana Arbouzova** **(CEO at Innovate QA)** \- Tatyana Arbouzova is an engineering and business leader with a strong background in Quality Engineering across multiple industries\, including Big Tech\, Healthcare\, and Entertainment\. She has held leadership roles at world\-class companies such as Microsoft\, VMware\, Disney\, and The Pokémon Company International\, where she focused on building quality\-driven cultures and scaling teams to deliver high\-impact products\. With decades of experience\, Tatyana has helped organizations transform their quality practices so teams can deliver software efficiently\, confidently\, and with measurable business outcomes\. Today\, Tatyana advises software companies on adopting AI to optimize quality practices and improve how software is delivered at scale\. She is also a passionate community builder and the founder of Innovate QA\, a thriving Seattle\-based community and conference for quality professionals\.
Columbus PHP: Monthly Meetup
Our monthly PHP meetup.
A virtual shindig courtesy of Zoom. Check back here for the details around 6:15 pm
























