blog.azanulhaque.techJoin the Cloud Revolution: Contribute to Komiser this Hacktoberfest!Hey there, fellow developers! 馃憢 As we gear up for Hacktoberfest 2024, I'm thrilled to invite you to join us in shaping the future of cloud management with Komiser. If you're passionate about open source, cloud technologies, and making a real impact,...Oct 10, 2024路3 min read
blog.azanulhaque.techCooking concurrently with PythonConcurrency refers to the ability of a program to manage multiple tasks seemingly at the same time. While a single CPU core can only execute one instruction at a time, concurrency allows programs to juggle multiple tasks by rapidly switching between ...Apr 14, 2024路5 min read
blog.azanulhaque.techCooking with python generatorsGenerators are a powerful concept in Python that offer memory-efficient ways to create iterators. Unlike traditional iterables like lists or tuples that store all values in memory at once, generators produce values on demand, making them ideal for ha...Apr 5, 2024路3 min read
blog.azanulhaque.techPython context managersThe with statement in Python is primarily used for resource management. It ensures that a resource is properly initialized and released when it's no longer needed, even if exceptions occur during the execution. It can also be used for suppressing cer...Apr 3, 2024路4 min read
blog.azanulhaque.techGhost in the MachineWhy am I writing this? Because sometimes the best way to deal with your problems is to force everyone to read about them. The facts have been altered to make them more awesome. After a month-long collaborative effort of the entire backend team, Raju ...Mar 12, 2023路4 min read