NRNufayl razickinnufayl.hashnode.dev·Jan 17, 2023 · 6 min readPact Contract TestingContract testing is a technique used to ensure that different systems or components of a system can communicate with each other as expected. One popular tool for contract testing is Pact. With Pact, you can write tests that describe the expected inte...00
NRNufayl razickinnufayl.hashnode.dev·Jan 17, 2023 · 2 min readReact useEffectThe useEffect hook in React allows you to synchronize a component with an external system. It is a way to tell React that your component needs to do something after render. It accepts a callback function that contains instructions on what to do after...00