Defineway Technologies
Defineway Technologies
  • Home
  • Careers
  • Contact
  • Licence
  • Knowledge Base
Call Us Now
+91 943 331 9991

Sandeep Mandal | Page 3

  • Home
  • Articles posted by Sandeep Mandal
  • Page 3

Author: Sandeep Mandal

Sandeep Mandal November 16, 2024 No Comments

How to create an account in Google Tag Manager?

Step 1: Open https://tagmanager.google.com/?authuser=0#/home this url in your browser. Step 2: Click on the Create Account button. Step 3: Fill the form as shown in…
Sandeep Mandal November 9, 2024 No Comments

How to measure time needed to execute a block of code in ColdFusion?

We can measure time needed to execute a block of code in ColdFusion using getTickCount() method. getTickCount() method returns a counter in milliseconds. Syntax: startTime…
Sandeep Mandal November 2, 2024 No Comments

How to measure time taken by your code to execute in JavaScript?

We can measure the execution of a code block by using console.time() method. Syntax: console.time( "label" ); function_to_call( ); console.timeEnd( "label" ); Example: function measureExecutionTime(…
Sandeep Mandal October 26, 2024 No Comments

How to do caching in Node.js and why it is important?

Caching in Node.js can significantly improve our app’s performance, reducing the load on our server and database by storing frequently accessed data in memory or…
Sandeep Mandal October 19, 2024 No Comments

What is useNavigate hook and how to use it in ReactJS?

The useNavigate hook is a powerful and Intuitive way of navigate between pages in React application. It returns a function that lets us navigate programmatically.…
Sandeep Mandal October 5, 2024 No Comments

How to setup a basic express server?

Step 1: Write npm init command in your terminal. Step 2: Install Express.js by running the following command in your terminal. npm i express Step…
Sandeep Mandal September 28, 2024 No Comments

What is the use of useParams hook in React.js?

The useParams hook is used to retrieve the route parameters form the current URL. It returns an object of key/value pairs of the dynamic params…
Sandeep Mandal September 21, 2024 No Comments

How to delete a document from MongoDB Collection using Mongoose in Node.js?

There are multiple methods that we can use to delete a document from MongoDB collection. These methods are deleteOne(), findByIdAndDelete() etc.In this post we will…
Sandeep Mandal September 14, 2024 No Comments

How to retrieve documents from collections in MongoDB database?

We can retrieve documents from collections in MongoDB database using find() and findOne() method. With the help of the following example we will be learning…
Sandeep Mandal September 7, 2024 No Comments

How to save and read data from local storage in JavaScript?

We can save data in Local Storage with the help of setItem() method of localStorage object. Example: localStorage.setItem( "userInfo", { "name": "John", "gender": "male", "age":…

Posts navigation

Older posts
Newer posts

Search

Category

  • App Development (24)
  • Database Development (11)
  • DevOps (11)
  • Software Engineering (27)
  • Uncategorized (6)
  • Web Development (174)

Tags

Adobe ColdFusion Array Azure coldfusion ColdFusion Advanced ColdFusion Best Practices ColdFusion Component CSS custom post type Dart DevOps DevOps Advanced docker-apache-php-mysql Elementor addon Elementor widget Flutter google map api HTML javascript javascript-advanced jQuery Key Vault laravel map Maps JavaScript API MERN Stack MongoDB mssql MS SQL Server php php laravel React.js regex Regular Expression Ruby Server Administration shortcode sql TypeScript Web Development wordpress wordpress-plugin wordpress-security WordPress Best Practice WordPress Hooks

Archives

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
Footer Logo

Quick Links

  • Home
  • Contact
  • Careers

Contact Us

Phone: +91 347 425 5556  | +91 943 331 9991

Email: hello@defineway.com

Skype: defineway

Knowledge Base

  • How to encrypt a text using SHA256 in dart or flutter? May 10, 2025
  • How To The Write `directoryList( )` Function In ColdFusion? May 10, 2025
© 2024 Defineway Technologies Private Limited. All Rights Reserved.
Terms & Condition Privacy Policy