Idle thoughts of a fellow developer
by
smaspe
TypeScript is lying to you (part III)
What is even "this"?
August 26, 2024
in
#typescript
TypeScript is lying to you (part II)
More adventures in finding inconsistencies in types
October 19, 2023
in
#typescript
TypeScript is lying to you (part I)
When a supposedly typed language is not so typed after all
October 17, 2023
in
#typescript
More bipartite graphs
CodeFights company bots like puzzles
March 1, 2016
in
#algorithm
Publishing for Java (and Android)
Because an example is better than a long description
February 27, 2016
in
#open-source
#java
#android
Publish an open-source library
Because everyone should be writing open-source libraries if they have the opportunity
February 25, 2016
in
#open-source
Functional Iterables
Higher-order functions library for Java 7
February 23, 2016
in
#java
#android
#functional programming
The Top 5 things I dislike about Java
5 issues I think could be addressed in Java.
February 18, 2016
in
#java
#python
#js
Quick note on Functional Programming
Functional Programming is nice.
February 9, 2016
in
#java
#functional programming
This, Jekyll and Github pages!
What is this?
December 24, 2015
JSON to ListView
Where the author goes on a journey to bring the JSON data into the grand ListView
August 6, 2013
in
#android
#demo
#FA-SO-Q
First steps with LibGDX
Designing a board game using LibGDX
July 18, 2013
in
#android
#demo
#game
Storage is simple – Part 1, SQL
A quick take on how to design a very small storage library
July 9, 2013
in
#android
#demo
#sqlite
An extension to Volley
Extending Volley for fun and profit
June 17, 2013
in
#android
#demo
Login Activity workflow
My take on what a login flow could be on Android
June 12, 2013
in
#android
#demo
#FA-SO-Q
Download a File
Quick one-liner to fetch a file in Java/Android
June 10, 2013
in
#android
#one-liner
A Volley introduction - Part 2
More advanced use of Volley
June 6, 2013
in
#android
#demo
String.format and Arabic numbers
Avoid a simple localization mistake by explicitly using a Locale
June 4, 2013
in
#android
#tips
A Volley introduction - Part 1
Simple tasks using the Volley library
June 3, 2013
in
#android
#demo
Map to ContentValues (Abusing Parcelable)
Easily insert generic data in SQLite
May 31, 2013
in
#android
Cat versus Dogs!
Spotify likes puzzles
May 31, 2013
in
#algorithm