Docker has recently been one of the hottest tools in web applications development and deployment. And at STP we use it in number of different projects!
RecyclerView is a new widget introduced with the Android Lollipop release. We tested it developing a simple app for managing your tasks.
React.js is a fast beast, but do you really know why? Let’s watch the video to see how React.js internals really work on the lower level.
If you have to write some database script at SQL level then try out Groovy SQL. Why? This story is the answer.
Can we really forget about handling activity recreation after locking the Android device screen orientation? I’ve been asking this question for quite some time.
A PHP template engine comes in handy for projects that involve work of developers and designers.
Ever wondered what would be a simple solution to killing an Android application? That’s right – there is none, Google has its reasons for that. As usually, there is a hack…
GitHub is one of the best places to find clever, diverse programming projects, but it’s easy to overlook something interesting. I prepared list of 5 Docker projects definitely worth getting more attention than they have now.
In mobile development there are moments when an application just must be kept running regardless of the user interaction. Android 5.0 Lollipop brought us a new solution to this topic. Let’s check it!
Docker has recently been one of the hottest tools in web applications development and deployment. In Schibsted Tech Polska we use Docker in number of different projects with different technologies. One of them is the website you are on: Schibsted.pl!
The upcoming PHP7 brings some cool stuff to the game. Here is a quick look at two of the new features: return types declarations and the controversial scalar type hinting. So check it! Check it!
Browser prototyping is a concept of creating prototypes within the users’ native environment. With this blogpost I would like to show how to run and setup an initial environment for browser prototyping.