May-6-2020
In this article, we will use Firebase Storage to add images and retrieve them, we will also connect the images with Firestore.
Continue Reading
April-4-2020
In this article, we will add Cloud Firestore to a Flutter application, perform different read, write operation and use some queries to retrieve data.
Continue Reading
February-25-2020
In this article, we will create a form to be able to create a new user which will be authenticated using the firebase authentication and also will be connected to the firebase realtime database.
Continue Reading
February-16-2020
In this article, we will go more in depth in using firebase realtime database in flutter, and we will also see how easily you can query, retrieve the data, and add it to a listview.
Continue Reading
February-15-2020
Ionic 5 is the latest version of Ionic released. In this guide, we will use that version to implement dark mode in the application.
Continue Reading
February-6-2020
You heard about a UI framework for creating mobile applications called Flutter, and started learning it but now you need a database and read about Firebase!
Well in this article I will explain how to integrate Firebase with Flutter, save and retrieve data from the Firebase realtime database.
Continue Reading
December-1-2019
Http Request is a packet of information that one computer sends to another computer to communicate something. Http contains different requests methods to perform certain actions. When you visit a website, and that websites shows you some data or you post some data, thats done using http requests.
Continue Reading
November-30-2019
Docker is a software containerization platform, it allows developers to create, deploy and run applications inside a container. In docker, everything is about container, which can run on any operating system and will allow for applications to be seperated.
Continue Reading
October-9-2019
Blue Ocean for Jenkins was created to make it easier for teams to use Jenkins. When using blue ocean you can visualize the jobs getting executed and personalize it, so it can suit every member in a team. Blue Ocean contains many dependent plugins and all of those plugins will form the blue ocean suite of plugins.
Continue Reading
October-8-2019
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 you don't have to host your own server unlike jenkins.
Continue Reading
October-7-2019
Jenkins pipeline is a group of events or jobs that are linked with each other in sequence.
Continue Reading
July-15-2019
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 project inside of it.
Continue Reading
May-6-2019
The ion-reorder component will allow you to drag and drop items, thus changing the order of the list.
Continue Reading
May-5-2019
Ionic 4 contains a component called ion-menu that will enable you to easily create a side menu for navigation.
Continue Reading
April-25-2019
Ionic 4 is mostly used as a UI framework, it can be easily customized and changed according to the requirements.
Continue Reading
April-13-2019
Ionic is a framework that helps you to create hybrid applications, thus you will have only one codebase for both IOS and Android. The latest version of ionic is ionic 4. Since ionic is written using web languages, then it uses cordova to be able to use native device functionalities.
Continue Reading
September-5-2018
Extra information about Git, that may help you in your daily life.
Continue Reading
August-19-2018
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git can be used to track old versions of files and to check all the different changes.
Continue Reading