Device Management and Security
Meet other local people interested in Device Management and Security: share experiences, inspire and encourage each other! Join a Device Management and Security group.
111
members
3
groups
Largest Device Management and Security groups
Newest Device Management and Security groups
Frequently Asked Questions
Yes! Check out device management and security events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the device management and security events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find device management and security events near your location here. Connect with your local community and discover events within your area.
Device Management and Security Events Today
Join in-person Device Management and Security events happening right now
AI Meetup (March): GenAI LLMs and Agents
Important Register on the [event website](https://www.aicamp.ai/event/eventdetails/W2026031214) (Due to room capacity and building security, you must pre-register at the link for admission)
**Description:**
Welcome to the AI meetup in Toronto. Join us for deep dive tech talks on AI, GenAI, LLMs and Agent, hands-on experiences on code labs, workshops, and networking with speakers and fellow developers.
**Speakers/Topics:**
\- Eli Aleyner \(Docker\)
Stay tuned as we are updating speakers and schedules. If you have a keen interest in speaking to our community, we invite you to submit topics for consideration: [Submit Topics](https://forms.gle/JkMt91CZRtoJBSFUA)
**Sponsors:**
We are actively seeking sponsors to support AI developers community. Whether it is by offering venue spaces, providing food, or cash sponsorship. Sponsors will not only speak at the meetups, receive prominent recognition, but also gain exposure to our extensive membership base of 10,000+ AI developers in Toronto or 500K+ worldwide.
AI Camp Meetup (Toronto): AI, LLMs and Agents
**Join Docker at the AI Camp meetup in Toronto!**
--> Register directly at: https://www.aicamp.ai/event/eventdetails/W2026031214
**Agenda:**
\* 5:30pm\~6:00pm: Checkin, Food/drink and networking
\* 6:00pm\~7:00pm: Tech talks and Q&A
\* 7:00pm\~7:30pm: Open discussion and Mixer
**Tech Talk:** Building Secure AI Agent Ecosystems: The 3Cs Framework in Practice
**Speaker:** Eli Aleyner (VP of Product Strategy & Alliances, Docker)
**Abstract:** AI agents are moving from experiments to production, but security is an afterthought for most teams. In this talk, VP of Product Strategy & Alliances at Docker, Eli Aleyner shares the 3Cs Framework for AI Agent Security: a practical model for architecting trustworthy agentic systems across your organization. Drawing from real-world experience running OpenClaw and building Docker's AI partnership ecosystem, Eli breaks down how product leaders can integrate security into agent design, testing, and deployment without sacrificing velocity. Leave with a framework you can apply immediately.
**Venue:**
St. Paul Bloor, 227 E Bloor St, Toronto
Aligning Brain-Like AGI
This is a ticketed event. Please register at [this link](https://luma.com/hpn010ze).
Future AI systems could have action-guiding and learning systems which may plausibly resemble those of current human or animal brains. What might it take to make these systems safe? In this presentation, David Atanasov will talk about the work from people who have thought about aligning these hypothetical future systems.
**Event Schedule**
6:00 to 6:30 - Food and introductions
6:30 to 7:30 - Presentation and Q&A
7:30 to 9:00 - Open Discussions
If you can't attend in person, join our live stream starting at 6:30 pm via [this link](https://www.youtube.com/@Trajectory-Labs/live).
Beginner Drop-In Pickleball – $15/1.5hrs – Register to Secure Your Spot!
**Beginner Drop-In Pickleball at the Miles Nadal JCC**
New to pickleball? We’ve got the perfect session for you!
Join us for **Beginner Drop-In Pickleball** at the Miles Nadal JCC — a welcoming and supportive environment for those just getting started with the game. Whether you're still learning the rules or building confidence on the court, this is a great opportunity to play, practice, and meet fellow beginners.
***
🏓 **Event Details:**
**Location:** 750 Spadina Ave. (enter through the Spadina doors)
**Check-In:** Please check in with security and stop by the front desk upon arrival.
***
🏓 **Registration & Payment (Required in Advance):**
RSVP on Meetup does *not* guarantee your spot.
To play, you must register and pay in advance through our registration system.
👉 **[Register online](https://app.amilia.com/store/en/miles-nadal-jcc/api/Activity/Detail?activityId=k1j6vjE)**
📞 Or call: 416-924-6211
**Limited to 6 players.** Once full, no additional players will be admitted.
***
🏓 **What to Expect:**
* Designed for **beginner-level players** with some familiarity with the rules and scoring
* Equipment available: borrow paddles and balls with a $20 cash deposit + valid ID
* Friendly rotations so everyone gets a chance to play
* Supportive and inclusive environment — no pressure, just fun and learning!
***
Come ready to move, meet new people, and improve your game one rally at a time. We look forward to seeing you on the court!
AI + Streaming: Practical Architectures That Work
We're excited to bring the community together for an evening of learning and connection!
Come support your fellow developers, learn something new, and meet others who are passionate about search, observability, and security.
**Date and Time:**
Thursday, March, 12th from 5:30-7:30 pm
**Agenda:**
* 5:30 pm: Doors open; say hi, grab a seat, and eat some food.
* 6:00 pm: Building Agentic AI on ELK stack, by **Gleb Gadyatskiy**, Principal Engineer at PointClickCare
* 6:30 pm: Q&A
* 6:40 pm: "One Does Not Simply Query a Stream", by **Viktor Gamov** is a Principal Developer Advocate at Confluent
* 7:10 pm: Q&A
* 7:20-7:30 pm: Networking & refreshments
**Talk Abstracts:**
**"Building Agentic AI on ELK stack"**
Story how I built AI Agent using pure ELK + LLM to automate incidents investigations
1. What is AI Agent, ELK and why I decided to build AI Agent using only ELK
2. Building simple AI Agent using pure Logstash pipelines
3. Building advance AI Agent using Ruby plugin
4. Connecting AI Agent to Elastic AI Assistant
**Gleb Gadyatskiy** is a Principal Engineer at PointClickCare. He is a part of the Infrastructure Architecture team and describes his role as “the first line in attack and the last line in defense”. Gleb provides support for all teams to aggregate logs from various apps into Elasticsearch, use AI to get insights from logs and actively promotes Elastic stack in PointClickCare. Gleb enjoys outdoor traveling with his wife and two kids in a camper.
**"One Does Not Simply Query a Stream"**
Streaming data with Apache Kafka® has become the backbone of modern applications. While streams are ideal for continuous data flow, they lack built-in querying capabilities. Unlike databases with indexed lookups, Kafka’s append-only logs are designed for high-throughput processing—not for on-demand queries. This necessitates additional infrastructure to query streaming data effectively. Traditional approaches replicate stream data into external stores: relational databases like PostgreSQL for operational queries, object storage like S3 accessed via Flink, Spark, or Trino for analytics, and Elasticsearch for full-text search and log analytics. Each serves a purpose—but they also introduce silos, schema mismatches, freshness issues, and complex ETL pipelines that increase system fragility. In this session, we’ll explore solutions that aim to unify operational, analytical, and search workloads across real-time data. We'll demonstrate stream processing with Kafka Streams, Apache Flink®, and SQL engines; real-time analytics with Apache Pinot®; search capabilities with Elasticsearch; and modern lakehouse approaches using Apache Iceberg® with Tableflow to represent Kafka topics as queryable tables. While there's no one-size-fits-all solution, understanding the tools and trade-offs will help you design more robust and flexible architectures.
**Viktor Gamov** is a Principal Developer Advocate at Confluent, founded by the original creators of Apache Kafka®. With a rich background in implementing and advocating for distributed systems and cloud-native architectures, Viktor excels in open-source technologies. He is passionate about assisting architects, developers, and operators in crafting systems that are not only low in latency and scalable but also highly available.
As a Java Champion and an esteemed speaker, Viktor is known for his insightful presentations at top industry events like JavaOne, Devoxx, Kafka Summit, and QCon. His expertise spans distributed systems, real-time data streaming, JVM, and DevOps.
Viktor has co-authored "Enterprise Web Development" from O'Reilly and "Apache Kafka® in Action" from Manning.
Follow Viktor on X - @gamussa to stay updated with Viktor's latest thoughts on technology, his gym and food adventures, and insights into open-source and developer advocacy.
**Location:**
Improving Office
171 East Liberty St
Unit 235
Toronto, Ontario M6K 3P6
**Directions (171 E Liberty St - Suite 235)**
**By transit**
Streetcars 504 and 509 both travel close to the office (less than 10 minute walk to the office from either), the lakeshore GO train is also a 5 minute walk from the office.
**By car/parking**
On street parking is available - there are a handful of paid parking spots directly in front of the entrance - with a large city parking lot across the street.
**Entrance**
The entrance to the office is beside the Bulk Barn entrance facing Hannah Street. There is an Improving logo on the door.
AI Meetup (March): GenAI LLMs and Agents with Docker
Important Register on the [event website](https://www.aicamp.ai/event/eventdetails/W2026031214) (Due to room capacity and building security, you must pre-register at the link for admission)
**Description:**
Welcome to the AI meetup in Toronto. Join us for deep dive tech talks on AI, GenAI, LLMs and Agent, hands-on experiences on code labs, workshops, and networking with speakers and fellow developers.
**Speakers/Topics:**
\- Eli Aleyner \(Docker\)
Stay tuned as we are updating speakers and schedules. If you have a keen interest in speaking to our community, we invite you to submit topics for consideration: [Submit Topics](https://forms.gle/JkMt91CZRtoJBSFUA)
**Sponsors:**
We are actively seeking sponsors to support AI developers community. Whether it is by offering venue spaces, providing food, or cash sponsorship. Sponsors will not only speak at the meetups, receive prominent recognition, but also gain exposure to our extensive membership base of 10,000+ AI developers in Toronto or 500K+ worldwide.
Catacomb Warriors I-Group (Toronto)
Please contact event host, Christopher, for the event location at christopher.tyrrell@ymail.com
Device Management and Security Events This Week
Discover what is happening in the next few days
AgentCon 2025: Toronto
On March 14th, 2026, [AgentCon](https://www.linkedin.com/search/results/all/?keywords=%23agentcon&origin=HASH_TAG_FROM_FEED) lands in Toronto, bringing together developers, engineers, and innovators shaping the future of AI agents.
Expect deep‑dive talks, hands‑on learning, practical demos and plenty of networking with the AI community.
This isn’t just another AI event, it’s where builders meet to talk real code.
✅ Ready to build the future? Register Now: [https://lnkd.in/dX5AVXRw](https://lnkd.in/dX5AVXRw)
Game Dev Coffee Shop Meetup
Tired of spending time at home? Come hang out with some other Game Programmers, Artists, Audio Engineers, Musicians, Designers, Gamers etc... Bring your computer/devices if you want to share your projects!
We usually transition to a nearby bar after 8pm (coffee shop closes). So if you wanna pop in after 8, we're likely at [Wei Bar](https://goo.gl/maps/iVL3yBFywkR421Tq5) and if not, just hit up the discord and ask where we moved to. See you there!
**Discord:** [https://discord.gg/PW9YnAx6yx](https://discord.gg/PW9YnAx6yx)
Mandarin-English Exchange
Hello Everybody!
【College Park food court is closed again, so we change the location to the food court in Brookfield Place(181 Bay St., Toronto, ON), near the Union Station.】
I am helping organize a mandarin-english language exchange downtown. If you want to improve your Mandarin/English, feel free to come by downtown and meet others to practise your language. There will be native Mandarin and English speakers to help you! Or you can share your language skills with others!
Every Saturday 3:00pm-5:00pm
Brookfield Place Food Court(181 Bay St., Toronto, ON)
[ Please find a table with "meetup" label (like the Featured photo).]
[ Usually in front of the Longo's supermarket]
——————————————
大家好:
【College Park的food court又给封了,所以我们把活动地点换到了 Brookfield Place的food court (181 Bay St., Toronto, ON),靠近Union Station。】
我正在组织一场中英文交流活动。如果你想提高你的普通话或者英语,那就快来参加吧!你可以在这里认识很多母语为普通话或者英语的新朋友!他们都非常乐于帮你提高你的中英文表达能力!也欢迎你同我们一起分享你的语言技巧! 谢谢!
每周六 3:00pm-5:00pm
Brookfield Place Food Court(181 Bay St., Toronto, ON)
【请找到一张桌子,桌上有张纸,写着“Meetup”。】
【位置通常会在longo's超市前面】
————————————————
大家好:
【College Park的food court又給封了,所以我們把活動地點換到了Brookfield Place的food court (181 Bay St., Toronto, ON),靠近Union Station。】
我正在組織一場中英文交流活動。如果你想提高你的國語或者英語,那就快來參加吧!你可以在這裡認識很多母語為國語或者英語的新朋友!他們都非常樂於幫你提高你的中英文表達能力!也歡迎你同我們一起分享你的語言技巧! 謝謝!
每週六 3:00pm-5:00pm
Brookfield Place Food Court(181 Bay St., Toronto, ON)
【請找到一張桌子,桌上有張紙,寫著“Meetup”】
【位置通常會在longo's超市前面】
Mandarin-English Exchange (Sunday)
【College Park food court is closed again, so we change the location to the food court in Aura Concourse(384 Yonge St., Toronto, ON), near the College Station.】
I am helping organize a mandarin-english language exchange downtown. If you want to improve your Mandarin/English, feel free to come by downtown and meet others to practise your language. There will be native Mandarin and English speakers to help you! Or you can share your language skills with others!
Every Sunday 3:00pm-5:00pm
Aura Concourse(384 Yonge St., Toronto, ON)
[ Please find a table with "meetup" label (like the Featured photo).]
[ Usually in front of the pharmacy ]
——————————————
大家好:
【College Park的food court又给封了,所以我们把活动地点换到了 Aura Concourse的food court(384 Yonge St., Toronto, ON),靠近College Station。】
我正在组织一场中英文交流活动。如果你想提高你的普通话或者英语,那就快来参加吧!你可以在这里认识很多母语为普通话或者英语的新朋友!他们都非常乐于帮你提高你的中英文表达能力!也欢迎你同我们一起分享你的语言技巧! 谢谢!
每周日 3:00pm-5:00pm
Aura Concourse food court(384 Yonge St., Toronto, ON)
【请找到一张桌子,桌上有张纸,写着“Meetup”。】
【位置通常在药房前面】
————————————————
大家好:
【College Park的food court又給封了,所以我們把活動地點換到了Aura Concourse的food court(384 Yonge St., Toronto, ON),靠近College 】
我正在組織一場中英文交流活動。如果你想提高你的國語或者英語,那就快來參加吧!你可以在這裡認識很多母語為國語或者英語的新朋友!他們都非常樂於幫你提高你的中英文表達能力!也歡迎你同我們一起分享你的語言技巧! 謝謝!
每週日 3:00pm-5:00pm
Aura Concourse food court(384 Yonge St., Toronto, ON)
【請找到一張桌子,桌上有張紙,寫著“Meetup”】
【位置通常會在藥房前面】
Code Diversity × TigerBaby: Clay & Connection [🚨RSVP on LUMA🚨]
🚨👉 To RSVP for this event, head to our [Luma event page](https://luma.com/wzaj4vzy). RSVPs are intentionally closed on Meetup.👈🚨 https://luma.com/wzaj4vzy
**$90 · TAX INCLUDED — LUMA RSVP + PAYMENT REQUIRED TO CONFIRM YOUR SPOT**
To reserve your spot, please **e-transfer $90 to**
📧 **techtankto@gmail.com**
Registration is **confirmed only once payment is received**.
Please include your **full name + “Code Diversity Clay & Connection”** in the transfer note.
Spots are limited and will be filled on a **first-paid, first-confirmed** basis.
is.
***
This winter, we’re doing something a little different.
For International Women’s Day, join **CodeDiversity ×** [TigerBaby](https://www.instagram.com/tigerbabycc) for a cozy, hands-on **pottery + coffee social** designed for **women and non-binary folks in tech** who want to connect, slow down, and have some fun.
Instead of our usual discussion-based meetup, this event is intentionally low-pressure and creative — a chance to step away from screens, work with your hands, and spend time in good company.
We’ll spend the afternoon:
* sharing coffee and conversation
* getting our hands dirty with clay *(no experience needed)*
* escaping winter isolation in a warm, welcoming space
* making new connections — **without networking pressure**
***
🧱 What’s Included
Your **$90 (tax included)** covers:
* A guided pottery workshop led by [TigerBaby](https://www.instagram.com/tigerbabycc)
* All materials
* Firing of your finished piece
***
🕰 Schedule
**11:00 – 11:30**
Welcome + mingle — grab something to eat or drink
**11:30 – 1:30**
Pottery workshop
**1:30 – 2:00**
Clean-up + wrap-up
📍 **Creeds Coffee Shop**
***
[TigerBaby Coffee & Clay](https://www.instagram.com/tigerbabycc) is a Toronto-based creative brand rooted in slowing down, working with your hands, and finding joy in everyday rituals. Founded by siblings Sarah—a ceramics artist—and Thomas—a self-proclaimed specialty coffee nerd—TigerBaby brings together craft, care, and community.
In this hands-on pottery class, you’ll create your own ceramic mug from start to finish using hand-building techniques. This workshop is beginner-friendly and designed to feel calm, welcoming, and unhurried. You’ll be guided through shaping, attaching a handle, and refining your form, with plenty of time to explore the process and make the mug your own.
Quick reminders:
* This event is intended for **women & non-binary folks**
* No prior pottery experience required
* Attendance is confirmed **only after e-transfer is received**
* Please make sure your **RSVP name matches your e-transfer name**
If you’re craving connection, creativity, and a softer way to mark International Women’s Day, we’d love to have you join us!
**Important Notes for RSVPs** We’re introducing a few questions when you RSVP to help us manage space and ensure an inclusive environment:
**This is a space created to support people who are underrepresented in tech.** We ask **cisgender men** (men who were assigned male at birth and identify as male) to respect this and not attend.
**Photography & Video Disclaimer:** By attending this event, you acknowledge and agree that photographs and/or video recordings may be taken. These may be used for promotional purposes, including social media, websites, and other marketing materials. If you do not wish to be photographed or recorded, please inform the event organizer upon arrival.
**Organized by TechTank**
Let’s continue fostering diversity, inclusion, and innovation in tech—this month and beyond!
**Join our vibrant community for the latest updates and continued discussions:**
[https://linktr.ee/techtankto](https://linktr.ee/techtankto)
#92: 1 Man Company Agentic Engineering:10 DOs & Don'ts
你一个人,但需要做 5 个人的事。
*You're one person. But you're doing the work of five.*
需求文档?你写。代码架构?你定。测试?你跑。部署?还是你。
*Product spec? You write it. System architecture? You design it. Testing? You run it. Deployment? Still you.*
这不是抱怨,这是 Solo Founder、独立工程师、技术 Lead 的日常现实。
*This isn't a complaint — it's the daily reality of solo founders, independent engineers, and technical leads.*
***
哈佛商学院今年刚发布了一项研究:他们跟踪了 200 名工程师长达 9 个月,结论出人意料——
*Harvard Business Review recently published a striking finding: they tracked 200 engineers over 9 months, and the conclusion was counterintuitive —*
**用了 AI 的人,工作量反而增加了。**
***People who used AI ended up with more work, not less.***
速度更快,被分配更多任务。工具更多,注意力更碎片化。AI 放大了原有的工作节奏,而不是改变它。
*Work faster, get assigned more. More tools, more context-switching. AI amplified the existing pace of work — it didn't change it.*
这项研究说中了很多人的感受:AI 没有给我们自由,它只是让我们更忙。但这也说明——问题不在 AI,在于我们怎么用它。
*This research captured what many of us already feel: AI hasn't freed us — it just made us busier. But that also means the problem isn't AI. It's how we use it.*
***
本次分享,讲者将从自己的真实项目经验出发,拆解他如何用 **Agentic Engineering** 方法论,真正实现了一个人跑出整个工程团队产能的工作方式。
*In this talk, the speaker will draw on his own real projects to break down how he uses the **Agentic Engineering** methodology to genuinely achieve the output of a full engineering team — as one person.*
不是让 AI 帮你聊天,而是让 AI 成为你的产品经理、工程团队、工程文化和 DevOps——
*Not using AI to chat — but making AI your product manager, your engineering team, your engineering culture, and your DevOps.*
分享将以 **10 DOs & Don'ts** 为主线,每一条都有对应的真实场景。10 个 DO/DON'T,是他从中整理出来的实战清单。
*He's been there. The 10 DOs & Don'ts are the practical checklist he built from those mistakes.*
***
**你将带走什么 · What You'll Take Away**
不是理论框架,是一套当晚就能用的判断标准:
*Not a theoretical framework — a set of judgment principles you can apply the same night:*
* 什么时候用 Claude,什么时候切 Codex,什么时候用 Raycast *When to use Claude, when to switch to Codex, when to reach for Raycast*
* 为什么"提问前先优化提示词"能把输出质量翻倍 *Why optimizing your prompt before asking can double output quality*
* Plan Mode 和直接对话的区别,以及在什么情况下必须用 Plan Mode *The difference between Plan Mode and direct chat — and when you must use Plan Mode*
* 如何把反复有效的提示词固化为跨项目的 Skill 资产 *How to crystallize effective prompts into reusable Skills that compound across projects*
* 如何搭建一套多机可同步、一行命令恢复的 1 Man Company 工程环境 *How to build a 1 Man Company engineering environment: portable, multi-machine, one-command recovery*
***
**适合谁来 · Who Should Attend**
正在用 AI 写代码、但感觉还没找到节奏的工程师。独立开发者或 Solo Founder,想把个人产能天花板再往上推一层。对 Agentic AI 感兴趣,但还没有实战经验可以参照的技术人。
*Engineers who are using AI to code but haven't found their rhythm yet. Independent developers or solo founders who want to push their personal productivity ceiling higher. Technical practitioners curious about Agentic AI but without real-world reference points yet.*
不需要提前了解 Claude 或 Codex,只需要有过"AI 没帮上忙"的困惑,就值得来听一听。
*No prior knowledge of Claude or Codex required. If you've ever felt that "AI just isn't helping me the way it should" — this talk is for you.*
***
Speaker: Bryan Zheng, Founder of Startup4Chinese, developed several in-house products for a crypto data analysis firm.
***
**Fee: $25 per person**, with fresh tea and exquisite snacks served.
***Special thanks to Jiamu Tea House.***
https://www.instagram.com/jiamuteahouse.ca/
Started in August 2017, our mission is to **inspire**, **empower**, and **connect** entrepreneurs not only among Chinese but beyond. We want to:
• inspire your passionate entrepreneurship spirit
• empower your brilliant startup idea, and
• connect you with your future reliable partner
We value *openness*. We provide *pragmatic* topics. We want to help you *succeed*!
Startup4Chinese,成立于加拿大多伦多,致力于联结华人创业者与各个族群中的聪明才智,弘扬华人创业者的创业激情,赋予华人创业者更大力量。Startup4Chinese 主张开放心态,锐意开拓进取,注重脚踏实地,让我们一起享受创新、创业的过程。
Please check out our [website](http://startup4chinese.com/) for more info, and [Youtube](https://www.youtube.com/channel/UC5anEPSp8wwEMJFZjwsThHA) for past meetups.
Frantz Fanon, Race, and Social Pathology
In a moment in which anti-migrant rhetoric, ethnonationalism, and authoritarian populisms are on the rise, it becomes increasingly important that political theorists do more than offer a moral indictment of racism and xenophobia. In this talk, I contend that Frantz Fanon’s sociogenic approach to the critique of ‘race’ and racialization makes a valuable contribution, even in postcolonial conjunctures that have moved beyond colonialism’s crude Manichean binaries. I read Fanon as a diagnostician of the social pathologies produced by colonialism and white supremacy, showing how he worked from the colonized subject’s experiences of inferiorization and the colonizer’s experiences of racial superiority and *self-mystification* to advance a negative critique of racial hierarchies.
Sarah Bufkin
https://www.birmingham.ac.uk/staff/profiles/gov/bufkin-sarah
Assistant Professor in Political Theory
Department of Political Science and International Studies
University of Birmingham
**About the Speaker:**
My research sits at the intersection of antiracist political theory and Critical Theory, including that of the German Frankfurt School, French poststructuralism, and the British Birmingham School of Cultural Studies. I am currently working on a book project focused on Frantz Fanon's sociogenic method of antiracist critique. Drawing in part on my doctoral thesis, I argue that the failure to theorize 'race' has substantial consequences for continental political theory including but not limited to understanding the reproduction of racial injustice. I have also written on the politics of voice and visibility in the U.S. and Northern Ireland. More broadly, I am interested in feminist thought, social epistemology, and continental philosophies of self and Other.
**\* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \* \***
This is a talk with audience Q&A presented by the University of Toronto's Centre for Ethics that is free to attend and open to the public. The talk will also be streamed online with live chat here [to be posted].
About the Centre for Ethics (http://ethics.utoronto.ca):
The Centre for Ethics is an interdisciplinary centre aimed at advancing research and teaching in the field of ethics, broadly defined. The Centre seeks to bring together the theoretical and practical knowledge of diverse scholars, students, public servants and social leaders in order to increase understanding of the ethical dimensions of individual, social, and political life.
In pursuit of its interdisciplinary mission, the Centre fosters lines of inquiry such as (1) foundations of ethics, which encompasses the history of ethics and core concepts in the philosophical study of ethics; (2) ethics in action, which relates theory to practice in key domains of social life, including bioethics, business ethics, and ethics in the public sphere; and (3) ethics in translation, which draws upon the rich multiculturalism of the City of Toronto and addresses the ethics of multicultural societies, ethical discourse across religious and cultural boundaries, and the ethics of international society.
The Ethics of A.I. Lab at the Centre For Ethics recently appeared on a list of 10 organizations leading the way in ethical A.I.: https://ocean.sagepub.com/blog/10-organizations-leading-the-way-in-ethical-ai
Device Management and Security Events Near You
Connect with your local Device Management and Security community
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.
From Idea to Working App in Minutes: The Agentic Development with Amazon Kiro
Discover Kiro, AWS’s innovative development environment that adapts to your workflow. Whether you prefer specification-driven development or a more intuitive, vibe-based approach, Kiro empowers you to build applications your way.
In this session, speakers will explore Kiro’s core functionality and its evolution through re:Invent 2025, along with demonstrations of prompts used to create APIs, hooks, and steering documents.
In the latter part of the session, watch as we build a complete example from scratch, showcasing Kiro’s agentic AI workflow in action for spec-driven development and vibe coding.
What You'll Learn - Core Kiro concepts and development philosophy
Feature evolution: pre and post re:Invent 2025
Practical examples: API creation, hooks, and steering docs
Live coding demonstration with real-time problem solving
Who Should Attend - Developers, solutions architects, and technical leaders interested in modern AWS development tools and AI-assisted coding workflows.
**Speakers Bio:**
Matthew Jorat: Matthew Jorat is a Customer Solutions Manager at AWS with nearly three decades of expertise in AI, cloud transformation, migration, modernization, IT, technology, and business. His career spans infrastructure engineer, solutions architect, security auditor, customer success director, support and services director, and operations officer. He was an early adopter of AWS services as a customer, and his current role at AWS uniquely blends his technical and business skills as he partners with executive teams to translate strategic priorities into measurable business outcomes through cloud adoption, AI implementation, and operational excellence. Matt leads end-to-end AI initiatives for enterprise customers, identifying high-impact use cases and maintaining relentless focus on measurable ROI. He holds eight AWS certifications and serves as Adjunct Professor at Franklin University teaching cloud computing and AWS architecture. His expertise encompasses GenAI, agentic AI systems, migration, modernization, and optimization strategies that drive transformation at scale.
[https://www.linkedin.com/in/mattjorat/](https://www.linkedin.com/in/mattjorat/)
Girish Bhatia: Girish Bhatia is a seasoned technology delivery leader with deep expertise in cross-domain program management. He holds multiple AWS certifications, including AWS Certified Solutions Architect – Associate, AWS Certified Developer – Associate, and AWS Generative AI Practitioner, and is also an AWS Community Builder. Girish brings over two decades of experience in the information technology industry.
Throughout his career, Girish has led major technology-driven business transformation from modernizing on-premises applications to driving large-scale cloud migrations. His work includes API-based integration platforms, data-center and mainframe modernization, and enterprise cloud adoption initiatives.
Based in Columbus, Ohio, Girish works at a tech-forward fintech company. He is passionate about AWS serverless architectures, Generative AI and emerging cloud technologies. An avid learner and builder, he continues to explore and apply the latest innovations in AWS to help organizations accelerate their digital transformation.
https://www.linkedin.com/in/girishbhatia/[https://www.linkedin.com/in/girishbhatia/](https://www.linkedin.com/in/girishbhatia/)
**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
ServiceNow's Got Talent
Builders, creators, architects, admins, consultants - come one, come all. This one's for you.
We're bringing a little friendly competition to the Columbus ServiceNow community while highlighting the cool things people have built on the platform.
Five presenters will take the stage to showcase something they've built, solved, designed, or imagined on the ServiceNow platform - and a panel of judges (plus YOU, our amazing audience) will score them live.
So basically, America's Got Talent but make it ServiceNow's Got Talent.
Bring a notepad if you'd like 'cause you'll definitely be learning something new.
Each presenter gets 10 minutes max to wow the crowd with:
• A demo
• A real-world business solution
• A bold idea
• A UX transformation
• Or a creative use of the platform
Judging Criteria:
🏆 Business Value
🚀 Innovation
✨ User Experience
This event is about celebrating ideas, sharing knowledge, and showing how ServiceNow can drive both business impact and meaningful user value.
Come learn. Come support. Come get inspired.
Refreshments and bites will be provided.
And maybe next time… you’ll be on stage.
Quarterly Goals Reset for Product Professionals
One of the most valuable parts of this community is the opportunity to think out loud with other product professionals. This session is built for exactly that.
As we wrap up the quarter, it’s a great time to pause and reflect. What’s on track? What needs adjustment? Where could a small shift create bigger impact?
Join fellow product professionals for a focused, interactive conversation designed to help you recalibrate for the next quarter. You’ll have the opportunity to share where you are, hear how others are thinking through similar challenges, and gain fresh perspective you can bring back to your team and organization.
We’ll gather at 8:00AM, with discussion starting promptly at 8:15AM.
📍 First Watch - 7227 N High St
Located in: The Shops at Worthington
Ample parking is available.
Food and beverages will be available for purchase.
Start your morning with clarity and connection — we hope to see you there! ☀️
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/
From Chaos to Clarity to Control - A Workshop For Business Leaders
Is your business taking more of your time than you would like?
[Rob Young](https://www.linkedin.com/in/cinci-robyoung/) principal at [Stage 3 Group](https://www.linkedin.com/company/stage-3-group/), hosts this workshop series and is the author of Stage 3 Success.
* Provides a framework and a playbook for leaders of emerging businesses
* Reviews business management tools and techniques for scaling and maturing a business
* How to recognize and leverage stories hidden in financial statements
* How to implement financial and operational controls and use leading indicators to spot trouble before it occurs
* How to manage your time for maximum effect
* How to deal with nonperforming employees
* How to create standard operating procedures throughout your organization
Four sessions will include two hours of content and an optional 90-minute hands-on lab.
Reserve your spot via this link:
https://clintonvilleba.com/calendar/#!event/2026/3/20/chaos-to-clarity-to-control ($200 for non-CABA members.)














![Code Diversity × TigerBaby: Clay & Connection [🚨RSVP on LUMA🚨]](https://secure.meetupstatic.com/photos/event/4/5/9/e/highres_532757822.webp?w=640)








