排序
Testes Unitários com JUnit no Java
Testes Unitários com JUnit no Java,Os testes unitários estão sendo cruciais no meu dia a dia no desenvolvimento de software, garantindo que cada parte do código funcione como e...
How to Write Great Tests!
How to Write Great Tests!,In my previous post, I discussed a nifty sorting test. Today, I am going to teach you how to write great tests! When I write a new JUnit test I follow the...
Testes 101 – Testando aplicações Java
Testes 101 - Testando aplicações Java, Level Up (4 Part Series) 1 Testes 101 - Testando aplicações Java 2 Soft-Skill 101 - Mentoria. Porque e como? 3 Ágil 101 - O que devo sab...
Re-thinking Mocks
Re-thinking Mocks,These days I have mainly been using Java for my professional career (roughly I have been working with Java for a year). I also mainly have been using the Spring f...
Let’s code: graphs in java
Let's code: graphs in java,I have been obsessed with graphs for a few years now. This obsession has resulted in three projects: graph-dsl, graphs, and graph-wm. Graphs are excellen...
Technical debt
Technical debt,Software development is cursed with an implied cost at any stage, no matter how elegant your solution looks at any point of time. The cost of fixing what you messed ...
I tried to use Test-Driven Development
I tried to use Test-Driven Development, We will look into how to use test-driven development in order to write code. I go through the process I use in order to create self-document...
Tests and Requirements
Tests and Requirements, Thoughts on TDD (2 Part Series) 1 A very simple Test Driven Development Tutorial 2 Tests and Requirements In the last days I'm facing a huge question: With ...
A first approach to contract test
A first approach to contract test,In this post I will talk about contract test: what they are and how you can use them. Sometimes you have to unit test multiple implementations of ...
Functional Enums in Java
Functional Enums in Java,A rehash of my GitHub.io post._ Introduction The largest personal project I am currently undertaking, is that of an emulator (EmuRox). The main goal was to...
Live Coding Learnings – June 20, 2019
Live Coding Learnings - June 20, 2019, Live Coding Lessons Learned (4 Part Series) 1 Live Coding Learnings - June 18, 2019 2 Live Coding Learnings - June 19, 2019 3 Live Coding Lea...
Live Coding Learnings – June 19, 2019
Live Coding Learnings - June 19, 2019, Live Coding Lessons Learned (4 Part Series) 1 Live Coding Learnings - June 18, 2019 2 Live Coding Learnings - June 19, 2019 3 Live Coding Lea...