How to Build a Banner Generation Tool with PhantomJS
Preface Today we want to share our experience of building offline-first React-Native application, using Redux-like approach on our NodeJS backend server. Indeed we just kind…
What is monolithic architecture? Monolithic architecture is regarded as a conventional method of developing apps. A monolithic application is made up of a single, indivisible…
“Flux Standard Action” has 3700+ stars on github and used by “redux-promise”, “redux-actions” and other libraries. Several weeks ago one of my developers tried to…
Modern software development practices often contain just the most basic features in the core program, with additional functionality supplied via add-ons such as plugins. Browser…
Each programmer must have come across the necessity to check user’s input a number of times. Having a 12-year experience in web development, I have…
Introduction CLI stands for the command-line interface. It’s a common way to interact with different processes. Tools with CLI are often used in software development,…