Tag: Backend

Become An Expert: Backend Projects That Define Senior Developers

Moving from being a mid-level developer to a senior-level developer is like leveling up in a video game. You need to gather more experience points and unlock new abilities to conquer the challenges that lie ahead. In the world of backend development, it means diving into the realm of sophistic...

Backend side architecture evolution (N-layered, DDD, Hexagon, Onion, Clean Architecture)

Hola! So you want to be an architect, don't ya? Don’t lie to me, I know you do. Even if you don’t, you still want to be a better developer. Otherwise, you would not spend time reading this article  It is commendable. After all, we all want to be better if not the best in what...

Startup Diary: From Idea To Backend

I’m starting work with the backend today. Boring stuff. But this forms the “core” of any web application. The core needs to be strong. How do I tackle the problem of responsibly and securely storing user passwords? The answer: I don’t store them (nor does any responsible w...

Setting Up Terraform Backend with S3: A Step-by-Step Guide

This article provides a detailed step-by-step guide to setting up a Terraform backend with Amazon S3. The guide is aimed at those who are new to Terraform and want to learn how to use it to manage their infrastructure in the cloud. The article explains what Terraform is, the benefits of using Amazon...

What is terraform Backend & How used it

Terraform is an open-source infrastructure as code (IaC) tool that allows developers to provision and manage cloud resources in a declarative way. It helps teams to automate the deployment of infrastructure by defining configurations that can be shared and versioned, reducing errors and improving co...