Seamlessly Passing Data Between React ComponentsReact is one of the most popular JavaScript libraries for building user interfaces. At its core, React is all about components, which are…Dec 27, 2024Dec 27, 2024
Concurrency 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 21, 2024Jul 21, 2024
A 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 20, 2024Jul 20, 2024
Getting 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 21, 2024Feb 21, 2024
Enhancing 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
Integrate 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
GoLang 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
Go 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
Heap 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