Learning

React.js – Short Introduction

Overview React.js is simple library used for building complex UI interfaces with small blocks called components. React enables creating Single Page Applications (SPA) in easy way. SPA is web application that loads once and every next request on page should reload only affected components without refreshing entire page. React is Read more…

Learning

Introduction to GraphQL

Do You want to be a modern developer and start using state of the art technologies? Here I’m going to introduce You to quite new technology – GraphQL – called “New REST” or “REST 2.0”. Let’s start! What is GraphQL? GraphQL is query language, specification, and collection of tools which Read more…

Interview

Database interview questions

Hello all, today I would like to present few database interview questions that I used to answer during job interviews. At the beginning of a career as a Junior Software Engineer knowledge about basics such as OOP, Design Patters, knowledge about processors and computer architecture is crucial. Among these requirements Read more…