Getting Started with Go on the Fly

You can check the complete code for the sample program here Introduction to Go and Why It's Interesting Go is an interesting open-source programming language with a medium learning curve. What...
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