ebixx.hashnode.devBack to Basics: Rebuilding My Backend Skills with a JSON ValidatorI’ve fallen off my learning path more times than I care to admit. If learning were a staircase, I’ve tripped on the same damn step at least 20 times. And somehow, this time feels heavier. Restarting isn’t just about motivation anymore, it’s about mom...Jan 18·4 min read
ebixx.hashnode.devBuilding a WC Unix ToolIntroduction Hey folks! 🌟 I recently had an awesome coding adventure where I took on the challenge of building my very own version of the 'wc' command-line tool in Python. You know, that trusty 'wc' command that's always been there for Unix users, h...Jul 30, 2023·7 min read
ebixx.hashnode.devGitHub CheatSheetWhat is Git ? Git is a software that allows you to keep track of changes made to a project over time. The way Git works is it records the changes you make, stores them and makes it easy to keep track of and reference them whenever you like. GitHub ...Aug 1, 2022·7 min read
ebixx.hashnode.devLinux Cheat SheetFile System Your computer's file system organizes it's files and directories into a tree like structure. The main directory is the first one that was created and is referred to as the root directory or parent directory. Every root or parent director...Jul 21, 2022·9 min read
ebixx.hashnode.devHow To Understand, Break Down and Optimize Your Coding Problems.INTRODUCTION The biggest part of being a software engineer is the ability to solve problems effectively and efficiently. This is even more important than learning a programming language. When you understand the steps to take, and identify what to do,...Jul 17, 2022·4 min read