Validations in NestJS: how to organize even more your codeA few years ago, programming was freer than it is today; but, limitations are not necessarily something bad. Let’s think about a car, that…Sep 29, 2021Sep 29, 2021
React component with customized scrollIt may be required by visual design that a specific container of a web page shows a customized scroll by changing usual appearance and…Sep 1, 2021Sep 1, 2021
Utility class for handling high-level touch events in JavaScriptThere are only four events in Javascript for touch events touchstart, touchend, touchcancel and touchmove. Combining them, it is possible…Sep 1, 2021Sep 1, 2021
Setting & using a third-party captcha component in React: accessing a component’s methodCaptcha has become very important in today’s reality, considering the huge amount of robots trying to get information as a very lucrative…Aug 9, 2021Aug 9, 2021
React backdrop component for waiting the response of a functionImagine you have a React application and you need to call an asynchronous method and is mandatory to wait for its response in order to…Aug 9, 20211Aug 9, 20211
React text input component & validations with validatorJSIf you are creating a static ReactJS application, and need to fill a form for whatever purpose, probably also need to validate input data…Aug 8, 2021Aug 8, 2021
Clean Approach to React + BootstrapFor developing a clean projects is useful to have at hand good modularisation tools. In case of front-end projects, CSS inheritance is…Jun 19, 2021Jun 19, 2021
An approach to a Nest notification moduleIt is usual we need to notify interested parts about certain action executed by other user. Notifications could be address, in many cases…Apr 6, 2021Apr 6, 2021