
Lazy loading: Vue component wrapper for Lazy loading
Part 2 of 3We all know about lazy loading images, but what about lazy loading components? Well, it turns out that it's pretty easy to do if you know what to do. Let's take a closer look together.
We all know about lazy loading images, but what about lazy loading components? Well, it turns out that it's pretty easy to do if you know what to do. Let's take a closer look together.
GitHub Copilot is a revolutionary AI-powered tool that assists developers in writing code quickly. It can predict my thought process and help me write code in a matter of just a few seconds.
Laravel Pint is quickly getting the attention of the community after the Laravel team decided to add it as a new dependency in the Laravel release. Let's see how we can configure and use it.
Is it worth switching to Svelte? What is it about Svelte that some developers fall in love with it? Should you rewrite your apps to Svelte? That is what we will be covering in this article.
Intersection observer has been around in JavaScript for a while, but you may not have known about it. It is a powerful feature that can be used to improve your JavaScript applications.
It's hard to use JavaScript for large applications. It's not maintainable, and it doesn't scale well. TypeScript has already solved all of these issues, and it must completely replace it.
You will understand the concept of DTO and why it is playing a giant role in the future of PHP applications. Your ways of writing PHP apps will change forever after reading this article.
Coding is a form of communication between machines and people. It is important to take the right decisions while writing code so that it does not become like a nasty dungeon of code smell.
As a web developer, there are many ways to make money, from freelancing to working in a company. In this article, we will explore 10 of the most common ways that developers can make money.
We will build a WordPress plugin from scratch using React JS and TypeScript. I will show you how to make AJAX requests and handle them on the server. We will use OOP and PSR12.
As web developers, we should pay closer attention to how we structure HTML and what type of attributes we're adding. By doing small changes, we can achieve great results with accessibility.
Getting familiar with macOS after using Ubuntu for 5 years is quite interesting. I will give my opinion on macOS and a MacBook Pro 2021 as someone who is never used Apple products before.
In this article, I am going to convince you to use script setup functionality in composition API. I'll show you the major advantages, and try to find some drawbacks, if there are any.