Roma GordeevWhy Go is the worst language you could ever learnIntroductionJun 29, 2024216Jun 29, 2024216
InStoryly — More Than A Tech CirclebySaygin ArkanSome Go Tricks You Never Knew Existed (Until Now)There are a few tricks in every programming language that you might think it is super duper effective and fastens the code writing process…Jan 5, 20234Jan 5, 20234
InLevel Up CodingbyJacob BennettWrite Go like a senior engineerWhat I wish I knew when I started writing GoDec 12, 20228Dec 12, 20228
InScum-GazetabyKonstantin MakarovGolang: simple optimization notesToday I want to bring to your attention an article on the simplest optimizations in Golang projects.Mar 26, 20223Mar 26, 20223
InBiTaksi Product & TechbyÖzge BüyükaşıkObject-Oriented Approach in GoObject-Oriented approach is a controversial topic in Go. Some claim Go is not a suitable programming language for OOP while others claim Go…May 13, 20223May 13, 20223
InThirdfortbyKenta KudoGo Best Practices: How to code comfortablyIn this post, I’d like to introduce three Go best practice based on my experience in writing Go in the last 3–4 years.Mar 28, 20225Mar 28, 20225
InThe StartupbyHagen HübelBuild a REST-API in GoLang with Swagger and Hot Reload of everythingThis tutorial is about how to build a REST-API in Go with auto generated Swagger-Docs and Hot Reload. Hot Reload does not only mean to…Apr 11, 20201Apr 11, 20201
InLevel Up CodingbyVille KuosmanenBetter error handling in Golang: theory and practical tipsWhy Go returns errors instead of throwing exceptionsMar 22, 20221Mar 22, 20221
InJavarevisitedbyRuby ValappilWhat is gRPC? Is it Better Than REST API?Netflix, Google, Square, and others have already adopted it.Mar 31, 20225Mar 31, 20225
Ananda Dwi RahmaSaving Memory In Golang By Composing Struct Correctly(If you compose data type of struct carelessly, it will waste your memory)Jan 19, 202213Jan 19, 202213