排序
Crie testes unitários mais amigáveis e mais rapidamente com Spock
Crie testes unitários mais amigáveis e mais rapidamente com Spock,Testes e especificações quase sempre são uma dor de cabeça para o desenvolvedor. Gastamos muito tempo escrev...
Bit Manipulation Techniques
Bit Manipulation Techniques,LIKE MYSELF I HAVE SEEN MANY PEOPLE SPECIALLY BEGINNERS STRUGGLING WITH BIT MANIPULATIONS IN THE BEGINNING! SO I THOUGHT I WOULD WRITE A POST SO THAT PE...
Dependency Injection in Java is easy – Part 2 – Google Guice
Dependency Injection in Java is easy - Part 2 - Google Guice, Dependency Injection in Java is easy (3 Part Series) 1 Dependency Injection in Java is easy - Part 1 - A Design Patter...
Hidden Gems: Event-Driven Change Notifications in Relational Databases
Hidden Gems: Event-Driven Change Notifications in Relational Databases, A powerful non-standard feature that developers should know about Introduction Wouldn’t it be great if we c...
Dependency Injection in Java is easy – Part 1 – A Design Pattern
Dependency Injection in Java is easy - Part 1 - A Design Pattern, Dependency Injection in Java is easy (3 Part Series) 1 Dependency Injection in Java is easy - Part 1 - A Design Pa...
Let’s talk about STREAMS !!
Let's talk about STREAMS !!, Hey there! In this article I will be talking about Streams in Java and how they help in writing neat and compact production codes. But before diving in...
Combining Groovy and Java
Combining Groovy and Java,Combining Groovy scripts in our Java-based code, is easy with Maven. You can check out the code for this tutorial in Github. Scenario: we're asked to prod...
Let’s Talk About REGEX !!
Let's Talk About REGEX !!, I think most of us would agree that : 'Regex' is one of those concepts in computer science that no matter how many times you practice , you may have to g...
Validação de regras: evitando blocos de ifs
Validação de regras: evitando blocos de ifs, O Problema 🤯 Lembro de trabalhar em um projeto em que eu tinha que validar vários dados que vinham de uma entrada de usuário e as ...
Converting names in C to Java
Converting names in C to Java,The x11 protocol is described in several xml files in the xcb project. These files define structures used in the C client. Each struct contains types ...
Exception Scenarios for Java’s try-with-resources
Exception Scenarios for Java's try-with-resources,Have you ever ran into an exception thrown by a try-with-resources block and wondered how it works? This article observes the beha...