InimistTech Blogs

Web & Mobile App Tech Weblog

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

Category: Miscelleneous

Array Destructuring in ES6: Enhance Your JavaScript Code

Charan DassJavascript, MiscelleneousLeave a Comment on Array Destructuring in ES6: Enhance Your JavaScript Code

Array Destructuring assignment is a convenient syntax for extracting values from arrays or properties from objects into distinct variables. This shorter syntax enhances code readability and maintainability. There are two types of destructuring assignment expressions: array destructuring and object destructuring.…

Read More→

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→

Laravel Events and Listeners

Moh. 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

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→

Basic Shape Tools in Photoshop

Monika ThakurMiscelleneousLeave a Comment on Basic Shape Tools in Photoshop

Photoshop offers basic shape tools for working with your images and artwork. Rectangles, rectangles with rounded corners (rounded rectangles), circles and ovals, multisided polygons, straight lines and arrows, and a whole boatload of special custom shapes are all at your command with…

Read More→

Understanding Array Key Resetting in PHP

Kuldeep RathoreCakePHP, Miscelleneous, PHP, PHP Framework, PHPBBLeave a Comment on Understanding Array Key Resetting in PHP
Understanding Array Key Resetting in PHP

How to manage array key effectively in PHP, Are you interested in learning ? Discovering how to reset array keys to start from 0 is a fundamental skill in PHP programming. This article provides a step-by-step guide on how to…

Read More→

How to Configure workbench.editor.showTabs

Sharleen KaurMiscelleneous1 Comment on How to Configure workbench.editor.showTabs

To configure the workbench.editor.showTabs setting, follow these steps: Open Command Palette: Press Ctrl+Shift+P (or Cmd+Shift+P on macOS) to open the Command Palette. Open Settings (JSON): Type “workbench.editor.showTabs” and select it. Add the Setting: Add the following line multiple to that…

Read More→

How to get HTML Tag Attribute Value in PHP?

Naseeb SinghMiscelleneous, PHP1 Comment on How to get HTML Tag Attribute Value in PHP?

In this post, we will provide a quick and easy method to get HTML tag attribute value using php. We will present a simple example of how to get HTML tag attribute value in PHP. Get HTML Tag Attribute Value…

Read More→

How to Set and Get a new attribute in a Model in Laravel 9+

Arvind KumarMiscelleneousLeave a Comment on How to Set and Get a new attribute in a Model in Laravel 9+

Laravel has unique way to set and get a new or custom attribute in a model. I will explain with help of an example. Accessors (Getters) and Mutators (Setters) in Laravel Mutators Mutators are used to transform model attributes. See…

Read More→

Posts navigation

Previous 1 … 3 4 5 … 9 Next
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • 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
  • Introduction to Node.js for Beginners

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