Category Tech Talks
-
CuRis – How I Designed an App?
Have you ever wondered how designers take an idea and make it come to life? In this article, I’m going […]
READ MORE -
KISS & YAGNI – The Neglected Rules for High-Quality Software
We all try to be the best in what we do, to give the maximum of ourselves, and to achieve […]
READ MORE -
ETL Pipelines and Neural Network Classification – Python vs Scala
In this article, we will compare Python and Scala for the creation of an ETL (Extract, Transform, Load) Pipeline and […]
READ MORE -
How to create a stock portfolio app with ReactJS and Firebase?
The following tutorial is focused on the idea of how to create a simple stock portfolio application using ReactJS and […]
READ MORE -
How to Overcome Redux Neverending Code With 2 Simple Libraries
Front-end development made a giant leap from static web pages to interactive single-page applications. The complexity of business logic has […]
READ MORE -
Color the NodeJS terminal using chalk.js (or its alternative)
Doesn’t your terminal get overfilled with logged messages? They just get so many that you can easily miss what you […]
READ MORE -
Prototype Pollution in Lodash
In every project with JavaScript we depend on third-party libraries. We have a huge repository (npm) with thousands of packages. […]
READ MORE -
How to create a Newsletter app like Feedly? – Bootcamp 2021
Motion Software is part of the rise of the new generation of digital specialists. Through participating in the company’s regular […]
READ MORE -
Understanding React HOC
React HOC (Higher Order Component) is a function which accepts components and returns components. The HOC is wrapping the passed […]
READ MORE