This Week in Cloud: Simulating Chaos

Resilient apps aren’t just built, they’re battle tested. This week, I got my second real taste of chaos engineering using LocalStack’s Chaos Dashboard (the first was for my interview project), a...
0 Read More

Env Variables in k6

Hey Devs 👋🏻We always have some .env files in our projects to assign the environment variables.Now as mentioned here, we can pass the env vars like: ⛶k6 run -e MY_NAME=MoKhajavi75 script.jsAnd ...
0 Read More