编程技术 第1477页
Day 2 + 3-拾光赋

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

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!

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

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

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...
Longest Run-拾光赋

Longest Run

Longest Run,Random dice rolls and then find the longest run. 原文链接:Longest Run
kity的头像-拾光赋kity5年前
02215
Camel Case-拾光赋

Camel Case

Camel Case,Write a program to change the string in camelCase format in java ? 原文链接:Camel Case
kity的头像-拾光赋kity5年前
0478
Flights-拾光赋

Flights

Flights,A simple flights application. 原文链接:Flights
kity的头像-拾光赋kity5年前
02914
Why we decided to be open source-拾光赋

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

Spring Boot : Unit Test,Example of how to write unit test in Spring Boot. // UserController.java @RestController public class UserController { @Autowired private UserService userSe...
kity的头像-拾光赋kity5年前
0379
Add AWS Transcribe to Spring boot App-拾光赋

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

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...