<tutorialjinni.com/>

JavaScript Cut Array in Half

Posted Under: Programming on Jun 15, 2019
JavaScript Cut Array in Half
This tutorial explain how to cut a JavaScript array in half no matter what the size is. it will splice the array in equal halves.

Add Bootstrap to Angular CLI Project

Posted Under: Programming on Sep 23, 2018
Add Bootstrap to Angular CLI Project
In this tutorial we will add Bootstrap in our angular cli project. Create a fresh project if you like or you can add in your existing project. Now open command prompt or Terminal and go to your project folder. Here issue the following command.

Edit Angular Project in Visual Code IDE

Posted Under: Programming on Sep 23, 2018
Edit Angular Project in Visual Code IDE
In this Angular Tutorial, we created our first Angular app but we did not changed anything there. Now in this tutorial we are going to edit it. For that we are going to use and Integrated Development Enviroment (IDE). For this tutorial we will use Visual Studio Code which which a free IDE and you can download it and install.

Swift Display Screen for Few Seconds

Posted Under: Programming on Aug 28, 2018
Swift Display Screen for Few Seconds
Swift iOS snippet to show screen for specified seconds and then move to another screen.

How to fix java.lang.NullPointerException

Posted Under: Programming on Nov 10, 2017
How to fix java.lang.NullPointerException
When programming in JAVA often developer see java.lang.NullPointerException. There are reasons as to why this Exception is thrown. So it is best to understand how to fix this exception before the application is deployed in production.