Join Our Community

Join the other 90,923 developers and we can all learn, Build, and Grow Together 🚀

Create an Account

Home

TechvBlogs · 4 days ago

How to Install PHP 8.3 on Ubuntu 22.04

PHP is a popular server scripting language known for creating dynamic and interactive web pages. Getting up and running with your language of choice is the first step in learning to program....

Catalin Pit · 1 week ago

Build A Stunning Generative AI App with a React IDE

If you've ever wondered how AI applications generate images from user prompts, you've come to the right place. In this article, you will learn how these tools work by building an AI applicat...

Tina Hammar · 1 week ago

Conditionally apply Laravel Soft Deleting scope

Create an App state service class <?php namespace App\Services; class AppState { public bool $softDeletingScope = true; } Register the service in any service provider use App\Servi...
1

Tina Hammar · 1 week ago

Helper to detect if Laravel is running a job

Create a service class <?php namespace App\Services; class AppState { public bool $isProcessingJob = false; } Add these methods to any ServiceProvider use Illuminate\Queue\Events\...
1

Supernova3339 · 3 weeks ago

Simplifying Your Video Playback With Laravel

As Laravel developers, we're always on the lookout for ways to enhance the user experience in our applications. Implementing smooth and user-friendly video playback can be a game-changer. In...
2

Bobby Iliev · 1 month ago

Introduction to Linux eBook: A Comprehensive Guide for Beginners

Introduction Hello to all passionate learners, tech enthusiasts, and budding system administrators! I'm thrilled to announce the release of my latest eBook: "Introduction to Linux"...

Olgaa · 3 months ago

What is Virtual DOM in React Native?

In the world of front-end development, React Native has taken the spotlight as one of the most prominent frameworks for building mobile applications. It's known for its efficiency, performan...
5

Ashutosh Mishra · 3 months ago

5 Best Full Stack Communities to Join in 2023

Becoming a Full Stack Developer is a great career option in 2022. However, the path is long and could be lonely. So, here I am with a list of the 5 best Full Stack communities that will keep...
5

Ashutosh Mishra · 3 months ago

React useState() Made Easy for Beginners

The React way of dynamically updating a website’s content is different from Vanilla JavaScript. In JavaScript, we do it by directly manipulating DOM whereas, in React, we have a feature call...
4

Ashutosh Mishra · 3 months ago

13 Best React Libraries for Devs in 2023

Being a modern React developer is not only about understanding the core concepts of React but also about getting well versed with the whole ecosystem of React. This includes having the knowl...
2

Jackson Kasi · 3 months ago

Simplifying Database Backup and Restore with Easy Automation

Hey guys, I am lazy to write the article, but I still wanted to share this with all of you. So, I used GPT to write articles by my code. So, for those interested in delving into the code, he...
3

Posandu Mapa · 3 months ago

Discovering Svelte: Things I Learned While Using Svelte

So, I've been playing around with Svelte, this unique JavaScript compiler, for a while now, and let me tell you, it's awesome! As someone who's experienced with React, using Svelte feels lik...
4

Olgaa · 3 months ago

The Web's Building Blocks: Shadow DOM vs. Virtual DOM

In the dynamic realm of web development, innovation is a constant companion. Two such innovations that have redefined the way web applications are created and rendered are the Shadow DOM and...
2

Olgaa · 3 months ago

React Redux: A Beginner's Guide to State Management

In the ever-evolving landscape of web development, managing the state of an application is a crucial aspect of creating dynamic and interactive user interfaces. React Redux, a state manageme...
2

Tony Lea · 4 months ago

Laravel Volt

Laravel Volt is a new package that was announced during Laracon 2023. Volt brings the power of single file Livewire components to Laravel and it works seamlessly with Folio. Similar to how R...
9

Olgaa · 4 months ago

Parent and Child Components in React: Building Reusable and Maintainable User Interfaces

React, a popular JavaScript library for building user interfaces, follows a component-based architecture. In this architecture, components are the building blocks that make up the user inter...
2

Bobby Iliev · 4 months ago

Introduction to Terraform: From Zero to Hero eBook

Introduction Hey folks, I'm super stoked to announce my brand-new eBook: "Introduction to Terraform: From Zero to Hero". This project is something I'm genuinely excited about, born...
3

Mr. Ånand · 4 months ago

Top 20 Must Try AI Tools for Developers in 2023

In this article, we'll see a few AI-powered tools that are set to revolutionize development and make the life of developers easy in 2023. We'll talk about the top 20 AI and low-code tools de...
3

Olgaa · 4 months ago

React Middleware: Implementing Middleware in React Applications

Middleware is a powerful concept commonly used in server-side applications to handle various tasks like authentication, logging, and error handling. However, middleware can also be effective...
3

Tony Lea · 4 months ago

Laravel Folio

Laravel Folio is a page-based routing system introduced to Laravel at LaraconUS 2023. With Folio you can map a route to a specific file or folder, similar to the file-based routing systems f...
9

Olgaa · 4 months ago

Error Boundaries in ReactJS: Handling Errors Gracefully

In ReactJS, errors can occur during the rendering or lifecycle of components, leading to unexpected crashes or broken UIs. To provide a better user experience and prevent the entire applicat...
2

Mike Young · 4 months ago

Img2Prompt or BLIP-2: Which is better at turning pictures into prompts?

Whether we're trying to auto-generate meaningful textual prompts from visual content or seeking answers to specific queries about images, AI models have become our go-to solution. Two such m...
2

Ruan Bekker · 4 months ago

How to use the AWS Terraform Provider

In this post we will be using the AWS Terraform provider, from how to install Terraform, create a AWS IAM User, configure the AWS Provider and deploy a EC2 instance using Terraform. AWS IAM...
2

Brian · 4 months ago

Embrace the Shadows: Adding a Dark Mode Toggle in Laravel Jetstream

In the world of web development, one of the most sought-after features today is Dark Mode. Dark Mode not only provides a visually appealing experience to users but also offers improved reada...
3

Francesco Ciulla · 4 months ago

Typescript 🟦 CRUD API: Next.js, Tailwind, tRPC, Prisma Postgres, Docker

By the end of this article, you will understand how to build a FULL CRUD API app, including a simple frontend to use it, using the following technologies: Next.js TypeScript Tailwind CSS t...
2

Garry Williams · 5 months ago

Caching Techniques in PHP: Memcached, Redis, and APCu

The usage of caching in web development is a crucial method for enhancing performance and lowering server load. Due to its popularity as a language for web development, PHP offers a variety...
5

Mike Young · 5 months ago

How to turn images into prompts with the Img2Prompt AI Model: A Step-by-step guide

Have you ever come across a stunning image and wished you could instantly generate a captivating text prompt that matches its style? Look no further. In this guide, we'll explore an incredib...
2

Mike Young · 5 months ago

A Complete Guide to Turning Text into Audio with Audio-LDM

In today's rapidly evolving digital landscape, AI models have emerged as powerful tools that enable us to create remarkable things. One such impressive feat is text-to-audio generation, wher...
4

Supernova3339 · 5 months ago

Enchancing Your CSS Workflow With DivMagic

TailwindCSS has revolutionized the way developers approach CSS frameworks, offering a utility-first approach that promotes rapid development and flexibility. However, converting web elements...
3

Catalin Pit · 5 months ago

Rethink Full-Stack Development: Is a Custom Backend the Best Choice?

This article covers the conventional way of building full-stack applications and why manually building your backend is not always the best choice. You'll see an alternative solution for your...
2

Loading More Content