
Soketi: Free Laravel Web Sockets With Docker
This is the guide of setting up a Docker-based Laravel project with Web Sockets and Pusher with $0 cost using a Soketi package. Join me on this journey to implementing Web Sockets in Laravel
This is the guide of setting up a Docker-based Laravel project with Web Sockets and Pusher with $0 cost using a Soketi package. Join me on this journey to implementing Web Sockets in Laravel
Make your Svelte app faster and more user-friendly! Find out how to use lazy loading and the Intersection Observer API to speed up page loading and improve user experience.
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.
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.
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.
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.
In this article we are going to talk about what recursion is and how it helps in web development. Also, we will build a list of links with few nested menu items using recursive function.
I am always aiming for page load under 1 second and 100 points on Page Speed Insights for each website that I am working on. I was always successful with it, you can do it as well.