Remember when DevOps was newly trending? The tech world has been putting a lot of effort to reduce the gap between Development and Operations. The core idea was to make developers and operations experts work in synergy. Organizations are reaping the benefits of DevOps in terms of team collaboration, a smarter way of working, and … Continue reading Kubestack – GitOps for K8s using Terraform
featured
Vantage point for AWS landscape
Have you recently admired AWS cloud platform capabilities? Are you appealed by the pay-as-you-use pricing model? Are you looking forward to hosting your products and services on AWS? Then you should also be prepared to spend hours figuring out why you are paying that penny! Today AWS offers 200+ Managed IAAS services and each of … Continue reading Vantage point for AWS landscape
Python Internals – 3
Frames, scope, objects Frames Above image represents the Python environment and essentially is one of the high level ways to represent how the code works internally. While programming in Python we `def`ine functions. Every function has it's own scope which corresponds to `frames`. Every frame maintain it's value stack. Value stack is used by bytecode … Continue reading Python Internals – 3
Python Internals – 2
Example walk through Let us take a look at how a simple program is executed in Python world. Compilation Simple Python Code Save this program in a file named `test.py` and execute using Python and you should see below output. python test.py 3 Now, in order to understand what happened in the background (the Purple … Continue reading Python Internals – 2
Python Internals – 1
Intro and Installation Overview This is a fairly large topic. Every body learns python for the sake of being an easy language - it is coming out to be an essential languages to be learnt thanks to AI/ML ecosystem. Of course there are other usages of Python as well. Learning this language is easy, but … Continue reading Python Internals – 1
PoC to Production Grade
https://open.spotify.com/episode/31dPmetPhosLeqhkI5eAra?si=MSmFmE4xTn-MkJxOESGbeQ Security is of utmost importance when hosting your production workloads into public cloud. It is one thing to host a non-critical web resource publicly, but it is altogether a different game when considering to host a production grade application on the internet. After all, what do we mean by production grade? And why is … Continue reading PoC to Production Grade
Custom Interactive Filter for ServiceNow Dashboards
https://open.spotify.com/episode/4MiMNPg7vOXYaRMWagJuCD?si=02nAqOHNTA6Gaziy__h8WQ Once upon a time, there used to be a type of script called Jelly script. Wait, used to be? Or is it still around? Of course, it is! It’s 2021 and I happened to have a brushing encounter with Jelly script in ServiceNow. 4 years back I thought I could conveniently forget it since … Continue reading Custom Interactive Filter for ServiceNow Dashboards
Achieving Operational Excellence in AWS
https://open.spotify.com/episode/0Jec4Fj3bL4BctRqaxBjNn Category: AWS Well-Architected Framework Operational excellence is one of the pillars of AWS Well-Architected Framework in which it suggests ways at various levels in an organization to achieve OpEx. OpEx essentially means running your operations in the most efficient ways. It could be application operations or platform operations. Every organization defines its business objectives. … Continue reading Achieving Operational Excellence in AWS
How To Optimize AWS Cloud Costs?
https://open.spotify.com/episode/1JwbcMFX9MAcu315z2CYe2 Category: AWS Well-Architected Framework Cloud providers like AWS have already made lives easy by taking all your infrastructure-related worries away. This comes at a cost, but it is still very cost-efficient. Moreover, talking about costs - just doesn't stop here. As they say, there is always scope for improvement. In this post, we take … Continue reading How To Optimize AWS Cloud Costs?
Why Do You Need Cloud Cost Optimization?
https://open.spotify.com/episode/5exzXaX9S2ey9yTxORkiPL Category: AWS Well Architected Framework The title of the post could also be read as - “Why don’t you want to save money?”. Well there it is, the answer to the question, you may not even read further. However, if you are interested to know certain aspects of AWS Cloud Cost Optimization then this … Continue reading Why Do You Need Cloud Cost Optimization?