Tapas Adhikaryatapas.hashnode.net·Sep 1, 2020Featured10 lesser-known Web APIs you may want to useAPI is the acronym for Application Programming Interface which defines interactions between multiple software architecture layers. Programmers carry out complex tasks easily using APIs in software development. Without APIs, a programmer's life would ...200 likes·110.3K readsWeb API
Hrithwik Bharadwajhrithwik.hashnode.net·Mar 25, 20215 Web API's for your Next ProjectThere are a few amazing web API's supported by modern browsers and these are few you might want to use in your next project. Do note that some browsers might not support all these API's Clipboard API 📋 Implementing clipboard functionality is even...116 likes·2.6K readsWeb Development
Geeky Chakrigeeky-chakri.hashnode.net·May 27, 2021FeaturedAutomatic Dark/Light Theme Switching Based On The Environment LightingHello beautiful people ! In this article I will show you how to automatically switch to dark/light theme based on ambient light levels using Ambient Light Sensor API. What is Ambient Light Sensor API ? The Ambient Light Sensor API allows web applicat...98 likes·784 readsJavaScript
Oscar Montenegro 🧙🏾♂️🌟unitcoding.hashnode.net·Apr 20, 2023The Power of Asynchronous Code in your web APIHello 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 API and for many other kinds of projects and also we...18 likesASP NET Core Web API DevelopmentC#
DhiWise TeamforDhiWisedhiwise.hashnode.net·Apr 13, 2023Accelerating Web API Integration: Essential JavaScript Libraries for 2023Summary: 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 JavaScript libraries for working with Web APIs and their f...29 readsJavaScript
Wagner Mjsemotions.hashnode.net·Apr 11, 2023Web GPU: A Low-Level Graphics API for the WebThe 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 advancements in web technologies like HTML5, CSS3, and Ja...GPU
BHAVANA Sbhavi.hashnode.net·Mar 23, 2023Understanding JS runtime environmentOverview 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, why we need them, and the connection between all the...55 likes·253 readsJavaScript
Tiago Rangel de Sousatiagorangel.hashnode.net·Mar 16, 20235 Cool Javascript APIs you didn't know 🤯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 not have heard of before. Let's get started! The ...1 like·35 readsJavaScript
Supriya Msupminn.hashnode.net·Mar 4, 2023Pointer Events in JavaScriptWe 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 number of Web APIs available. Today, we will unders...7 likes·107 readsJavaScript
Lior Amsalemlior-amsalem.hashnode.net·Feb 21, 2023Using Device Camera API and Toggling Between CamerasIn 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 cameras. Dem...18 likes·110 readsHTML5
Chinmaya Pandaclearmindrocks.hashnode.net·Jan 26, 2023Securing Your API: An Overview of Authentication MethodsAPI 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. In this blog, we will discuss the various types o...40 readsWeb API
Alessandroswiftuser.hashnode.net·Jan 8, 2023Delphi FMX: Date FormattingThis 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 formatting it to a string using the DateToStr function. It...fitbit
Anja Lanicoderfy.hashnode.net·Dec 27, 2022Don't install "uuid" packageUniversally Unique IDs are great to use anywhere in our application where we need random and unique IDs. In the past, we have always needed to reach for a library such as uuid in order to bring this into our applications. If we put aside any immediat...77 readsJavaScript