Programming
Containers in software development compared with Virtual Machines
21st September 2020
What is a Container A container is a package or a building block created in a standard format, built to keep all the dependencies, configurations, hooks into the Operation System and the applicati [...]
The negative side of React and ES6 in general
1st July 2020
While React is a great framework, it can put down many developers and companies for many reasons. I will try to list a few negative sides I had to live with, along my experience with them. Tim [...]
When to use local state and when to use global state
5th June 2020
This article will target React users but what I am presenting here and the advice I will give, should be taken into consideration for any other programming language or library meant to be used for th [...]
How much somebody sight can be affected by the new displays technology when working full day for years on a computer
3rd June 2020
If you are thinking that your sight can be affected by the new generation monitors you are wrong. The preconception people have based on old experienced with the first monitors generations, is false. [...]
How to loop over objects inside jsx to print data from a multidimensional object
29th March 2020
Going over all the elements of an object, in JSX is quite different than you have been used to do in JS. JSX is a mixt between html and JS and doing loops inside it is not the same and you will find [...]
Debugging. Ways to do it and what to take care of while doing it
10th March 2020
A bug in an application represents the incorrect functioning of an entity, when the expected result is not returned. A bug is not always a code error. While an error is most of the time very easy [...]
How to get a job in web development with Self-Studying for a career change
6th February 2020
A career change is never easy but is always possible. With Self-Studying or profesional help, and of course hard work, you will always be able to get the ball rolling on a different career direct [...]
How to lazy load a videos list in a responsive layout built with SASS and GULP
2nd December 2019
This article about How to build a videos list with a lazy load system, is a very good reference for how to setup GULP with SASS on a new project. Gulp is loosing land in front of Webpack in the last [...]
How to deal with React state when componentDidUpdate is not triggered even if redux state is changing and connecting with the form as props
17th July 2019
In the last months we had to deal with an unusual problem. It seems we are not the only developers getting into this. Some other people asked on the interned for a solution for the next problem, but [...]