A Short Guide to Object Oriented Design

When building a house, you want it to be well designed. It’s great if someone’s tested the solutions you intend to use, and if they’re universal. For example, a standard window is cheaper than windows in various odd shapes and sizes. You don’t have to use expensive, custom-designed hinges to be able to open them. […]
Boost the Security of a MySQL Database – Step by Step

MySQL is one of the most popular relational database management systems (RDBMS) around the world. Unfortunately, due to its popularity, people already know its weak points. A straight-out-of-the-box, freshly installed MySQL database can be vulnerable to many risks. To prevent attacks and security exploits, we must arm ourselves with knowledge about security improvements. So let’s […]
[Infographic] Why a Product Owner is Better Than a CTO
![[Infographic] Why a Product Owner is Better Than a CTO](https://espeo.eu/wp-content/uploads/2016/09/infogra2_100.jpg)
We’ve written a longer article on why having a CTO is greatly overrated when it comes to both current and new product development. Startups simply need a PO much more. We’d like to show you the main arguments on a handy infographic. New product development with a PO A Product Owner is an indispensable part […]
Using DataTables – Simple and Fast Data Listing

Looking for something to speed up your work with tables? You can use a simple jQuery plugin named DataTables. It’s a highly flexible tool that adds advanced interaction controls to any HTML table. I’ll show you how to use it. Problem: sometimes working with lists (such as product lists) just takes too long. Everything is […]