© 2022 Hashnode
#api
Introduction আজ আপনাদের এমন একটা টুলের সাথে পরিচয় করিয়ে দেবো যার নাম Thunder Client। এটা মূলত একটা ভিএস কোডের এক্সটেনশন। এটার মাধ্যমে এপিআই টেস্টের জন্য ব্যবহার করা হয়। Postman এর বিকল্প বলতে পারেন। এ…
For the past few years, I've been leading teams of serverless engineers to build some innovative new cloud products. I thought I was the hip, forward-thinking manager by saying we were going to do AP…
If you often use maps on your website, you may be interested in getting the geolocation of your user's location. In this tutorial, we go over how to find the latitude and longitude of your user after …
There's a good chance that if you've worked with software you've heard of the term APIs. Your colleagues talk about them, the internet is full of memes about them, but you have no idea what they are. …
API (Application Programming Interface) is a set of programming codes that enables data communication between one software product and another. It is a messenger that takes a request and tells the sys…
What is an API? API stands for Application Programming Interface, a set of definitions and protocols for building and integrating application software, in an easy way API act as an intermediary that allows two applications to talk. The App…
Anybody who has ever used an API won’t question the benefits you get when using it and will probably notice the load of work it takes upon itself. The variety of APIs will fit any developer’s needs, so if you want your app to quote Marvel m…
In Previous article, We have seen that how to use HttpTrigger along with Web API. In this article, We will explore How to use ServiceBusTrigger with WebAPI as custom handler. For this I first recommend you will have to see my previous post…
What is Mnemonic? Well for starters, mnemonic in the blockchain world refers to a set of words that are used recover a crypto wallet. Crypto wallets use asymmetric key algorithm so you'll have a 'pu…
Before I start to bore you with some technical terms of an API, I would highly recommend getting a deep understanding of APIs. To help you out with that, do read the blog about the Basics of APIs. It'…