Quick guide to host django application using uwsgi and nginx which offers better resource utilization and performance ....
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
More Often you wouldve come across sharing screens with applications like Teamviewer, Windows Remote Desktop Connection or remmina (if you're a l...
Shield allows you to protect elastic search data with a username and password. It provides additional functionalities like encryption, role-based acce...
Ansible Galaxy is the hub of ansible scripts contributed by users. To follow this article its important that you know about ansible. We have a simple,...
The group() command, Aggregation Framework and MapReduce are collectively aggregation features of MongoDB. group(): Group Performs simple aggregation ...
Advanced Queries of MongoDB: Inserting records to the database and retrieving data from database.1. Wrapped Queries: Like, sort, limit, count.2. Query...
MongoDB with Python - Connection establishment, Create, Update, Retrieve and Delete operations explained with sample code....
Full text search is a custom implementation created by the MongoDB developers as a specific index typeFull text search as an index type when creating ...
Fabric is a Python library and command-line tool with the ability to execute commands on a remote server. It is designed to use SSH to execute system ...
Celery is a task queue that is to built an asynchronous message passing system. It can be used as a bucket where programming tasks can be dumped. The ...