A. S. Said-ahmedHow To Build a React Directory Structure Generator CLI Tool With BashI had quiet a journey learning bash scripting and sharing what I’ve learned with you in the process, from basic commands to bash files and…Jan 12, 2021Jan 12, 2021
A. S. Said-ahmedBash Shell Scripting Fundamentals — Part 1Shell was originally built to be the medium and bridge between the operating system and the user. The user can write shell command that…Dec 11, 2020Dec 11, 2020
A. S. Said-ahmedRedis CLI — The definitive guideRedis is a data storage tool or you can consider it a special type of database. It’s is a key-value pair database.Nov 4, 2020Nov 4, 2020
A. S. Said-ahmedWhat is the best time to join a startup as a software engineer?Everyday, someone, somewhere decides to build his (or her) own startup. And even if the product being built or the service provided is not…Sep 3, 2020Sep 3, 2020
A. S. Said-ahmedinLevel Up CodingA guide to bash commands redirecting, chaining, and nestingOnce you have some basic practical knowledge of how to use shell commands, you kind of start to lean towards saving some time while…Apr 8, 20201Apr 8, 20201
A. S. Said-ahmedinLevel Up CodingWhat happens when you create an class instance in Node.js?Starting from JavaScript ES6 and later, we became able to write classes the way we used to in other programming languages and as a result…Mar 11, 2020Mar 11, 2020
A. S. Said-ahmedSed The Great, The bash command that finds and replace string on the flyThe find & replace functionality already exists built-in within all programming languages. But what if you are planning your deployment…Mar 8, 2020Mar 8, 2020