asapconet.spaceAll you need to know about CSP[Content Security Policy]Introduction "While this sounds like some police and enforcement agency theories, I still want to know what or how this is of concern to me as a developer [especially a FE bettle]".Relax okay, in this article I'll expose you to what CSP is, a couple ...Jan 8, 2024·7 min read
asapconet.spaceGetting started with Finite State Machine using X-state.Introduction State management in a developer's journey can be hell and bliss, and this depends on the library one chose and how well he grasps the logic behind it right? I must say using a state manager never got better when you can visualize your co...Apr 17, 2023·5 min read
asapconet.spaceHow to use react-to-print in react.jsHi, y'all this is probably the simplest way to go when you're trying to add a download page functionality in react. In this article, I'll be showing you how to implement pdf downloads from your react project using either class or functional component...Apr 1, 2023·2 min read
asapconet.spaceTHE FINITE STATE MACHINEIntroduction As developers, we often make automation that requires changes from the end user or following conditions we set our programs to run, and in doing so we are making initializations that are ruled by the Finite state machine. This is applied...Sep 26, 2022·4 min read
asapconet.spaceWriting Front-End Test with JestWhat is Front-End Testing? Front End testing is a systematic way of scrutinizing your application's inner & outer workings. This action ensures all views and functionalities adequately carry out their purpose and look like what they should[talk about...Sep 2, 2022·3 min read