Giving (Negative) Feedback From Engineers to Managers
A couple of weeks ago my friend Miguel Garcia Lorenzo releases this quite interesting post about the …
A couple of weeks ago my friend Miguel Garcia Lorenzo releases this quite interesting post about the …
Este post fue escrito originalmente e incluido en la revista de la #pulpoCon22
Todo tiene su …
At the moment of writing this post Go 1.18 wasn’t released (the latest version for 1.18 is …
Simplifying it, a workflow is a list of tasks to run in some order and/or fulfilling some …
In the software development context, pagination is the process of dividing a list of items (rows) …
Do integration testing (or system testing) usually means to have a database populated with data, …
During the development of an app, it’s very common to do changes in the database schema, for a …
When you try to encapsulate features but need to interact with async events or events generated by …
Tables in HTML are one of the older things in the standard, even before CSS we had HTML tables. In …