All Stories

What Is Travis CI?

Travis CI is a continuous integration service that is used mostly in Github. It also provides free plan for open source projects. Also it is a hosted service, which means...

What Is Jenkins Pipeline?

Jenkins pipeline is a group of events or jobs that are linked with each other in sequence.

What Does Jenkins Do?

Jenkins is an open source automation software that helps in continuous integration and continuous delivery. In this tutorial, I will show you how to download jenkins and use a gradle...

Implementing Reorder In Ionic 4

The ion-reorder component will allow you to drag and drop items, thus changing the order of the list.

Side Menu In Ionic 4

Ionic 4 contains a component called ion-menu that will enable you to easily create a side menu for navigation.

Theming your App In Ionic 4

Ionic 4 is mostly used as a UI framework, it can be easily customized and changed according to the requirements.