If you want to learn python quickly take the fast track part of this multitrack course and get up to speed in just a few hours. Take advantage of our discounted price https://www.udemy.com/course/python-multi-track/?referralCode=9373751FD5B52DD7B579
Manage multiple versions of Python with pyenv
manage multiple versions of Python with pyenv
The real story of /etc
Read the documentation and you get one story, go on a training course and you get another /etc is the nerve center of your system, it contains all system related configuration files in here or in its sub-directoriesLinux Filesystem Hierarchy Actually, the truth is a little less planned. It transpires that the original creators of... Continue Reading →
Moving to the Cloud is not enough
I don't think there are many people who would dispute that moving to the cloud is a good thing. The benefits are many, and if your migration is managed professionally, then the return on investment can be quite substantial. But, moving to the cloud alone is not enough. You have to embrace it; and more... Continue Reading →
Intellij IDEA: download and install
Download Intellij IDEA https://www.youtube.com/watch?v=2hNNWzdxlRg Download IntelliJ IDEA Install Intellij IDEA https://www.youtube.com/watch?v=EO023KXJATs Install Intellij IDEA
Java 11: Download, Install and Test
Download https://www.youtube.com/watch?v=_mQugHR3_XI Download Java 11 Install https://www.youtube.com/watch?v=Riseql8un9A Install Java 11 Test https://www.youtube.com/watch?v=Ni_d-29_Ghc Test Java 11 Installation
Simple Java 11 Maven Project with Intellij IDEA
In this post we are going to create a simple Hello World in Java11 using maven and Intellij IDEA. We are also going to deal with the compilation error "Error: java: error: release version 5 not supported" and the compilation warning "File encoding has not been set, using platform encoding UTF-8" Video https://youtu.be/H3valiUGQck Create the... Continue Reading →