Experienced Java/JavaScript full-stack developer over 6 years of extensive expertise serving key role on elite technical teams developing enterprise software for healthcare, apple ad-platform, banking, and e-commerce. Adaptable problem-solver with high levels of skill in Groovy, Java, Spring, Spring Boot, Hibernate, JavaScript, TypeScript, Angular, Node, Express, React, MongoDB, IBM DB2, Oracle, PL/SQL, Docker, Kubernetes, CI/CD pipelines, AWS, Micro-service and Agile/Scrum. Strong technical skills paired with business-savvy UI design expertise. Personable team player with experience collaborating with diverse cross-functional teams.
Nothing here yet.
Feb 23 Ā· 5 min read Ā· In modern microservice architectures, services constantly talk to each other: Order Service ā Payment Service Inventory Service ā Pricing Service API Gateway ā Downstream APIs There is no browser
Join discussionFeb 17 Ā· 1 min read Ā· Controlled Component A controlled component is a form element whose value is managed by React state. The input value is passed via the value prop, and updates happen through an onChange handler. Uncontrolled Component An uncontrolled component is ...
Join discussionJan 19 Ā· 2 min read Ā· <button class="transform-border"> Subscribe Me </button> .transform-border { position: relative; padding: 14px 32px; font-size: 18px; color: white; background: #1a1a1a; border-radius: 14px; z-index: 0; } .transform-b...
Join discussionJan 6 Ā· 7 min read Ā· DFS Traversal ā 4 Easy Rules Rule 1 ā Start Put the starting vertex into a stack Keep an empty visited set stack.push(start); Set<Integer> visited = new HashSet<>(); Rule 2 ā Take from Stack While the stack is not empty: Pop the top vertex fro...
Join discussion