I code. I write. I draw. I learn. I love.
Repository Week 1 of officially starting (restarting) this project. I created the test database via https://www.freemysqlhosting.net and begun working on the entities, repositories, services, and controllers for basic CRUD functions. My brain kept rushing to also start on searching book titles, logs dates, etc. But I knew that I needed to force myself to focus. […]
An enum class is like a list of predefined options that you can choose from. It helps make your code clearer and safer by limiting the possible choices to a specific set of values. It’s useful when you have a variable that can only have a certain number of options, and you want to make sure it’s always set to one of those options.
This weekend’s project was the Google’s IP Geo Location API. I was actually searching for an API for location. Found several ones. Most of them outdated or not free. But Google had the best one I’ve found so far! I signed up and created my key. That was straight forward. What I did not know […]
As a break from learning, during the weekend, I try to make something instead of absorbing new information. I was a bit bored, so I decided to try my hands at twitting from Java. The first step was signing up as a developer in Twitter’s API page. It was a very interesting experience to call […]
Hello! First of all, thank you for reading these words. I am not sure where to start writing this blog. However, this is needed. I’ve always kept blogs for self-reflection and sharing my passions. This, however, is the second blog dedicated to learning and growth (the first one being when I began learning Dutch). Why […]