Articles by Tag #exceptions

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Everything you didn't know you needed to know about Power Automate Errors

The simple truth is all automation/workflow/rpa software is never 100% perfect. Once outside of the...

Learn More 30 3Mar 17

Você Está Tratando Exceções Errado? Descubra o Que Ninguém Te Conta Sobre Exceptions em Java! Part 2

Parte 2 — Performance: O que Ninguém Te Conta Sobre Exceções em Java ...

Learn More 14 2Apr 8

Você Está Tratando Exceções Errado? Descubra o Que Ninguém Te Conta Sobre Exceptions em Java! Part 1

📚 Índice Introdução O que são Exceções em Java? Use exceções apenas para condições...

Learn More 13 1Apr 8

Ruby exceptions: tips & tricks

Exceptions are unexpected events that disrupt an application’s flow. Ruby’s exception-handling...

Learn More 6 0Nov 2 '24

Using Context Managers and Exception Handling for File Operations in Python

In this blog series, we'll explore how to handle files in Python, starting from the basics and...

Learn More 3 2Oct 1 '24

Custom `RoutingError` handling in Rails

Custom handling of `ActionController::RoutingError` in Rails

Learn More 2 0Jul 16

Exception Handling in Python

This article explores the various techniques used to handle exceptions in Python, including...

Learn More 1 0Dec 4 '24

Stop using try catch in your code

Have you ever found yourself looking through your code and noticing a lot of try-catch blocks...

Learn More 1 1Jan 1

What I've learned about distributed services (part three)

This is an anecdote really, but draws a very interesting conclusion. As it turns out when you...

Learn More 0 0Jun 25

Exception Handling Best Practices in Java

Mastering Checked and Unchecked Exceptions, Custom Classes, and Avoiding Common...

Learn More 0 0Jul 19

What I've learned about distributed services (part two)

Java is built in a way that developers are forced to always be doing exception handling. Period. It...

Learn More 0 0May 20

Common Exceptions In Spring Core and SpringMVC

Spring Core and Spring MVC throw various exceptions based on different scenarios. 1. Exceptions in...

Learn More 0 0Feb 23

The railway to better error handling

I was writing a new post about replacing exceptions in Tsonnet with a monadic approach, and the...

Learn More 0 0Feb 9

RootAlert - Real-time Exception Tracking for .NET with Redis

🚀 RootAlert - Real-time Exception Tracking for .NET RootAlert is an open-source real-time...

Learn More 0 0Feb 13

Understanding and Handling Exceptions in .NET

While at NDC London I heard a great talk by Matt Burke about exceptions. I will share some of the...

Learn More 0 0Feb 18