Professional examples
* https://github.com/espressif/esp-debug-adapter - [Python] I am the main developer (not alone, of course) and I develop here almost a year. Here you can see my Python level, and how do I use it for the real problem. Some of my significant commits - to be more specific:
- Merge branch 'feature/postmortem_mode' into 'master': https://github.com/espressif/esp-debug-adapter/commit/5e6eef938b02ce660178121998409e0d6a26e04b
- My last commit in the project: https://github.com/espressif/esp-debug-adapter/tree/bb37c0b5daa5809a73171bacb4691d619306318f
* https://github.com/espressif/esp-idf/tree/master/components/tinyusb/additions - [C] Added a USB support adapting third part repository. Looking on this example you can understand how I can work inside the larger projects, that weren't developed by me.
Hobby projects
- https://github.com/an-dr/r_giskard/tree/feature/emotional_core/core/src - [C++] It is my hobby experiment, but you can understand the level of my C++ skills
- https://github.com/an-dr/zakhar - [C/C++/Python] - It is my huge hobby project, where I'm the only developer and you can understand what kind of projects I can do working alone.