Home
ByteBrewery
Cancel

Hi,👋
I'm Rahul Kumar .

Software Developer at JPMorgan Chase & Co. || Ex. Member Of Technical Staff @Oracle || I am in Topmate

Rahul Kumar I have 5+ years of experience in multiple-technology Java 8+, Go Lang, Spring, Spring Boot, AWS, and Microservices with excellent technical skills & communication abilities, with experience in the field of Storage and Cloud Computing (AWS) which cover intensive exposure to Design, Troubleshooting, Implementation, Deployment, and Migrations.

I am a Passionate programmer. Enjoy solving complex coding problems, learning new programming languages and skills.

Current Skills: Java 8+, Go Lang, Reactive Java, Spring Boot, DSA, MySQL, Microservices, AWS Server-less architecture, Jenkins, Docker, Kubernetes, HELM, System Design, Data Structure and Algorithm

To Know more about me Click Here

Download CV

All contents on this site are my own personal opinions and ideas, and do not reflect opinions of my institutions/organizations.

News

Jan, 2024

Received the “Certification of Appreciation” for contributing to customer delight and securing a score of 7/7 in PFS (Project Feedback Survey Q1 2020-21).

Blog

System Design Course

OOPS Concept

Overvieew Object-Oriented Programming (OOP) is a programming paradigm that revolves around the concept of “classes” and “objects.” It is a way of designing and organizing code to promote modularit...

Design Pattern Course

Binary Search

Problem 1: Binary Search Algorithm What is Binary Search? Binary search is an efficient algorithm for finding a target value within a sorted array or list. It works by repeatedly dividing the sea...

Array

Array Easy Question Question 1 Largest Element Given an array ‘arr’ of size ‘n’ find the largest element in the array. Example: Input: ‘n’ = 5, ‘arr’ = [1, 2, 3, 4, 5] Output: 5 Explanation:...