Valentine Samuel·Mar 31, 2023Bubble Sort SimplifiedIn computer science, sorting is a fundamental job that is essential to many different applications, including database administration and…
Valentine Samuel·Mar 30, 2023Scaling In System DesignAs a follow-up to our last post, we are going to be looking at a system design concept called scaling.
Valentine Samuel·Mar 29, 2023System designSystem design is the process of creating components of a system, including its architecture, modules, and components, as well as its…
Valentine Samuel·Mar 13, 2023Binary Search Tree — Insert, Lookup and RemoveBinary search trees (BSTs) are a sort of data structure that is used to store and search for data effectively. A BST is a tree structure…
Valentine Samuel·Mar 11, 2023A Quick Introduction To Types In TypeScriptTypescript is a superset of JavaScript that provides more robust features and error checking at compile time. One of the primary features…
Valentine Samuel·Mar 9, 2023Why networking? — because sometimes it’s not about who you know, but about what your device knows!In all seriousness though, understanding networking’s definition, significance, and forms are essential because it plays an essential role…
Valentine Samuel·Mar 8, 2023Fears of an Unemployed Software Engineer and Fresh Graduate 😔“Do the thing you fear to do and keep on doing it… that is the quickest and surest way ever yet discovered to conquer fear.” — Dale…