X

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…

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…