Why You Need an API Layer and How To Build It in React Learn what an API layer is, some of the many benefits it can provide to your architecture, and how to implement it in React. Antonello Zanini 16 Aug 2022
JavaScript’s Newest Framework: Bun. Will It Take Nodeβs Crown? Bun is the newest and fastest all-in-one JavaScript framework. Will it take over Node? Is it better than Deno? Let's do some testing. Tomas Fernandez 11 Aug 2022
A Developer’s Guide to Terraform Terraform is one of the most popular IaC tools available. Learn its benefits and how to use it. Jeff Morhous 4 Aug 2022
How to Restructure Your Organization for Microservice Applications Restructuring your organization to support microservice-based applications requires an entire culture shift and new way of working. Lee Atchison 2 Aug 2022
When Microservices Are a Bad Idea Migrating from a monolith to microservices is not a simple task, and creating an untested product as a new microservice is even more complicated. Microservices should only be seriously considered after evaluating the alternative paths. Tomas Fernandez 28 Jul 2022
Testing Strategies For Microservices Microservices, by their networked nature, provide more points of failure than a traditional monolith. As a result of this, we need a different, broader approach to testing. Tomas Fernandez 20 Jul 2022
5 Options for Deploying Microservices From VMs to Kubernetes and Serverless, there are many ways of to deploy microservices. The perfect method is determined by size and scaling requirements. Tomas Fernandez 14 Jul 2022
12 Ways to Improve Your Monolith Before Transitioning to Microservices Like tidying up a house before a total renovation, preparing your monolith is the first step towards transitioning to microservices. Tomas Fernandez 6 Jul 2022
Release Management for Microservices Releasing microservices applications is hard when code is scattered among dozens of repos. Here's why using a monorepo might make more sense. Tomas Fernandez 29 Jun 2022
AWS Serverless With Monorepos Learn how to build and deploy a face-recognition application using serverless functions in AWS. Along the way, weβll discover the Serverless Application Model, how to test Lambdas, and optimize monorepo CI/CDs. Tomas Fernandez 22 Jun 2022
Domain-Driven Design Principles for Microservices Build scalable microservices applications that are aligned with your business needs with Domain-Driven Design. Tomas Fernandez 21 Jun 2022
What Is Microservice Architecture? Microservice architecture is the most scalable way of developing software. But if you implement it wrong, you won't enjoy its benefits. Tomas Fernandez 16 Jun 2022
Why End-to-End (E2E) Testing is Often Good Enough Learn how E2E testing can be as effective as other types of testing to ensure the performance & reliability of the system for end-users. Zain Sajjad 9 Jun 2022
How To Deploy a Go Web Application with Docker Learn how to deploy a Go web application with Docker, and how Docker can help improve your development workflow and deployment process. Kulshekhar Kabra 8 Jun 2022
Building Go Microservice with Gin and CI/CD Get familiar with Gin and find out how it can help you reduce boilerplate code and build a request handling pipeline. Kulshekhar Kabra 2 Jun 2022