排序
Código Limpo by Uncle Bob
Código Limpo by Uncle Bob, 'Foi visitar um amigo? Antes de sair da casa dele, deixe a casa mais limpa do que ela estava quando chegou.' Essa é a lição que tiro sobre o primeiro...
Wednesday Links – Edition 2021-05-12
Wednesday Links - Edition 2021-05-12, Wednesday Links (20 Part Series) 1 Wednesday Links - Edition 2021-03-24 2 Wednesday Links - Edition 2021-03-31 ... 16 more parts... 3 Wednesda...
Keep your code well organized. How I structure my web project
Keep your code well organized. How I structure my web project,Article originally posted on my personal website at How to organize your web project It is easy to get carried away an...
Clean Code
Clean Code,Photo by Scott Umstattd on Unsplash Today I wanted to talk about clean code since we closed last week our SOLID series, I thought it would be perfect if I continued writ...
Revisiting the D in SOLID
Revisiting the D in SOLID,Photo by Pavel Nekoranec on Unsplash This is a continuation of the SOLID. In the last post, I covered the I and now we will be continuing with the last D....
Revisiting the I in SOLID
Revisiting the I in SOLID, Photo by Pavel Nekoranec on Unsplash This is a continuation of the SOLID. In the last post, I covered the L and now we will be continuing with the L. So ...
Revisiting the L in SOLID
Revisiting the L in SOLID,Photo by Pavel Nekoranec on Unsplash This is a continuation of the SOLID. In the last post, I covered the O and now we will be continuing with the L. So i...
Revisiting the O in SOLID
Revisiting the O in SOLID, This is a continuation of the SOLID. In the last post, I covered the S and now we will be continuing with the O. So if you didn't check the last post, fe...
Presenting Exceptions to Users
Presenting Exceptions to Users, Exception Handling in Java (4 Part Series) 1 Avoiding NullPointerException 2 Hide Checked Exceptions with SneakyThrows 3 Exceptions and Streams 4 Pr...
Exceptions and Streams
Exceptions and Streams, Exception Handling in Java (4 Part Series) 1 Avoiding NullPointerException 2 Hide Checked Exceptions with SneakyThrows 3 Exceptions and Streams 4 Presenting...
Hide Checked Exceptions with SneakyThrows
Hide Checked Exceptions with SneakyThrows, Exception Handling in Java (4 Part Series) 1 Avoiding NullPointerException 2 Hide Checked Exceptions with SneakyThrows 3 Exceptions and S...
Simple State Machines In Java
Simple State Machines In Java, What is a State Machine ? Wikipedia defines a finite-state machine (FSM) as: an abstract machine that can be in exactly one of a finite number of sta...