how-to-guide

How to create an HTML5 Dialog and Modal?

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.

Improve your website loading speed by using AVIF images Read More »

How to create a HTML5 dialog and modal?

How to create a HTML5 dialog and modal?

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!

How to create a HTML5 dialog and modal? Read More »

5 Great Alternatives for jQuery Libraries in 2023

5 Great Alternatives for jQuery Libraries in 2023

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 »

DOM manipulation techniques

10 Essential DOM Manipulation JavaScript Techniques

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 »

How to use laravel Queues

How to use Laravel Queue

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!

How to use Laravel Queue Read More »

10 tips for writing clean and efficient js code

10 Tips for Writing Clean and Efficient Javascript Code

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 »

Copy of WP featured image1

How to upload files with React & Laravel?

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!

How to upload files with React & Laravel? Read More »

Scroll to Top