© 2023 Hashnode
#web-api
Introduction The Completions Endpoint serves as the foundation Open AI API, offering a versatile and robust interface. By inputting a text prompt, the API generates a text completion that aligns with …
Hello my fellow developers, on the last article I showed you how to add data validation using the fluent validation Nuget package. We discussed the relevance of implementing data validation for our AP…
Summary: This article gives you a brief overview of the top JavaScript libraries for working with Web APIs. We hope this article has helped you understand the importance of knowing the latest JavaScri…
The web has come a long way since its early days of simple text and static images. Today, web developers can create immersive, interactive experiences that rival native applications, thanks to advance…
Overview In this blog, the main focus is on understanding call stack, web API, callback queue, job queue, and event loop for beginners in javascript and deep dive into learning about how they work, wh…
Hey there, coding enthusiasts! Are you tired of using the same old JavaScript APIs? Well, we've got some great news for you! We're here to introduce you to five awesome JavaScript APIs that you might …
We know that browsers work with the help of JavaScript, i.e. every browser has a JavaScript engine to execute the code to present the final web page. When writing code for the Web, there are a large n…
In this post we'll learn how to use the native web browser camera API to do the following: Activate a camera feed. Capture what the camera see (taking a photo) Fetching all available devices and allowing the client to switch between came…
API authentication is the process of verifying the identity of a client requesting an API. This is an important security measure that helps prevent unauthorized access to sensitive data and resources.…
This is simple note on Delphi cross-platform development and the importance of proper date formatting. Different platforms are going to provide different results when taking a date object and formatti…