RSSAmplifier

Blog

Sarah Abderemane's Website

sarahabd.comRSS feed ↗23 posts

Latest posts

Me and Mentorship

Mentoring is a great way to learn, some of my reflexions on mentoring and contributing to open source projects.

2025, year in review

Hi there, it has been a while… First of all, I want to say happy new year to you, best wishes !!

DjangoCon Africa 2025

Hi there, it’s have been a while… I have been for the first time to DjangoCon Africa few weeks ago. It was in Arusha, Tanzania.

DSF Vice President 2025

Hi there, it has been a while since my last post, but I'm now back with a new role...

TIL: python Protocol and typing

Python Protocols, the simple explanation from me

DSF Board, AMA after 8 months

My experience and all the questions folks have asked me about DSF Board

TIL: Accessibility resources #2

Hi there, I decided to a second edition of accessibility resources.

TIL: Git push force with lease

Git push force with lease, my new friend.

My Accessibility Review Checklist

My accessibility review checklist and others checklists

FOSDEM 2024, from my perspective

First time for me to got to FOSDEM, my thoughts of the conference.

2023, year in review

Hi there, it’s have been a while… First of all, I want to say happy new year to you, best wishes !!

TIL: Django constraints

I have done some work with constraints recently and I wanted to write something on it just to remind myself.

DjangoCon Europe 2023: from attendee to organizer

Hi there, I hope you’re fine. A few weeks ago, I was at DjangoCon Europe in Edinburgh...

Migration from Gatsby to Pelican

From JS to Python, migration static website generation, Gatsby to Pelican

TIL: Global gitignore

Hi 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

Hi 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

Hi 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

Hi 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 !

First participation, first contribution to open source. Yeah ! Yes, I finished my first the Hacktoberfest challenge, thanks to Digital Ocean…

Manual trigger with Github Actions

Hi 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

I'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

I 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 ?

I’ve been digging GitHub Actions since I received access to the beta. GitHub Actions is generally available since November 11, 2019 and I…