Eight innovative tools that are reimagining web applications and how we build them. Welcome to the Great Unbloating.
This is a Geocoding app capable of both forward and reverse geocoding using OpenCage Geocoding API. Additionally, this will have a sqlite database to store the history of the query made with their ...
Almost every app we use or develop has to store data for one purpose or another. It’s not all the same data, either — some apps need access to settings, images, and much more. The big question is how ...
This script is written to work with Python 3.6 & 3.7. For Windows & macOS, you can download Python from the official website. Installing Python on Linux is more complicated, please see the ...
I recently had a project, where I needed to create references to one collection in another collection. Referencing databases or collections is a common need with data. With document based databases, ...
In my last two articles, I looked at the Django Web application framework, written in Python. Django's documentation describes it as an MTV framework, in which the acronym stands for model, template ...