Go Invaders: Taming Complexity with ECS and Ebitengine πΎπ Building an arcade classic like Space Invaders in Go (Golang) is […]
Read MoreAugust 30, 2021
Space Invaders game developed using Golang
August 20, 2019
August 4, 2019
Reverse Engineer Hibernate POJOS in intelliJ
Step-2: Create maven project of archetype-webapp Create a new project from New -> Project -> Maven -> archetype -> webapp […]
Read MoreInstall OracleJDK & remove OpenJDK on ubuntu
Step-1: Download Oracle JDK Download from here Step-2: Remove existing openjdk Step-3: Create a directory for Java installation Step-4: Copy […]
Read MoreJune 18, 2019
How to install JMonkey
Jmonkey is a free, open source game engine, made especially for Java game developers who want to create 3D games […]
Read MoreHow to reset MySQL Password
If you have lost your mysql password and unable to reset it. Follow this blog post to know how to […]
Read MoreJune 2, 2019
Recording Screen on Ubuntu
In this blog post, I will show you how to do screen recording using recordMyDesktop on ubuntu. First, Let’s install […]
Read MoreMay 31, 2019
How to call main method from another main method in Java
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 More