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 /

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 /

Funny code

Unexpected iteration over java linked list

Read more…

Posted On Mon 08 December 2014 by Lex Vorona

Category: Coding

Tags: java / coding /

Java flag modification in runtime

It is possible to change JVM command line flag values in runtime. With just a bit of Unsafe magic, of course.

Read more…

Posted On Wed 16 October 2013 by Lex Vorona

Category: Coding

Tags: java / coding / linux /

Gradle Dependency Management Tips

Gradle is much better to manage dependencies than Maven. Not only it allows you to set http://www.gradle.org/docs/current/dsl/org.gradle.api.artifacts.ResolutionStrategy.html, but it also supports full manual control.

First, if you do not want transitive dependencies at all (you will be forced …

Read more…

Posted On Thu 29 August 2013 by Lex Vorona

Category: DevOps

Tags: devops / gradle / java / groovy /

 

Post navigation

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