Computer Forensics
Meet other local people interested in Computer Forensics: share experiences, inspire and encourage each other! Join a Computer Forensics group.
120
members
1
groups
Frequently Asked Questions
Yes! Check out computer forensics events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the computer forensics events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find computer forensics events near your location here. Connect with your local community and discover events within your area.
Computer Forensics Events Today
Join in-person Computer Forensics events happening right now
Golang April @ Atlassian
Hi Gophers! Join us this April for an evening of Go talks exploring real-world systems, from building a BitTorrent client to running Go on legacy architectures. We are looking forward to connecting with you.
*
**Agenda**
**6:00pm — Food & Networking**
**6:30pm — Intro + Go News**
**6:45pm — Talks**
**8.00pm — Wrap up then head out for kick ons**
**🎤 Tom Clancy**
**Building a BitTorrent client in Go**
BitTorrent, first released in 2001 is a peer-to-peer protocol for file sharing. Its decentralised approach, where pieces of files are exchanged with peers (rather than a central server), is a natural fit for Go's concurrency model. This talk looks at the inner workings of the protocol, how to build your own client, and concurrency patterns for performance.
Bio: Tom is a Software Engineer at Megaport, working on their edge networking functions platform (written in Go).
**🎤 Sam Hobson**
**Compiling Go for Ancient Architectures**
Some customers approached Knocknoc asking if we can get our Go agent to run on their old HPUX PA-RISC and Solaris SPARC machines, both unsupported by Go, and we took on the challenge of finding a way to make it work
Bio: "I'm Sam, I'm a software engineer of a couple of years working at a startup called Knocknoc on Just-in-time network layer access control software. Please come talk to me about cool stuff you're working on!"
*
**Interested in speaking at an upcoming event?**
We will aim to have a mix of short (\~10min) and in-depth (20-30min) talks.
If you’re keen to give a talk on a topic, share a project, or idea, please let us know [bit.ly/GolangMelbourneSpeakersForm](https://bit.ly/GolangMelbourneSpeakersForm)
Melbourne CocoaHeads No. 194
Our regular monthly presentation night on the second Thursday of the month from 6:30pm!
Thanks to Mantel Group for hosting us again this month. If you're coming in person we're there with food and drinks from 6pm. We will be live streaming the presentations as usual from 6:30pm at [http://www.melbournecocoaheads.com/live](http://www.melbournecocoaheads.com/live)
\-\-\-
**Agenda**
\| 6:00pm \| Food \+ Networking \|
\| 6:30pm \| Event begins\. Introductions \|
\| 6:40pm \| Chris Hocking — Pretending to be a coder \- Version 3: The world has changed since we last saw Chris… Codex\, Claude and burnout\. \|
\| 7:15pm \| TBC \|
\| 7:55pm \| Wrap up \+ social time at a nearby venue \|
\* All times are approximate. Presentation order will be confirmed on the night.
\-\-\-\-
We are always looking for speakers and believe everyone has an interesting talk hiding inside themselves. If you are interested in letting that talk out at a future event you can get in touch on the website [https://www.melbournecocoaheads.com/talks](https://www.melbournecocoaheads.com/talks) or on Slack.
IN PERSON! Apache Kafka® Meetup (Apr 2026)
Hello everyone! Join us for an Apache Kafka® x Apache Flink® meetup on **Apr 9th from 5:30pm**, in Melbourne!
The address, agenda, and speaker information can be found below. See you there!
**📍Venue**:
394 High Street Northcote, Victoria 3070
\*\*\*
**🗓 Agenda:**
* 5:30pm: Doors open
* 5:30pm - 6:00pm: Pizza, Drinks, and Networking
* 6:00pm - 6:30pm: Chad Harris, Solutions Architect, Factor House
* 6:30pm - 7:00pm: Stephen Ermann, Senior Customer Success Technical Architect
* 7:00pm - 7:30pm: Additional Networking
\*\*\*
**💡 Speaker:**
Chad Harris, Solutions Architect, Factor House
**Talk:**
Things that go bump in the night: Kafka Operational Issues and How to Survive Them
**Abstract:**
Most Kafka talks focus on how things should work—this one is about what actually happens in production.
We’ll walk through real-world operational issues encountered with Apache Kafka and its clients, from subtle misconfigurations to full “why is everything on fire?” moments. Along the way, we’ll break down how to identify what’s going wrong, which signals actually matter, and how to approach debugging when the system doesn’t behave the way you expect.
This talk will also touch on observability, common failure patterns, and practical mitigation strategies you can apply immediately. Expect a mix of technical deep dives, debugging workflows, and a few war stories (including some questionable decisions and log-staring sessions). If you’ve ever wondered whether it’s just you? It's not!
**Bio:**
Chad Harris is a streaming data specialist and Solutions Architect at Factor House, where he helps organisations design, scale, and operate Apache Kafka platforms using industry-leading tooling.
With experience scaling Kafka across organisations ranging from small startups to some of Silicon Valley's largest companies, Chad has been working with Kafka since its early days. He brings deep expertise across both real-time streaming and data-at-rest systems, with a strong focus on practical, production-ready architectures.
\-\-\-\-\-
**💡 Speaker:**
Stephen Ermann, Senior Customer Success Technical Architect
**Talk:**
From Lag to Smooth Sailing: How Queues for Kafka (KIP-932) Fix Slow Consumers
**Abstract:**
Slow or bursty consumers are one of the most common reasons Kafka applications end up fighting lag, over-provisioning, and operational fire drills. Traditional Kafka consumer groups work brilliantly for high-throughput stream processing, but they can make it hard to serve heterogeneous consumers, apply backpressure cleanly, or guarantee fair access when some consumers fall behind.
In this talk, we’ll explore **Queues for Kafka**, the new KIP-932 feature that introduces native queue semantics on top of Kafka’s battle-tested log foundation. We’ll look at how queues decouple producer and consumer throughput, isolate slow consumers without penalising fast ones, and provide more predictable delivery and scaling behaviour for “task” and “work queue” style workloads.
You’ll walk away with:
* A clear mental model of how Kafka queues differ from topics and consumer groups
* Concrete design patterns for handling slow and spiky consumers
* Migration tips for evolving existing Kafka-based services to use queues safely
If you’ve ever stared at a lag graph wondering whether to add more consumers, more partitions, or more coffee, this session will show you a cleaner path to smooth sailing with Kafka.
**Bio:**
Stephen Ermann is a **Senior Customer Success Technical Architect at Confluent**, working with leading financial institutions across APAC to design and operate mission-critical, real-time data platforms. With deep experience in **Apache Kafka**, **Confluent Cloud and Platform**, and surrounding ecosystems like **Kafka Connect** and **Apache Flink**, Stephen helps customers solve hard problems around scalability, reliability, and security in production. They are particularly focused on **RBAC, OAuth, mTLS, and container image security**, as well as emerging **agentic AI** patterns built on streaming data. Outside day-to-day architecture work, Stephen regularly shares practical patterns and lessons learned at meetups and user groups across the region.
\*\*\*
If you would like to speak or host our next event please let us know! community@[confluent.io](http://confluent.io/)
The Cause of Suppression - Why are People Unwell?
**Why are some people unwell in all so many ways more often than others?**
**Why are some accident-prone? Why are people struggling?**
Why are people suppressed and how can this be lifted?
And is there a reason others live their lives on an emotional seesaw, doing well one day and badly the next?
What is behind failed businesses and broken families?
What is the cause behind your own unexplained failures and misfortunes and unhappiness.
When someone suddenly starts making mistakes or doing or thinking about stupid things, it is caused by something.
Or when one feels happy and well and, for no apparent reason, suddenly starts feeling down.
Someone or something made this happen.
There is an explanation, and it has nothing to do with the gods, fate or the position of the stars.
In fact the actual reason behind these phenomena - and their resolution - will be detailed at our meetup.
L. Ron Hubbard was able to see through the complexities of human behavior and discover the underlying factors which explain the phenomenon of suppression in people - for it is suppression by others that causes these seemingly haphazard events.
Suppression definition: The actions or activities of squashing, sitting on, making smaller, refusing to let reach, making uncertain about reaching, rendering or lessening in any way possible to the harm of the individual; a harmful intention or action against which one cannot fight back.
You will learn the basic understanding on how to recognis people who wish you ill and those who should be your friends .
You will learn about the mechanics behind destructive yet commonplace situations and ways to counteract it.
It is data that could actually change your life tangibly and instantly, just as it has changed the lives of others.
You will also learn why some people you know do poorly in life and how you can help them regain their well-being.
Change your life for the better. Attend this meetup
Know Yourself, Know Life!
This free class is open to all people of goodwill. Our meetup free classes contain universal knowledge that is applicable to all of us and can be used by anyone of any faith as well as by those with no faith. It consist of practical tools that can be used straight away. They contain practical TOOLS for better living and will assist you in achieving your goals!
If today's date or time is not suited to you than let us know.
How is it that you can Help kids or yourself to become a better student!
Too many kids as well as teenagers and adults have problems with study.
Today's meetup will inform you about the basics in STUDY TECHNOLOGY that provides an understanding of the basics of learning and supplies exact ways to overcome all the pitfalls one can encounter during study. This is applicable to young children, teenagers (or their parents that are trying to help them) and adults alike.
Study Technology shows how one studies in order to comprehend a subject so one can apply it. Laws on which learning is based and workable methods have also been discovered for anyone to apply for themselves or when teaching others.
Too many students graduate from school and college unable to put to use what they’ve learned in school.
It’s not that they’re stupid or that their teachers didn’t know how to teach.
More than likely it traces back to the one thing missing from most educations—learning how to learn in the first place.
We all went to school, yet isn’t it odd that no one taught us how to study?
The information presented at this meetup can help anyone improve others or his own ability to learn.
It is a practical tool that parents and teachers alike can use to enhance a child's study performance. You’ll learn the barriers that lie between your own or a child's education.
And you will very quickly learn how to overcome them.
This technology will enable you or a child to pursue any subject with skill and confidence.
Teachers who have "hard to handle/distributive " or slow learners in class will absolutely love the amazing turn around most often seen in improved behaviour and student performance in class.
If you or your child has difficulties at school (or learning new things at work or online) than this meetup is important to you.
If you can not make it to our meetup than contact the organizer and arrange it to suit your time.
This technology can if one was to live far away be taught online. (extension course)
You may offcourse also opt to have this technology taught to your own child by experienced volunteeer staff or learn about this yourself and transfer this knowledge to those you want to have better grades.
Yes it is possible to improve anyone's study performance. All it takes is just 5 steps.
See you at this meetup.
Pam
Computer Forensics Events This Week
Discover what is happening in the next few days
JUGGER - soft-combat foam weapons, free to try!
It's Jugger time! Get on down to Hawthorn for fun, sun, exercise, and silly shenanigans!
* ✅ Free to attend
* ⚔️ Jugger Equipment is supplied
* 🍜 Post-training social lunch - all welcome
* ➡️ [Find us on Discord](https://discord.gg/WHnMyk56Cu)
Jugger is an exciting, mixed-gender soft combat sport. Two teams use a selection of padded foam spars to tag opponents as they aim to put the jugg (the game ball) into their opponent's goal.
**Watch Jugger being played in [this excellent short demo video](https://vimeo.com/28592980).**
Jugger Melbourne training sessions include both full games of jugger, as well as a variety of training drills designed to promote **teamwork, communication, exercise, health and fitness, and teach core game skills.**
After training we head across to Glenferrie Rd for lunch and socializing, which you are welcome (and encouraged!) to join.
**🏃♀️➡️ New Player Info / Who Can Join**
New players are always welcome! Our experienced coaches will teach you basics to get you and and swinging in no time Jugger is easy to pickup the basics while deep to master.
We have a minimum age policy of 16 years (please note, anyone under 18 must be accompanied by a guardian), but other than that we welcome anyone of all fitness levels. Jugger is a great way to keep active, and a fun way to meet new people in a friendly and inclusive community!
**👟 How to Join a Session and What to Bring**
Joining is simple - just show up! RSVPing on Meetup or Discord is a big help as it helps us plan around expected numbers. You are also welcome to bring along any interested friends and family.
**⚔️ Jugger equipment is supplied.** We have a collection of gear to loan out to new players.
Bring a water bottle (there is a tap nearby), sunscreen, and wear comfortable clothes and shoes for running around in - and that you don't mind getting a bit dirty!
Recommend but not required items include: sunglasses, football boots, kneepads, and gloves if you have them. You don't need any of these to get started, but you may find you want them if you become a regular.
**✅ Are there any costs are involved?**
Our training sessions are **free to attend** as often as you like, we are essentially just a group of friends that meet for training and socializing on the weekend.
The Australian Jugger League has a voluntary annual membership that helps to support the sport (including maintaining equipment and paying for Meetup), and we encourage people to join once they become a regular attendee or begin attending tournaments. However there's no obligation so spend any money when you're first trying it out or just attending casually.
**➡️ External Links**
We organise our regular players through our Discord group and their attendance is not often represented in the Meetup attendance numbers (we use Meetup to reach out to new people).
Events are also (though less regularly) posted to Facebook, while event photos and videos are shared on our Instagram.
* [Join our Discord](https://discord.gg/WHnMyk56Cu)
* [Jugger Melbourne on Facebook](https://www.facebook.com/groups/JuggerMelbourne)
* [Follow us on Instagram](https://www.instagram.com/jugger_melbourne/)
* [Australian Jugger League website](https://www.jugger.au/)
\*\* See you on Sunday \*\*
Dying Consciously: How to Plan and Have Your Preferred Death
**Dying Consciously** \- it's not something most of us think about very much\. But some ancient teachings tell us that our state of consciousness at the time of death will determine the conditions of *our next destination*. And this idea is indeed supported by *some parapsychological evidence*.
**In this unique interactive session,** Candace Ohanessian will walk us through the many considerations and questions one needs to align this most important life-event with our innermost values and wishes.
**Candace will introduce us** to the key foundational concepts, parapsychological aspects of dying, and then the practical foundations of a preferred (conscious) death. She'll then cover in depth what conscious dying is all about, how to be in a supporting role with others who may be dying, and then finishing with some closing reflections and discussion.
Certainly **a thought-provoking and eye-opening** discussion, and one you rarely get the opportunity to explore in a safe space with an experienced expert in the field. When we face up to our greatest fears, we become empowered.
**About Candace:**
* End-of-life doula, funeral celebrant, and registered funeral provider
* Believes that preparing for death is a most life-affirming achievement
* 20+ years’ experience with people in transition - addiction recovery, end-of-life planning and care, and families in grief.
* Helps people plan for and have their preferred death
* Helps families embrace and support the dying person and each other, optimally
* Cert IV in Doula Studies, BA in Human Development, MSc in Consciousness, Spirituality and Transpersonal Psychology.
* Member of [Dying With Dignity Victoria ](https://www.dwdv.org.au/)and [Palliative Care ](https://www.pallcarevic.asn.au/)Australia,
* Committee member of [Natural Death Advocacy Network](http://ndan.com.au/)
* Board of Directors for the end-of-life doula peak body “HELD”
**Post-Event Social Lunch Hangout (12.45 - 1.45pm)**
Afterwards, you are invited to lunch with everyone at Flora Restaurant (5min walk from the venue)
**PLEASE NOTE:**
* **11AM Start -** Please be considerate and arrive early.
* **$10 Cover Charge:** Room hire, facilities, and running costs.
Come on a Journey of Self-Discovery
Are you looking for something different, if so, I would like to invite you to come on a healing journey to discover peace and harmony within yourself and life.
If this is of interest to you, the first class is free, as it's an introduction to the explorations of mindfulness/meditation with a spiritual flavour. If you choose to return (no obligation), then a small amount is asked of $5 per class.
What a wonderful opportunity to explore your physical, emotional, mental and soul bodies and how they are all inter-related and all can be greatly affected with the stresses and challenges of everyday life.
Through engaging with an energetic hygiene process that I facilitate, you will be able to cleanse your energy field on a daily basis.
With the event/class there is a variety being presented each week, always a guided meditation, followed by either reflection on self-care through working with a variety of gentle approach resources (which will be given to you to take, if you choose), as well as, listening to different short mindfulness cds.
All you need to bring is yourself and a crystal, if you like.
Saturday Deep Work Sesh
Let's get some work done at the State Library this weekend. Bring your laptop, textbooks, whatever.
Saturday Afternoon Pickleball @ Melbourne Central *Read Description* RMIT CLUB
🥒🎾 **Social Pickleball - All Levels Welcome!** 🥒🎾
**📢 [Instagram: @rmit_pickleball](https://www.instagram.com/rmit_pickleball/) 📢 [WhatsApp: RMIT Pickleball Club](https://chat.whatsapp.com/G7VE0NcThWWIgLnnJBVQBq)**
**🏓 Paddles and balls provided! Beginner friendly - simply show up and we’ll teach you the basics 🎾**
Grab a paddle, play pickleball, and meet new people!
**👥 Who is it for?**
* Members of public and RMIT students
* Complete beginners
* Intermediate players
* Advanced players (up to DUPR 4.5 expected)
**✅ How to join?**
1. **Become a club member** [at the RMIT Store](https://store.rmit.edu.au/pages/club/pickleball) (one-off payment)
2. **RSVP** on Meetup to join the session
3. When marked as **“Going”**, pay for the session:
**\- Payment link** is in the **comment section below** (posted 1-3 days before)
\- Use your RMIT Store account with a club membership \(from step 1\)
4. Can’t attend? Update your RSVP to “Not Going”
**⏳ Priority on waitlist**
1. Clear Meetup profile with name and photo
2. RMIT students
3. Regular attendees
**📆 On the day**
* New players, please **introduce yourself to the host**
* New players wanting a **rules intro**, please arrive on-time and ask a host
* Have your **emailed ticket receipt ready** \- it will be checked on the day
**🔄 Cancellations and Refunds**
* No refunds for change of mind, non-attendance, or no-shows
* Refunds only if the event is cancelled (weather or court availability)
* Credit for a later session may be offered by agreement in case of event cancellation
* Pay only when we share the payment link in Meetup - using old links is at your own risk
Whether you are new to pickleball or a regular player, this is a great way to get some games in and connect with the community. Come solo or bring a friend - everyone is welcome!
**👉 Spots are limited, so RSVP early! 👈**
Friday Pickleball @ Melbourne Central | *Read Description* RMIT PKBL CLUB
**Social Pickleball - All Levels Welcome!**
\*\* [Instagram: @rmit_pickleball](https://www.instagram.com/rmit_pickleball/) [WhatsApp: RMIT Pickleball Club](https://chat.whatsapp.com/G7VE0NcThWWIgLnnJBVQBq)\*\*
\*\* Paddles and balls provided! Beginner friendly - simply show up and we’ll teach you the basics \*\*
Grab a paddle, play pickleball, and meet new people!
\*\* Who is it for?\*\*
* Members of public and RMIT students
* Complete beginners
* Intermediate players
* Advanced players (up to DUPR 4.5 expected)
**✅ How to join?**
1. **Become a club member** [at the RMIT Store](https://store.rmit.edu.au/pages/club/pickleball) (one-off payment)
2. **RSVP** on Meetup to join the session
3. When marked as **“Going”**, pay for the session:
**\- Payment link** is in the **comment section below** (posted 1-3 days before)
\- Use your RMIT Store account with a club membership \(from step 1\)
4. Can’t attend? Update your RSVP to “Not Going”
**⏳ Priority on waitlist**
1. Clear Meetup profile with name and photo
2. RMIT students
3. Regular attendees
\*\* On the day\*\*
* New players, please **introduce yourself to the host**
* New players wanting a **rules intro**, please arrive on-time and ask a host
* Have your **emailed ticket receipt ready** \- it will be checked on the day
\*\* Cancellations and Refunds\*\*
* No refunds for change of mind, non-attendance, or no-shows
* Refunds only if the event is cancelled (weather or court availability)
* Credit for a later session may be offered by agreement in case of event cancellation
* Pay only when we share the payment link in Meetup - using old links is at your own risk
Whether you are new to pickleball or a regular player, this is a great way to get some games in and connect with the community. Come solo or bring a friend - everyone is welcome!
\*\* Spots are limited, so RSVP early! \*\*
Computer Forensics Events Near You
Connect with your local Computer Forensics community
Prompt vs. Paintbrush
AI is changing how art is made. But when does it stop being your work and start being the machine’s?
This month we're going to be doing a panel with with digital image, music, and written word artists, talking about at what point, while using AI in the creation process, does the work become not the artist creation?
We encourage audience participation during this event that will be moderated by Chris Slee.
Whether you’re deep in the field or just getting curious, come connect with others building and exploring AI in Columbus.
Sponsored by [Transform Labs](https://www.transformlabs.com/services)
Sign up also accessible via [Transform Labs Luma](https://luma.com/55umjqta)
Global Azure - Columbus
The global Azure community is coming together again, and Columbus is officially on the map.
View the session lineup and speakers at [Global Azure Columbus 2026](https://coazure.github.io/cbus-global-azure-2026/)
On **Saturday, April 18, 2026**, the Azure Columbus Meetup, DevOps Meetup, and Code and Coffee Meetup are hosting our local edition of Global Azure 2026. This is a free, community-driven event packed with learning, networking, and all things Microsoft Azure.
Whether you’re building modern cloud-native apps, experimenting with AI agents, deploying containers, automating infrastructure, or just beginning your Azure journey, this event is for you!
**What to Expect**
* Engaging technical sessions
* Real-world Azure architecture & cloud-native patterns
* AI, agents, automation, and modern DevOps
* Food and drinks (because learning burns calories)
* Time to connect with fellow engineers, architects, and cloud enthusiasts
**Who Should Attend?**
* Software engineers (any language, any stack)
* Cloud architects
* DevOps engineers
* Data professionals
* AI explorers
* Platform builders
* Anyone who loves solving hard problems with great tools
If you build, deploy, automate, scale, monitor, or optimize in Azure, you’ll feel right at home.
**Why Global Azure?**
Global Azure is a worldwide community event where Azure user groups host learning sessions on the same day across the globe. It’s grassroots. It’s technical. It’s practical. And it’s powered by people who genuinely love sharing what they’ve learned.
And yes, it’s free to attend!
CBusData: The Fellowship of the Star Schema: Transforming OLTP Data for Power BI
The Fellowship of the Star Schema: Transforming OLTP Data for Power BI
One does not simply build reports on OLTP data. Join us on an epic journey from the depths of raw, normalized tables to the shining halls of a well-modeled star schema fit for Power BI greatness. We will demystify the differences between OLTP and OLAP, walk through star schema vs snowflake (and why Power BI has a clear favorite), and show you the compression differences between normalized and columnar storage that will make you never look at an OLTP model the same way again.
We will cover the different types of dimensions, when to use them, and how to handle Slowly Changing Dimensions without losing your mind. You will leave knowing exactly how to identify a bad model, how to convert OLTP data into a clean star schema, and how to forge relationships that rule them all.
Whether you are a data wizard, a curious hobbit, or somewhere in between, your models will never be the same.
The Non-competitive Tennis Partner Program
We connect you with up to 30 Men or Women tennis partners close to your PLAYING REGION and skill level. This program is less competitive, no champions crowned, no league standings just dedicated tennis partners who want to meet up with you on the courts. Players will meet up to play a tennis match or just to hit around. Just go through the [Join Page](https://www.tenniscolumbus.com/partner-program) to enter this program.
[https://www.tenniscolumbus.com/partner-program](https://www.tenniscolumbus.com/partner-program)
What If Your AI Could Be a Team? - Chad Green
**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**
GitHub Copilot is powerful, but what if you could scale from a solo AI assistant to an entire team of specialized agents working in parallel? This session introduces Squad: an open-source framework for multi-agent orchestration that lets you define teams of AI agents with specific roles, responsibilities, and expertise.
We'll progress from Copilot basics to the Copilot CLI, explore how Agents add autonomy, and see how Instructions and Skills let you customize agent behavior. Then, the climax: a live demo where a Squad team of 3 agents (Lead, Developer, Tester) stands up and builds a working application in real-time, showcasing true multi-agent collaboration.
Whether you're new to AI or exploring how to scale your use of Copilot, this session will show you what's possible when agents work as a team.
**YouTube Link**
TBD
Columbus HUG April
Want to be a speaker? submit your talk to our Call for Presenters!!!
https://sessionize.com/cbus-hug-2026/
Christians in Tech - Meetup #33 @ 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)




















