Francisca Adekanye

Francisca is an undergraduate student pursuing a degree in Computer Engineering. Cisca loves technical writing, contributing to open source projects, and also involving herself in tech communities.
Author Insights

7

0

0
Francisca is an undergraduate student pursuing a degree in Computer Engineering. Cisca loves technical writing, contributing to open source projects, and also involving herself in tech communities.
7
0
0
May 19, 2022
Job scheduling is crucial in all streaming applications. There are various ways of streaming data from an external API into an application through automation.
Dec 22, 2021
DevOps is a set of practices or stages that every application goes through before and after deployment which ensures continuous integration and deployment (CI/CD) of the application. The CI/CD pipeline...
Nov 18, 2021
This tutorial will build a fully functional chat application by implementing the chat server using Django Channel. This Channel was implemented on the asynchronous server used by Django. And this server was...
Sep 7, 2020
Docker allows us to run our applications as containers. A container is a standalone executable package that is lightweight and has everything needed to run an application be it libraries, tools, runtime,...
Aug 27, 2020
Docker is a virtualization platform used to deliver software in packages called containers. It allows an application to run instances inside of a container. Docker has become very popular nowadays.
Jul 23, 2020
Docker, an open-source project launched in 2013, has helped popularize technology and has helped drive the trend towards containerization and micro-services in software development that’s known as cloud-native...
Jun 18, 2020
Cloud concepts have existed for many years. Traditionally, to set up an app, you would compile some hardware and software components, and as the number of visitors to your site expanded, you purchased more...