Improve your website loading speed by using AVIF images
AVIF is an image format that’s been here for some time, but recently browsers added support for it. AVIF images can be up to 300kb smaller in size compared to WebP.
AVIF is an image format that’s been here for some time, but recently browsers added support for it. AVIF images can be up to 300kb smaller in size compared to WebP.
In this post we will go through simple process of creating pure HTML5 modal, using dialog element. There is no need to use any of the frontend libraries or frameworks anymore, we can acomplish this with pure HTML, vanilla JS and CSS. Let’s dive right in!
Introduction This post covers some of the most used jQuery libraries. The purpose of this post is to present you with an alternative vanilla JS library that is similar to jQuery ones. This post is a follow-up post to my previous post on 10 and more great JS Methods as a replacement for jQuery. Why …
5 Great Alternatives for jQuery Libraries in 2023 Read More »
On your development roadmap, all people (I included) say to you, you need JS to make your page dynamic. And it’s absolutely true! This post will explore ten techniques you need to master to make your web pages dynamic and create complex User Interfaces. However if all this is overwhelming and you don’t know where …
10 Essential DOM Manipulation JavaScript Techniques Read More »
Implement laravel queue in your app! Laravel queue works like a background process, making your application much faster, and able to handle other requests. While Laravel handles time consuming jobs in the queue!
Arrays are everywhere in all programming languages. They usually steal all the spotlight. Learn how to master the Javascript Arrays. We will cover the map and filter method.
Introduction While choosing the topic for this week’s post, I was struggling. There are so many things that I would like to write about, but I decided to go with this one. And I will try to explain why in a single line below. Are you ready?! Here it goes Nobody likes lousy humor right? …
10 Tips for Writing Clean and Efficient Javascript Code Read More »
How to upload files with React on the front-end and Laravel on the back-end? In this tutorial we are going to build an application that will use Laravel authentication, form to upload files with a description, and a list to show those files with a simple relation between uploaded file and the user!
This is a guide on how to become a web developer. We will cover all the developer positions and how to become front-end or backend developer.
An in-depth guide on how to install Vtiger CRM on Ubuntu. Whether it’s for your developer environment or the server, this guide is for you.