Javascript Minification and Obfuscation Tools
JavaScript minification and obfuscation are two techniques that can be used to improve the performance and security of your JavaScript code. Minification removes unnecessary characters from your code,...
View ArticleHow I Boosted the Performance of My JavaScript Code
I wanted to share some tips that really helped me improve the speed and performance of my JavaScript code. When I first started building web apps with JavaScript, everything ran […] The post How I...
View ArticleAn Introduction to Serverless Functions
Serverless functions are taking the world of cloud computing by storm. In this post, we’ll look at what exactly serverless functions are, their key benefits, and some use cases. What […] The post An...
View ArticleHow Azure Functions Work
Azure Functions represent a nifty offering from Microsoft Azure that makes your life as a developer significantly easier. What it does is, it lets you run your code without any […] The post How Azure...
View Article