Django 4.0 alpha 1 released
https://www.djangoproject.com/weblog/2021/sep/21/django-40-alpha-1-released/
https://www.djangoproject.com/weblog/2021/sep/21/django-40-alpha-1-released/
How Big Tech Runs Tech Projects and the Curious Absence of Scrum - by Gergely Orosz - The Pragmatic Engineer
https://newsletter.pragmaticengineer.com/p/project-management-in-tech
https://newsletter.pragmaticengineer.com/p/project-management-in-tech
Pragmaticengineer
How Big Tech Runs Tech Projects and the Curious Absence of Scrum
A survey of how tech projects run across the industry highlights Scrum being absent from Big Tech. Why is this, and are there takeaways others should take note of?
A reverse chronology of some Python features
https://snarky.ca/a-reverse-chronology-of-some-python-features/
https://snarky.ca/a-reverse-chronology-of-some-python-features/
Tall, Snarky Canadian
A reverse chronology of some Python features
I occasionally hear people lament that Python is "bloated", "too big", "going
enterprise", or some other phrasing to suggest there was once an "ideal" version
of Python that had less bloat and was closer to what the person wanted.
But then this lament is…
enterprise", or some other phrasing to suggest there was once an "ideal" version
of Python that had less bloat and was closer to what the person wanted.
But then this lament is…
Should You Use Upper Bound Version Constraints? - ISciNumPy.dev
https://iscinumpy.dev/post/bound-version-constraints/
https://iscinumpy.dev/post/bound-version-constraints/
ISciNumPy.dev
Should You Use Upper Bound Version Constraints?
Bound version constraints (upper caps) are starting to show up in the Python
ecosystem. This is causing real world problems with
libraries following this recommendation, and is likely to continue to …
ecosystem. This is causing real world problems with
libraries following this recommendation, and is likely to continue to …
Pay attention to WebAssembly | Harshal Sheth
https://harshal.sheth.io/2022/01/31/webassembly.html
https://harshal.sheth.io/2022/01/31/webassembly.html
Harshal Sheth
Pay attention to WebAssembly
Read in Japanese thanks to the folks at POSTD.
Temperos de Arquitetura – osantana
https://osantana.me/temperos-de-arquitetura/
https://osantana.me/temperos-de-arquitetura/
osantana
Temperos de Arquitetura
Já faz alguns anos que eu estou trabalhando com modelagem de sistemas. Em alguns lugares chamam isso de “arquitetura”, mas uma colega arquiteta (CREA e “talz”) me explicou que não é muito adequado …
My guiding principles after 20 years of programming
https://alexewerlof.medium.com/my-guiding-principles-after-20-years-of-programming-a087dc55596c
https://alexewerlof.medium.com/my-guiding-principles-after-20-years-of-programming-a087dc55596c
Medium
My guiding principles after 20 years of programming
I’ve been programming since 1999. This year I’ve officially coded for 20+ years. I’ve started with Basic but soon jumped into Pascal and C…
How virtual environments work
🔗 https://snarky.ca/how-virtual-environments-work/
🔗 https://snarky.ca/how-virtual-environments-work/
Tall, Snarky Canadian
How virtual environments work
After needing to do a deep dive on the venv module (which I will explain later in this blog post as to why), I thought I would explain how virtual environments work to help demystify them.
Why do virtual environments exist?
Back in my the day, there was…
Why do virtual environments exist?
Back in my the day, there was…