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

How we used Docker to deploy schibsted.pl

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 tested!

RecyclerView is a new widget introduced with the Android Lollipop release. We tested it developing a simple app for managing your tasks.

React Internals: Introduction to React.js diff “algorithm”

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.

Groovy SQL – an easy way to database scripting

If you have to write some database script at SQL level then try out Groovy SQL. Why? This story is the answer.

Activity recreation rethought

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. 

7 reasons to use a PHP template engine for your webpage

A PHP template engine comes in handy for projects that involve work of developers and designers.

Killing an Android app from anywhere

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…

5 cool GitHub Docker projects

5 cool GitHub Docker projects

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.

JobScheduler to the rescue

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!

How we used Docker when developing Schibsted.pl

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!

Scalar type hinting and return types in PHP7

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!

How to prototype in the browser with Yeoman

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.