mogboluwagaonayade.hashnode.devPersonalized Confirmation Tickets with FastAPI and PillowWhile working as a backend developer for AIESEC in Nigeria, I encountered a challenge during conference registrations: creating personalized tickets for attendees. Traditional methods, like writing extensive MJML templates, felt cumbersome and time-c...Nov 29, 2024·5 min read
mogboluwagaonayade.hashnode.devPython Tutorial: How to Extract Polling Unit Data from Nigeria's INEC WebsiteIntroduction Web scraping is an important aspect of programming because it makes extracting information and data from a website easy. I would use this to get the Polling Unit data from Nigeria's electoral commission's website. For this tutorial, you...Sep 1, 2023·3 min read
mogboluwagaonayade.hashnode.devReducing a JSON Object with Nested Objects to a Simpler Object with PythonI had a problem recently while I was scraping polling unit data from Nigeria's INEC website. I had gotten the data and wanted to convert the JSON file to an excel file, but the result came up like this because the JSON objects for each polling unit h...Nov 27, 2022·3 min read