Concurrency in Go: From Basics to Better Practices
When you want to do more than one thing at the same time...
When you first want to do multiple things at once, you might write something like this:
It's pretty dumb, but hey, we all start somewhere...
2024 |
golang
channel
time.Sleep
waitgroup
Django: works with uwsgi, or even works with uwsgi & nginx together
The final architecture of this page will be:
I'm using venv + poetry here:
It's kind of like when you do npm init
I've written golang before and you can use go tidy to automatically register ne...
2024 |
python
django
nginx
socket
uwsgi