ReactJSThe useEffect hook in ReactRReactJS is the leading frontend framework. They recently released a new way to write React…January 02, 2022 1 min
ReactJSThe useState hook in ReactReact is the leading frontend framework. They recently released a new way to write React components…January 01, 2022 1 min
NodeJSHow to send transactional emails with Nodejs and MailerSend.First you'll need to start a new node server . Once it's done, lets see how to send transactional…August 13, 2021 3 min
TypescriptDifference between void and never in Typescript.When we declare a function in Typescript, if the function return nothing we can use any , void or…March 29, 2021 1 min
TypescriptHow to declare functions in Typescript interface.Declaration of functions in Typescript interface depends of the structure of the function itself…March 25, 2021 1 min
TypescriptHow to change the type interface of an element using type guard function in Typescript.Imagine you have different interfaces, precisely ones that extends a general one. Let's take those…March 24, 2021 1 min