Team Blog
  • TouK
  • Portfolio
  • Careers
  • Talks
  • Nussknacker
Team Blog
  • TouK
  • Portfolio
  • Careers
  • Talks
  • Nussknacker

Bartek Zdanowski

38 posts
NNews & Events

Share the knowledge – in a fun way (with pictures)

  • byBartek Zdanowski
  • May 29, 2018
At TouK we have so called TouK's Thursday Breakfast. It's name comes from King Stanisław II August's idea of Thursday Dinners. Our implementation is as a breakfast as it takes time at 10 am.We gather from time to time at Thursday to disc... Read more
DDevelopment & Design

Error:(, ) java: package edu.umd.cs.findbugs.annotations does not exist using Lombok

  • byBartek Zdanowski
  • January 9, 2016
If you have an error during compilation in IntelliJ Idea and/or maven/gradleError:(X, Y) java: package edu.umd.cs.findbugs.annotations does not existyou've enabled FindBugs Suppress Warnings in lombok.config:lombok.extern.findbugs.addSuppressFBWar... Read more
DDevelopment & Design

Friday hackathon

  • byBartek Zdanowski
  • October 23, 2015
Every month we have a Friday Hackathon, where we can code or create anything we want. That’s for the purpose of evaluating new technologies, doing Read more
DDevelopment & Design

Restart or power off Rasperry PI with REST call

  • byBartek Zdanowski
  • August 25, 2015
If you need to restart or power off your RPi remotely (or through local application's call) here's a simple wayhttp://raspberry.address:7000/reboothttp://raspberry.address:7000/power/offDetails and code at  https://github.com/zdanek/raspiPowerServer Read more
DDevelopment & Design

Abstract method in Enums

  • byBartek Zdanowski
  • April 20, 2015
Did you know that you can do that? private static enum DynamicProperty { cacheManagerName { @Override void applyChange(final PropertyChangeEvent evt, final RuntimeCfg config) { config.cacheManagerName = (Str... Read more
DDevelopment & Design

EhCache config with BeanUtils

  • byBartek Zdanowski
  • April 16, 2015
BeanUtils allows you to set Bean properties.If you have configuration stored in a Map it's tempting to use BeanUtils to automagically setup EhCache configuration.Sadly this class has mixed types in setters and getter and thus BeanUtils that use Introsp... Read more
PProcesses & Practices

Our build lights in action

  • byBartek Zdanowski
  • September 30, 2013
Here you can see our build lights in action. Still at lab I’m making sure everything works properly. Read more
DDevelopment & Design

BitBucket push/pull keeps asking me for password

  • byBartek Zdanowski
  • March 3, 2013
It does it even if you've added your ssh key?! Really?So edit .git/config and change repo url from https to ssh.It should look like thisurl = git@bitbucket.org:your_login/your_project.gitIf you don't know the address then go to your bitbucket repo page... Read more
DDevelopment & Design

Http server with PHP on RaspberryPI

  • byBartek Zdanowski
  • February 5, 2013
Totally awesome guide is at http://rasberrypibeginnersguide.tumblr.com/post/27283563130/nginx-php5-on-raspberry-pi-debian-wheezyBut instead using provided silex site config file, you should configure root folder of web server to serve php scripts.... Read more
DDevelopment & Design

Virtual task board + info radiator

  • byBartek Zdanowski
  • January 21, 2013
There are some posts around about various task board solutions. Besides that we use white board to sketch some designs and exchange knowledge, we use virtual board as task board and info radiator.Simply we have a jQuery script that runs in a web browse... Read more
Team Blog
© TouK sp. z o.o. s.k.a. 2016-2023