Understanding Kotlin’s coroutines

I am currently in the process of porting an Android app and I am therefore learning Kotlin at the same time, since this is now the recommended language for Android development. I have to say, I like this new language a lot : it reminds me of the conciseness and expressiveness of Python but with […]

Tutorials

I finally found some time to upload the few tutorials I’ve written. They are available here or in the menu at the top of the page, all under the CC BY-NC-SA license so feel free to use them in your courses or presentations. If you do so I’d be happy to hear about it!

kicad2bom

kicad2bom is a simple tool which is able to extract the list of components from a set of Kicad projects, apply usual select/sort/filter operations, and output the result either on the standard output or in a CSV file. Its goal is to make generating components shopping cart as quick and easy as possible (when used […]