Adetu Ridwan

Adetu Ridwan is an economic analyst and a technical writer. He is interested in backend web development and mobile web applications.
Adetu Ridwan is an economic analyst and a technical writer. He is interested in backend web development and mobile web applications.
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...