-
- · software · - · -
EAR, WAR e JAR: Formatos de Arquivo em Java
markdown !Cover image for EAR, WAR e JAR: Formatos de Arquivo em Javahttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=aut...
- · software · - · -
Deploy calculation game app
I deployed my calculation game app to Vercel—specifically designed for Japanese kids who aren't fond of math! Haha! https://flush-calc.vercel.app/https://flush-...
- · software · - · -
We’re Vibe Coding in 2026. Why Are We Still Deploying Like It’s 2018?
The way we write code has changed more in the last few years than it did in the decade before that. Most of the day‑to‑day development now looks very different...
- · software · - · -
Guide to Integrate AWS Strands Agent with AgentCore Runtime using SDK Integration
Prerequisites There are two deployment approaches with AgentCore: - SDK Integration – with automatic HTTP setup and built‑in deployment options. - Custom – man...
- · devops · - · -
Decoupling Azure Releases With GitHub Actions
Cloud deployments often fail because environment configurations are hardcoded into the build process. Here is a pattern to decouple your Build Artifacts from yo...
- · devops · - · -
Part 1: The Default Way - Putting an App on a Server (And Why It Breaks)
'Series: From “Just Put It on a Server” to Production DevOps Reading time: 12 minutes Level: Beginner‑friendly
- · devops · - · -
Creating EC2 Instance
Log in to the AWS Management Console - Open the AWS Management Console. - Search for EC2 in the services search bar and open the EC2 Dashboard. Launch a New In...
- · software · - · -
YAML Formatter
A YAML Formatter is a tool used to clean, organize, and validate YAML YAML Ain’t Markup Language files. Because YAML is indentation‑sensitive, even a small form...
- · devops · - · -
Kubernetes Journey Part 1: Why Docker?
Welcome to the first post on learning Kubernetes! Before we dive into the complexities, we have to talk about the building block that made it all possible: Dock...
- · software · - · -
I Built a Random Picker Tool in 1 Day - Here's How
I Built a Random Picker Tool in 1 Day I just shipped a simple but useful tool: Random Picker – a clean, ad‑free way to randomly select names or items. The Prob...
- · software · - · -
Go ahead, self-host Postgres
Article URL: https://pierce.dev/notes/go-ahead-self-host-postgresuser-content-fn-1 Comments URL: https://news.ycombinator.com/item?id=46336947 Points: 7 Comment...