Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/myrachanto/senior

Explore my most resonating LinkedIn posts from the last 30 days! as @ 17 Dec 2024 🚀 From unraveling Golang’s power with slices, dependency injection, and channels, to understanding concurrency gotchas and mastering deferred functions, there’s something for everyone passionate about Go. Let’s dive into these insights and quizzes together! 🐹👨‍💻
https://github.com/myrachanto/senior

concurrency-gotchas constants dependancy-injection golang golang-channels golang-concurrency maps slices

Last synced: 12 days ago
JSON representation

Explore my most resonating LinkedIn posts from the last 30 days! as @ 17 Dec 2024 🚀 From unraveling Golang’s power with slices, dependency injection, and channels, to understanding concurrency gotchas and mastering deferred functions, there’s something for everyone passionate about Go. Let’s dive into these insights and quizzes together! 🐹👨‍💻

Awesome Lists containing this project

README

        

These are my most resonating posts for the last 30 days or so!

Hi everyone 🤗 , with the year coming to an end I thought I should have a repository with my posts on Linkedin

they include

1️⃣ [How awesome Golang is at dealing with data](https://github.com/myrachanto/senior/tree/master/mapper)

2️⃣ [What are slices and how do they work in Golang?](https://github.com/myrachanto/senior/tree/master/fundamentals/slices)

- [we delve at what and how slices work in Golang](https://github.com/myrachanto/senior/tree/master/slicer)

3️⃣ [A deep dive into dependency injection - constructor, method, and field injection in Golang.](https://github.com/myrachanto/senior/tree/master/di)

4️⃣ [Be very careful about how you use deferred functions with anonymous functions!](https://github.com/myrachanto/senior/tree/master/defa)

5️⃣ [Understanding constants and enums in Golang #quizthursday](https://github.com/myrachanto/senior/tree/master/constantes)

6️⃣ [#QuizThursday: Concurrency Gotchas in Go 👨‍💻🐹](https://github.com/myrachanto/senior/edit/master/concurrency/README.md)

7️⃣ [When to use buffered and unbuffered channels in Golang](https://github.com/myrachanto/senior/tree/master/channels)

8. [Let's get crazy and figure out the magic box called channels in Golang, and how it manages to keep communication between goroutines (which never ever interact with each other)](https://github.com/myrachanto/senior/tree/master/hchaner)

9. [pingpong game](https://github.com/myrachanto/senior/tree/master/pingpong)

![concurrency](https://github.com/myrachanto/senior/blob/master/concurrency/Designer(1).png "concurrency")

#go #golang #golangtips #seniorgolang #backend