- 🔥 What is Error Culture?
Recently pointed out the problem of "Error Fatigue" at the company with alerts in one of the channel 🫠 - ✉️ Your E-Mail Validation Logic is Wrong
Probably was mentioned before in the digests but it is not a reason to not repeat it 😄 Lesson repeated - regex does not work! - 👨🏻🏫 5 Lessons I learned the hard way from 6 years as a software engineer
The more I read articles about senior-level stuff, the more I see and more understand as the author mentions that you need to bring solutions, not problems.
As for "team outcomes > individual outcome" can't agree more. Recently read the book "Scrum: The Art of Doing Twice the Work in Half the Time" which emphasis this one. - 🚩 Feature flags are ruining your codebase
Once I introduced that in the ongoing project, I saw how we are increasingly having them in the project. So the article resonates with me. - 🔄 Retrospective Meetings Demystified
I'm one of those people who sees the benefit in this. I see that we learn from mistakes and rush "blockers" in our way to be high-performing as an engineering team. - 📝 A few words on taking notes
Title, Notes, Keywords, Summary! - 💽 Tuning your PostgreSQL for High Performance
- 🎸 Duplicate form submissions and how to handle them in Django
- 🐿 Redis Explained
With the latest Redis license update, would interesting to know
Libraries
- 📚 Inflection - Inflection is a string transformation library. It singularizes and pluralizes English words, and transforms strings from CamelCase to underscored string. Inflection is a port of Ruby on Rails’ inflector to Python.