URL Shortener in Django
A URL shortener is a tool that can take a long URL and make shorter for easy of sharing, especially on social medias. URL shortener also allows to track the way links are accessed and other parameters ... Read More
Articles
-
Server Side Render ReactJS Application
Server Side Rendering or SSR means you pre-render the markup of a front-end framework on a back-end system before delivering to users. A guide to do Static Pre-render of reactjs application. Read More
-
How to Deploy React JS application
This is a how to guide to deploy a react js application to production using Continuous Integration / Deployment and also using traditional methods. Read More
Articles

Development Environment for Django ...
Build a development environment for Django with docker using docker compose to manage the required services. Read More

Domain Authority
Domain authority has become incredibly important to digital marketers, developed by Moz to indicate the score of a website which then corresponds to site’s ... Read More

Problems That Affect Conversion ...
When you learn about increasing conversion rates you always get to know the basics like photo use, headlines, CTAs, product photo placements and similar. ... Read More

Configure and Deploy Django Project ...
Deploy django application for production. Unlike web languages like PHP where the deployment process can be narrowed down to just transfer of files where ... Read More