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!
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
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 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 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.
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.
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.
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?
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.
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.
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 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.