plat26.hashnode.devJAVA: 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 ...Jan 31, 2021·5 min read
plat26.hashnode.devHackerRank: 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...Jan 6, 2021·5 min read
plat26.hashnode.devThe 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...Nov 9, 2020·2 min read
plat26.hashnode.devCracking 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....Nov 2, 2020·2 min read
plat26.hashnode.devStaying 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 ...Jun 7, 2020