3 Tier appilcation -Day 4

🚀 Deploying My 3-Tier Application on AWS ECS! Over the past few days, I’ve been working on deploying a 3-tier application using AWS ECS, Docker, Terraform, and Jenkins. ✅ What I achieved: Automated cluster creation using Jenkins pipelines. Containerized frontend and backend with Docker. Infrastructure as code using Terraform. 💡 Current Challenge: I’m currently refining…

Read More

The New Math of Quantum Cryptography

The original version of this story appeared in Quanta Magazine. Hard problems are usually not a welcome sight. But cryptographers love them. That’s because certain hard math problems underpin the security of modern encryption. Any clever trick for solving them will doom most forms of cryptography. Several years ago, researchers found a radically new approach…

Read More

Is this Vibe Coding? – DEV Community

Vibe Coding, has a stigma about it as you’re not supposed to care about the code, only getting results. This was an instant turn-off for me – I care deeply about the code and the follow on security implications of not caring. However, I’ve started to wonder if I’ve begun to vibe code, even just…

Read More

Building Selectorless Components: Angular’s Approach to Boilerplate-Free UIs

Ever feel weighed down by repeated selectors and imports cluttering your Angular templates? Managing these can quickly become tedious and impact code clarity. Selectorless components promise a modern Angular approach that reduces boilerplate, simplifies template syntax, and enhances maintainability. A quick note: as of this writing, selectorless components are an upcoming feature and have not…

Read More