AngularJS, Front End Development

JavaScript Frameworks: Choosing the Right One for Your Projects

Choosing the right JavaScript framework or library for your web development projects can be crucial. React, Angular, and Vue.js are three of the most popular choices in this domain, each with its own strengths and use cases. Let's delve into a comparison of React, Angular, and Vue.js to help you understand their differences and make an...

by mahendra.agrawal
Tag: javascript
16-Apr-2024

Front End Development, Technology

Unveiling the Power of Design Patterns in JavaScript

As JavaScript developers, we're constantly faced with the challenge of writing code that is not only functional but also maintainable and scalable. Design patterns offer us proven solutions to common problems encountered in software development. The design patterns are backed by a strong community of developers which makes them safe to...

by Himanshi Gera
Tag: javascript
11-Apr-2024

AngularJS, Node.js

JavaScript Programming using ChatGPT

JavaScript programming takes a lot of development time because it's always changing, and its unique features make learning and managing code a challenge. But ChatGPT can help you become more productive. Here are the different ways to use ChatGPT for JavaScript development. 1. Understand the given code. Due to the changing nature of...

by mahendra.agrawal
Tag: javascript
24-Mar-2024

React.js, Technology

React Hooks: State and Effects Guide

React Hooks were introduced in version 16.8 to revolutionize how state and other React features are handled in functional components, eliminating the need for class components. They provide a clean and intuitive way to manage state, side effects, and access key React functionalities. This article will delve into...

by mansi.teharia
Tag: javascript
21-Oct-2023

AEM, Anaytics

Pass digital data layer to Adobe analytics using javascript

Requirement In general, data is passed to Adobe Analytics on page load. Sometimes it is required to load page content without reloading/refreshing the page. For example, if a web application has page navigation based on the Table Of Content and page refresh, and not a requirement, but content should get updated. Solution Without...

by Vijay Kumar
Tag: javascript
30-Aug-2023

Hybrid, Software development

Floating Action Button with Menu Explanation

Intro We’ll be rebuilding the starbucks app pay button. Not only does this have a floating button, it has 2 other floating buttons, and a circular background cover that shoots out to allow you to focus on the options. These other 2 floating buttons will appear when user will press the floating pay button with animation.Attached a gif...

by aman.manhas
Tag: javascript
28-Mar-2023

Front End Development, MEAN

Why and how finally{…} block is NOT meaningless

A definition first (from the internet): try-catch-finally is used to handle runtime errors and prevent them from halting the execution of a program. The finally block triggers regardless of: what is implemented inside the try-catch block any errors encountered inside try-catch block any return statement written...

by shivang.chaturvedi
Tag: javascript
25-Jan-2023

MEAN, Node.js

Top level await() without async() function in NodeJs

Here’s how async-await function typically works: function myDummyBackendCall() { return new Promise((resolve) => { setTimeout(() => { resolve({ name: "Shivang", id: "asmdhajkdhajdsh8qweuqoweuiqepoi-0q-0eueiuaisjdaKcjaisku", }); }); }); } // Used an async wrapper function to make an await call (async () => { ...

by shivang.chaturvedi
Tag: javascript
24-Jan-2023

Digital Transformation, Technology

3 Key Concepts of Blockchain Technology

Blockchain is already disrupting the financial ecosystem. Multiple banking and financial institutions are leveraging Blockchain to make transactions secure and eliminate intermediaries. The use of Blockchain is however not limited to the banking sector. Multiple companies from different industries have now started investing in Blockchain....

by Nidhi Choudhary
Tag: javascript
05-Feb-2018

AngularJS, Front End Development

Moving to Angular 5? Find out Yay or Nay!

AngularJS is quickly evolving and we have witnessed two major updates in the past 14 months. Now, this popular JavaScript framework has set a new milestone with its major release of Angular 5.0 on November 1, 2017. The progressive web apps and material design powered by Google will be however available in the next few days. The...

by Nidhi Choudhary
Tag: javascript
07-Nov-2017

Drupal, Web Content Management

Headless CMS – An Overview

Content has become a new prerogative of companies wanting to improve customer experience. It is content that sells. Storytelling is gaining traction and so is content marketing. Organizations are producing large amounts of data and content, but a heap of data is of no use. Content Management Systems act as a key enabler for managing large...

by Dwiza Saha
Tag: javascript
06-Nov-2017

Agile, MEAN

How are 10 Global Companies Using Node.js in Production?

Node.js is increasingly becoming a go-to technology for multiple companies across the globe. As Node.js emphasizes on concurrency, speed, and intensive data exchange along with employing push technology over web sockets,  it has helped companies to build various applications such as social media apps, video and text chat engines,...

by Poulomi Nag
Tag: javascript
06-Nov-2017