Tag Archives: Object Oriented Programming

In our current society, we are more than used to live with technology gadgets, most of them not even in the minds of our ancestors. Things as common and “simple” as a remote for our TV, just to mention one, that avoid the need to stand up for interacting with…

Read more

Spring Boot

Spring is the world’s most popular Java framework, it is widely used to help developers write Java programs in a faster and easier way, but its configuration always was a total nightmare. The Spring Boot module provides a solution to this configuration boilerplate Spring had. Spring Boot makes it easy…

Read more

Accessing attributes and methods

As mentioned in a previous post, object-oriented programming is a paradigm in which we model our problem’s actors (objects) using some structures called classes. A class defines the common structure of all objects (of the same type) will share. An object could be described as a sort of entity that…

Read more

Write Once, run anywhere

For the past 25 years, Java, with more than 40 billions of Java Virtual Machines running around the world, has been the leading programming platform. Although, its beginnings are far from what we know right now for this programming language. Once upon a time in a not that far away…

Read more

Write Once, run anywhere

Tools we need JDK 8 (could be a newer version as well) The Java Development Kit is the development environment we use for writing applications using the Java Programming language An IDE (Integrated Development Environment), This tool help developers to go faster in the development of applications, even though is…

Read more

When writing a computer program, there are different approaches we can follow to solve a specific problem. Some people can focus on solving it by creating subprograms or functions to solve each small part of the problem (Structured programming paradigm). In an Object-Oriented Programming (OOP) style, on the other hand,…

Read more

6/6

Don’t miss the fun.

Subscribe to our newsletter to be the first to know when new content is added