最新发布第1184页
Build A RESTful Web Service Using Spring Boot-拾光赋

Build A RESTful Web Service Using Spring Boot

Build A RESTful Web Service Using Spring Boot,The continuation of this tutorial is here connect to firebase and persist data In this following tutorial, we will build a simple REST...
Code Dojo #4 Christmas Special: Reindeer race-拾光赋

Code Dojo #4 Christmas Special: Reindeer race

Code Dojo #4 Christmas Special: Reindeer race, Intro The code for this monthly challenge is at git repository. On this month challenge there will be a complete server and a templat...
Why use functional style in Java?-拾光赋

Why use functional style in Java?

Why use functional style in Java?,While previous post shows how to transform traditional code into functional one, it does not provide answer why it is necessary. There are several...
Introvert? Try speaking at a conference!-拾光赋

Introvert? Try speaking at a conference!

Introvert? Try speaking at a conference!, This post reflects on my experience as a conference speaker for the first time earlier this year. I got the chance to speak at JFuture in ...
Best IDEs for Web Development-拾光赋

Best IDEs for Web Development

Best IDEs for Web Development,Editing HTML and CSS code should be possible with no particular devices. Truth be told, in the event that you have a straightforward content tool, you...
Overriding default Kryo serialization for linked-data objects-拾光赋

Overriding default Kryo serialization for linked-data objects

Overriding default Kryo serialization for linked-data objects,We found an interesting issue when using Kryo the other day. One of our clients had a large set of data and they were ...
Breakfast Then Code-拾光赋

Breakfast Then Code

Breakfast Then Code,I've been coding for 60 days straight now. I hit a bump about 40 days in when I struggled really hard to continue, Mainly it was due to not knowing how to pract...
What I Learned From Developing Arabic OCR Android App-拾光赋

What I Learned From Developing Arabic OCR Android App

What I Learned From Developing Arabic OCR Android App,I searched for an app to extract text on images for Arabic language. I couldn't find any app without Internet access for Andro...
Working on a monolithic legacy system in a large cooperation-拾光赋

Working on a monolithic legacy system in a large cooperation

Working on a monolithic legacy system in a large cooperation,The lessons and challenges that I've come across working on a monolith, as a junior JAVA support developer. Firstly I w...
Text Detector using firebase MLKit-拾光赋

Text Detector using firebase MLKit

Text Detector using firebase MLKit,Good day all This is a Text Detector app i created using Google API and firebase MLKit https://play.google.com/store/apps/details?id=com.mobile.t...
Logging on the cheap-拾光赋

Logging on the cheap

Logging on the cheap,To log or not to log? Writing new code is a relatively small part of application development. A much larger part of a software engineer's life involves support...
Playing with Monad or How to enjoy functional style in Java-拾光赋

Playing with Monad or How to enjoy functional style in Java

Playing with Monad or How to enjoy functional style in Java,These days using functional style is, well, kinda trendy. There are a lot of tutorials/articles/posts/etc. with explanat...