Explore
Setup Frontend Project Without Needing Backend Using Local Storage (Dependency Injection)
Frontend applications have evolved with frameworks like React, Angular, and Vue, allowing for complex logic and seamless user experiences. The entire DOM is now generated using JavaScript, giving developers more control. This article discusses a design pattern that decouples frontend development from the backend, allowing frontend code to run without relying on backend readiness or API responses.
Deploy Lambda Function and API Gateway With Terraform
Are you tired of manually managing your infrastructure? Do you want to streamline your deployment process and reduce errors? Look no further than Terraform.
Continue Reading Deploy Lambda Function and API Gateway With Terraform
Event Driven Communication Between Domains/Components – Frontend Development
With event-driven communication, different components of an application can communicate with each other through events, simplifying communication and making the application more modular and easier to maintain.
Continue Reading Event Driven Communication Between Domains/Components – Frontend Development