Articles
- LambdaConf 202506/25/2025ConferenceAI
Both me and my wife had the pleasure of being invited to give talks at this year's final Lambda Conf in Estes Park, Colorado.
- Storique in Shark Tank06/21/2025DevelopmentProductStorique
A few months ago, my wife Valentina was pitching our product Storique in the Hungarian version of Shark Tank. It was an amazing experience and I want to share a bit of the backstory with you here.
- Astro vs Qwik08/31/2022DevelopmentWebAstroQwik
Both Astro and Qwik have the same goal: ship less Javascript to clients. In this post we take a look at the two frameworks and see where they differ.
- Inter-Component Communication in Vue 303/30/2022DevelopmentWebVue
How can components in Vue 3 communicate with each other?
- Developing A Vue 3 Headless Component03/16/2021DevelopmentWebVue
What are headless components? And how can they be developed using Vue 3?
- How To Stick To Your New Years Resolutions01/02/2021ProductivitySelf Improvement
4 tips that i use to stick to my new years resolutions.
- How I Journal12/22/2020ProductivitySelf Improvement
Since quite some time i am organizing my life using a journal. In here i give some insights how i use my journal.
- Becoming Indistractable11/18/2020ProductivitySelf Improvement
Staying in focus, without distractions is something we all dream of. Here i share how i myself became indistractable.
- The Importance of Shutting Down11/18/2020DevelopmentProductivitySelf Improvement
How shutting down your computer can be great for your productivity and your life in general.
- A Pagination Library for Vue 310/20/2020DevelopmentWebVuePagination
Recently we at cyon open-sourced our vue-use-pagination library. In this post i am gonna explain what it is, why we needed it and how it can be used.
- Legacy article Using Browserify in Electron applications08/30/2016DevelopmentElectronNodeBrowserify
Electron is a framework that enables you developing cross-platform desktop applications using web technologies. In this blog post i'll assume that you already know how Electron works and that you've also tried it out yourself.
- Legacy article composer test07/22/2014DevelopmentWebPHPComposer
Composer is a package manager for PHP which already serves ~34'000 packages (as of July, 22nd) via Packagist and grows with 70 new packages a day.