Principal Software Engineer of all things, Software Gardener, Clean Code Evangelist, Technical Author, Occasional Speaker, Organiser of Voxxed events in Greece
Session en anglais - Intermédiaire
You have analyzed your code with your favorite quality inspection tool. You have seen the metrics. Some of them are clear, some are not. Now what? What are the next steps? What’s the best way to tackle Technical Debt? In this session, I will discuss all the above based on my 10-years experience
Session en anglais - Intermédiaire
Concurrency is one of the most attractive yet super simple features of Go. It comes in different flavors and levels of power to ensure that we can get the best out of it with minimum coding. In this talk, I'm going to cover the following topics :
- Goroutines
- Mutex Locking
- Channels
The purpose of the talk is to get the audience familiar with all these concepts