In this post I will share a collection of Git useful commands that I'm certain we will need during our…
This quick tutorial will show the few steps for adding Gradle Wrapper to an existing project, in order to reduce…
Scala provides a more granular access control if compared to Java. This post describes and shows how to implement each…
Object Calisthenics is an exercise proposed by Jeff Bay in the book The Thoughtworks Anthology, that outlines a set of…
Whenever you have to zip and share files, you probably don't want to include the .DS_Store file and __MACOSX folder…
For years I have been managing my JDK all by myself, for instance, you'll find a good amount of tutorials…
This post shows how to permanently authenticate with a Git repository, so you don't need to type credentials when pushing…
This post will show how to share a local project on GitHub in a few easy steps using the command…
This tutorial will show how to install pyenv on Ubuntu and other Debian distributions, so you can quickly switch between…
This tutorial will show you how to view logs of running and crashed pods in Kubernetes, also the ability to…