PinnedPersistent volume mount in Elastic Kubernetes servicePersistent storage is necessary for storing application data. We have seen how we can mount a local volume in docker to persist any data. If you haven’t read that, you can just go through my earlier article. When using an orchestrator, we will need to do few more things than…AWS4 min read
Feb 24De-cluttering your screenshot images in the gallery with AIEver taken a screenshot of an important transaction to share with your friend? Or maybe to capture an important map, articles, invoice, medical report, funny meme, or a conversation. …AI3 min read
Jul 1, 2021Getting started with AWS SAM to validate your Serverless apps before deploymentAs organizations shy away from managing the hardware and infrastructure to run their applications, Serverless has gained spotlight. Many of us might be familiar with AWS Lambda or Azure functions which is based on serverless technology that powers the customers apps and business. …AWS Lambda3 min read
Jun 28, 2021Managing node version in your system for different node projectsOften times we come across different javascript libraries and dependencies which are compatible with different versions of NodeJS platform. For example, you might a AngularJS app which required specific version of Node while you might also be working on another project with VueJS stack which again depends on some version…Java Script2 min read
Jun 28, 2021A brief guide to Python programming best practicesAs a software developer, we should always strive to maintain good code quality by following best practices or standards. This is to ensure that the code delivered to solve a problem is readable and maintainable in the long run. To quote Guido van Rossum, “Code is read much more often…Best Practices2 min read
Jun 17, 2021Mount local volumes in your Windows and Linux containersMany of the organizations now use containerization technologies to rapidly deliver software. Gone are those days, when a developer had to setup and configure the entire product on a specifically compatible version of operating system with bunch of other per-requisites. Containerization has definitely gained pace over the year and so…Docker2 min read
Mar 10, 2021Logging with log-levels and to different sink targets in Azure FunctionsMost of the enterprise grade applications need some or other of form logging mechanism. From traditional rolling log text files, console logs, or log monitors in Cloud. Logging is a must in most applications as it helps in the most dreaded situation. Yeah you…Azure Functions4 min read