Cloud
- How to query Azure resources using the Azure CLI (Neil Peterson) - Nice post that gives a few tips and tricks about how to query Azure resources with Az.
- Setting up Jenkins X on Azure Kubernetes Service (AKS) (Chee Chan) - A very simple tutorial that explains how to install and get started with JenkinsX with Azure Kubernetes Services (AKS)
Programming
- Using npm's
ls
command for Fun and Insight (Tierney Cyren) - A useful discovery about a node.js command and how to use it in our different environments. - Intro to web programming in Rust for NodeJS developers (Bastian Gruber) - Jump aboard this new promising series to learn Rust...
Miscellaneous
- How do You Structure Your Code When Moving Your API from Express to Serverless Functions? (John Papa) - When structured the code is always better. A nice post that explains just that with serverless.