Software engineering and personal development

Tag: switch

How to Simplify the Management Resources in Python with Context Managers

In Python, managing resources such as files, network connections, or locks is a crucial aspect of writing robust and efficient code.

It’s essential to ensure that resources are properly allocated and released to avoid leaks or unexpected behavior.

Thankfully, Python provides an elegant solution for this problem: context managers.

In this article, we’ll explore how context managers simplify resource management and improve code readability.

Continue reading

How to switch between your Chrome tabs using your keyboard

There are times when you may need to have a lot of tabs open, and navigating through them can be a bit painful, as your list can be too crowded that you are not able to read any title from the list of tabs. You can only view the icons of your tabs. There is a great Chrome extension that allows you to search through your tabs and navigate through them by only using your keyboard.

Continue reading

© 2024 Fatos Morina

Theme by Anders NorenUp ↑