Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
Raju Dandigam has Published 4 Articles
Raju Dandigam
100 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 ... Read More
Raju Dandigam
118 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 ... Read More
Raju Dandigam
100 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 ... Read More
Raju Dandigam
125 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 ... Read More