YourWalkOnTech

Enjoy your walk on technology

Subscribe to our YouTube channel to stay updated on published content ;-)


Azure portal: working with dashboards

Published date: Wednesday, November 6, 2024

Dashboards in the Azure portal are useful to manage and keep under control our resources. Create, export, share, clone them
Azure portal: shortcuts and customizations

Published date: Wednesday, October 9, 2024

Customizations and keyboard shortcuts in the Azure portal to speed up access to frequently used features and get suggestions
What "handle an exception" means

Published date: Sunday, August 25, 2024

The three ways to handle an exception: delegate the calling method, handle the exception in the current method or both
Introduction to Java exceptions

Published date: Wednesday, August 21, 2024

What exceptions are, the classes involved, what java.lang.Error is, where exceptions are generated, why exceptions are useful