AEAmanda Ene Adoyiinfreecodecamp.org·Sep 3, 2025 · 10 min readHow the Node.js Event Loop WorksThe Node.js event loop is a concept that may seem difficult to understand at first. But as with any seemingly complex subject, the best way to understand it is often through an analogy. In this article, you’ll learn how overworked managers, busy wait...00
AEAmanda Ene Adoyiinlonercode.hashnode.dev·Aug 19, 2025 · 10 min readAdaptive Video Bitrate Streaming with FFmpegHave you ever wondered why despite how terrible your bandwidth may be, you’ve somehow managed to stream a YouTube video and sat through an entire Netflix movie without it hanging? True, it gets a bit blurry occasionally but somehow without your assis...01M
AEAmanda Ene Adoyiinlonercode.hashnode.dev·May 21, 2025 · 4 min readMy Shot at Real PythonSo this post is not going to be like our regular posts (Sorry for barely posting) but it is going to be a fun read, more akin to a story time. It’s basically about how I got my chance to write for Real Python and how I have become a writer for the pl...00
AEAmanda Ene Adoyiinlonercode.hashnode.dev·Jan 1, 2025 · 3 min readPython's Built In Modules: The Datetime ModuleIt has been quite some time since my last blog post but we haven’t gone off track in our built-in modules python series. The module we would be looking at today is something we may all relate to as sleep deprived developers - coffee; I mean datetime....00
AEAmanda Ene Adoyiinlonercode.hashnode.dev·Jul 6, 2024 · 5 min readPython's Built In Modules: The OS ModuleWelcome to another bitesize episode of the built-in Python module series. The last time we had a look at the sys module and now we'd be looking at something somewhat similar known as the operating system (os) module. A major difference between the tw...00