Past Editions
Monolithic servers are the past. The future is in the hands of microservices-based structures! It’s time to dive into the microservices approach to learn its principles and its strengths (and maybe its weaknesses too!).
"Concurrency" è la parola chiave per capire e per apprezzare pienamente il Go, grazie ai potenti strumenti che il linguaggio ci fornisce. Niente thread, o lock, o mutex, solo Go. In questo talk vedremo passo passo quali feature il Go ci mette a disposizione per entrare facilmente nel mondo della programmazione parallela e concorrente: le goroutine e i channel.