Adetu Ridwan

Adetu Ridwan is an economic analyst and a technical writer. He is interested in backend web development and mobile web applications.
Author Insights

10

0

0
Adetu Ridwan is an economic analyst and a technical writer. He is interested in backend web development and mobile web applications.
10
0
0
Jul 1, 2022
An NFT is a unique asset with different values and properties. A unit of an NFT can not be valued as another unit of the same asset, as they are not mutually interchangeable.
Mar 20, 2022
The origin of blockchain technology has resulted in a dynamic shift in financial and technological systems. This shift has resulted in how applications are developed and their fundamental structure in their...
Oct 13, 2021
This article provides a step-by-step guide on how to create a simple blockchain using Python
Aug 17, 2021
As a financial market analyst, I recently ventured into the cryptocurrency asset class. I was astonished by the price delivery mechanism of cryptocurrencies and the huge number of assets. These assets are...
Jul 12, 2021
There are various techniques adopted by software developers to structure a Flask application. However, when building a small or medium-scale app, the structure of such application might not be of immense...
May 10, 2021
Continuous Integration and Delivery (CI/CD) are tools that automate the process of software development. In an organization, there is a need for teams to synchronize their work without breaking the code, and we...
Mar 16, 2021
Databases are integral components of building web applications. Throughout the life-cycle of a web application, the user sends bits of data that are needed to be stored for future reference. Simultaneously, the...
Feb 13, 2021
Forms are integral components of web applications. They are needed to send data from the user to the backend. In this article, we will understand how to work with forms in our Flask web application.
Jan 9, 2021
Writing clean code is one of the core precepts of software development. There are various software design approaches to ensure an understandable, flexible, and maintainable code base. This article explains one...
Dec 10, 2020
Flask is a popular micro web framework that provides you with tools, libraries, and technologies for building web pages, e-commerce applications, and much more. There is a common problem for beginners when...