最新发布第1616页
Java Design Patterns-拾光赋

Java Design Patterns

Java Design Patterns,I can't praise Robert Cecil Martin enough, a couple months ago I had to read Clean Code and that book single-handedly changed my perspective on how to write qu...
6 Java language resources to get you started-拾光赋

6 Java language resources to get you started

6 Java language resources to get you started,A few weeks ago, I made a post asking for resources to learn Java. The reasons for this are: Applying for jobs, I first noticed that ma...
Data Management approaches for your tests-拾光赋

Data Management approaches for your tests

Data Management approaches for your tests, Introduction I have now in my personal GitHub repo a way you can ask me questions related to the Quality Engineering subject. Rafael Teix...
Common Java myths and misconceptions-拾光赋

Common Java myths and misconceptions

Common Java myths and misconceptions,There're a lot of incorrect opinions among developers - some root in misunderstanding, lack of knowledge or bad experience from past. Java deve...
Replacing ZooKeeper with Kafka-拾光赋

Replacing ZooKeeper with Kafka

Replacing ZooKeeper with Kafka,Yes you read it correct. Currently, Kafka uses ZooKeeper to store its metadata about partitions and brokers, and to elect a broker to be the Kafka Co...
MultiMap - Tables in SwayDB-拾光赋

MultiMap – Tables in SwayDB

MultiMap - Tables in SwayDB,MultiMap is an extension of Map data type which allows storing multiple Maps within a single SwayDB instance. It mimics SQL's Table which can be used to...
AWS Compiled #001 - Serverless and JAVA-拾光赋

AWS Compiled #001 – Serverless and JAVA

AWS Compiled #001 - Serverless and JAVA,# AWS Compiled is a bi-weekly curation of # AWS developer content and news. # This covers the topics that matter most to developers from # a...
Getting Started with MariaDB using Docker, Java Spring and JDBC-拾光赋

Getting Started with MariaDB using Docker, Java Spring and JDBC

Getting Started with MariaDB using Docker, Java Spring and JDBC,Since being forked from MySQL back in 2009, MariaDB has become one of the most popular databases...
CASE STYLES IN PROGRAMMING !-拾光赋

CASE STYLES IN PROGRAMMING !

CASE STYLES IN PROGRAMMING !,have you ever came across words like camel case ,snake case and wondered what actually they mean? In this Article I will be elaborating about the diffe...
AR BASICS FOR ANDROID STUDIO-拾光赋

AR BASICS FOR ANDROID STUDIO

AR BASICS FOR ANDROID STUDIO,Hello Everyone, This post is going to be an interesting one because this is how i created my own pokemon(pikachu).What if we can create an app that can...
Building a wine cellar monitoring system - Part 2 : Creating a native Java library-拾光赋

Building a wine cellar monitoring system – Part 2 : Creating a native Java library

Building a wine cellar monitoring system - Part 2 : Creating a native Java library, This article is part 2 on my series on how I built a wine cellar monitoring system using #java a...
Building a wine cellar monitoring system - Part 1 : The hardware and setup-拾光赋

Building a wine cellar monitoring system – Part 1 : The hardware and setup

Building a wine cellar monitoring system - Part 1 : The hardware and setup, Hi there! As you may know already, I'm French. And as most French people, I care about my wine :). We mo...