Fork me on GitHub

Lifeboat blog

A random blog about software

Skip to content
  • Home
  • Archives

Feeling good about Berta today

Today I used my most advanced project for the very first time. And it was awesome

Read more…

Posted On Tue 05 May 2015 by Lex Vorona

Category: Coding

Tags: java / coding /

When O(N) is better than O(log N)?

We are used to think that O(log N) is always better than O(N), but it is not always true.

Read more…

Posted On Tue 05 May 2015 by Lex Vorona

Category: Coding

Tags: scala / coding / howto /

PostgreSQL on RAM disk does not worth the trouble

Linux is so good that you do not need to worry about small PostgreSQL database performance at all.

Read more…

Posted On Thu 05 March 2015 by Lex Vorona

Category: Performance

Tags: linux / performance / postgresql /

Interview coding skill

Coding on the interviews is an independent skill from real coding.

Read more…

Posted On Thu 05 March 2015 by Lex Vorona

Category: Coding

Tags: coding / life /

SVN stash on bash

SVN does not have a stash (or shelve) functionality, but there is always a way around

Read more…

Posted On Wed 25 February 2015 by Lex Vorona

Category: Linux

Tags: howto / linux / svn /

Setting up Webex on Ubuntu

It is not trivial to set up Webex to work on modern Ubuntu. This post recaps the steps I made to make it work

Read more…

Posted On Wed 25 February 2015 by Lex Vorona

Category: Linux

Tags: howto / linux / ubuntu /

Java 8 lamdas

Last night I wrote a code using Java 8 lambdas for the first time. And I loved it!

Read more…

Posted On Wed 25 February 2015 by Lex Vorona

Category: Coding

Tags: java / coding /

SringBuilder vs StringBuffer revisited

I am sure you have read about StringBuilder being faster than StringBuffer so many times, that you are sick of it already. Fun fact is: it is not faster.

Read more…

Posted On Sat 10 January 2015 by Lex Vorona

Category: Coding

Tags: java / coding / performance /

 

Post navigation

← Newer posts
Older posts →
 
Proudly powered by Pelican, which takes great advantage of Python.
The theme is Decode, ported by Lex Vorona and Ken Mathenge, thanks!