IntegrationsJUN 21, 2024NextAuth - Google And GitHub Authentications for NextjsHow to implement Google and GitHub authentications using NextAuth.js in Next.js?
IntegrationsMAY 7, 2024How to Create a GraphQL API with Python and DjangoWe will discuss how to create a GraphQL API with Python.
IntegrationsAPR 29, 2024Introduction to Nest JSIn this article, we will discuss how to create a simple web application using NestJS and its major components.
IntegrationsAPR 3, 2024Django REST Framework - How to use it to create APIs?Explore the Django REST Framework and learn how to create APIs using it.
IntegrationsMAR 11, 2024JWT Authentication - What is JSON web token?We will focus mainly on using JWTs for securing web applications.
EngineeringJAN 22, 2024How to deploy Postgres on KubernetesThis article will serve as a guide for installing PostgreSQL on Kubernetes, covering pre-requisites such as setting up Kubectl, Kubernetes clusters, and Docker.
AlternativesFEB 8, 2023Comparing the best headless CMS solutionsWe compared best headless CMS solutions - Strapi, Hasura, and Hygraph. We'll highlight their pros and cons.
IntegrationsSEP 22, 2022OTP Authentication with Supabase and Twilio in ReactWe'll implement OTP(SMS) authorization using Twilio and Supabase in React app.
EngineeringSEP 6, 2022How to become a modern Node.js developer?The most essential skills to have as a modern Node.js developer
IntegrationsDEC 27, 2021How to Multipart File Upload Using FormData with HTMLIn this guide, I'm going to show you how to multipart files upload with using HTML and JavaScript
IntegrationsDEC 22, 2021How to upload files from your HTML form using Base64 encodingUploading files using Base64 encoding is a common practice. In this guide, I'm going to show you how to upload files using base64 encoding