CSS Tips
CSS tips and tricks you will not see in most of tutorials.Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in…
CSS tips and tricks you will not see in most of tutorials.Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in…
Run tests on an isolated, temporary PostgreSQL database pg_tmp is a compact shell script designed to make unit testing, integration testing with PostgreSQL easy in any language.Sometimes SQLite is used…
Jupyter notebooks are mostly known for their web-based user interface, such as JupyterLab or the Classic Notebook. They offer a great user…Source: nbterm: Jupyter Notebooks in the terminal | by…
Every element I use for the basic structure of a HTML document, with explanations why.Usually when I start a new project, I either copy the HTML structure of the last…
**swimlanes.io** is a simple online tool for creating _sequence diagrams_. Source: Welcome to swimlanes.io
Service managers are a fundamental part of Linux distributions — and, more generally, of Unix systems. Unfortunately, for such a critical piece of infrastructure, the offer is lacking. There is…
At face value, when we think of developer productivity we might think of effectiveness in time management, communication, and task completion. Although we are drawn to personal workflow or time management…