Documentations
Top 7 Must-Read Books for Developers
Top 7 Must-Read Books for Developers — Stay Ahead of the Game
Briefly:
- Clean Code: A Handbook of Agile Software Craftsmanship
- Design Patterns: Elements of Reusable Object-Oriented Software
- The Pragmatic Programmer: From Journeyman to Master
- Cracking the Coding Interview: 150 Programming Questions and Solutions
- The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win
- Refactoring: Improving the Design of Existing Code
- Data Structures and Algorithms Made Easy
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. Continue reading
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)
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?
How to configure wireless wake-on-lan for Linux WiFi card
Learn How to Use Bash For Loop in Shell Scripts
A little promemoria For Loops in Shell Scripts
Continue readingWhy I switched From Rust to Go on the Backend
An unpopular story of a solo-backend developer: where productivity is the most important aspect.
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.
Continue reading