in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c
Our latest article shows how to do fuzz testing in Go, specifically for HTTP services. Do you use fuzz testing, and if yes, what are you testing with it?
packagemain.tech/p/fuzzing-http-services-golang
1 - 0
In our latest article we explore and compare most popularly used Go packages with hands-on examples and their pros and cons. packagemain.tech/p/different-ways-of-working-with-…
2 - 0
In our latest article we explore statically and dynamically linked Go binaries, internal and external linkers and more.
packagemain.tech/p/golang-statically-and-dynamical…
2 - 1
After discovering Server-Sent Events I use them quite often in my projects. In our latest article we show how to use them in Go - packagemain.tech/p/implementing-server-sent-events…
0 - 0
In our latest article we dive into Integrations Tests, Dependencies and Testcontainers. Help to spread the word if you like it! 🚀
packagemain.tech/p/integration-tests-using-testcon…
1 - 0
The Backend is the backbone of any modern application. It handles data storage, user interactions, complex calculations, and much more. The "package main" channel is here to help you learn how to build robust and scalable systems.