Posts
-
Raiders of the lost entropy
When entropy runs low, things are amiss. What, why and how to rectify the situation.
-
Awesomeness of Spring Boot 1.3 Fully Executable Jars
Spring boot 1.3 provides easy way to run Java programs as unix service
-
Writing automated tests for EPiServer websites
What to test on the server side and how to test code interacting with the content repository
-
Goodbye classpath - welcome Java 9
Java 9 module system is going to kick out the old classpath
-
Hello BadUSB
Introduction to USB Rubber Ducky keystroke injection platform
-
Why little bugs can be a big deal
Bugs and features both look like just work to be done, but bugs differ from unimplemented features in some very important ways.
-
Swift-ly Moving Forward
Apple's Swift language is getting ready for prime time.
-
Making of Solita Rooms - our in-house meeting room scheduling system
How Solita Rooms was made and what kind of challenges were faced during the implementation.
-
All aboard the open data train
Thoughts on how we designed and implemented the Open Rail Data RESTful API.
-
Is there an optimal quad tree out there?
Quad tree is a fun tree structure that is relatively easy to implement. Tree size and bucket size can affect tree performance, so optimizing the latter might pay off in critical contexts.
-
EuroClojure 2015
We went to EuroClojure 2015 - this is a brief(ish) description of the presentations given there
-
Interfaces and components in a functional world... or "how I stopped worrying and let Clojure into my heart"
Functional programming encourages the use of data and functions instead of creating new concrete types.
-
Virusscanner as a REST service
How to setup a open source virusscanner as a REST service.
-
About the quality and fun!
Software quality is important. But let's not forget the fun!
-
Intelligent practices of software testing
Intelligent practices of software testing creates guildelines to make software testing more context responsive
-
Enterprise VPN insecurity
Analysis of a enterprise VPN solution. There is surprising functionality opening a backdoor to end user's computer. Do you know what your VPN solution actually does?
-
Ninja berries – continuous learning and skills development at my workplace
Solita has a policy of fostering educational sessions on company time. This little blog post discusses the arrangement.
-
Aurelia.io
Coding with Aurelia JavaScript framework and ECMAScript 6 - right now
-
Java and Hipster
First experiences as a new employee of Solita... and some Java Hipsterism
-
Microservices FTW
How to boot up and get some feedback fast