What is Gzip compression and what is it used for?
GZIP compression allows you to compress the resources of a web page before they are served to the users' browsers so that the web page loads faste...
GZIP compression allows you to compress the resources of a web page before they are served to the users' browsers so that the web page loads faste...
In today’s article we will write about how to make a working form that upon hitting that submit button will be functional and send the email (to...
It is an exciting time to be a PHP developer. There are lots of useful libraries released every day, and with the help of Composer and&n...
Programming languages constantly evolve to improve software performance and simplify developers’ lives. That’s why the programming lan...
When we talk about Django, we refer to that framework that is used for any totally free and open source web application which is written in Python...
There are two leading frameworks in the web development segment: Django and Laravel. In this article, we prepared a Django and Laravel comparison focu...
Today we are going to write about the way to store data in a browser, why websites use cookies and how they work in detail. Continue reading to...
Today we are going to write about Regular Expressions known as regex or shortened regexp, a very useful concept of using search patterns. Surel...
In software engineering, we use design patterns as reusable solutions to a commonly occurring problem, a pattern is like a template for how to solve a...
The Fullscreen API allows a DOM element (and its descendants) to be represented in full screen. What it allows is to visualize the page by removing an...