kity ,作者- 拾光赋 - 第1164页 共1171页-拾光赋-第1164页
Technology stack for one-page one-function web app?-拾光赋

Technology stack for one-page one-function web app?

Technology stack for one-page one-function web app?,EDIT: Was 'Best web app technology stack?', but noticed it was not really what I meant to ask I’m still finishing my article on...
Kanban Board for Android-拾光赋

Kanban Board for Android

Kanban Board for Android,I'm currently developing an Android app as a side project, basically it's a simple Kanban board. It will be open source, folks! If someone is interested in...
Kotlin From The Trenches-拾光赋

Kotlin From The Trenches

Kotlin From The Trenches,In the last few years, the growth of hype around the Kotlin programming language has been about the same as that of the Bitcoin rate. This close attention ...
Robustness principle-拾光赋

Robustness principle

Robustness principle, 'Be conservative in what you send, be liberal in what you accept' This wise advice, called also Robustness principle or Postel's law, turns out to be really u...
Android App Release-拾光赋

Android App Release

Android App Release,Hello all, just wanted to share that I have officially released an app for the Android platform. Cred Container is a utility-based application allowing users to...
On the subtleties of OOP-拾光赋

On the subtleties of OOP

On the subtleties of OOP,It is not a overstatement to say that I am an enthusiast when it comes to object orientation. A well crafted object oriented system is a piece of art. Howe...
Assertions considered Harmful-拾光赋

Assertions considered Harmful

Assertions considered Harmful,Assertions are the go-to checking mechanism in unit tests. However, when applied to testing interfaces, specifically GUIs, I consider them to be toxic...
Java Exception Handling – IllegalMonitorStateException-拾光赋

Java Exception Handling – IllegalMonitorStateException

Java Exception Handling – IllegalMonitorStateException,Moving along through our in-depth Java Exception Handling series, today we’ll get into the IllegalMonitorStateException. Th...
Navigating the uncharted Stream-拾光赋

Navigating the uncharted Stream

Navigating the uncharted Stream, Wrong bend of the river When I left school, Java 6 had just been released and wasn’t really integrated into the school curriculums yet. But I was ...
The state of Java and the JVM ecosystem in 2017-拾光赋

The state of Java and the JVM ecosystem in 2017

The state of Java and the JVM ecosystem in 2017, Introduction Java was initially developed in 1995 and it has come a very long way. Many of you might already have experience with J...
Challenge: Write your worst program-拾光赋

Challenge: Write your worst program

Challenge: Write your worst program,Hi everyone, As you may know, there is no way in JavaScript to determine whether or not a number is a multiple of another number, so I wrote thi...
Groovy does not always resolve methods like Java-拾光赋

Groovy does not always resolve methods like Java

Groovy does not always resolve methods like Java,This is about a bug (or feature?) in Groovy and also about the mindset for learning new programming languages. Recently, looking at...