First experience
First experience, What I Learned From Hacktoberfest Well, it was my first experience in Hacktoberfest. Quite fun to track down your PRs. I was working on Java/Spring pet-project th...
Lista de exercícios fáceis em Java — Parte 2
Lista de exercícios fáceis em Java — Parte 2,Hoje darei continuidade a resolução de mais seis exercícios básicos de programação. Caso vocês gostem, posso trazer mais arti...
Basic Java logical operators
Basic Java logical operators,Coming from a philosophical background, one of the main parts of a language that I'm always curious is how they implement logical operators. Java doesn...
Lista de exercícios básicos em Java — Parte 1
Lista de exercícios básicos em Java — Parte 1, Hoje vou trazer alguns exercícios básicos de Java, voltados para os iniciantes na área de programação que ainda não tiveram ...
How to pass arguments to Flink App
How to pass arguments to Flink App,At first when I started writing Flink application I thought of it as any other Java console application and started writing the same using Spring...
How to Transit from PHP to Java and why it’s still worth it
How to Transit from PHP to Java and why it’s still worth it,Java programming has been a challenging, rewarding, and enjoyable career choice for me. Pieces of code written by us pr...
The More, the Better — Why Become a Multi-Language Programmer
The More, the Better — Why Become a Multi-Language Programmer,Sometimes learning your first programming language may turn into a hard torment, so you will not have a desire to go ...
IDEA Intellij - Plugins – Save Actions
IDEA Intellij - Plugins - Save Actions, Save Actions ↵ @ → link @ → info Organize, formate, limpe seu código automaticamente no momento que ele é salvo. O 'Save Actions' su...
How to parse complex Json response file in Java
How to parse complex Json response file in Java,Parsing of JSON file may get bit complicated and confusing if you are not sure which library to use. There are different ways and Im...
Simple Captcha in Java
Simple Captcha in Java,SimpleCaptcha is a simple Java library which can be used to develop random 'captcha' generation for verification and validation purposes. Captcha is combinat...
Which Java version?
Which Java version?,I got into a rabbit hole when I needed to purge secret data from a repo and I learned about BFG repo-cleaner. The thing is, it's written in Java and it requires...