© 2022 Hashnode
#api-basics
https://www.youtube.com/watch?v=hBb-0BOyiSY&list=PLTnRtjQN5iebEDsDmIqpqtXHiI5F_Sqaf&index=2&ab_channel=Linode Time to continue our journey on 'Fundamentals of API Security' and take a look at how hack…
Environmental problems are becoming more and more urgent nowadays and the humanity is seeking a solution. A lot of companies focus their efforts on finding new ways to fight climate change. One of the…
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…
Application Programming Interface(API) is a software interface that allows two applications to interact with each other without any user intervention or you can say API is a collection of software fun…
Introduction Hello DEV fam, today I will be showing you how to create a basic REST API in Go language using Gorilla mux package with very simple steps, so even if your are very new to this amazing lan…
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…
Finally, it's the weekend and you want to boost up your mood after having a hard week with Javascript at your workplace. You are all set to play golf, but it suddenly starts raining. You decided to st…
Flight delays happen too often and bring too much hustle not to notice them. And the sad truth is that in many cases people don’t bother to apply for compensation, because this will involve more hustl…
When I was working as an intern in a tech company, I came to know about API testing which was a hectic job, along with so many difficulties and frustrations, So I decided to find out several kinds of …
API stands for Application Programming Interface.APIs are vital tools for business in all industries. So first what is an API? API is a function, that acts like a bridge to communicate between two ap…