DUDaniel Ukohainsuperfly.hashnode.dev·Jun 28, 2023 · 11 min readProgramming FoundationsHi there, I'm sharing my journey in becoming a software engineer, living, learning, and leveling up one day at a time. Programming Foundations: Algorithms An algorithm is a set of step-by-step instructions or rules to solve a problem or accomplish a ...00
DUDaniel Ukohainsuperfly.hashnode.dev·Apr 27, 2023 · 7 min readObject Oriented Programming (C#)There are primarily two methods of programming in use today: procedural and object-oriented. The earliest programming languages were procedural, meaning a program was made of one or more procedures. A procedure is simply a function that performs a sp...00