Use AWS through GitHub Actions without secret keysIt all started with the following question: How do we safely store AWS IAM User Keys (Access and Secret) created by IaC?Mar 30, 2022Mar 30, 2022
Published inAWS TipImporting existing AWS resources using AWS CDKI like infrastructure and I advocate AWS CDK for one reason: it allows us to use Typescript (or other languages) which is less of a…Feb 22, 2022Feb 22, 2022
Published inHomedayS3: Beyond simple storageS3 stands for Simple Storage Service. It is indeed simple to use but it has a lot of features that go beyond the word “simple”.Jan 21, 2022Jan 21, 2022
Published inHomedayThe road to Static Site Generation on AWSI want to highlight how we approached a migration in terms of infrastructure, which challenges we faced, and what we learned on the way.Dec 17, 2021Dec 17, 2021
Prettier, ESLint and TypescriptI decided to write this article to sum up a struggle of mine. We’ve started a new project in the company, Prettier was set up, ESLint was…Sep 22, 2021Sep 22, 2021
Published inHomedayCreating a GitHub Action for your Slack release BOTMerge, release and let your team knows when deployment is done through an automated Slack message.Jun 28, 2021Jun 28, 2021
Published inGeek CultureVue Custom InputMost of us have faced it: build a custom input component. There are multiple reasons behind it but in general, it has custom styles and we…Mar 12, 2021Mar 12, 2021
Published inHomedayMultiple builds targeting different browsersBuilding different versions of our applications targeting different browsers so each browser downloads only the “fallbacks” it needs.Aug 21, 2020Aug 21, 2020
Webpack concepts: Loaders and PluginsThis is the first time I write a series of articles. I decided to structure it like that as I don’t have the full picture of what I’m…Aug 3, 2020Aug 3, 2020
Go async in Vue 3 with SuspenseVue 3 is coming with a some exciting new features. Composition API is the hottest one at the moment but there are others!Jun 29, 2020Jun 29, 2020