OBOlolade Badmusinplat26.hashnode.dev·Jan 31, 2021 · 5 min readJAVA: CONNECTING TO A DATABASEThis article gives an introduction to the how-tos of connecting java source code to a database. JDBC Java Database Connectivity (JDBC) is the Java API that provides the interface/means of connecting java source code to a relational database such as ...00
OBOlolade Badmusinplat26.hashnode.dev·Jan 6, 2021 · 5 min readHackerRank: Kangaroo JumpAnswer and thoughts My first approach to solving this problem was to consider independently the start position and jump distance of each kangaroo so the thought was that: if the first kangaroo has the higher position then the second kangaroo must h...00
OBOlolade Badmusinplat26.hashnode.dev·Nov 9, 2020 · 2 min readThe Four Pillars of OOPObject Oriented Programming (OOP) is a programming system in which functionalities written for a system are designed around its affected data. That is, the process of programming is done using interacting objects (unit components consisting of data...00
OBOlolade Badmusinplat26.hashnode.dev·Nov 2, 2020 · 2 min readCracking AlgorithmsThis article describes some important principles to consider in algorithm design. Divide and Conquer Divide and conquer is an algorithm design system in which a problem is divided into sub problems until these subproblems can be solved independently....00
OBOlolade Badmusinplat26.hashnode.dev·Jun 7, 2020Staying TrueIn the past couple of weeks I’ve come to some important realizations which has helped my focus and tenacity in pursuing my software development goals. In summary, this realization is: staying true to your vision. In the previous months, since I took ...01A