top of page
Image by Clément Hélardot

REALIZATION LION

Learn Programming & Development with Me

Welcome to my site, if you like to learn about Programming and Development. This is the right place, I hope my blogs will teach you various techniques to become a programmer or developer.

Below is my Youtube Channel if you prefer videos as your learning methods.

Home: Welcome
Learn Unity 3D

Learn Unity 3D

Unity 00 Preview

Unity 00A Understand Unity Part 1

Unity 01 GameObject

Home: Video Player
Home: Projects
Search

Load and Display File Data in Java

In this tutorial, lets to load file in Java using Repl.it After you have created an account, click on the button [ + Create ] Next,...

FAQ in Setup & Development

Table of Content I cannot config the user.email for my git. My build failed in Netbeans due to invalid target release. Question 1 I...

Using MySQL Cloud Instances

If you are unfamiliar with SQL and what MySQL commands is available to you. Here is a compilation of Resources MySQL Documentation This...

Java OOP Concepts

In this article you will watch a series of video that explains the following concepts. Class and Objects Inheritance and Polymorphism...

Using Array to Store Objects in Java

In this article, you will learn to create objects using user defined class and store them in array. Below is a Cat Class that take in...

Common Java Packages for Beginners

In this article, you will learn some of the common packages you will use as a beginner. In Java, there are two main types of packages....

Using Java While Loop

In this article you will see how a while loop is being used in a game call Jelly Beans. First of all, you can reference to the code...

Create Backend using MySQL + Express

In this tutorial, you will learn how to write a simple backend using MySQL and Express. You may want to preview the code in my Github....

Setting Up XR Environment in Unity

In this article you will learn how to setup XR Environment in Unity. Firstly, go to File > Build Settings Next in Build Settings, look...

Javascript DOM, Event and Array

In this article, you will learn to make a list of buttons and add button to them with the help of Array, Event and DOM. Below is the...

Using React Functional Component

One of the key things to use Functional Component is and useEffect - https://reactjs.org/docs/hooks-effect.html useState -...

Writing Github Release Notes

To understand how you can write a Release Notes in Github, we can take a look at some examples. https://github.com/facebook/react/release...

Using Array in Java

Firstly, to understand Array, you can visualise it as a BOX with multiple compartments, like a Pill Box. Next, you will learn how write...

Setting Up for Unity

Before reading the article, you may want watch the video explanation below. What need to be setup? Unity Set Unity Development with VS...

Using Scanner in Java

In this article, we will touch on how to use Scanner to perform input. Then use Printf and Println to perform output. Below is an example...

1
2
Home: Blog2
bottom of page