Some time in the past I became very interested in React JS so I started the course React the complete guide made by instructor Maximilian Schwarzmuller. This course is basically […]
Read more
I live as I lived and will live, in all ways, simultaneously.
Technical articles in the following areas:
– PHP and back end programming
– React JS and front end programming
– Databases
– Web services
– Cloud architecture
Some time in the past I became very interested in React JS so I started the course React the complete guide made by instructor Maximilian Schwarzmuller. This course is basically […]
Read moreIt has been quite some time since I wanted to write something (anything) about API Platform. I’ve been playing with it for a couple of months for a medium sized […]
Read moreI started a course about GraphQL and React on Udemy. The start of the course is at least interesting so I decided to write about it. Why GraphQL? The course […]
Read moreA buzzword and not only in the PHP world is SOLID. Mastering SOLID can help you build high quality software and SOLID stands for five principles: 1. Single Responsibility Principle […]
Read moreSo nowadays there are three main front end frameworks: Vue js, React js and Angular. Among them Vue js is the most easy to learn. This tutorial assumes intermediate experience […]
Read moreStrategy pattern can be very useful to replace switches. Of course this justifies only when switch cases have a lot of code that and is also susceptible to change. This […]
Read moreThis is the second lesson of the ES 6 course and it teaches functions: Arrow functions (full name arrow function expressions) const upperizedNames = [‘Farrin’, ‘Kagure’, ‘Asser’].map(function(name) { return name.toUpperCase(); […]
Read moreECMAScript 6 (or ES6) is a massive improvement to Javascript. It supports default parameters, template literals, multi-line strings, destructuring assignment, enhanced object literals, arrow functions, promises, block-scoped, constructs: let and […]
Read more