CodeProject

Posts with this tag are automatically ingested by CodeProject and published on my account there.

How to remove /api from Azure Functions URLs

Note: All of the following assumes you’re working with Azure Functions 2.0. Azure Functions are great. By default, all HTTP functions on Azure have their URLs prefixed with /api. For example, if you have functions named Function1 and Function2, you’d reach them by calling http://my-app.azurewebsites.net/api/Function1 and http://my-app.azurewebsites.net/api/Function2. Usually, this is

How do JavaScript arrays work under the hood?

Front-end and full-stack developers use JavaScript arrays every day. Most of them, however, haven’t done a deep dive to understand how JS arrays are implemented in native code. Not doing this doesn’t mean you’re a bad developer. It’s entirely possible to use JavaScript effectively without digging in to understand how

© 2023 Ryan Peden . Powered by WordPress. Theme by Viva Themes.