Tapas AdhikaryforGreenRoots Blog - 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 ...Sandeep Panda Test and 9 others are discussing this10 people are discussing thisDiscuss·200 likes·110.3K readsWeb APIWow. These are really cool APIs Tapas. Thank you for sharing. 5
Hrithwik BharadwajforHrithwik 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...Edidiong Asikpo (Didi) and 3 others are discussing this4 people are discussing thisDiscuss·116 likes·2.6K readsWeb DevelopmentYour Web App showing when clicking the share button is the coolest thing. Nice Article man 4
Geeky ChakriforGeeky 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...Tapas Adhikary and 9 others are discussing this10 people are discussing thisDiscuss·98 likes·784 readsJavaScriptThanks for the amazing content Geeky Chakri! Pretty sure, this will help me a lot in my future projects! Thanks! 👏✌️ 3
Oscar Montenegro 🧙🏾♂️🌟forUnit Codingunitcoding.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...Discuss·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...Discuss·29 readsJavaScript
Wagner MforJavascript Emotionsjsemotions.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...DiscussGPU
BHAVANA SforMy Learningbhavi.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...Anand Baraik and 4 others are discussing this5 people are discussing thisDiscuss·55 likes·253 readsJavaScript
Tiago Rangel de SousaforTiago's notestiagorangel.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 ...Discuss·1 like·35 readsJavaScript
Supriya MforSupminn's Blogsupminn.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...Discuss·7 likes·107 readsJavaScript
Lior AmsalemforLior Amsalem Engineering Bloglior-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...Discuss·18 likes·110 readsHTML5
Chinmaya Pandaforclearmindrocks.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...Discuss·40 readsWeb API
AlessandroforFailing 2 Buildswiftuser.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...Discussfitbit
Anja LaniforCoderfycoderfy.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...Discuss·77 readsJavaScript