Tapas Adhikaryatapas.hashnode.net·Nov 4, 2022How to create an EyeDropper tool using JavaScript?JavaScript Web APIs are powerful. It provides tons of utility in the form of APIs and methods for web developers. Recently I learned about the EyeDropper API, which is experimental at this time(of writing this post) but already shows great potential ...Victoria Lo and 2 others are discussing this3 people are discussing thisDiscuss·86 likes·1.7K readsGeneral ProgrammingThis is amazing! Thanks for sharing, Tapas. 3
Jinalkumar Pateljinalkumarpatel.hashnode.net·Jun 12, 2022Web API As Azure Function - HttpTriggerIn Previous blog post, there is some basic introduction about different hosting mode for Azure Function. In this post, I will be more practical and jump to more practical stuff and provided information around using asp.net core web api as Azure Func...Ericbeatric Mark and 1 other are discussing this2 people are discussing thisDiscuss·241 readsWebAPI As Azure FunctionAzure Functions
Hemant Singhmemorycrypt.hashnode.net·Oct 16, 2022Create a Web API with Custom Authentication and ASP.NET Core IdentityHey folks! So, in a previous article, we created a Web API with JWT token authentication and ASP.NET Core Identity. However, in some scenarios, we may not necessarily be open to using JWT tokens. Rather, we may want our own custom tokens. For such sc...Discuss·308 reads.NET
Edwin Abraham Thomasedwinat.hashnode.net·Jan 28, 2023Building And Deploying Web APIThis post walks you through: Configuring Visual Studio. Building a basic DotNet Core 6 Web API. Creating AWS Lambda funcion. Deploying the project to the Lambda function. Troubleshooting. The example project used here is available on my GitHub...Discuss·56 readsserverless
Tapas Adhikaryatapas.hashnode.net·Nov 4, 2022How to create an EyeDropper tool using JavaScript?JavaScript Web APIs are powerful. It provides tons of utility in the form of APIs and methods for web developers. Recently I learned about the EyeDropper API, which is experimental at this time(of writing this post) but already shows great potential ...Victoria Lo and 2 others are discussing this3 people are discussing thisDiscuss·86 likes·1.7K readsGeneral ProgrammingThis is amazing! Thanks for sharing, Tapas. 3
Hemant Singhmemorycrypt.hashnode.net·Oct 16, 2022Create a Web API with Custom Authentication and ASP.NET Core IdentityHey folks! So, in a previous article, we created a Web API with JWT token authentication and ASP.NET Core Identity. However, in some scenarios, we may not necessarily be open to using JWT tokens. Rather, we may want our own custom tokens. For such sc...Discuss·308 reads.NET
raddevusnewlibre.hashnode.net·Jul 1, 2022Encrypt Data With AES256: Complete Process with Sample JavaScriptAuthenticated Encryption If you're going to use a symmetric encryption algorithm like AES256 then it is necessary to insure that the encrypted data has not been tampered with. High-Level View This can be done by Generating a random IV (Initializat...Discuss·79 readsCryptography
Jinalkumar Pateljinalkumarpatel.hashnode.net·Jun 12, 2022Web API As Azure Function - HttpTriggerIn Previous blog post, there is some basic introduction about different hosting mode for Azure Function. In this post, I will be more practical and jump to more practical stuff and provided information around using asp.net core web api as Azure Func...Ericbeatric Mark and 1 other are discussing this2 people are discussing thisDiscuss·241 readsWebAPI As Azure FunctionAzure Functions