PinnedPublished inFAUN — Developer Community 🐾Deploy Django App with NGINX, Gunicorn, and Supervisor on Ubuntu ServerDeploy Django Application on NGINX using Gunicorn and Supervisor. It includes easy configuration of Gunicorn with a Supervisor to integrateNov 29, 20214Nov 29, 20214
Build Ubuntu utilities using PythonAccording to the w3techs stats, nearly 14% of the websites are using Ubuntu Operating System. Most of the developers choose Linux for…Jun 2, 2023Jun 2, 2023
Published inFAUN — Developer Community 🐾Necessary Git Commands to Improve a Developer ProductivityGit is the most widely used version control system. It keeps track of your changes and updates. Multiple people can collaborate efficiently…Jan 8, 20221Jan 8, 20221
Published inNerd For TechInstall Python3 From SourceCode in Ubuntu20.0.4First, update the local repository then install the essential libraries required for building package from source code…Dec 11, 2021Dec 11, 2021
Published inFAUN — Developer Community 🐾Build your First Debian Package in 5 minutesUbuntu is based on Debian and Linux Mint is based on Ubuntu. Although Linux Mint also owns a Debian-based version. Almost all Debian-based…Nov 16, 2021Nov 16, 2021
Published inNerd For TechLinked-List in PythonLinked-list a linear data structure store the data at scattered location and use the reference pointer for pointing next element.Sep 26, 2021Sep 26, 2021
Published inFAUN — Developer Community 🐾Association, Aggregation, Composition — PythonAssociation is one of the most important concepts in object-oriented programming. It's difficult to develop well-structured software…Sep 19, 2021Sep 19, 2021
Published inNerd For TechStrategy Design Pattern — PythonThe Strategy Pattern defines a family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm…Sep 13, 2021Sep 13, 2021
Published inNerd For TechPostgreSQL Functions using PL/PGSQLUser-defined functions can be written in SQL and C. It also supports procedural languages (PLs) PostgreSQL-pgSQL, Python, Perl, and Tcl…Jul 5, 2021Jul 5, 2021
Published inNerd For TechTransaction in PostgreSQL | ROLLBACK | SAVEPOINTThe transaction is defined as a single unit of task that can contain multiple operations. A transaction only marks completed when all ofJun 27, 2021Jun 27, 2021