4 months later On the 28th of December, i passed the AWS Certified Developer Associate. It was my first AWS certification. I passed it after 4 months of studying while working my full time job as a Software Engineer Junior. I passed it online wit...
The idea I always wanted to learn how to create a chrome extension. I had the following idea : "It would be awesome to have an extension that republish my article from Hashnode to Dev.to". I knew that Dev.to exposes an API. But i didn't know how to w...
Tabs, tabs, tabs I always like to read stuff, and listen to podcasts. So when i find something i'm interested in, i open a tab on my browser and i leave it there for ... later. And then, i move on to the next thing, and i find another super article o...
On a previous article, i shared the fact that i submitted my first PR on a open-source project. And guess what ? my PR has been merged :) What was your contribution ? My contribution was super simple. It was on a Golang app, and the PR was about re...
I had this idea after reading the article of Chris Bongers about automating morning routine I read that article and loved the idea to automate some tasks that we do everyday. So i decided to take a step further and create a CLI who is gonna be my ...
It's a fact I am terrible at coding exercises. When i say coding exercises, i mean coding problems related to data structures and algorithms. For example : Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. ...