PinnedBryan Aguilar·Dec 29, 2025Large Language Model Operations (LLMOps)Deploying LLM applications isn’t just about prompts anymore. It’s about building sustainable, secure, and cost-effective AI systems.
PinnedBryan Aguilar·Apr 13, 2024Modern API Development with Node.js, Express, and TypeScript using Clean ArchitectureExplore API dev with Node.js, Express & TypeScript, applying Clean Architecture & good practices for high-quality web services.A response icon8A response icon8
PinnedBryan Aguilar·May 16, 2021Estructura base para cualquier proyecto de AngularEn este artículo te mostraré la estructura de directorios y archivos ideal para cualquier proyecto de angular.
Bryan Aguilar·Mar 16, 2025Conway’s Game of Life and Mathematical IncompletenessA Reflection on Emergent Complexity
Bryan Aguilar·Dec 29, 2024Dependency Injection & Dependency Inversion PrincipleIn this post, we’ll explore these two concepts, how they relate to each other, and how they differ in purpose and implementation.A response icon1A response icon1
Bryan Aguilar·Oct 9, 2024Java Collections FrameworkIn this post, we’ll explore the most common collections in Java, including when and why to use specific implementations.
Bryan Aguilar·Aug 29, 2024JavaScript Essentials, Mastering Core ConceptsThis post delves into fundamental and advanced JavaScript topics that every developer should have in their toolkit.A response icon2A response icon2
Bryan Aguilar·Apr 2, 2024Boilerplate for your Node projects with ExpressIn this article I want to share with you how to structure my Node projects step by step using Express, Typescript, Jest, ESLint and…A response icon2A response icon2
Bryan Aguilar·Feb 28, 2024React Design PatternsLearn how to apply design patterns in your React applications.A response icon6A response icon6
Bryan Aguilar·Apr 30, 2023Renderiza archivos Markdown con NextEn esta ocasión te voy a enseñar a renderizar el contenido de tus archivos Markdown usando Next JS 13 de una manera rápida y sencilla.