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 »
Introduction We have all worked on at least one project where we used jQuery. It was a popular library developed in 2006, and people are still using it because it’s handy or they are used to working with it, but also because a lot of other libraries or front-end frameworks are dependent on it. In …
10++ great JS Methods as a replacement for jQuery Read More »
Introduction Any code should be debugged. Everyone eventually goes through that process, and once they do, having useful tools available to them makes it much simpler to go through it. Applications written in Javascript can be debugged in a few different methods. We can use the console to print some values or we can use …
Essential Tips for Debugging JavaScript in Visual Studio Code 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 »
Introduction In this post, we will cover everything you need to know about Local Storage and how to use it with JavaScript. Local Storage is one of the two storage types that you can use to store data in the browser. It’s part of the Web Storage API, which has Local storage and session storage. …
Javascript Console is one of the most used tools in debugging. Bring your Javascript Console knowledge to a next level, you’ll be much faster, and more productive. Explore 5 things you didn’t know about Javascript Console!
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.