📰 Dev.to · Michelle
12 articles · Updated every 3 hours · View all reads
All
Articles 75,236Blog Posts 102,145Tech Tutorials 18,395Research Papers 16,003News 13,135
⚡ AI Lessons

Dev.to · Michelle
1mo ago
30-Day Cloud & DevOps Challenge: Day 12 — Terraform: Infrastructure as Code
So far in this challenge, I've built containers, set up CI/CD with Jenkins, and pushed images to...

Dev.to · Michelle
1mo ago
30-Day Cloud & DevOps Challenge: Day 11 — Pushing Docker Images to Registry
Yesterday, my Jenkins pipeline could build Docker images for backend and frontend. But those images...

Dev.to · Michelle
1mo ago
30-Day Cloud & DevOps Challenge: Day 10 — Docker in CI
Yesterday, my Jenkins pipeline could install dependencies and build the frontend. But there was a...

Dev.to · Michelle
1mo ago
30-Day Cloud & DevOps Challenge: Day 8 — Jenkins: my First CI/CD Pipeline
Yesterday, I had all three containers running with Docker Compose; frontend, backend, and...

Dev.to · Michelle
1mo ago
30-Day Cloud & DevOps Challenge: Day 7 — Docker Compose: One Command to Rule Them All
Yesterday, I had two containers: one for my backend, one for my frontend. But running them meant two...

Dev.to · Michelle
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
30-Day Cloud & DevOps Challenge: Day 6 — Dockerizing My React Frontend
Yesterday, I packaged my backend into a Docker container. Today, I did the same for my React...

Dev.to · Michelle
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
30-Day Cloud & DevOps Challenge: Day 5 — Dockerizing My Backend (First Steps into Containers)
Yesterday, I had a working PostgreSQL database with real data. But there was one problem... My...

Dev.to · Michelle
1mo ago
30-Day Cloud & DevOps Challenge: Day 4 — PostgreSQL Deep Dive (From Zero to Database Hero)
Yesterday, my React frontend finally talked to my Node.js backend. But there was one problem... The...

Dev.to · Michelle
2mo ago
30-Day Cloud & DevOps Challenge: Day 3 — Connecting Frontend to Backend (The CORS Journey)
After yesterday's backend success, today was about making my React frontend actually TALK to my...

Dev.to · Michelle
2mo ago
30-Day Cloud & DevOps Challenge: Day 2 — Building My First Backend API
The journey continues! After setting up my project structure on Day 1, today was all about building...

Dev.to · Michelle
2mo ago
Day 1 of My 30-Day Cloud & DevOps Challenge — Project Setup
Today marks the start of my 30-day Cloud & DevOps challenge, and I focused on laying a strong...

Dev.to · Michelle
3mo ago
The Dart async/await Function: What Your App Is Actually Doing When It Says “Loading…”
For a long time, I thought “loading” meant my app was stuck. Not broken. Just frozen. Waiting....
DeepCamp AI