How to Deploy Directus to Render.comDirectus is an open-source backend-as-a-service platform that offers a user-friendly interface that simplifies building fully functional backend services, APIs, and graphQL endpoints. This ease of use extends to Render, a fully managed cloud platform...Apr 3, 2024·3 min read
Mastering Generics in TypescriptGenerics are one of the superpowers of TypeScript, and while they might look scary if one has little or no knowledge about them, they can be life-saving when understood and used correctly. Mastering generics in TypeScript can significantly enhance on...Jul 14, 2023·8 min read
The Differences Between Type and Interface in TypescriptTypescript is a superset of JavaScript that incorporates static typing, making detecting errors simpler and producing more maintainable code. Types and interfaces in Typescript represent two distinct methods for defining the structure and shape of va...Jun 13, 2023·5 min read
How to Send Custom Emails from Netlify: A Step-by-Step GuideThis article explains how to send custom emails from shared hosting while your site is hosted on Netlify. Imagine this scenario: you have a website hosted on Netlify and want to send custom emails using your domain name, e.g., yourname@domain.com, so...May 29, 2023·3 min read
Effectiveness of Developer Relations Programs: A Study of MongoDB, AWS, and VercelAs part of a challenge I started called #90DaysofDevRel, I've been learning about developer relations for some weeks and was given the task of researching and writing a report regarding three developer companies, their developer relations programs, a...May 4, 2023·4 min read