M
MeshWorld.
Page 11

The Manifest.

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

Laravel 1 min read

Laravel's Eloquent whereDate() filtering method

This article, guide you through the usage of Laravel's Eloquent `whereDate()` method. It is used to match a field value against a specific date.

Vishnu Damwala
JAVA 1 min read

Program to mixup characters of 2 strings in JAVA

Program to mixup characters of 2 strings in JAVA

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

Laravel's firstOrCreate Model Method

In this article, we will see Laravel's `firstOrCreate()` model method and how it provides you first instance from table if exists or create new table records if does not exists. You don't need to explicitly save like `firstOrNew()`.

Vishnu Damwala
Laravel 2 min read

Laravel's firstOrNew Model Method

In this article, we will see Laravel's `firstOrNew()` model method and how it is useful. It provides you first instance from table if exists or create new model instance. You need to explicitly save model instance.

Vishnu Damwala
Dart 2 min read

Dart - Comparison Operators

Dart - Comparison Operators

Vishnu Damwala
Dart 2 min read

Dart - Arithmetic Operators

Dart - Arithmetic Operators

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

How to specify condition directly with RequiredIf Validation in Laravel

This article explains about specifying condition directly with Laravel RequiredIf Validation Rule. .

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

Identify whether device is a mobile or desktop

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

Vishnu Damwala
HowTo 2 min read

Install GhostWriter on Ubuntu 20.04 or Ubuntu-based distributions

This article helps you to install ghostwriter on Ubuntu 20.04. It can be installed via a `Software Center` or with `apt`.

Vishnu Damwala
HowTo 3 min read

Install Chromium Web Browser on Ubuntu 20.04 or Ubuntu-based distributions

This article helps you to install Chromium on Ubuntu 20.04 in two different ways. Chromium can be installed via a `snap package` or with `apt`.

Vishnu Damwala
Linux 2 min read

Linux command: dirname

The `dirname` command comes handy to retrieve path where the file is saved. This article shows the usage of dirname command with example.

Vishnu Damwala
Dart 2 min read

How to find the length of a list in Dart

The `length` property is one of the easiest ways to find the length of list in Dart. This is the most conventional technique adopted by all programmers.

Vishnu Damwala
HowTo 2 min read

Install Signal Desktop on Ubuntu

Learn how to install Signal Desktop on Ubuntu using Signal's official Debian repository, then link, update, and remove it cleanly.

Vishnu Damwala

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.