© 2022 Hashnode
#backend
TL;DR This article is for those who want to quickly glance over Golang and build a small project, it serves as an introduction into the language. After going through the post you will know how to buil…
Introducción Uno de los pilares fundamentales de Internet es la capacidad que tienen los usuarios de leer, crear, actualizar o eliminar “cosas”. Este instantáneo flujo de información necesita de un …
The Myth? Legend has it that you can only interact with web services using REST APIs. The same legend also states that HTTP is the only way of communication on the interweb. And I am here to bust thi…
Most of all what i've built are either social media apps or features of common social media apps, and kind of makes me feel my niche is on building social media apps, cool!. Currently working on the b…
Hey Readers! I am SHIVAM :) Today, we are going to discuss Node.js, which is an extremely powerful JavaScript-based platform used to develop online chat applications, video streaming sites, single-pag…
In this article, we'll discuss why spring boot being a favorite for a while now. About Spring Boot Spring Boot is built on top of the established spring framework. So, it provides all the features of …
Introduction To send emails securely through gmail with a web application, you need to use the Gmail API and OAuth 2. This blog will teach you how to obtain credentials for your project. Google cloud …
Introduction When registering users with their email id, it is essential to check whether the user is the true owner of the email account. This ensures that emails are sent to the appropriate recipien…
prerequisites: 1) WAMPSERVER 2) Eclipse/Apache NetBeans IDE The Java Database Connectivity (JDBC) API: Java Database Connectivity (JDBC) is an application programming interface (API) which defines ho…
In this post, we’ll build a fully production-ready backend complete with DB migrations, B2B authentication, to show off all the cool features that FastAPI provides. The application itself is a B2B URL…