Software developer with .Net, Node.js, AWS and marketing background.
Do you know that you can create dynamic HTML using the Document API? If not you…
Over the weekend I discovered a lot of JavaScript’s Document API. I found out…
ASP.NET is not just a templating framework, it can also return REST data. Here is how:
In your page load event handler (i.e. the page_load method), do this:
When we are googling something we can also start with a vague search term, especially when you need some guidance on how…
I used Unirest for Node.js and it is a well documented HTTP utility library. Unlike Axios, which only has a JavaScript version but can work in both the browser and Node.js environment, Unirest’s JavaScript library only works in the backend…