Adam AdolfoJourney to Java: Episode 7 “OOP Continued and the Constructor”In the last entry to the series of me documenting my experience learning Java as a new language we learned about classes, objects, fields…Apr 22, 2021Apr 22, 2021
Adam AdolfoJourney to Java: Episode 6 “Intro to Object-Oriented Programming”Java is among many programming languages that is an object-oriented programming language.Apr 18, 2021Apr 18, 2021
Adam AdolfoIntro to NoSQL DataIn development we need to store our information somewhere and have ways to access that information. The most common way to do this is SQL…Apr 10, 2021Apr 10, 2021
Adam AdolfoObject-Oriented ProgrammingObject-oriented programming (or as I will be referring to “OOP”) is a programming paradigm based on the concept of objects. Objects can…Mar 31, 2021Mar 31, 2021
Adam AdolfoJourney to Java: Episode 5 “Control Flow”Control Flow in programming is defined as the order in which individual statements, instructions or function calls of an imperative…Mar 29, 2021Mar 29, 2021
Adam AdolfoProblem Solving in ProgrammingWhen I first started programming last year in 2020 I was so focused on what languages to learn and what applications could look like…Mar 22, 2021Mar 22, 2021
Adam AdolfoReact HooksWhile I was learning React while in The Flatiron School’s Software Engineering bootcamp I learned about creating components by using class…Mar 12, 2021Mar 12, 2021
Adam AdolfoJourney to Java: Episode 3 “Operators, Expressions, and Conditionals”Learning Java so far has been an interesting process after learning other programming languages. I have studied the contents of episodes 1…Feb 24, 2021Feb 24, 2021
Adam AdolfoJourney to Java: Episode 2 “Data Types”In the last “episode”, I was able to set up an environment and start a new adventure in learning Java. I have barely accomplished…Feb 18, 2021Feb 18, 2021