0% found this document useful (0 votes)
14 views2 pages

Java Developer Resume - Nilanjan Mukherjee

Uploaded by

vikram.anand7893
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

Java Developer Resume - Nilanjan Mukherjee

Uploaded by

vikram.anand7893
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

NILANJAN MUKHERJEE

Java Developer

Howrah, India 711102 | +(91)7044492539 |nilanjanmukherjee941@[Link] |

LinkedIn: [Link]

Professional Summary
Results-driven Java Spring Boot Developer with over 3 years of experience designing,
developing, and deploying robust backend applications in fast-paced, agile environments.
Proficient in building scalable microservices and RESTful APIs using Java, Spring Boot,
Spring Cloud, and related technologies. Skilled in integrating databases (MySQL,
PostgreSQL, MongoDB), implementing security protocols, and utilizing CI/CD pipelines for
efficient deployment. Adept at problem-solving, debugging, and optimizing application
performance. Strong understanding of software engineering best practices, including TDD,
SOLID principles, and DevOps methodologies. Committed to delivering high-quality
solutions that meet business goals and enhance user experience.

Skills

Experience in troubleshooting and resolving technical issues Java database connectivity

Excellent communication and interpersonal skills Microservices architecture

Spring framework expertise Project management

RESTful APIs

Work History
Java Developer 12/2021 to 05/2025
Tata Consultancy Services Pvt Ltd – Kolkata, India

• Designed and developed scalable microservices architecture using Java 11+, Spring Boot, and
Spring Cloud, reducing application response time by 30%.

• Built and consumed RESTful APIs to integrate backend services with front-end clients and
third-party systems.

• Implemented JWT-based authentication and authorization for secure API access using Spring
Security.

• Developed reusable components and business logic, improving code maintainability and
reducing development time by 25%.
• Integrated MySQL/PostgreSQL and MongoDB databases with Spring Data JPA for efficient data
handling and query optimization.

• Created and maintained CI/CD pipelines using Jenkins/GitLab CI for seamless integration and
deployment.

• Wrote unit and integration tests using JUnit and Mockito, achieving over 85% test coverage.

• Collaborated closely with front-end developers, DevOps, and QA teams in an Agile/Scrum


environment to deliver features on time.

• Utilized Docker and Kubernetes for containerization and orchestration of services in staging
and production environments.

• Monitored application performance and logs using ELK stack and Prometheus/Grafana,
identifying and resolving production issues quickly.

• Migrated legacy monolithic applications to microservices architecture, improving system


scalability and maintainability.

Education
Bachelor of Computer Engineering: Computer Engineering 04/2018 to 06/2021
Dr Sudhir Chandra Sur Degree Engineering College - Kolkata, India
• Final Grade: 89%

Diploma: Computer Engineering 03/2015 to 06/2018


Budge Budge Institute of Technology - Kolkata, India
• Final Grade: 95%

Hobbies
• Writing,Blogging,Photography
• Crafting Stories,expressing ideas through words.
• Sharing responses,connecting with readers.
• Capturing moments,exploring creativity through visuals.

Common questions

Powered by AI

JWT-based authentication implemented by Nilanjan Mukherjee for secure API access using Spring Security provided a reliable mechanism for authenticating and authorizing API clients, thereby enhancing security through token management and stateless authentication. Generally, JWTs offer benefits such as compactness, which enables easy transmission over HTTP, and the ability to carry claims between parties using a secure JSON web token format. This enhances scalability, as JWTs are self-contained tokens that store user information and credentials, eliminating the need for server-side sessions.

Collaboration with front-end developers, DevOps, and QA teams is critical in delivering features effectively in an Agile/Scrum environment, as highlighted by Nilanjan Mukherjee's extensive experience. This collaboration ensures that all components of an application, from user interfaces to deployment operations, are well-integrated and function seamlessly. Effective teamwork and communication between backend and frontend developers help in addressing API consumption issues, while interactions with DevOps teams ensure that deployment processes align with infrastructure requirements. Engaging with QA teams improves application reliability by ensuring that testing is aligned with development priorities, thus ensuring faster and more reliable deliveries.

