M
MeshWorld.
Page 14

The Manifest.

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

Laravel 6 min read

Get Last 30 Days Records in Laravel with Carbon

Three ways to query the last 30 days of records in Laravel using Carbon — simple where(), whereBetween(), and a reusable query scope. Works on Laravel 10, 11, and 12.

Vishnu
Vishnu
HowTo 2 min read

Install Hugo on Ubuntu 20.04 or Ubuntu-based distributions

This article helps you to install hugo an open source static site generator on Ubuntu 20.04 in two different ways. It can be installed via a `snap package` or with `apt`.

Vishnu
Vishnu
Python 1 min read

Python Introduction

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

Vishnu
Vishnu
Laravel 5 min read

Laravel Eloquent whereTime() Method Explained

Learn how Laravel's whereTime() method filters records by the time portion of a datetime column. Covers syntax, all operators, and practical examples for time-based queries.

Vishnu
Vishnu
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 2 min read

Dart - Relational Operators

Dart - Relational Operators

Vishnu
Vishnu
Laravel 5 min read

Laravel Eloquent whereDate() Method Explained

Learn how Laravel's whereDate() method filters records by date, ignoring the time component. Covers syntax, operators, examples, and why raw where() fails for dates.

Vishnu
Vishnu
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 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 5 min read

Laravel firstOrCreate(): Find or Create a Record

Learn how Laravel's firstOrCreate() finds the first matching record or creates a new one automatically. Covers syntax, parameters, real examples, and comparison with firstOrNew().

Vishnu
Vishnu
Laravel 5 min read

Laravel firstOrNew(): Find or Prepare a Record

Learn how Laravel's firstOrNew() finds the first matching record or returns an unsaved model instance. Covers syntax, when to use it over firstOrCreate(), and real examples.

Vishnu
Vishnu
Dart 2 min read

Dart - Comparison Operators

Dart - Comparison Operators

Vishnu
Vishnu
Dart 2 min read

Dart - Arithmetic Operators

Dart - Arithmetic Operators

Vishnu
Vishnu
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
Tutorial 1 min read

JavaScript, How to update an array element

This article explains simplest way to update value of an array element. Updating an array element is just like assigning a new value to variable using an assignment operator.

Vishnu
Vishnu
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
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
HowTo 2 min read

Install OBS Studio on Ubuntu 20.04 or Ubuntu-based distributions

This article helps you to install OBS Studio on Ubuntu 20.04. It can be install with PPA via `apt` command.

Vishnu
Vishnu
HowTo 2 min read

Install OpenShot on Ubuntu 20.04 or Ubuntu-based distributions

This article helps you to install openshot on Ubuntu 20.04. It can be run with AppImage or install via `apt`.

Vishnu
Vishnu
JavaScript 2 min read

Flatten an Array One Level Deep in Javascript

This article explains to flatten an array one level deep in javascript comparing with lodash _.flatten method.

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.