Reduzindo acoplamento no desenvolvimento de software
Reduzindo acoplamento no desenvolvimento de software,Existem vários princípios que ajudam na implementação de códigos mais desacoplados e tudo mais, aqui a ideia e exemplifica...
Multiple Ways to Copy Array in Java Effectively
Multiple Ways to Copy Array in Java Effectively,If you were given the task of copying the values from array a to array b, how would you do it? ...if you asked me when I was a begin...
Algorithms Challenge (1) How to print out Fibonacci series in two lines code
Algorithms Challenge (1) How to print out Fibonacci series in two lines code,Print out Fibonacci numbers in range 0 - 100 Concept : print out two numbers every time Code in java: p...
My code Is Tested by Someone Else For the First Time
My code Is Tested by Someone Else For the First Time,I finished my Static Site Generator called OpenSSG. I tried to give it to someone to test with high quality. At least I wish it...
Open Source Basics
Open Source Basics, LAB 1 How did you go about finding someone to work with? I reached out and asked if anyone was doing their project in java. What was it like testing and reviewi...
Reflection API feature in Java – Overview
Reflection API feature in Java – Overview, I. Introduction. This is the first post from series of articles with main subject – Java reflection. In this article, I am going to exp...
Programming chose me
Programming chose me,Being unable to convince my parents and being unable to afford a university elsewhere except in my home state, I was compelled to apply for Medicine and Surger...
CRUD Repository with Hibernate Reactive and Eclipse Vertx
CRUD Repository with Hibernate Reactive and Eclipse Vertx, This video continues the topic of development Vertx applications that make use of the Hibernate Reactive ORM library. In ...
Remote debugging of Java apps in Kubernetes
Remote debugging of Java apps in Kubernetes,'It works on my machine ¯_(ツ)_/¯' - the older generation of developers often used this phrase in daily life. With Docker and Kubernet...