Im a Developer that loves learning new stuff each day! Currently learning all kind of low level stuff focusing on C and Go. Also interested in Assembly, Rust and Zig for the future. Always learning, always challenging myself.
- π Iβm currently working on improving myself and try to be better than yesterday
- π± Love building stuff and solving problems
- π¬ Ask me about all stuff related to development
- β‘ Fun fact: 42 == "42 = true; Its funny because its true π
- LinkedIn π¨πΌ
- Website (currently offline) ππ
- Blog Hashnode and Blog Dev.to π€π»
Ceelei - A CLI tool for the CLI
12 Sept 2021
Introduction Hello there! This time I wanted to share a little tool I wrote last week that helps me in my daily work and maybe it's also helpful for others, for you! The problem As a developer, I work inside the CLI. A lot. I really like it but how o... |
5 useful CSS resources
8 Aug 2021
Introduction Hello there! CSS is like magic and there are tons of resources out there. I want to share 5 of them that I find very useful when working with CSS and I hope you will also find value in them. 1: CSS Tricks One of the best and well-known ... |
Stress-Free Productivity
1 Aug 2021
Introduction Hello there! At the moment I'm reading a book about stress-free productivity and I want to share one or two tips that are mentioned in this book. These tips are really simple but I was surprised how effective they are if you follow them.... |
Understand Constraints in Flutter
11 July 2021
Introduction Hello there! Another week, another Flutter blog post. This week I want to introduce you to constraints in Flutter. When building a UI in Flutter constraints are very important and I would bet you already met an error based on constraints... |
How Flutter renders Widgets
4 July 2021
Introduction Hello there! On my way to master flutter widgets are key. In Flutter everything is a widget. And so it's crucial to understand how they work and how Flutter renders Widgets. It's a bit of theory but it will help you to better understand ... |
Flutter Learning Roadmap V1
26 June 2021
Introduction Hello there! Currently, I'm really into Flutter and I want to learn it inside out. I don't want to learn Flutter I want to be Flutter! So I thought this time a rough overview of all the topics would be nice so I have a rough structure to... |