Month: October 2019
Integrating a Bootstrap Template to React
Introduction Creating a react app from scratch can be a real pain if you are new to react and when your implementing a website it is a best practice to breakdown the specific template to components, especially the part that you have to use over and over again in every page you implement, Navbar and …
Artificial Intelligence (AI) and Autonomous Driving
What is Artificial Intelligence? Artificial Intelligence, popularly known as AI, is the art of allowing a computerized machine to carry out the tasks and functions that a human would. AI is the incorporation of human intelligence into modern computer systems and architecture. Modern AI systems can be categorized into two; Weak AI Strong AI Weak …
Read More “Artificial Intelligence (AI) and Autonomous Driving”
featured
Continuous Integration & Continuous Delivery- Part 1
Continuous Integration & Continuous Delivery (CI/CD) are two widely used acronyms in software development projects. Both are commonly used software development practices to make the development phase more efficient. In the following article, we will be taking a look at an in-depth analysis of these development practices and how it could help development teams, collaborate …
Read More “Continuous Integration & Continuous Delivery- Part 1”