Published inTowards Deverrgroup: Effective Goroutine Management in GoGoroutines, a distinctive feature of Go, enable concurrent execution of functions, thereby enhancing the efficiency and performance of…Jul 29Jul 29
Published inTowards DevSlice Sorting In GolangIn Go, the sort package facilitates the sorting of slices, offering utility functions for built-in types and enabling bespoke sorting…Jul 15Jul 15
HTTP Methods — Best Practices GuideAs Wikipedia’s definition of REST says, REST is the architecture used to design and development of WWW (World Wide Web)[1]. REST is used…Apr 30Apr 30
DevOps Good PracticesIn the domain of DevOps, certain fundamental practices are widely acknowledged as imperative for the effective execution of…Mar 20Mar 20
Published inTowards DevGolang Empty Structs!In Go (or Golang), Empty structsare used as a placeholder when you want to create a type that doesn’t carry any data. This concept often…Dec 11, 20231Dec 11, 20231
Published inTowards DevGolang Mux MiddlewareIn Go, the Mux middleware is often used with the popular Gorilla Mux router to handle HTTP requests. Middleware in Go is a way to intercept…Aug 29, 2023Aug 29, 2023
Published inTowards DevGo GenericsIn recent years Go has become more popular than any other language. There were so many topics that have been discovered and developed by…Apr 20, 2022Apr 20, 2022
MongoDB TriggersTriggers are generally used to execute the server-side logic. In MongoDB, Triggers allow you to execute server-side logic in response to…Dec 20, 2021Dec 20, 2021
Sending Email using Amazon SES in GoEmail / Electronic mail(email or e-mail) is a way of communication between people over electronic devices. Email might contains text data…Jul 16, 20211Jul 16, 20211