Maneesha IndrachapaConcurrency in Go: How Goroutines, Channels, and WaitGroups Transform Your CodeImagine your program can handle many tasks at once without slowing down. Go makes this possible with goroutines, wait groups, and channels…Jul 21Jul 21
Maneesha IndrachapaA Guide to Using Tamagui UI Kit with React NativeIn the world of mobile app development, building a cross-platform user interface which is responsive as well as polished can be…Jul 20Jul 20
Maneesha IndrachapaGetting Started with Go: Your First ‘Hello, World!’ — Beginner Series 01Go, often referred to as Golang, is an open-source programming language that emerged from the collaborative efforts of three esteemed…Feb 21Feb 21
Maneesha IndrachapaEnhancing React Code Quality, SonarQube Scanning with PodmanIn the world of React web development, creating strong and efficient code is really important. That’s where SonarQube comes in — it’s a…Aug 4, 2023Aug 4, 2023
Maneesha IndrachapaIntegrate SMS-OTPs to your applications with the WSO2 Identity ServerWSO2 Identity Server (WSO2IS) now supports integrating SMS-OTPs for customizations in addition to multi-factor authorization (MFA).May 4, 2023May 4, 2023
Maneesha IndrachapaGoLang with Gin 🍺When you read the title of this article you may be wondering if this article is about some alcohol thing but it is not. The Gin framework…Aug 28, 2022Aug 28, 2022
Maneesha IndrachapaGo with .env files using ViperYou may be wondering why we need some library named Viper to read .env files in Go lang. Can’t we read them normally using a file writer…Aug 14, 2022Aug 14, 2022
Maneesha IndrachapaHeap Data Structure in GoLangHi, everyone today will be talking about Heaps. I watched a Youtube video about developing heaps using Go Lang and it was very interesting…Jun 16, 20222Jun 16, 20222
Maneesha IndrachapainDev GeniusCreate First Microservice using Spring BootAfter reading the title now you are probably wondering what is microservice and what makes it different from a monolith Java program. If we…Feb 19, 2022Feb 19, 2022