Parvin EyvazovforParvin Eyvazovparvineyvazov.hashnode.net·Aug 14, 2022Golang & WebAssembly - build a Web app with themTechnology is getting more enjoyable and interesting way day by day. Options are getting more with the day for solving problems. This can be understood in both bad and good. Most of the time there is always a better way of solving a problem. less tal...Discuss·10 likes·110 readsgolang
M Fariz Wisnu pranandaforotakutech.idotakutech.hashnode.net·Dec 16, 2022Object-Oriented Programming in Go: A Guide to Using Structs, Interfaces, and Embedding for OOPObject-oriented programming (OOP) is a programming paradigm that focuses on the use of objects and the relationships between those objects to solve problems. It is a popular approach to software development that is used in many programming languages,...Discuss·2 likes·55 readsoop
wisdom ucheforWisdom Uche - Blogcartwild.hashnode.net·Mar 6, 2023Why GoRoutines are better than Threads?yea! In the concurrency war, goroutine has defeated thread with the use of channels and is less expensive. Image edited on photopeak Introduction Ever wondered about the reason behind Golang’s growth in recent times? Well, besides being fast and sim...Discussgolang beego
Oloniyo OreoluwaforOreoluwa's Spacegowithore.hashnode.net·Apr 24, 2023Go Up or Go DownWith Golang, we have a straightforward and efficient way of creating and managing web servers. The Golang standard library has an inbuilt support for handling HTTP requests and sending back responses. Also, Its efficient memory management and rich co...Discuss·27 readsgolang
Jiya MathiasforIqqueeiqquee.hashnode.net·Apr 6, 2023State of the golang Gorilla mux frameworkWhat is Gorilla mux Gorilla mux is powerful HTTP router and URL matcher for building Go web servers Current condition of Gorilla mux As of 9th December 2022, the Golang gorilla mux framework was archived(in other words, it's no longer maintained). It...DiscussGolang web development
Wesley KibagendiforWesley Kibagendiweskibagendi.hashnode.net·Mar 29, 2023How to Set Up Go EnvironmentHow Extreme can you Go with Golang? Golang brought me here, for technical writing purposes, and I'm excited about this. Indeed a journey of a thousand miles start with one step and today I make my first stride. Before starting coding in Go, you need ...Discuss·40 readsGo Language
wisdom ucheforWisdom Uche - Blogcartwild.hashnode.net·Mar 6, 2023Why GoRoutines are better than Threads?yea! In the concurrency war, goroutine has defeated thread with the use of channels and is less expensive. Image edited on photopeak Introduction Ever wondered about the reason behind Golang’s growth in recent times? Well, besides being fast and sim...Discussgolang beego
M Fariz Wisnu pranandaforotakutech.idotakutech.hashnode.net·Dec 16, 2022Object-Oriented Programming in Go: A Guide to Using Structs, Interfaces, and Embedding for OOPObject-oriented programming (OOP) is a programming paradigm that focuses on the use of objects and the relationships between those objects to solve problems. It is a popular approach to software development that is used in many programming languages,...Discuss·2 likes·55 readsoop
Mayank Yadavformayankyadavy29.hashnode.net·Nov 6, 2022How to create threads in GolangGolang was designed by Robert Griesemer, Rob Pike, and Ken Thompson. Commonly, known as Go, this language is popular for its very effective concurrency model. Creating and maintaining a large number of threads can take much of the computer resources ...Discuss·59 readsgolang
Parvin EyvazovforParvin Eyvazovparvineyvazov.hashnode.net·Aug 14, 2022Golang & WebAssembly - build a Web app with themTechnology is getting more enjoyable and interesting way day by day. Options are getting more with the day for solving problems. This can be understood in both bad and good. Most of the time there is always a better way of solving a problem. less tal...Discuss·10 likes·110 readsgolang