HTCW Podcast

Опубликовано: 25 Октябрь 2024
на канале: How to code well
53
2

Changelog
I’ve sorted the Kubernetes ingress controller for the staging deployment of howtocodewell.net
I’ve got a few problems with connecting services outside of the Kubernetes cluster but I am working my way through those.
I’ve been updating the pipelines to allow for certain manual jobs in GitLab.

News/articles
Python ASGI The future of Python Web Development
A new asynchronous standard for Python web applications.
WSGI = Web Server Gateway Interface
ASGI = Asynchronous Server Gateway Interface
https://www.infoworld.com/article/365...

Podcast 2.0
I have my eye on the podcast 2.0 movement and may start to add some backlog tickets to investigate what is involved from a technical standpoint to updating the RSS feeds.
  / an-introduction-to-podcasting-2-0  

The Podcast Index
Podcasting Namespace
PodPing
Value-For-Value

Send Symfony logs to Slack
This could be a neat little future video tutorial. I could also do something similar with a Discord bot.
https://manyou.blog/send-symfony-logs...

What’s a flaky test
A flaky test is a test that sometimes passes and sometimes fails. This usual happens randomly and is incredibly annoying.

What causes flaky tests
Under powered resources
Tests running in random order
Tests not cleaning themselves up afterwards
External programs or requests interfering with the tests

How to fix flaky tests
Run tests more regularly
Separate flaky tests and run them in isolation until fixed
Only test what is needed based on what has changed
Don’t ignore or skip tests if you can help it
Check the environment
Check inputs for non-deterministic values
Check timeouts
Check system resources
Check for race conditions
Check if there is any fixed order to the tests
Keep your tests maintained.



/** How to code well programming courses */
Programming courses https://howtocodewell.net/courses
Linux Bash for beginners https://howtocodewell.net/course/linu...
PHP MySQLi https://howtocodewell.net/course/php-...
PHP CLI basics https://howtocodewell.net/course/php-...
PHP strings for beginners https://howtocodewell.net/course/php-...
Docker for beginners https://howtocodewell.net/course/html...
HTML for beginners https://howtocodewell.net/course/html...

/** How to code well podcast */
Archive https://howtocodewell.net/podcast
Spotify https://open.spotify.com/show/6zapPUK...

/** Support the show */
Patreon   / howtocodewell  
Buy me a coffee https://buymeacoffee.com/howtocodewell

/** Become a channel member */
Join    / @howtocodewell  
Member only videos    • Members-only videos  

/** Follow */
Twitter   / howtocodewell  
Instagram   / howtocodewell  
Facebook   / howtocodewell  
Contact form https://howtocodewell.net/contact

Disclaimer: Links included in this description might be affiliate links. If you purchase a product or service with links that I provide I may receive a small commission. There is no additional charge to you.

Thank you for supporting How to code well