Search Results

Results for "database design"

98 articles found

Web development with Flask framework Web Development
1 min read

Building Web Apps with Flask

Flask is a micro web framework for Python. It is lightweight and easy to get started with, making it perfect for beginners who want to build web applicatio…

Asynchronous programming concept Concurrency
1 min read

Introduction to Python's AsyncIO

Asynchronous programming is a way to write concurrent code that can handle many tasks without the overhead of threads or processes. AsyncIO is Python's lib…

A crow sitting on a branch looking intently Animals
1 min read

The Remarkable Memory of Crows

Crows are often considered among the most intelligent birds, and their memory is legendary. They can remember human faces for years, even distinguishing be…

Web Components logo with custom elements JavaScript
1 min read

Introduction to Web Components

Before React and Vue, there was a native browser standard for reusable components: Web Components. They consist of three main technologies: Custom Elements…