Raju Dandigam

Raju Dandigam

About

Accomplished Engineering Manager with over 13 years of experience transitioning from front-end development to a leadership role. Adept at driving business growth through innovative AI-powered solutions, front-end solutions, full-stack team leadership, and strategic project management. Proven expertise in managing large-scale projects, cross-functional collaboration, and implementing automation to enhance operational efficiency. Strong technical background in JavaScript frameworks, React, Angular, and Node.js, combined with a results-driven approach to improving user experience and increasing revenue. Successfully led multiple high-impact initiatives, including AI-powered trip planning, rewards programs, and automation frameworks that reduced manual QA efforts and significantly improved platform stability. Passionate about leveraging technology to drive business success while fostering innovation and excellence within engineering teams.

4 Articles Published

Articles by Raju Dandigam

4 articles

How to pass multiple props in a single event handler in ReactJS?

Raju Dandigam
Raju Dandigam
Updated on 14-Apr-2025 175 Views

Passing multiple props in a single event handler in ReactJS can be useful for situations where more than one value needs to be worked on based on some user input. In this article, we will discuss three different ways to pass props in a single event handler in ReactJS. Here is a list of approaches: Using Arrow Functions Using bind() Method Using Event Object Using Arrow Functions To pass multiple props in a single event handler, we will use the most popular approach i.e. ...

Read More

What is Docker Health Check?

Raju Dandigam
Raju Dandigam
Updated on 19-Mar-2025 187 Views

Docker has changed the way we develop, package, and run applications by providing a means of packaging applications and their dependencies into lightweight containers. However, it is just as important to ensure that your containers are healthy and running as it is to get them deployed. This is where Docker Health Checks come in. Why Do We Need Docker Health Checks? When you are running your applications in Docker containers, just checking whether the container is ‘running’ is not enough. A container can be started, but may be stuck in an infinite loop, waiting for a connection, or experiencing ...

Read More

How to Dockerize a Golang Application?

Raju Dandigam
Raju Dandigam
Updated on 17-Mar-2025 161 Views

Deploying a Golang application directly across different environments can be very complex and inconsistent. Other problems include managing dependencies, configuring for different operating systems, and environmental differences. Dockerizing the application makes it easier to guarantee that it will run correctly in any environment by packaging it and its dependencies into a container. Prerequisites Before you start, make sure you have the following installed: Golang (latest stable version) Docker (Docker Desktop or CLI) Basic knowledge of Golang and Docker Approaches to Dockerizing a Golang Application There ...

Read More

How to Dockerize an ExpressJS App?

Raju Dandigam
Raju Dandigam
Updated on 07-Mar-2025 202 Views

To dockerize an ExpressJS app, we will be going through a detailed stepwise explanation in this article. Containerization is becoming an essential in the software development process to ensure that the software is developed and deployed in different environments and in a consistent manner. Docker is the most popular containerization tool that helps in packaging an app and its dependencies. Problem Statement This article focuses on the challenges of deploying Node.js applications due to dependency conflicts, environmental issues, and system-specific settings. In the traditional way of deployment, the runtime environment has to be set up manually which resulted in ...

Read More
Showing 1–4 of 4 articles
« Prev 1 Next »
Advertisements