Google's Page Speed Insights measures the performance of a page for mobile devices and desktop devices. It fetches the url twice, once with a mob...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
Factory Boy is a fixtures replacement tool. It allows you to use objects customized for the current test, while only declaring the test-specific field...
Optical Character Recognition(OCR) is the process of electronically extracting text from images or any documents like PDF and reusing it in a variety ...
In our previous blog post we got an idea of what are the things that Google's Page Speed Insights will take into count to give page score, now in...
IPython is a set of tools developed to make it easier for the programmers to work with Python and data. IPython provides extensions to the Python prog...
Arrow is a python library and command-line tool to genrerate, manipulate dates, times, timestamps.use of arrow:With the use of arrow, we can also crea...
When You have an application that is serving Huge Customer Base, so will be your Traffic. Sometimes The Application stops responding. We can use loa...
Using python requests and vimeo endpoints it becomes very easy and simple to upload our videos and customize them.Vimeo Access token:1. Create an acco...
While handling Large amounts of data with elastic search, you may run out of server capacity or compute power, Forming an Elasticsearch cluster will r...
Python Collections - named tuple is to access by the names specified and deque is to append and pop the elements from both sides of queue are explaine...