- 22FebPosted by Tanel Suurhans in Software Development
Last week we had an interesting problem to solve in one of our projects. And as the result of this solution, we unexpectedly ended up using NodeJS. In this post I will go through the whole process, with code, hoping [...]
- 14FebPosted by Tarmo Lehtpuu in Software Development
This post is about converting Estonian coordinates (L-EST 97, L-EST 92) to the common lon/lat format that probably everyone is familiar with (EPSG4326 or WGS84).
- 6AugPosted by Tarmo Lehtpuu in Software Development
OAuth is really nice, but it can be quite confusing to get started with. If you’re the sort of person who likes to look at code instead of pretty graphics then I will show you in about 10 minutes how [...]
- 14JulPosted by Tanel Suurhans in Software Development
While working with different PayPal payment APIs, I have read a lot of tutorials, library code and documentation about the given matter. While there are several quite competent implementation examples out there, the amount of obviously buggy and straight up [...]
- 9JulPosted by Tarmo Lehtpuu in Software Development
Thought I’d share a tip with you guys how to embed long queries in Objective-C source code. I think I found a pretty neat solution involving a couple of preprocessor macros and abusing the way string constants are concatenated:
