Software Development
-
Building A Chat App With Codename One Part 3
In the previous section we went over the login with Google process, in this section we’ll go over the login…
Read More » -
The 10x Developer Blueprint
There’s been a lot of discussions on 10x developers, whether they exist or not (for example, here and here). I believe they…
Read More » -
INTERSECT – the Underestimated Two-Way IN Predicate
Have you ever wondered how you could express a predicate that “feels” like the following, in SQL: WHERE Var1 OR…
Read More » -
Thoughts On Comments
Wow, telling people to comment their fucking code really hit a nerve. The reactions covered the whole spectrum from “just…
Read More » -
The difference between Efficiency and Performance – It’s not all about the Big O
As a software developer you should understand how to make the best use of your hardware in order to give…
Read More » -
4 out of 5 Java Developers Failed to Solve This Question
Results from the Java Deathmatch – A puzzle minigame for developers A few months ago we released a new side…
Read More » -
Extending PostgreSQL: Complex Number Data Type
A few years ago I discussed creating user-defined types using PL/java. (Introduction to PostgreSQL PL/Java, part 4: User Defined Types)…
Read More » -
5 Reasons You Should Stop Hosting Your ELK Stack Locally
The hosted ELK stack: Centralizing and managing your logs for fun and profit You don’t look a gift-horse in the…
Read More » -
Efficiency with Algorithms
Recently had look at excellent talk on Efficiency with Algorithms, Performance with Data Structures , this talk has really some good…
Read More »