MeshWorld India Logo MeshWorld.
Page 17

The Manifest.

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

Markdown Emphasis Guide: Bold, Italic, and Strikethrough
Markdown 2 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
Markdown 3 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
HowTo 5 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
Laravel 6 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
HowTo 2 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
Python 1 min read

Python Introduction

An introduction to Python programming language, its features and why you should learn it.

Vishnu
Vishnu
Laravel Eloquent whereTime() Method Explained
Laravel 5 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
Tutorial 1 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
others 2 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
Laravel 5 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
Program to mixup characters of 2 strings in JAVA
JAVA 1 min read

Program to mixup characters of 2 strings in JAVA

Program to mixup characters of 2 strings in JAVA

Vishnu
Vishnu
Linux commands to find IP address of a website
Linux 3 min read

Linux commands to find IP address of a website

Even wondering how to find an IP address of a website in Linux? This article shows the usage of command line utilities to get IP address and other details.

Vishnu
Vishnu
Laravel firstOrCreate(): Find or Create a Record
Laravel 5 min read

Laravel firstOrCreate(): Find or Create a Record

Find the first matching record or create a new one automatically with Laravel's firstOrCreate(). Learn syntax, parameters, and how it differs from firstOrNew().

Vishnu
Vishnu
How to Use Laravel firstOrNew() to Find or Prepare Records
Laravel 5 min read

How to Use Laravel firstOrNew() to Find or Prepare Records

Learn how Laravel's firstOrNew() finds a matching record or returns a new instance. Compare it with firstOrCreate() and see real-world examples for your app.

Vishnu
Vishnu
Dart - Comparison Operators
others 2 min read

Dart - Comparison Operators

Learn how to use comparison and equality operators in Dart and Flutter. Understand == and != operators with practical code examples for your next app.

Vishnu
Vishnu
Dart - Arithmetic Operators
others 2 min read

Dart - Arithmetic Operators

Master arithmetic operators in Dart and Flutter. Learn how to perform addition, subtraction, division, and modulo operations with practical code examples.

Vishnu
Vishnu
Restart Docker Container
Git 2 min read

Restart Docker Container

This article explains about deletion of a local branch from git using terminal. Also includes explanation about deleting branch forcefully.

Vishnu
Vishnu
How to Update an Array Element in JavaScript
Tutorial 1 min read

How to Update an Array Element in JavaScript

Learn the simplest ways to update array elements in JavaScript. This guide explains how to use assignment operators and modern methods to modify array values.

Vishnu
Vishnu
Delete a local Git branch using terminal
Git 2 min read

Delete a local Git branch using terminal

This article explains about deletion of a local branch from git using terminal. Also includes explanation about deleting branch forcefully.

Vishnu
Vishnu
Laravel RequiredIf Validation: Pass a Condition Directly
Laravel 8 min read

Laravel RequiredIf Validation: Pass a Condition Directly

Four ways to use Laravel's required_if validation rule — rule strings, booleans, closures, and Rule::when() — with a full Form Request example and gotchas.

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.