tobis-end.hashnode.devRecursionTobi here. Today we’re talking about recursion. This one won’t be long because recursion isn’t an algorithm per se, it is a problem solving pattern which is used in implementing a variety of algorithms. Some languages like Haskell don’t even bother w...Nov 14, 2025·2 min read
tobis-end.hashnode.devSelection SortTobi here. Sorting is one of the most fundamental things we do; not just in programming, but in life. Think about it: you sort your chores by priority, arrange books by size, group cutlery by type, people according to height. Sorting is everywhere. I...Nov 13, 2025·3 min read
tobis-end.hashnode.devBinary SearchTobi here. Binary search is a popular algorithm that is used to quickly locate an item in a sorted list. Unlike sequential search, which checks each element one by one, binary search cuts the search space in half at each step. However, binary search ...Nov 12, 2025·2 min read
tobis-end.hashnode.devMy Journey to Becoming a Backend EngineerTobi here. I’ve done some frontend work, but now I’m diving into back-end development. This series is my diary-ish-my daily grind, the mistakes, the wins, and the lessons I pick up along the way. If you’ve ever wondered what it really takes to move f...Nov 11, 2025·2 min read
tobis-end.hashnode.devCrafting Web Experiences: A Nigerian Guide to Frontend DevelopmentIntroduction Frontend development powers the websites and apps we use every day. From stunning visuals to smooth interactions, frontend developers play a crucial role in crafting user experiences. If you’ve ever wondered how these digital interfaces ...Dec 18, 2024·4 min read