Glen Chen
17 posts
Descubriendo Hyperplane: La tecnología detrás de NAT Gateway y NLB
AWS es un mundo lleno de innovaciones, pero algunas de ellas funcionan en las sombras, haciendo magia sin…
Dependency Injection in .NET with Microsoft.Extensions.DependencyInjection and Scrutor
Dependency Injection (DI) is a crucial design pattern in modern software development that enables the construction of more…
Sunday Rewind: Sense & Respond: The farm awakens by Jeff Gothelf and Josh Seiden
This week’s Sunday Rewind is a keynote from #mtpcon San Francisco 2017, in which Josh Seiden and Jeff…
Um pouco sobre Arquitetura Hexagonal
Eae gente bonita, beleza? Dessa vez vim falar um pouco sobre arquitetura e queria começar falando sobre a…
How to Setup RSpec on a Rails Project
At the time of writing this article using ruby 3.2.0 & Rails 7.1.2 Let’s get started… 1. Create…
24 Antipatterns to Avoid in 2024 🚫2️⃣0️⃣2️⃣4️⃣🚫 🤖💩🤡🤯
Avoid these common antipatterns when blogging in 2024 (or no matter when) to prevent getting misunderstood as a…
Conversion Path Analysis in SaaS
Any savvy product manager should be able to create effective conversion paths – but that doesn’t happen by…
Local Development with AWS Lambda and NestJS: Docker Debugging and Hot Reload
If you’ve ever worked with C#, Azure Functions, and Visual Studio, you know the comfort. Click here, debug…
MySQL x Flask: Add MySQL database with Flask App
MySQL is a widely used open-source relational database known for its performance, reliability, and scalability. It is suitable…
Demystifying Nested Data: A Guide to Accessing and Processing Objects, Arrays, and JSON in JavaScript
Working with nested data structures is a common task when dealing with JavaScript objects, arrays, or JSON. Whether…