Top 7 Must-Read Books for Developers — Stay Ahead of the Game Briefly:
Category: Documentations
Link
Documentations, Python
9 Python Built-In Decorators That Optimize Your Code Significantly | by Yang Zhou | TechToFreedom | Jan, 2023 | Medium
Do more by less: leverage the power of decorators Source: 9 Python Built-In Decorators That Optimize Your Code Significantly | by Yang Zhou | TechToFreedom | Jan, 2023 | Medium.
Documentations, Tricks
Pv – Show Progress for [Copy/Backup/Compress] Data in Linux
Pv – Show Progress for [Copy/Backup/Compress] Data in Linux Pv is a terminal-based tool that allows you to monitor the progress of data such as coping/moving/backing up files that are being sent through a pipe. Learn everyday something new… never stop learning. (Source tecmint.com)
Fun, Tricks
How to become a command-line wizard
Dudes, I already use the tricks described in «How to become a command-line wizard». Do you think I’m a CLI wizard?
Documentations, Tricks
How to configure wireless wake-on-lan for Linux WiFi card
How to configure wireless wake-on-lan for Linux WiFi card – nixCraft
Documentations
Learn How to Use Bash For Loop in Shell Scripts
A little promemoria For Loops in Shell Scripts
Link
An unpopular story of a solo-backend developer: where productivity is the most important aspect.
Tricks
ASCII, oh ASCII! Wherefore art thou, ASCII?
ASCII, oh ASCII! Wherefore art thou, ASCII? The original line copied by an infamous English poet Puns aside, in the XXI century there are still need to stick to plain, old 7 bit ASCII character table. Many industrial applications stick to it for its simplicity. Unicode is often an overkill in that situations.
Documentations
6 Popular PostgreSQL CLI Libraries
6 Popular PostgreSQL CLI Libraries pgcli – Postgres CLI with autocompletion and syntax highlighting pgsh – Branch your PostgreSQL Database like Git psql – The built-in PostgreSQL CLI client psql2csv – Run a query in psql and output the result as CSV nancy – The Nancy CLI is a unified way to manage automated database…