Jamal Sinclair O'Garro

Jamal Sinclair O'Garro

Jamal Sinclair O’Garro is a senior software engineer at Netflix that has a keen eye for product design and is able to not only architect systems but can also handle design from a UX and "look and feel" perspective. Before Netflix, he single handedly designed and architected over 15 production desktop applications both for Citadel and Citadel Securities. Some of these systems process billions of dollars of orders and trades daily. Jamal is a published author, is heavily involved in the tech scene and runs two of New York City's largest tech meetups (~14,000 members combined). He has also had the honor of being invited to speak about technology, and diversity at the White House, United Nations, New York University, Columbia University and Harvard Business School. Jamal has also been featured or quoted in Fortune, Forbes, TechCrunch, CNN/Money and Black Enterprise and has taught web development at Columbia University and the New Jersey Institute of Technology.
Full-Stack AI Orchestration: Modular Agents, Observability, and the Edge
JSNation US 2025JSNation US 2025
Upcoming
Full-Stack AI Orchestration: Modular Agents, Observability, and the Edge
Enterprise AI is an orchestration problem. We need systems that are modular, observable, and scalable – from our central data centers to the edge. This session is an architectural tour of how LangGraph.js provides the “glue” to connect these modern enterprise patterns in a TypeScript/Node.js environment.We’ll start by framing the AI agent as a “Modular Monolith”—a single, deployable service built from testable, graph-based components. This explicit graph structure isn’t just for logic; it makes Observability a First-Class Citizen, allowing us to trace the agent’s cyclical reasoning in production.Next, we’ll deploy this agent as an intelligent Backend-for-Frontend (BFF), empowering our full-stack applications with stateful orchestration. Finally, we’ll tackle the next frontier: Architecting for the Edge. We will explore patterns for managing persistent agent state in a hybrid environment, allowing our AI to run anywhere.This talk is for the architect and engineer who needs to build and scale real-world, enterprise-grade AI applications.
Spinnaker as a Continuous Delivery Solution for JavaScript Apps
DevOps.js Conf 2024DevOps.js Conf 2024
10 min
Spinnaker as a Continuous Delivery Solution for JavaScript Apps
Spinnaker is an open-source continuous delivery platform that provides application management and deployment to help engineering teams confidently release software changes at a high velocity. It was initially developed at Netflix and is now used by many large-scale engineering teams. In this talk, we will explore how we can leverage it to deploy JavaScript applications to multiple cloud providers in a repeatable and scalable fashion while taking advantage of its robust feature set.