Open in app

Sign In

Write

Sign In

Adam Adolfo
Adam Adolfo

6 Followers

Home

About

Apr 22, 2021

Journey 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, getter and setter methods, and more. There is a lot of concepts and syntax to remember here so it is important to code out some projects…

3 min read

3 min read


Apr 18, 2021

Journey to Java: Episode 6 “Intro to Object-Oriented Programming”

Java is among many programming languages that is an object-oriented programming language. Object-oriented programming is about creating objects that contain both data and methods. It has several advantages over procedural programming: OOP is faster and easier to execute OOP provides a clear structure for the programs OOP helps to keep…

4 min read

4 min read


Apr 10, 2021

Intro to NoSQL Databases

In development we need to store our information somewhere and have ways to access that information. The most common way to do this is SQL or Structured Query Language. As it’s name suggests, SQL is only a language and we need a physical database to store and access our data…

2 min read

Intro to NoSQL Data
Intro to NoSQL Data

2 min read


Mar 31, 2021

Pillars of Object-Oriented Programming

Object-oriented programming (or as I will be referring to “OOP”) is a programming paradigm based on the concept of objects. Objects can contain attributes or properties and methods. The most popular OOP Languages are class-based, meaning that objects are instances of classes. Common OOP Languages Java. JavaScript. Python. C++ Visual…

3 min read

3 min read


Mar 29, 2021

Journey 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 program are executed or evaluated. …

2 min read

2 min read


Mar 22, 2021

Problem Solving in Programming

When I first started programming last year in 2020 I was so focused on what languages to learn and what applications could look like. While technologies and user experiences are critical to applications being developed, I found out that there is a bigger picture that is hidden behind shinier toys…

Programming

3 min read

Programming

3 min read


Mar 12, 2021

React Hooks

While I was learning React while in The Flatiron School’s Software Engineering bootcamp I learned about creating components by using class components only. We learned about some lifecycle methods in general and state was to be managed with a constructor. …

React

4 min read

React

4 min read


Mar 3, 2021

Journey to Java: Episode 4 “Java Basics and Methods.”

Keywords There are over 50 Java keywords that have reserved meanings in the language. This is important to know as you cannot name variables the dame as a reserved keyword. Some Java Keywords used so far in this blog series: boolean byte char class double float if int long short …

Java

5 min read

Java

5 min read


Feb 24, 2021

Journey 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 and 2 for hours and only have down data types. I was impressed and shocked how many notes could be taken for every data type as opposed to…

Java

3 min read

Java

3 min read


Feb 18, 2021

Journey 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 anything besides writing some variables and print to the terminal. The important thing is that in part 1 I was able to embark on a new…

Java

5 min read

Journey to Java: Episode 2 “Data Types”
Journey to Java: Episode 2 “Data Types”
Java

5 min read

Adam Adolfo

Adam Adolfo

6 Followers

Student at The Flatiron School in Washington DC

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech