MiscHow to Enable the Dark Mode Feature in Chrome without extensionDark Mode was first released in 2018 on chromeOS and has been gradually rolled out to more devices…September 27, 2021 1 min
MarkdownHow to Create and Edit Markdown TablesMarkdown is a simple formatting syntax for structuring text on the web. It is very popular with…September 10, 2021 1 min
MarkdownUse links variables in Markdown for Dynamic WritingMarkdown is a simple formatting syntax for structuring text on the web. It is very popular with…September 07, 2021 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
ConsoleAdd VS Code path easily to your consoleSometime you want to open a specific file from your command line easily into VS Code , but when…March 10, 2021 1 min
MacOSUse MacOS Touch ID with sudo in command lineOne tool that we all use a lot as a developer is the command line tool, so why not use the next gen…March 09, 2021 1 min
FirebaseFix CORS issues in Firebase or Google Cloud StorageIf you ever ran into this error : Access to fetch at 'IMAGE-URL-FROM-FIREBASE-CLOUD -STORAGE' from…March 08, 2021 2 min