I am a Software Engineer with 5+ years mastering Go, distributed systems, and high-scale applications. Adept at optimising for peak performance.
Hi, I'm Umesh 👋🏼
Let's Connect
If you want to get in touch with me about something or just to say hi, reach out on social media or send me an email.
Latest posts
See all posts- How to Avoid Common Security Pitfalls in GoGo has been one of the most popular languages for building microservices. Its simplicity and less overhead have proven to favor its rise in the community. Today, developers are using it to build web services for internet-scale. Even though it's a gre...
- How to Use SVG Icon as AvatarBadge in Chakra UII was recently building a side project and I was using Chakra UI + Next.js. I wanted to put the Google logo as a Badge in the bottom right of an Avatar Image. Something like this👇🏻. Chakra UI provides an Avatar and AvatarBadge component. You can u...
- How to Use SVG Icon as AvatarBadge in Chakra UII was recently building a side project and I was using Chakra UI + Next.js. I wanted to put the Google logo on an Avatar Image. Something like this👇🏻. Chakra UI provides a `Avatar import { Avatar, AvatarBadge, Icon } from "@chakra-ui/core"; const...