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 to improve the quality of your PHP code? Part 2 – Unit testing

Improve your PHP Code - Unit Testing

In the previous part of “How to improve my PHP code?” we set up some automated tools to automatically review our code. That’s helpful, but it doesn’t really give us any impression on how our code meets the business requirements. We now need to create tests specific to our code’s

Beyond the Code #01 – Why are you talking to me?

Beyond the Code

Listen to the first episode of Beyond the Code podcast!

How to improve the quality of your PHP code? Part 1 – Automated tools

Improve your PHP Code

Let’s be honest. PHP has a very bad press when it comes to code quality. By reading this series of articles, you will learn how to improve the quality of your PHP code.

Don’t go dark with your UX

Dark UX patterns

Have you ever subscribed to a free trial version of an online application lured by the possibility of canceling anytime but only after giving your credit card number? Tried to unsubscribe from SMS or newsletter ads, but couldn’t find the friggin button? Welcome to the world of dark UX patterns.

Top tech events in Tricity in February

Don’t know what to do during those winter days? How about learning something new and meeting interesting people?

One card to rule them all

Recycler View

Or how to present items on one card in a recycler view.

Guide to the best tech events in Tricity this month

Kickstart the New Year with the best tech events in Tricity and stay on top of the game for the whole year!

Top tech events in Krakow to kick off the year

With the start of a brand new year ahead we’ve selected top tech events to help you kick-start a prosperous year. Maybe this year you’ll learn a new programming language?

Getting started with Android Things – GDD way

Getting started with Android Things

Getting started with Android Things is relatively easy. I had an opportunity to check it out for the first time during one of the training sessions during Google Developer Days Europe 2017. Let’s check it out!

I’ve tried Flutter SDK at GDD Europe. Should you?

During Google Developer Days Europe in Cracow, Poland I’ve tried Flutter SDK. Should you do the same?

Developing Lag Compensated Multiplayer Game, pt. 4: The Lag Compensation

How to lag compensate java/libgdx game

After we’ve dealt with setting up the server and the client, there’s one last thing to do in order to make the game smooth: how to compensate lags between them.

Kotlin - lessons learned from early adoption

Design of the bulb by Freepik.com

There is a lot of information recently about Kotlin, what it is, how better it is from Java, should you move to Kotlin, who created it and above all that Google officially support it since I/O 2017. You can easily find materials teaching you all great features Kotlin has. But