Web Development Tutorials, Articles, Snippets, Projects & Tricks

Give programming a go - it's easier than you think!

Laravel

Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for....

L

PHP

PHP is a popular general-purpose scripting language that is especially suited to web development. It....

P

C#

C# is a simple & powerful object-oriented programming language developed by Microsoft. C# can be....

C

The latest Snippets

Short on time? Snippets are concise, free episodes that focus on a single goal.

November 2024

Laravel 11 Get ID of Inserted Model

While developing a web app, you might need to get the ID of the last....

November 2024

Setup Daily Emails using Laravel 11

In this tutorial, we will learn how to set up fully functional daily emails using....

November 2024

Email Validation using Laravel 11 DNS Validation

Most of the Laravel developers use the default email validation service provided by Laravel. And....

November 2024

Laravel 11 wrap() and unwrap()

wrap() method creates a new instance of collection from any value supplied. unwrap() is exact....

November 2024

Tips to Speed Up Your Laravel Websites

Here are some of the techniques to speed up your Laravel websites and make them....

November 2024

Laravel 11 Upsert

upsert() method allows us to perform multiple “upserts” in a single query.

The latest Articles

Get hands-on experience and enhance your coding skills with real-world applications.

November 2024

Full Text Search in Laravel 11 and MySQL

This tutorial will show you how to implement Full-Text search capability in Laravel 11 MySQL.

November 2024

Laravel 11 Blueprint Package: A Step-by-Step Tutorial

Laravel Blueprint Package enables you to design models, controllers, requests, resources, and other features quickly.

November 2024

Google/Facebook Login with Laravel 11 Socialite

Laravel provides a clean convenient way to integrate social login to your existing project easily....

November 2024

Laravel 11 Send Email with Attachment Example

Sending emails with Laravel 11 comprises a few basic steps. Primarily, set up your email....

C#

November 2024

Difference between String and StringBuilder in C#

In C#, both string and StringBuilder are used to represent text. However, there is one....

C#

November 2024

How to get the sizeof a datatype in C#?

In C#, the sizeof operator returns a number of bytes that would be allocated by....

The latest News

Discover the Exciting New Features and Improvements.

November 2024

Laravel Forge adds Statamic Integration

Laravel Forge announced it has added first-party integration with Statamic.

November 2024

Dynamic Cache, Database, and Mail Builders in Laravel 11

The Laravel team released v11.31, which includes dynamic cache/db/mail builders, a cache token repository,