Subscribe to my newsletter and never miss my upcoming articles
My Experience in One Week
During my start.ng internship, I had a task on using Git and this introduced me to Git and Gitflow because during the course of the internship all task were submitted on Github. For me I will call GitHub the developer's handbag because it helps devel...
Introduction According to wiki, GitHub is a tool that offers the distributed version control and source code management (SCM) functionality of Git, plus its own features. It provides access control and several collaboration features such as bug track...
At some point, while learning, everyone gets stuck and needs to be able to understand better and be unstuck easily. In this article, I will be writing about several ways to get help and keep moving when the whole learning gets frustrating and confusi...
In machine learning, there are different learning methods that are used when working with algorithm or models. In this article, I will be writing on supervised learning and unsupervised learning. Some of the things I will be explaining are: The mea...
In using django, after creating app and making migrations the next step is to make your application more interactive and user friendly by adding more features in form of pages. In Django, making Web pages is made up of three steps: Defining URLs Wri...