Wszystkie artykuły
Spring Boot and Angular 2 #1
In this article I would like to show you how to create simple application with Spring Boot on server side and Angular 2 at a front-end. It is very good combination, proper for many types of projects.
Custom sorting in SQL
Really often there are some status columns stored in many different tables in the applications we are working on. Mostly they are also fundamental attributes […]
Avoiding massive ViewControllers in iOS applications with VIP architecture
The whole VIP cycle: it really works and allow to omit massive ViewControllers problem. This article is a description of that idea. What is massive […]
Introduction to Apache Cordova
If you want to create a mobile app for Android/iOS/Blackberry but you do not have time to learn each of these technologies, Apache Cordova is for you.
So let’s talk about creational design patterns
Design patterns are present probably in all the interviews for software development related positions, sometimes even on the junior level.
Spock vs Junit with Mockito
Spock and JUnit are frameworks for unit testing of Java applications. Mockito is a well – known and stable library of mocking extensions for JUnit to write tests in Java language.
Python – setting up the environment
Python is a multi-paradigm, general purpose interpreted high level language with dynamic typing, automatic memory management. Introduction Python is a multi-paradigm, general purpose interpreted high […]
JSQL – easy way to test & maintain your SQL in Java
JSQL Parser is open source library developed under dual license: LGPL V2.1 and Apache Software License. Main responsibility of the framework is parsing of SQL […]
Testing in React
A few approaches for React Testing. It won’t be focused on the detailed configuration of each tool but it rather show how to embrace tool […]
Creating game for android using JavaScript #1 | How to start
Few years ago, when Android had taken lead of the mobile market, I had decided to create game and become a millionaire as a “thousands” […]