Go — An evolving language in this modern era

Quick tech learn
2 min readAug 25, 2023

--

This blogs acts as an index for golang blogs wirtten by me. In this blog you can find all the go blog links in one pages

  1. Introduction (https://medium.com/@quicktechlearn/introduction-to-golang-what-are-the-advantages-over-other-programming-languages-63a0047e17e1)
  2. Know about slices (https://medium.com/@quicktechlearn/what-are-slices-in-go-how-are-they-better-when-compared-to-arrays-9107b6f9ed7b)
  3. Goroutines(https://medium.com/@quicktechlearn/what-are-goroutines-in-go-are-they-same-like-threads-in-java-232b3a6f5d8c)
  4. Goroutines vs Java threads (https://medium.com/@quicktechlearn/which-is-better-in-concurrency-golang-or-java-1fac68366b2a)
  5. WaitGroups (https://medium.com/@quicktechlearn/how-to-sync-goroutines-in-go-how-to-use-wait-groups-7fef6741950)
  6. Garbage Collection in Go(https://medium.com/@quicktechlearn/garbage-collection-in-go-which-algorithm-does-go-uses-to-clean-memory-2de4380a0307)
  7. Disadvantage of using Slices(https://medium.com/@quicktechlearn/how-slices-affect-the-performance-of-your-code-in-go-how-can-they-be-mitigated-9e6f3d90e2e6)
  8. Channels (https://medium.com/@quicktechlearn/what-are-channels-in-golang-how-are-they-used-for-communication-between-goroutines-1ca81a2e6382)
  9. Strings and runes (https://medium.com/@quicktechlearn/strings-and-runes-in-go-is-there-character-datatype-in-go-224fbdee4118)
  10. Maps (https://medium.com/@quicktechlearn/understanding-the-maps-package-in-go-v1-21-8190b561116c)
  11. System Calls (https://medium.com/@quicktechlearn/understanding-system-calls-in-golang-fda016f234e8)
  12. Memory management (https://medium.com/@quicktechlearn/stack-and-heap-memory-in-golang-eec3fb7ec113)

Next 10 blogs scheduled for publication…

Follow my page as many go related blogs are already written and scheduled for daily publication

--

--

Quick tech learn

Blogs are written by a fullstack developer with experience in tech stack like golang, react, SQL, mongoDB and cloud services like AWS