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

Web Development | Page 4

  • Home
  • Posts tagged "Web Development"
  • Page 4

Tag: Web Development

Sandeep Mandal August 17, 2024 No Comments

How to handle multiple Promises in JavaScript?

We can handle multiple Promises in several ways one of them is by using Promise.all() method. In this post I am going to demonstrate how…
Saikat Mondal August 10, 2024 No Comments

How to create WordPress custom user role for custom plugin ?

Create custom user role for a WordPress plugin by using WordPress built-in functions.1. Create the Plugin File : First create a custom plugin if you…
Sandeep Mandal August 10, 2024 No Comments

How to filter a query in cfscript?

Syntax: users = queryNew( "id,userType,name", "integer,varchar,varchar" ); queryAddRow(users, [{ id: 1, userType: "user", name: "John" },{ id: 2, userType: "admin", name: "Sam" },{ id: 3,…
Sandeep Mandal August 3, 2024 No Comments

How to use useState Hook in React?

Syntax: import { useState } from "react"; import ReactDOM from "react-dom/client"; function SignIn(){ const [ userName, setUserName ] = useState(""); return ( <> <h1>SignIn</h1> <input…
Sandeep Mandal July 27, 2024 No Comments

Facing difficulties understanding what is TypeScript and how to create custom types in TypeScript? Then you are on the right page.

TypeScript is a strongly typed programming language that builds on JavaScript. It offers optional static type-checking. Why TypeScript is Introduced? JavaScript is a dynamically typed…
Sandeep Mandal July 20, 2024 No Comments

Wondering how to loop through an object in javascript? Here is the solution.

There are multiple ways to iterate an object in javascript. But I personally recommend the following solution. Syntax: Object.entries( myObject ).forEach( ( entry ) => { let key = entry[ 0 ]; let value = entry[ 1 ]; console.log( key, value );…
Arun Giri July 20, 2024 5 Comments

How can I format the input phone number using jQuery?

When trying to format a phone number[e.g. (xxx) xxx-xxxx], it can be challenging to find the proper solution. In my case, I found an effective…

Posts navigation

Newer posts

Search

Category

  • App Development (25)
  • Database Development (11)
  • DevOps (11)
  • Software Engineering (30)
  • Uncategorized (6)
  • Web Development (181)

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

  • June 2025
  • 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 The Write `structValueArray( structure )` Function In lucee? June 7, 2025
  • How to Generate JWT Token in PHP ? May 31, 2025
© 2024 Defineway Technologies Private Limited. All Rights Reserved.
Terms & Condition Privacy Policy