Let’s start from creating a simple class Hello.java as shown below, Now, Let’s create another class Test.java which also has […]
Read MoreMay 31, 2019
How to generate ssh keys and grant access to a remote server
In this blog post, I will show you how to generate ssh keys on local and grant access to your […]
Read MoreMay 29, 2019
How to secure your website using HTTPS
In this blog post, I will show you how to install SSL (Secure Socket Layer) certs on your website. Note […]
Read MoreMay 21, 2019
Golang Modules Explained
According to golang official github,Modules are an experimental opt-in feature in Go 1.11, with the plan of incorporating feedback and […]
Read MoreMay 16, 2019
Installing Karel the Robot
Karel is a simulation tool used for learning java, developed at Stanford university. It is available as plugin for eclipse […]
Read MoreMay 15, 2019
How to create an executable Jar file using maven
In this blog post, we will learn how to create a simple quick start project which can be build into […]
Read More🍎 The “Find the Biggest Apple” Algorithm
🍎 The “Find the Biggest Apple” Algorithm 🍎 This simple, single-pass inspection is the foundational concept behind searching for the […]
Read MoreHow Al-Khwārizmī, the father of algorithms, solved the Land Measurement Problem
📐 How Al-Khwārizmī Solved the Land Measurement Problem 📐 Al-Khwārizmī (c. 780 – c. 850 CE) was the Father of […]
Read More