M
MeshWorld.
Page 12

The Manifest.

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

Java 2 min read

Java - Relational Operators

Java - Relational Operators

Vishnu
Vishnu
Java 2 min read

Java - Comparison Operators

Java provides operators that can be used to compare values or values within variables. As the name implies both `==` and `!=` are used for Comparison.

Vishnu
Vishnu
Java 3 min read

Java - Arithmetic Operators

Java - Arithmetic Operators

Vishnu
Vishnu
MongoDB 3 min read

Introduction to MongoDB

An introductory guide to MongoDB, the popular NoSQL document-oriented database. Learn about its core architecture—databases, documents, and collections—and see how it compares to MySQL for high-volume data storage.

Hinal Acharya
Hinal Acharya
JAVA 5 min read

Introduction to JAVA

Java is a high-level general programming language originally developed by Sun Microsystems and released in 1995. Java runs on more than 5.5billion devices that quite huge.

Vishnu
Vishnu
Laravel 6 min read

Update a Laravel Record Without Touching Timestamps

Four ways to update a Laravel Eloquent record without changing updated_at: timestamps property, saveQuietly(), withoutTimestamps(), and the query builder. With version notes.

Vishnu
Vishnu
PHP 3 min read

PHP Interview Questions

This tutorial explains with syntax and an example of how to flatten a multi-dimensional array based on the value of depth specified in the Laravel framework.

Vishnu
Vishnu
MySQL 3 min read

MySQL - List all Databases

In this article, you will see how to retrieve list of databases with MySQL.

Vishnu
Vishnu
SQL 3 min read

Introduction to SQL

In this article we look into intro about SQL aka **Structured Query Language**. Used by numerous big giant tech companies & by widely popular applications.

Vishnu
Vishnu
SQL 1 min read

HackerRank SQL Practice Solutions

Solutions to common SQL practice problems on HackerRank.

Vishnu
Vishnu
Dart 2 min read

Dart - Comments

A comprehensive guide to using comments in Dart and Flutter. Learn about single-line, multi-line, and documentation comments to make your code more readable and maintainable.

Vishnu
Vishnu
Python 2 min read

Display the multiplication table in Python

A simple Python program to generate the multiplication table for any given number using loops. Perfect for beginners to practice basic Python syntax and iterative logic.

Vishnu
Vishnu
Dart 1 min read

Dart - Semicolons

Understand why semicolons are mandatory in Dart and how they are used to terminate statements. A must-read for developers transitioning to Flutter from semicolon-optional languages.

Vishnu
Vishnu
Python 1 min read

Generate a Random number in Python

Learn how to generate random integers and floating-point numbers in Python using the standard `random` library. This tutorial covers the `randint()` and `random()` functions with practical code examples.

Vishnu
Vishnu
Python 2 min read

How to check if a variable is an integer in Python

A quick guide on how to check if a variable is of integer type in Python using the `type()` and `isinstance()` functions. Essential for data validation and type-safe programming.

Vishnu
Vishnu
Flutter 2 min read

Flutter Widgets

In general, developing a mobile application is a complex and challenging task. There are many frameworks available to develop a mobile application. In this article we go through Flutter Widgets.

Hinal Acharya
Hinal Acharya
Python 3 min read

Swapping Variable Values in Python

Discover multiple ways to swap the values of two variables in Python, including the elegant tuple unpacking method and the traditional third-variable approach.

Vishnu
Vishnu
Python 2 min read

Get Python Version via Command Line

This article, guide you through the retrieval of Python version via command line.

Vishnu
Vishnu
Program 1 min read

Find the length of a string using len() function in Python

In this article, we explain a way to find length of a string using built-in len() function, for e.g, length of "Earth is a beautiful planet in Solar System" is 43 (including space).

Vishnu
Vishnu
JAVA 1 min read

Pattern programs in Java

In this article we will see different patterns that can be printed using loops in JAVA.

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.