Djordje Arsenovic

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 »

10++ great JS Methods as a replacement for jQuery

10++ great JS Methods as a replacement for jQuery

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 »

Essential Tips for Debugging JavaScript in Visual Studio Code

Essential Tips for Debugging JavaScript in Visual Studio Code

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 »

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 Local Storage

How to use Local Storage in JavaScript

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.

How to use Local Storage in JavaScript Read More »

Awesome tricks JS can do

5 things you didn’t know the Javascript Console can do

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!

5 things you didn’t know the Javascript Console can do 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