Skip to content

ColdFusion

Meetup for fans of ColdFusion - uniting developers to help and inspire each other.
pin icon
0
members
people1 icon
0
groups

Frequently Asked Questions

Yes! Check out coldfusion events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.

Discover all the coldfusion events taking place this week here. Plan ahead and join exciting meetups throughout the week.

Absolutely! Find coldfusion events near your location here. Connect with your local community and discover events within your area.

ColdFusion Events This Week

Discover what is happening in the next few days

Workshop: Serverlesspresso
Workshop: Serverlesspresso
¿Te gustaría aprender Serverless construyendo algo real, práctico y divertido? En este workshop trabajaremos con **Serverlesspresso**, una arquitectura basada en eventos construida sobre AWS que nos permitirá explorar cómo diseñar soluciones modernas, escalables y eficientes usando servicios completamente gestionados. Durante la sesión veremos cómo integrar múltiples servicios Serverless para construir una aplicación funcional, entendiendo cómo se conectan, cómo escalan y cómo aplicar buenas prácticas en producción. *** ## ¿Qué aprenderás? Fundamentos de arquitecturas Serverless orientadas a eventos Integración de servicios como Lambda, API Gateway y DynamoDB Uso de mensajería y eventos para desacoplar componentes Observabilidad y buenas prácticas operativas Cómo pensar arquitecturas modernas en AWS Este es un espacio práctico, ideal para desarrolladores, DevOps, arquitectos y personas técnicas que quieran fortalecer su experiencia construyendo soluciones reales en la nube.
Streaming en LLMs: Redis, FastAPI y UX como ChatGPT
Streaming en LLMs: Redis, FastAPI y UX como ChatGPT
**\*\*\* Recordatorio:\*\*\*** Para el ingreso a la Universidad Libre será obligatorio diligenciar el siguiente formulario: [https://forms.gle/s1V2dEzdDdSwfaDp7](https://forms.gle/s1V2dEzdDdSwfaDp7) **Streaming en LLMs: Redis, FastAPI y UX como ChatGPT** **Nivel:** Intermedio / Avanzado Aprenderemos cómo implementar una experiencia de usuario fluida mediante el streaming de respuestas de modelos de lenguaje (LLMs). Veremos cómo integrar FastAPI para el backend, el uso de Redis para la gestión de estados o caché, y cómo replicar la latencia mínima que caracteriza a interfaces como ChatGPT. **Ponente:** Sergio Mancilla **Agenda:** * 7:00 pm – Ingreso al salon. * 7:30-8:15 – Charla. * 8:15-8:40 – Q&A y Anuncios de la comunidad * 8:40-9:00 – Networking **Adicionales:** * El evento será presencial en la Universidad Libre. Salón: Auditorio piso 7. * Para el ingreso a la universidad será obligatorio diligenciar el siguiente formulario: [https://forms.gle/s1V2dEzdDdSwfaDp7](https://forms.gle/s1V2dEzdDdSwfaDp7) * El formulario cierra el dían antes del evento a las 4:00pm. * Favor ser puntuales * Se transmitirá por el canal de youtube de Python Colombia * https://www.youtube.com/watch?v=lrKalSlVanc

ColdFusion Events Near You

Connect with your local ColdFusion community

Columbus PHP: Monthly Meetup
Columbus PHP: Monthly Meetup
Our monthly PHP meetup. A virtual shindig courtesy of Zoom. Check back here for the details around 6:15 pm
Cocoaheads
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/
Columbus Chess Club
Columbus Chess Club
This is a time where players of all ages, and skill levels can gather and enjoy a nice Sunday full of Chess!
Building Agents with Microsoft Foundry
Building Agents with Microsoft Foundry
We will show a variety of methods for building agents that run in Microsoft Foundry. This covers the different types of agents: Prompt, Multi, and Hosted, as well as the development lifecycle using evals and traces.
COLUMBUS SPIRITUALITY MEETUP
COLUMBUS SPIRITUALITY MEETUP
We are excited to host Guided Meditations on Sundays at 6 pm in our Ashram/Gallery/Home! !! !! Everyone wants to know what kind of God we worship and what kind of meditation we do. We worship the GOD that LOVES US! We understand that god is an energy and it lives in us as us. Our meditations guide others to actually experience that energy! xoxo We don't just talk about peace, love and affection, we experience it :) Also we are a home not a business, so we enjoy building community one friend at a time. We always build in time for people to mingle & develop friendships! xoxo Much Love, Frank Tennyson Namaste, Frank Tennyson http://photos3.meetupstatic.com/photos/event/a/f/9/9/600_447824953.jpeg
Spec-Driven Development with GitHub Spec-Kit - Barret Blake
Spec-Driven Development with GitHub Spec-Kit - Barret Blake
**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** *Spec-Driven Development with GitHub Spec-Kit: From Intent to Implementation* Spec-driven development flips the traditional workflow on its head: instead of code being the source of truth, the specification becomes the backbone of design, collaboration, and delivery. In this session, we’ll explore how GitHub Spec-Kit enables teams to treat specifications as first-class artifacts—living documents that drive architecture, implementation, and verification. You’ll learn how Spec-Kit helps teams clearly express intent using structured, version-controlled specs that live alongside code. We’ll walk through a practical workflow that starts with defining system behavior and constraints, then progressively refines those specs into testable, automatable outcomes. Along the way, we’ll show how specs can reduce ambiguity, improve cross-functional collaboration, and make design decisions explicit before a single line of production code is written. This talk will cover: --What spec-driven development is (and what it isn’t) --How GitHub Spec-Kit fits into modern developer workflows --Using specs to align product, engineering, and AI-assisted development --Real-world examples of turning specs into implementations with confidence Whether you’re building greenfield systems, integrating AI into your stack, or trying to reduce costly rework, spec-driven development offers a scalable way to move faster without sacrificing clarity. Attendees will leave with concrete patterns and a clear mental model for adopting GitHub Spec-Kit in their own projects. **YouTube Link** TBA
Go Build & Learn
Go Build & Learn
Meeting @ Improving's office in Downtown Columbus, near Cosi. Parking is paid, food & drink are free! This time we're hanging out after the long winter break. We are going to look at a group-member's project used to help learn the fundamentals of Go, and if time allows, we can take a look at how we like to build Go projects using AI.