How to Create a Python web app with Authentication, and an API
What You Need To follow along with this tutorial, you will need the following: Creating the web app We will use Flask, a popular Python web framework, to create our…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler
What You Need To follow along with this tutorial, you will need the following: Creating the web app We will use Flask, a popular Python web framework, to create our…
GoLang is a popular programming language for building web applications. It has a simple syntax, a rich standard library, and excellent concurrency support. In this blog post, we will learn…
Maria DB is a popular open-source relational database management system that is compatible with MySQL. It offers high performance, scalability, security, and ease of use. In this blog post, I…
This pipeline will allow you to capture, transform, and load streaming data into a data warehouse for analysis and visualization. Overview The following diagram illustrates the high-level architecture of the…