Denis VoroninA little bit more about KISSAs you know, KISS stands for Keep It Simple. There are many resources out there explaining what Simple stands for. I’ll also explain it…Aug 3, 2021Aug 3, 2021
Denis VoroninA little bit more about DRYAs you know, DRY means «Don’t repeat yourself». It sounds easy, isn’t it? When I first read about this, I said, “Yes, I’ve done that…Jul 19, 2021Jul 19, 2021
Denis VoroninThe Alt provided by fp-tsBefore talking about the Alt provided by fp-ts, we need to understand two terms. Associativity and Distributivity.Nov 19, 2020Nov 19, 2020
Denis VoroninQuick start of your React application development with YeomanNowadays create-react-app is commonly used to get started quickly developing React apps. But what if we need to add custom dependencies…Oct 29, 2020Oct 29, 2020
Denis VoroninES6 class and fractionsOn one project it was necessary to carry out calculations with fractions. Gradually, the project began to appear scattered functions for…Jul 10, 2019Jul 10, 2019
Denis VoroninMultiplication of large numbers in a functional programming styleA simple, at first glance, task — multiplying numbers, can cause a lot of problems if these numbers are large. I faced such task on…Jul 2, 2019Jul 2, 2019