Sort Rails Records Using Enum Value
Ransack empowers rails developers by enabling the creation of simple...
Ruby on Rails, Technology
Elasticsearch Engine Integration with Django: How Elasticsearch Works – Part 2
In the previous article, we have seen that how to...
Digital Ocean Security Update: The Meltdown and Spectre Vulnerabilities
An email from Digital Ocean states: Hi there, DigitalOcean is working to...
Video, Audio Transmuxing into HLS using FFmpeg HLS Muxer in Django
Recently, We were working on a project where we need...
Python namedtuples and Set Operations
While working with Django, I often find it difficult to...
Elasticsearch Integration with Django: What is Elasticsearch & Installation – Part 1
Searching from a complex set of data has become a...
Job Scheduling with Resque in Ruby on Rails
What is Job Scheduling? Job scheduling is the process of...
Testing Processes for Software Quality Analysis
Testing must be planned and it requires discipline to act...
Compare Text Differences Between Two Contents (%) Using Ruby on Rails
Requirement: Compare two contents (HTML, JavaScript code or any other...
AWS S3 File Upload & Access Control Using Boto3 with Django
In our recent project, there was a requirement for uploading...
Video Processing using FFMpeg and Celery with Django
In our recent project, The user should be able to...
Machine Learning and Data Science with Python
In this post, we will see one of the usage...
Integrating Django web framework with ReactJS
Introduction With the evolution of the web, it has become...
Tutorial: Python Web Scraping using BeautifulSoup and Selenium
Sometimes we need to extract information from websites. We can...
Django Framework - Multiple files upload on AWS with Different Content Types
Uploading a file in any application is pretty much a...
Python Decorators
Ever since I started working on Django framework, one thing that...