MeshWorld India LogoMeshWorld.
Page 25

The Manifest.

More posts from The Manifest, paginated so the main blog stays lighter and faster to load.

Get the Last Element of an Array in PHP and Laravel
PHP6 min read

Get the Last Element of an Array in PHP and Laravel

Five ways to get the last element of a PHP array: Arr::last(), last() helper, end(), array_slice(), and Eloquent collection ->last(). With side-effect warnings.

Vishnu
Vishnu
Top Sources for Free Illustrations and Icons for Designers
Design2 min read

Top Sources for Free Illustrations and Icons for Designers

Discover the best sources for free illustrations, 3D shapes, and icons. Level up your web design projects with high-quality, royalty-free vector resources.

Aayushi Gajjar
Aayushi Gajjar
Guide to Creating a B2B Contract
Marketing3 min read

Guide to Creating a B2B Contract

Guide to Creating a B2B Contract

Aayushi Gajjar
Aayushi Gajjar
How to Create Links in Markdown: A Step-by-Step Guide
Markdown2 min read

How to Create Links in Markdown: A Step-by-Step Guide

Learn how to create internal and external links in Markdown. Master the syntax for anchor text, URLs, titles, and automatic email links for better navigation.

Hinal Acharya
Hinal Acharya
Create directories or folders in Linux with mkdir command
Linux3 min read

Create directories or folders in Linux with mkdir command

The `mkdir` command comes handy to make one or more directories aka folders in Linux system. This article shows the basic usage of mkdir command with examples.

Vishnu
Vishnu
Low-Cost Marketing Tips for Freelance Developers & Designers
Marketing5 min read

Low-Cost Marketing Tips for Freelance Developers & Designers

Explore affordable marketing strategies for freelancers. Learn how to build your brand, network effectively, and attract clients without a huge budget.

Aayushi Gajjar
Aayushi Gajjar
Inspirational Quotes for Developers
Life4 min read

Inspirational Quotes for Developers

Inspirational Quotes for Developers

Vishnu
Vishnu
Markdown List Guide: Ordered and Unordered Lists
Markdown3 min read

Markdown List Guide: Ordered and Unordered Lists

Master Markdown lists with this easy guide. Learn how to create ordered and unordered lists, nested items, and best practices for clean, readable documents.

Hinal Acharya
Hinal Acharya
Create a Laravel Collection from an Array
Laravel5 min read

Create a Laravel Collection from an Array

Learn how to wrap a plain PHP array in a Laravel Collection using collect() or new Collection(). Covers filter, map, sum, and groupBy with real examples.

Vishnu
Vishnu
Configure Git User Name and Email via Terminal
Git1 min read

Configure Git User Name and Email via Terminal

Learn how to set your global Git username and email via the terminal. Ensure every commit is correctly associated with your identity using simple commands.

Vishnu
Vishnu
Markdown Emphasis Guide: Bold, Italic, and Strikethrough
Markdown2 min read

Markdown Emphasis Guide: Bold, Italic, and Strikethrough

Learn how to apply text formatting in Markdown using bold, italic, and strikethrough styles. Improve your document's readability with simple syntax rules.

Vishnu
Vishnu
How to Use Headings in Markdown: A Complete Guide
Markdown3 min read

How to Use Headings in Markdown: A Complete Guide

Master Markdown headings to organize your content effectively. Learn how to use different levels of hashtags to improve readability, accessibility, and SEO.

Hinal Acharya
Hinal Acharya
Install Telegram Desktop on Ubuntu 24.04 — 3 Methods
HowTo5 min read

Install Telegram Desktop on Ubuntu 24.04 — 3 Methods

Install Telegram Desktop on Ubuntu 24.04 using Snap, Flatpak, or the official tarball. All three methods work in 2026, including on Ubuntu 22.04 LTS.

Vishnu
Vishnu
Get Last 30 Days Records in Laravel with Carbon
Laravel6 min read

Get Last 30 Days Records in Laravel with Carbon

Query the last 30 days of records in Laravel using Carbon. Learn three efficient methods including whereBetween() and reusable model query scopes.

Vishnu
Vishnu
Install Hugo on Ubuntu 20.04 or Ubuntu-based distributions
HowTo2 min read

Install Hugo on Ubuntu 20.04 or Ubuntu-based distributions

Install Hugo, the fast open-source static site generator, on Ubuntu 20.04. Learn how to set it up using snap packages or the apt package manager.

Vishnu
Vishnu
Python Introduction
Python1 min read

Python Introduction

A comprehensive introduction to the Python programming language covering its features, advantages, and real-world applications. Learn why Python is essential for web development, data science, and automation.

Vishnu
Vishnu
Laravel Eloquent whereTime() Method Explained
Laravel5 min read

Laravel Eloquent whereTime() Method Explained

Filter Laravel records by time using the whereTime() method. Learn syntax, operators, and practical examples for precise time-based Eloquent queries.

Vishnu
Vishnu
Convert array to an object in JavaScript
Tutorial1 min read

Convert array to an object in JavaScript

This article explains simplest and quickest way to convert array to an object in JavaScript. Using widely accepted spread operator `...` makes easy to do it.

Vishnu
Vishnu
Dart - Relational Operators
others2 min read

Dart - Relational Operators

Master relational operators in Dart and Flutter. Learn how to compare values using less than, greater than, and equal to operators in your mobile apps.

Vishnu
Vishnu
Laravel Eloquent whereDate() Method Explained
Laravel5 min read

Laravel Eloquent whereDate() Method Explained

Filter Laravel records by date while ignoring time using whereDate(). Learn the syntax, comparison operators, and why raw where() calls often fail for dates.

Vishnu
Vishnu

Domain Expertise

Browse by topic.

Manifest Updates

Get new posts without checking the archive.

Stay close to the latest deep-dives, references, and practical engineering notes from MeshWorld without having to scan the archive manually.

Archive depth

More posts, still searchable and still useful, without forcing the main blog page to carry the full post list at once.

Reading flow

Faster main archive, lighter page weight, and a cleaner path into older tutorials, installs, and references.