This website uses cookies We use cookies to further personalize and enhance the user experience, conduct analytical research - for example, counting visits and traffic sources - place advertisements and contact third parties. Users can manage their cookie settings by clicking the "Choose your preferences " link."

Cookie policy

Blog

search
expand_more
expand_more

Setup Gradle for your Android project like a boss – part 1

Gradle build system gained its popularity with the native support in Android Studio a while ago. It’s quite powerful but not every developer knows how to use it to their advantage. I can’t really tell that I use all capabilities of gradle but I’ll share what I know. You might like it! Gradle – yay!

How to do Dependency Injection in node.js?

It’s one of the common questions asked among node.js developers. I’d like to share my preferences. Read below! Introduction Dependency Injection is a pattern that helps you create loosely coupled codebases. You can swap collaborators and make your code testable. You can do dependency injection without additional libraries. Here’s two common

The hottest Android libraries

Testing libraries in production takes time and could be painful. Let me help you with this task! Here is my list of the hottest Android libraries out there!

DockerCon Barcelona

DockerCon Europe 2015 was a two-day conference in Barcelona. It reflected Docker’s blooming ecosystem and community. This edition was by far the largest Docker-centric event happening in Europe.

Tech Jump – mentoring program kick off

Tech Jump is the pilot of mentoring program in Schibsted Tech Polska – Academy project. The idea is to allow people to switch the technology or just to get to know another one.

AWS: Services overview and global infrastructure

This article is a very short introduction to Amazon Web Services. It includes a video filmed during the workshops I was teaching at Schibsted Tech Polska. 

FullStack 2015

If you are a front-end developer then FullStack 2015 organized by Skills Matter was a perfect event to meet the international JavaScript community and learn new skills.

Is your data that shiny?

Everything changes quickly and that’s an obvious fact. It also applies to data. It’s time to ask yourself a very important question: is your analysis as agile as your user? Is it still as shiny and relevant as you thought?

Zen Of Refactoring

These days microservices are all at rage. Everyone writes “small reusable components”. This is why proper refactoring techniques are still as relevant today as they were couple of years ago.

Training Junior Developers

Hiring programmers is hard. Finding the good ones and making them like your company or project is even harder. Today I want to tell you something about training junior developers.

What makes Docker so good?

I’ve been using Docker for one year to develop and deploy both professional and pet projects. I find it be a lot better than my previous stack, which was a tandem of Vagrant and Puppet. Why? Watch the video to learn about top 5 reasons why I like Docker!

Retrofit 2.0: what’s new?

Retrofit is a HTTP client library for Android created by Square. In this post we will cover the new version of Retrofit introduced by Jack Wharton during Droidcon NYC 2015 and what has changed in it.