PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Bookarks

The 5-Minute Kubernetes Cluster Health Check

TLDR You can check your Kubernetes cluster's health in under 5 minutes using five key commands: checking node status, monitoring resource usage, reviewing pod health across namespaces, inves...

DevOps Daily ยท 1 month ago

Livewire 4: The Future of PHP Components

This week at Laracon Caleb Porzio announced Livewire 4, which comes with unified components, performance improvements, and many more awesome goodies ๐Ÿคค Unifying Livewire Caleb takes the stag...

Tony Lea ยท 1 month ago

Laracon 2025 Keynote

This year's Laracon keynote was absolutely insane! There were seven segments packed with open source goodies, AI-powered development tools, and infrastructure that'll make you rethink what m...

Tony Lea ยท 1 month ago

Laravel Wayfinder

Laravel has announced a new package called Wayfinder. This package will allow you to easily generate fully-typed, importable TypeScript functions for your controllers and named routes, provi...

Tony Lea ยท 5 months ago

5

Best way to create a React app 2025

React is one of the most popular front-end frameworks, even in 2025. So, what's the best way to install a React application? Installing React with Vite The simplest way today is to use Vite....

Tony Lea ยท 5 months ago

2

How to Get Headless CMS in Next.js with One Line

Over the years, developers have realized the power of Headless CMS. Using a solid CMS with frameworks like Next.js can make a lot of difference if you're managing a lot of content. While big...

Anmol Baranwal ยท 5 months ago

1

Running Laravel Octane on local host with FrankenPHP & Laravel Herd

A brief tutorial on integrating Laravel Octane with FrankenPHP and Laravel Herd, including MinIO-based S3 storage. Please not that this is a simple setup. You might want other ip or port set...

Tina Hammar ยท 7 months ago

3

Why PNPM? WTF?

If you are not regularly engaged with the JavaScript ecosystem, you may get overwhelmed by all the options available ๐Ÿฅต In fact, even if you're trenched in the JS ecosystem, you can still fe...

Tony Lea ยท 7 months ago

4

How to Create Multi-Platform Docker Images

Building Docker images that work on different CPU architectures like ARM and x86 is becoming more important, especially with the rise of ARM-based machines like M1/M2 Macs and Raspberry Pis....

Bobby Iliev ยท 10 months ago

5

Laravel custom helper functions โ€“ Fast Tips

Helper functions are quite popular among Laravel developers. They provide access to some clever algorithms ready to be used in your code using a single statement. Probably the most known hel...

Valerio ยท 10 months ago

3

How To Use Pan for Easy Analytics in Your Laravel App

Introduction When you're building a website or an app, knowing how users interact with it is key to improving the experience. However, many tracking tools are complicated, costly, or don't c...

Bobby Iliev ยท 11 months ago

8

Environment Variables in Rust

Environment variables are a set of key-value pairs stored in the operating system. They are used to store configuration settings and other information required by the system and other applic...

Francesco Ciulla ยท 11 months ago

3

Optimizing Docker Image Sizes: Advanced Techniques and Tools

Introduction I'm Bobby, a Docker Captain and the author of the free Introduction to Docker eBook. Today, we're diving deep into a crucial aspect of Docker that can significantly impact your...

Bobby Iliev ยท 1 year ago

2

Laravel Auth Routes Tutorial

Laravel auth routes is one of the essential features of the Laravel framework. Using middlewares you can implement different authentication strategies and attach them to different parts of y...

Valerio ยท 1 year ago

1

Laravel Livewire: What it is, and how to use it in your web app

Livewire is one of the most important projects in the Laravel ecosystem specifically targeted to frontend development. Livewire v3 has been recently released, so letโ€™s explore what Livewire...

Valerio ยท 1 year ago

2

Laravel Password Hashing With Salt

Recently we went deep into the Laravel authentication system for some improvements and to add Multi-Factor authentication. I discovered some interesting details on how Laravel password hashi...

Valerio ยท 1 year ago

Upgrade Your Node.js Testing: Seamlessly Switch from Jest to Vitest

Jest and Vitest are two well-known JavaScript testing frameworks, each with its own strengths. Jest, created by Facebook, is especially popular for React applications. It provides a "ze...

Keploy ยท 1 year ago

What Is Acceptance Testing

Software testing that confirms if a system or application satisfies the necessary specifications and business needs is called acceptance testing. It is usually performed at the end of the so...

Keploy ยท 1 year ago

How to group array by date in PHP โ€“ Fast Tips

I use this technique to group the bug fixes array by date in the Inspector dashboard, and I thought it could be a good code snippet idea for others. I also wrote an implementation for Larave...

Valerio ยท 1 year ago

Laravel Announces Major Updates at Laracon US 2024: Cloud, Inertia 2.0, and More

Hello Laravel community! ๐Ÿ‘‹ The Laracon US 2024 keynote by Taylor Otwell just wrapped up, and there are some exciting new features coming to the Laravel ecosystem. Let's break down the key a...

Bobby Iliev ยท 1 year ago

Containerizing a Microservices Architecture with Docker and Redpanda

Introduction Hello there! I'm Bobby, a Docker Captain and the author of the free Introduction to Docker eBook. In this guide, we'll dive deep into containerizing a microservices architecture...

Bobby Iliev ยท 1 year ago

5 Docker Best Practices I Wish I Knew When I Started

Introduction Hey! I'm Bobby, a Docker Captain and the author of the free Introduction to Docker eBook. In this article, I'll share five Docker best practices that I wish I knew when I first...

Bobby Iliev ยท 1 year ago

2

17 Open Source Alternatives to Your Favorite Software and Apps ๐Ÿ”ฅ๐Ÿ‘จโ€๐Ÿ’ป

In the dynamic world of software and applications, many users are discovering the power and flexibility of open-source alternatives. Whether you're looking to cut costs, avoid vendor lock-in...

Madza ยท 1 year ago

3

Understand MicroService-Based Architecture

Breaking Down Complex Systems: A Simple Guide to Mastering MicroService-Based Architecture There are many types of software design patterns available, MicroService-based architecture is on...

Harendra Kumar Kanojiya ยท 1 year ago

3

Optimizing Node.js Code Coverage with NYC in Docker Containers

There are particular difficulties in getting NYC coverage from Node.js operating in Docker containers. This blog discusses the procedures needed to operate Node.js clusters in Docker and pro...

Keploy ยท 1 year ago

1

How To Write Maintainable Go Code?

Hi everyone, Gophers You have to write code that can be maintained when dealing with golang. Simplicity, readability, and clarity are the fundamental components of maintainable code; these q...

Harendra Kumar Kanojiya ยท 1 year ago

1

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...

Bobby Iliev ยท 1 year ago

3

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 ยท 1 year ago

2

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 ยท 1 year ago

3

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...

Bobby Iliev ยท 1 year ago

Loading More Content