Join Our Community

Join the other 116,647 developers and we can all learn, Build, and Grow Together 🚀

Create an Account

Latest

Valerio · 21 hours ago

Laravel Mailable Tutorial

Sending emails in Laravel requires the collaboration between three components: Laravel mailer, Laravel mailable classes, and the Mail facade. Each of the three deals with a different aspect...

Bobby Iliev · 2 days ago

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

Valerio · 3 days ago

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

Eric Van Johnson · 5 days ago

397: Little Legs

Links from the show: PHP Annotated – September 2024 | The PhpStorm Blog Fluid for Tailwind CSS - Build better responsive designs in less code. x.com Right Wing Influencers Secretly P...

Madza · 6 days ago

How to Create a Secure Newsletter Subscription with NextJS, Supabase, Nodemailer and Arcjet 🔐💯

In today's digital age, newsletters are a powerful tool for engaging with your audience, driving traffic, and building a loyal community around your brand. Enterprise options can be costly f...

Luiz Fantin · 6 days ago

How to Install Redis on Docker in Windows

How to Install Redis on Docker in Windows In this post, I'll walk you through the steps to get Redis up and running in a Docker container on Windows. Redis is a powerful in-memory data struc...
1

Valerio · 6 days ago

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

Vigneshwaran Vijayakumar · 1 week ago

How to Use Color Picker in Windows 11 using PowerToys?

Today, I discovered a best PowerToys utility for Windows 11 users called Color Picker. As a web developer, I often need to pick colors, whether it’s for backgrounds or other design elements....

Vigneshwaran Vijayakumar · 1 week ago

How to Adjust Mouse Pointer Speed in Windows 11?

When you adjust mouse pointer speed in Windows 11 can make a huge difference in how smoothly and quickly you get things done. DPI (Dots Per Inch) is a key metric in determining a mouse’s sen...

Valerio · 1 week ago

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

Keploy · 1 week 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...

Vigneshwaran Vijayakumar · 1 week ago

How to Install and Run X Server in Windows 11?

Run X Server in Windows 11 : In our previous articles, we have covered a lot about virtualization, hypervisor platforms, containers, and more. If you have a piece of code or testing an appli...

Madza · 1 week ago

16 Web Designer Resources That Will Enhance Your UI/UX 🔥🎨

In today's fast-paced digital landscape, having access to modern and capable design tools is crucial for developers aiming to create exceptional UI/UX experiences. However, finding the right...

Eric Van Johnson · 1 week ago

396: PHP Heads and Shoulders

Links from the show: Exclusive: Laravel, an open source startup in Arkansas founded by Taylor Otwell, raises $57 million Series A from Accel | Fortune What's the big Idea? PHPStorm for V...

Keploy · 1 week 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...

Andrew Holland · 1 week ago

How to Set Up Strapi for eCommerce?

With continuous evolution in online commerce and customers expecting to access product content across multiple channels has obligated retail businesses to move their content management oper...

Keploy · 1 week ago

7 Best Test Automation Tools to Supercharge Your Software Testing Efficiency

Modern software testing now relies heavily on test automation, which helps teams produce reliable, error-free software more quickly and confidently. This makes selecting the appropriate inst...

Vigneshwaran Vijayakumar · 1 week ago

How to Show Seconds in System Tray Clock Windows 11?

Have you ever been in a situation where every second counts, like timing a specific event or needing to synchronize actions down to the second? As a web app developer, I often work on multip...

Vigneshwaran Vijayakumar · 1 week ago

How to Check DirectX Version Installed in Windows 11?

For my website (Winsides) YouTube channel, I was looking for the best video editing tools and found that Adobe After Effects and Adobe Premiere Pro were the top choices. I discovered that my...

Valerio · 2 weeks 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...

Vigneshwaran Vijayakumar · 2 weeks ago

5+ Methods to Check .Net Framework Version in Windows 11?

I’m a Windows enthusiast and a web app developer. I recently upgraded my PC to the MSI Vector series and enhanced its RAM and CPU to match my programming needs. When I tried to install the M...

Vigneshwaran Vijayakumar · 2 weeks ago

How to Enable IIS Hostable Web Core in Windows 11?

The purpose of Internet Information Services (IIS) Hostable Web Core is to provide developers with a lightweight and modular web server engine that can be embedded directly within their appl...

Valerio · 2 weeks ago

Laravel Redis Throttle Fine Tuning: Tutorial

Redis Throttle is a fantastic feature provided by the Redis facade in the Laravel framework. It’s a convenient way to limit the rate at which certain actions can be performed. Redis::throttl...

Vigneshwaran Vijayakumar · 2 weeks ago

How to Enable .NET Framework 4.8 Advanced Services in Windows 11?

.NET Framework 4.8 Advanced Services represents a leap forward in the capabilities and performance of the .NET Framework, offering developers a powerful toolkit to create cutting-edge applic...

Vigneshwaran Vijayakumar · 2 weeks ago

How to Enable Windows PowerShell 2.0 in Windows 11?

Enable Windows PowerShell 2.0 in Windows 11 : Windows 11 introduces a shift toward modernization, with the default console app now being Windows Terminal. This change impacts familiar tools...

Vigneshwaran Vijayakumar · 2 weeks ago

How can you Enable Containers in Windows 11?

Enable Containers in Windows 11 : This feature is super handy for developers and IT pros who need to test stuff, run different versions of an app, or play around with configurations without...

Keploy · 2 weeks ago

Why Manual Testing Matters: A Complete Guide to Software Quality

Manual testing is a fundamental yet essential process in software development where testers manually execute test cases without the use of automation tools. Despite advancements in automatio...

Vigneshwaran Vijayakumar · 2 weeks ago

How to Enable .NET 3.5 Framework in Windows 11?

.NET 3.5 Framework : In the dynamic landscape of software development, compatibility with legacy frameworks remains paramount. Enter .NET Framework 3.5, A foundational component that facilit...

Rohith Gilla · 2 weeks ago

Effortless Logging and Insights: Transform Your Flutter App with Telemetry.sh

Why do I need logging? Imagine this: You’re sipping your coffee, basking in the satisfaction of a smooth Flutter app deployment. Everything seems perfect until that message pops up—your app...

Vigneshwaran Vijayakumar · 2 weeks ago

How to Enable Default Document Service IIS in Windows 11?

By activating the Default Document Service , web administrators can effortlessly guide visitors to the right landing page, eliminating the need for users to specify individual files. In this...

Loading More Content