Join Our Community

Join the other 109,945 developers and we can all learn, Build, and Grow Together 🚀

Create an Account

Home

Bobby Iliev · 2 weeks ago

How to Remove Arrow on Input type Number with Tailwind CSS

When designing forms with Tailwind CSS, you might want to remove the default arrows (also known as spinners) from number input fields. These arrows can interfere with custom designs and are...
1

Bobby Iliev · 3 weeks ago

How to Make Parent Div Activate Styling of Child Div for Hover and Active States

Hey there developers! 👋 Today, we're diving into a Tailwind CSS trick! We'll explore how to make a parent div control the styling of its child elements on hover and active states. Let's jum...

Bobby Iliev · 3 weeks ago

How to Access Direct Children of a Div in Tailwind CSS v3

In this tutorial, we'll explore how to target and style the direct children of a div using Tailwind CSS v3's powerful arbitrary value syntax. This feature allows for more flexible and precis...

Bobby Iliev · 3 weeks ago

How to Vertically Align Content with Tailwind CSS Across a Full-Screen Div

Vertical alignment can often be a challenge in web design, but with Tailwind CSS, you can easily align elements in the center of the screen. This quick guide will walk you through the steps...

Tony Lea · 1 month ago

Livewire VS Inertia

When you start learning Laravel, you will also need to choose a stack that suits your needs and preferences. Livewire or Inertia? Both offer unique benefits and can change how you build your...
3

Baransel · 3 months ago

A simple React app: fetch GitHub users information via API

Welcome to a quick tutorial on my journey of building a React app that connects with external APIs. Today, I'm focusing on a hands-on example: fetching and displaying GitHub user data using...
2

Pratik Pathak · 3 months ago

Create an Interactive command line tool in Python 🐍

Creative an interactive in Python is very easy, there are many packages available that can help you to achieve this task. One such tool is Pyinquirer. Let’s learn about building a Python com...
1

Nico Deblauwe · 3 months ago

Shifting from Laragon to Herd on Windows

This article compares Laragon and Herd, both excellent PHP development tools, and provides tips on transitioning between them. Herd is a solid environment emphasizing ease of use over config...
2

Francesco Ciulla · 5 months ago

Ownership in Rust

Ownership in Rust Rust has a concept of ownership that is unique among programming languages. It is a key feature of the language that allows it to be both safe and fast. In this lesson, we...
4

Keploy · 5 months ago

Understanding Testing in production

Introduction Testing in production was previously ignored by Product Developers, But recently it gaining Popularity Again! Even, more organizations are planning use this. In this Article, W...
5

Denislav Gavrilov · 5 months ago

Jsonnet Adventures: Deploying our application to ArgoCD!

Hello fellow Kubernetes enthusiasts! In my previous blog posts we explored the basics of Jsonnet and how to use it to generate Kubernetes manifests. Now, I'm thrilled to finally get to the d...
1

Dhairya Shah · 5 months ago

How to set up your own proxy server in minutes?

Today, most websites track your online activities by capturing essential information such as IP addresses, cookies, and geolocation. All this information starts associating with the user, an...
5

Francesco Ciulla · 6 months ago

Variables, Shadowing, and Constants in Rust

Understanding Variables in Rust Rust is a statically and strongly typed language. This means that the compiler must know the type of all variables at compile time. The compiler can usually i...
2

Bobby Iliev · 7 months ago

Running Laravel Wave with Sail: A Step-by-Step Guide

Introduction This tutorial will guide you through the process of running Laravel Wave using Laravel Sail, a light-weight command-line interface for managing Dockerized Laravel applications....
2

Francesco Ciulla · 7 months ago

Build a FULL STACK Web app with Javascript API, Next.js 14, Node.js, Express, Prisma, Postgres, Docker

By the end of this article, you will understand and create a simple yet complete full stack app using the following: Next.js 14 (TypeScript) Tailwind CSS Node.js Express (JavaScript) Prism...
6

TechvBlogs · 8 months 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....
3

Catalin Pit · 8 months 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...
4

Tina Hammar · 8 months 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...
4

Tina Hammar · 8 months 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\...
5

Supernova3339 · 8 months 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...
5

Bobby Iliev · 9 months 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"...
4

Olgaa · 11 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...
6

Ashutosh Mishra · 11 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...
6

Ashutosh Mishra · 11 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 · 11 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 · 11 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 · 11 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 · 11 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...
3

Olgaa · 11 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 · 1 year 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...
11

Loading More Content