InimistTech Blogs

Web & Mobile App Tech Weblog

  • Home
  • Laravel
  • React
  • Javascript
  • Linux
  • PHP
  • git
  • WordPress
  • Hindi to Unicode

git commit -m vs git commit -am

Naseeb Singhgit, MiscelleneousLeave a Comment on git commit -m vs git commit -am

Why do we use git commit? The git commit command captures a snapshot of the project’s currently staged changes. Committed snapshots can be thought of as “safe” versions of a project—Git will never change them unless you explicitly ask it…

Read More→

PHP filter_var() Function

Ajay RathorePHP, PHP Framework, PHPBBLeave a Comment on PHP filter_var() Function

The filter_var function in PHP is used to filter and validate data. It is part of the filter extension and is used to sanitize and validate various types of data such as email addresses, URLs, IP addresses, and integers. The…

Read More→

Laravel Events and Listeners

Mohammad NafeesMiscelleneous, PHP, PHP FrameworkLeave a Comment on Laravel Events and Listeners

Laravel events and listeners system provides a simple observer implementation, allowing you to subscribe and listen for various events that occur in your application. Events are a great way to decouple various parts of your application, making it easier to…

Read More→

Exploring the Power of the the_content() Function in WordPress

bhushan SinghMiscelleneous, PHP, PHP FrameworkLeave a Comment on Exploring the Power of the the_content() Function in WordPress
the_content() Function

In the world of WordPress development, the the_content() function stands as a pivotal tool for displaying the main content of a post or a page. It’s not just a simple function; rather, it encapsulates the essence of content management within…

Read More→

Different methods for declaration of an arrays

Kanchan BalaMiscelleneous, PHP, PHP FrameworkLeave a Comment on Different methods for declaration of an arrays
Different methods for declaration of an arrays

In PHP, there are several ways to declare and initialize arrays: 1. $arr1 = array(); // Empty array 2. $arr2 = array(1, 2, 3); // Indexed array with initial values // Declares an indexed array with initial values 1, 2,…

Read More→

Data Types in JavaScript

Mohammad NafeesJavascriptLeave a Comment on Data Types in JavaScript

In programming, data types in Java script specify the type of data that a variable can hold. They define the operations that can be performed on the data and the way the data is stored in memory. Data types are…

Read More→

Bootstrap : Most popular CSS library in the World

Sharleen KaurHTML and CSS, WordPressLeave a Comment on Bootstrap : Most popular CSS library in the World

What is Bootstrap ? Bootstrap is a powerful front-end framework used for creating responsive and mobile-first websites. Originally developed by Twitter, it provides a collection of CSS and JavaScript tools that facilitate the design of web pages.   Key Features…

Read More→

JavaScript code embedded within a HTML file:

Sharleen KaurJavascriptLeave a Comment on JavaScript code embedded within a HTML file:

What is Java script ? JavaScript code is a versatile programming language primarily used for creating interactive effects within web browsers. It allows developers to manipulate elements on web pages, respond to user actions like clicks and keyboard input, and…

Read More→

Understanding the UseState Hook in React.js

Virender KumarReact, ReactNativeLeave a Comment on Understanding the UseState Hook in React.js
useState hook

Hooks were introduced in react.js version 16.8. Hooks allow developers to use state and other React features without writing a class. Among the various hooks available, the useState hook is fundamental for managing state in functional components. This article provides…

Read More→

Using Custom Query Filter in Elementor in WordPress

Rashmi ThakurElementor, PHP, WordPressLeave a Comment on Using Custom Query Filter in Elementor in WordPress

Elementor is one of the most popular website builders in WordPress . Elementor website builder allows WordPress users to create and edit websites with a responsive drag-and-drop technique similar to Wix, Metaconex, or Webflow. In Elementor, both posts widgets and…

Read More→

Posts navigation

Previous 1 … 8 9 10 … 53 Next
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • The Role of $wpdb for Custom Queries in WordPress
  • React Context API vs. Redux: Which One Should You Use?
  • Build Reusable Components in React
  • Introduction to Node.js for Beginners
  • Getting Started with the MERN Stack: A Beginner’s Guide

About Arvind

Arvind Thakur is a Full Stack Web Developer. He founded and runs a Software Development company by the name Inimist Technologies in Chandigarh, India. >> know more
Copyright © All rights reserved.
Blog Kit by WP Charms
Facebook
fb-share-icon
LinkedIn
Share
WhatsApp
Follow by Email
Twitter
Post on X
Reddit
Pinterest
Instagram
RSS
Telegram