Strong communication and interpersonal skills are crucial for Java Developers like Nilanjan Mukherjee, especially in fast-paced, agile environments. Effective communication ensures that requirements and feedback are accurately understood and mitigates risks of misunderstandings across diverse team roles. Interpersonal skills facilitate collaboration and conflict resolution, enabling smoother teamwork and integration of diverse opinions and expertise. This is vital for sustaining productivity and ensuring that team members are aligned on project goals, deadlines, and technical solutions, ultimately leading to better project outcomes and efficient problem-solving.

The integration of diverse databases like MySQL, PostgreSQL, and MongoDB within a microservices architecture, as executed by Nilanjan Mukherjee, enables optimized data handling and query performance through the use of appropriate database types for specific service needs. This supports scalability by allowing services to scale independently and utilize different database solutions based on requirements such as consistency or speed. Furthermore, using Spring Data JPA for database interactions simplifies database operations and promotes efficient schema management and database communication across microservices.

Utilizing containerization tools like Docker and orchestration platforms like Kubernetes is fundamental to maintaining scalable and efficient production environments. As applied by Nilanjan Mukherjee, Docker enables the consistent provisioning of applications across various computing environments, greatly enhancing flexibility and reducing compatibility issues. Kubernetes, as an orchestration platform, automates deployment, scaling, and management of containerized applications. This combination provides the capability to handle dynamic workloads efficiently, ensures high availability through load balancing, simplifies maintenance updates with rolling deployments, and facilitates a smooth scaling process based on demand, making it indispensable for modern cloud-native applications.

Nilanjan Mukherjee's skills in debugging and optimizing application performance align with the SOLID principles by ensuring code modularity and low coupling, which simplifies understanding and fixing bugs. Adherence to Test-Driven Development (TDD) methodologies enhances code reliability and facilitates performance testing through automated unit tests. These best practices foster maintainability and adaptability of the codebase, promoting early detection of defects and seamless integration into continuous deployment pipelines, thereby enhancing overall code quality and performance.

By migrating legacy monolithic applications to a microservices architecture, Nilanjan Mukherjee likely achieved significant benefits in system scalability and maintainability. Microservices allow for the independent scaling of individual components based on demand, enhancing resource efficiency and responsiveness. This architecture also decreases the complexity and size of codebases by encapsulating specific business functionalities into discrete, manageable services, which simplifies maintenance and accelerates iteration cycles. Moreover, deployment and rollback processes become more flexible, reducing system downtime and improving overall system reliability.

Monitoring application performance and logs using the ELK stack and Prometheus/Grafana, as demonstrated by Nilanjan Mukherjee, contributes to efficient issue resolution by enabling real-time analytics and visualization of system metrics. The ELK stack facilitates comprehensive log management, allowing for quick identification of anomalies, error patterns, or trends, while Prometheus/Grafana provides extensive monitoring and alerting capabilities. This approach ensures proactive detection and resolution of production issues, enhances resource utilization, and improves application uptime and reliability in complex microservices architectures.

Nilanjan Mukherjee's implementation of CI/CD pipelines using Jenkins and GitLab CI streamlined the integration and deployment processes, reducing manual interventions and increasing the frequency of reliable software updates. Generally, CI/CD pipelines automate the integration of code changes, testing, and deployment, which minimizes errors, improves build consistency, and accelerates feedback loops, facilitating rapid iteration on features and bug fixes. This leads to enhanced collaboration and productivity within agile environments.

Transitioning from monolithic to microservices architecture, as undertaken by Nilanjan Mukherjee, introduces several challenges such as increased complexity in service management, interservice communication, data consistency, and deployment requirements. To address these effectively, developers can utilize orchestration tools like Kubernetes for managing containerized services, implement service discovery and interservice communication via tools like Spring Cloud, and ensure data consistency through proper API transaction management. Additionally, robust logging and monitoring tools, such as the ELK stack, help in identifying issues quickly across distributed systems.

You might also like