排序
Keep your SQL database in sync with Google Sheets
Keep your SQL database in sync with Google Sheets,This is basically a README but oh well it might be useful to someone. I created googlesheets-sql-sync to let users manually insert...
Java Optional in class fields? Why not.
Java Optional in class fields? Why not.,Optional was introduced in Java 8 and according to documentation it is supposed to limit the use of null in return from the methods. Optiona...
How file descriptors can bring your service down.
How file descriptors can bring your service down.,Over the past year I've completed the Linux Foundation's Essentials of Linux Administration course. Today I'm going to focus on fi...
What is Java 9 Flow API and what is it’s significance?
What is Java 9 Flow API and what is it's significance?,Explain Java 9 Flow API like I am 5(or 10). 原文链接:What is Java 9 Flow API and what is it's significance?
Why I love Java
Why I love Java,Java is unarguably one of the most popular programming languages in the world today. Companies like Google, Amazon and Netflix -- to name a few big names -- are usi...
Hello World!
Hello World!,A Hello world! program is a bit of code that prints the string 'Hello world!' to the terminal / output / etc. In most languages, this is a straightforward an...
Coloured Terminal Output with Java
Coloured Terminal Output with Java,I was looking for a way to add a bit of flair to some terminal output today and found this StackOverflow post explaining how to add colour to ter...
Building a Greenfield Hospital Information System with Java, Spring Boot, Apache Wicket and Gradle
Building a Greenfield Hospital Information System with Java, Spring Boot, Apache Wicket and Gradle, The Kirpal Sagar Charitable Hospital is a small hospital in Punjab, India with a...
Convert Microsoft Visio Document to PNG in Java
Convert Microsoft Visio Document to PNG in Java,Developers can convert any Microsoft Visio document to PNG (Portable Network Graphics) in Java using Aspose.Diagram which is a light...
Most Popular Development Posts Of The Week (17 October 2018)
Most Popular Development Posts Of The Week (17 October 2018),The way to get started is to quit talking and begin doing The One reason you should learn Python Java is too old, What ...
Requirements as code v1.0.0 published
Requirements as code v1.0.0 published,The requirements as code project simplifies the development of event-driven applications. It provides a concise way to create handlers for man...
Technical debt or we must improve our code base quality
Technical debt or we must improve our code base quality,At this article I would tell about about one important code quality - maintenance. Problem. Two ways to solve your technical...