© 2022 Hashnode
#rest-api
Even though I love working with Angular, GraphQL and RxJs, I have been doing it for over 1 year. This means my knowledge of React, REST APIs and HTTP calls is getting very rusty. It is time to step ba…
So one night I was looking for some external bug bounty programs. Then I found WSO2 Security Reward and Acknowledgement Program. Within the scope of the program was a product called Choreo. So Chore…
One of the repeated tasks for a Frontend dev is to fetch a data from the server using an API. There are two popular libraries which will solve the problem, namely Axios and Fetch(Not an additional package). Though, fetching the data is an e…
Hey Reader !!! In this post let's learn some of the annotations used in Spring and Spring-Boot Frameworks !!! The contents of the blog include: Class level annotations Property and method level annot…
Let's go through an example to understand what a REST API is. Let's say that we work for a cloud kitchen and we want to build a web application that can give you how much stock particular items suppos…
Introduction Golang, a simple yet powerful programming language is fast becoming the top choice when building web servers. In this tutorial, I’ll show you how easy it is to build a web application wit…
Before we delve deep into APIs I would highly suggest you get a basic idea about software, HTTP, and HTTPS: Soon. What is an API? API Stands for Application Programming Interface. They are useful in e…
https://freeitools.com/rest-vs-rpc-vs-graphql
CockroachDB is a resilient, distributed SQL database designed to deploy and scale easily and survive hardware and software failures. I'll be walking you through setting up CockroachDB on your local ma…
Introduction This article is a follow-up from my last tutorial on building a fully functional Java REST API for managing TODO tasks. For the purpose of simplicity, last time we used an in-memory database as an implementation of the storage …