排序
Day 2 + 3
Day 2 + 3,Its been 2 days since my last update on my project status, as they were quite hectic. The focus of these days was to pick a good cloud service to host the user data, stor...
5 Ways to boost your code up using functional programming Style in Java
5 Ways to boost your code up using functional programming Style in Java, The release of Java 8 on March, 2014 brought up a bunch of significant changes to the java world and and am...
Dev.to/Twilio Hackathon: Writing a Rocket launch bot!
Dev.to/Twilio Hackathon: Writing a Rocket launch bot!, Introduction This is my first hackathon with Dev.to I will be participating so I'm looking forward to it! (this is not my fir...
Implement pattern matching in Java with Vavr library
Implement pattern matching in Java with Vavr library,Hello, Dev.to! Today we explore pattern matching. This is what functional languages are famous for. Java and other C-like langu...
Interference: Open-source distibuted database with complex event processing
Interference: Open-source distibuted database with complex event processing,What is interference? A bit of history. Several years ago, as part of an internal project, we tried to c...
Camel Case
Camel Case,Write a program to change the string in camelCase format in java ? 原文链接:Camel Case
Why we decided to be open source
Why we decided to be open source,Photo by Tim Mossholder from Pexels Since I started to work at TotalCross I realized that selling a framework to developers would be one of the mos...
Spring Boot : Unit Test
Spring Boot : Unit Test,Example of how to write unit test in Spring Boot. // UserController.java @RestController public class UserController { @Autowired private UserService userSe...
Add AWS Transcribe to Spring boot App
Add AWS Transcribe to Spring boot App,Amazon Transcribe uses a deep learning process called automatic speech recognition (ASR) to convert speech to text quickly and accurately. Ama...
Migrating from Oracle DB pipe messaging to Kafka
Migrating from Oracle DB pipe messaging to Kafka, Introduction First of all, I would like to state that I am not an Oracle DB expert. I am just a regular full-stack developer, that...