Azure SQL Database Tools Part 1: ApexSQL
This is the first article from a series of articles that discusses a list of all of the prominent SQL tools provided by Azure.
This is the first article from a series of articles that discusses a list of all of the prominent SQL tools provided by Azure.
Learn how to build an application following a common architecture (MVC) by using NestJS and Yugabyte.
Adding an extra layer of security via two-factor authentication can help keep customer data secure from malicious activity. Let's see how to set up 2FA with NestJS.
Let's learn how to build a simple task management app with Python, Django and MySQL while exploring the data model in SQL
We produced a fast-loading site wiki site with little code in a short time frame using 3 Next.js features.
In this post, we will install Django in a Python virtual environment using PostgreSQL. We will then install and configure Gunicorn to serve applications. Next, we will use Nginx as a reverse proxy to the Gunicorn application server.
Have you ever wanted to track your tweet activity on Twitter? Then this article is for you. I love how Django’s ORM makes it easy to model a database and modify it with views (i.e., the app’s functional back-end).
Django's versatility makes it the ideal framework for developers endeavoring to collect website analytics, which can then be visualized and analyzed using Arctype's dashboard functionality—truly a perfect synergy.
When solving a problem that requires you to link a user's session data to their actual user object, Postgres comes in handy.