Introduction to Mocking and Stubbing in TypeScript Tests with SinonTesting is an integral part of modern software development, ensuring code reliability and functionality. In TypeScript, a superset of…Jan 26Jan 26
Custom OTP implementation via AWS Lambda, SES & DynamoDBOTP or one time password, as the name suggests, can only be used once for logging on to a network or a service. Once used, it can’t be used…Apr 26, 2022Apr 26, 2022
Published inCoinsBenchForking Mainnet with ganacheA great way to test your smart contracts is running them on mainnet, but that can’t always be the case because of high gas fees. Moreover…Apr 20, 2022Apr 20, 2022
Using Proxies with PuppeteerYou might have came across a problem where scrapping web pages with puppeteer was being shut down due to unusual amount of traffic being…Jan 31, 2021Jan 31, 2021