排序
The int vs. Integer pitfall of Java’s ArrayList.remove()
The int vs. Integer pitfall of Java's ArrayList.remove(),Be careful when you try to use ArrayList.remove() to delete specific elements using a boxed Integer rather than a primitive...
Java is too old, What should you learn in 2018?
Java is too old, What should you learn in 2018?, Java is too old, What should you learn in 2018? Java has become legacy. It can’t evolve in to a modern language while keeping its ...
How a great package structure can make a great application
How a great package structure can make a great application,In this post I will give you some simple advice that, when followed carefully, will immediately lead to an easy to mainta...
Transitioning from Java to Python Professionally
Transitioning from Java to Python Professionally,I'm planning to making the transition from coding professionally in Java to Python. I've only worked on side projects with python (...
Learning Algorithms with JS, Python and Java 9: Printing Steps
Learning Algorithms with JS, Python and Java 9: Printing Steps,This series of articles follows Stephen Grider's Udemy course in three different languages. JavaScript solutions are ...
The Power of Regular Expressions
The Power of Regular Expressions,Regular expressions (or regex) is a concept that is relatively simple to learn, yet can have a huge impact on your code's readability, maintainabil...
Repasando Artículos: Why Functional Programming Matters
Repasando Artículos: Why Functional Programming Matters, Repasando Artículos (4 Part Series) 1 Repasando Artículos: Why Functional Programming Matters 2 Repasando Artículos: Mo...
Webservices using Java 10
Webservices using Java 10,Does anyone know if there is a way to create webservices using Java 10? 原文链接:Webservices using Java 10
The seven rules for continuous UnitTest
The seven rules for continuous UnitTest, Introduction Do you write UnitTest on your project? Are UnitTests ran every time? I completely thought it's same thing to write UnitTest an...
Why is the name of the language, ‘Clojure’?
Why is the name of the language, 'Clojure'?,Many who did not seek the 'history' thinks: Did you pick the name based on starting with the word 'closure' and replacing the 's' with '...
Convert Microsoft Visio Document to PDF in Java
Convert Microsoft Visio Document to PDF in Java,Developers can convert any Microsoft Visio document to PDF (Portable Document Format) in Java using Aspose.Diagram which is a light-...
Kotlin
Kotlin,In this year's KotlinConf keynote Andrey Breslav mentioned how pleasantly surprised he was by the results of Google search for 'Kotlin love' keywords. Developers love workin...