最新发布第1739页
Java Map keys should always be Comparable
Java Map keys should always be Comparable,This article is inspired by the discovery years ago that an attacker could manipulate query parameters to turn the map data structure in m...
Which is the best IDE for a smartphone.
Which is the best IDE for a smartphone.,Hello dev.to community, Can you help me select a good IDE for my smartphone which can integrate projects with my github account? (Need it to...
Java Developer Litmus Test Solution
Java Developer Litmus Test Solution,My objective in preparing Poor Example was to explore the abilities and attitudes of developers beyond a narrow ability to remember facts. It is...
Control over rasterization in Aspose.CAD.
Control over rasterization in Aspose.CAD.,Aspose.CAD allows some control over rasterization of CAD files to raster images and PDF files. Let's see what's possible with them. Raster...
How to Encrypt your Maven Password
How to Encrypt your Maven Password,Although Maven documentation has a whole page on their password encryption feature, it doesn't actually tell you how to do what you need to do to...
Will PHP save your startup?
Will PHP save your startup?,About two months ago Alexander Katrompas wrote a post on medium titled Java will kill your startup. PHP will save it.. I already posted a short response...
Practical guide to Dagger 2
Practical guide to Dagger 2,The post was published at my blog. If you don't have any idea about dependency injection or dagger, head over to the article link above. Keep reading if...
Java Developer Litmus Test Part 1
Java Developer Litmus Test Part 1,How do you get a useful idea of the skill level of a Java developer? There are of course many options to test basic knowledge of Java. More advanc...
Pains of Java generics solved in Kotlin
Pains of Java generics solved in Kotlin, The problem Why does this not compile in Java? Optional<Integer> optionalInteger = Optional.of(1); Optional<Number> optionalNum...
Clarifying export of 3D entities with Aspose.CAD
Clarifying export of 3D entities with Aspose.CAD,Aspose.CAD supports export of 3D entities from AutoCAD and STL files. For other formats, there is currently (as of 18.8) no support...
Be or not to be a full-stack developer?
Be or not to be a full-stack developer?,I've seen many definitions of what is a full-stack developer, for me it is basically a developer that dominates all aspects (or stacks) of a...