Posts
TIL: Global gitignore
July 12, 2022Hi there! I found out that you can configure git to exclude files or folders globally and this is useful so that the project gitignore is…
TIL: Accessibility resources
May 07, 2022Hi there, I decided to start TIL (Today I Learned) series ! Rodrigo, author of Mathspp blog, give me envy to do so with his TIL series…
2021, year in review
January 30, 2022Hi there, it's have been a while... First of all, I want to say happy new year to you, best wishes !! Thank you to Katherine Michel and…
Thoughts on DjangoCon Europe 2021
June 07, 2021Hi there, it has been a while since my last post, but I' m now returning from a great conference: DjangoCon Europe. It was my first virtual…
First contribution to open source, hacktoberfest !
November 03, 2020First participation, first contribution to open source. Yeah ! Yes, I finished my first the Hacktoberfest challenge, thanks to Digital Ocean…
Manual trigger with Github Actions
January 28, 2020Hi there, this blog post explains how to manually trigger builds of GitHub actions. Why would you want to do that? Instead of just waiting…
Relation between middle/senior and junior dev
January 01, 2020I've been a teacher and also a learner, so I've got something to tell you. I've heard so many comments like "you're too junior" , "you're…
Docker services in Github Actions won't have secrets for you
November 17, 2019I explain deeper how is structured an action and how to use docker services in an article but I will focus here more on services. Yeah…
How to create Github Actions to run tests with services ?
November 05, 2019I’ve been digging GitHub Actions since I received access to the beta. GitHub Actions is generally available since November 11, 2019 and I…