Blog
Notes on things I've built, learned, or found worth sharing.
Developing a Mobile App from Scratch with Expo and React Native
In this post, I'm sharing my experience of developing a mobile app from scratch and end-to-end - from the initial idea, to the software architecture, the CI/CD strategy and the submission to the app stores.
#expo#react-native#mobile-development#resendTeaching Scratch in Elbasan 🇦🇱
I joined iStep for a volunteer week in Elbasan, Albania, teaching kids and teenagers their first taste of programming with Scratch. Here is what stayed with me.
#iStep#Scratch#Elbasan#VolunteeringWinning The Stellar Dev Challenge Award
What started as a lunchtime idea became VoteVault, our voting app on Stellar. The short video tutorial we made on the side is what ended up winning the Vivid Video Award.
#stellar#blockchain#votevault#tutorialHusky - Perfect Git Hook to Reduce Refactoring Efforts
Husky is a great tool to add git hooks to your project. I will show you how to set it up and how it can reduce refactoring efforts.
#husky#git-hooksHow to Use Prettier as a Github Action
Prettier is a great tool to format your code. In this article, I will show you how to use Prettier as a Github Action.
#prettier#github-actions