Joel Neukom
Spending more money on coffee than on security
- Eglisau | Switzerland
- GitHub
- StackOverflow
You May Also Enjoy
Data analysis with python
1 minute read
I got a table with hierarchical data and I want to have a tree structure out of it. Each row represented a business unit and its parent and the parent of the...
Exception versus ResultWrapper
2 minute read
null versus ResultWrapper Example DataAccessObject Every project will have some kind of data access object. At some point you need to decide a pattern how yo...
Rest Client with OAuth2
1 minute read
Simple RestClient Simplest way is to configure a RestClient like this:
Code smells
2 minute read
MagicNumbers/string Refactoring: Introduce constant with a meaningful name. But don’t over do it. If the constant is only used once, it might be better to le...