Chinmay Pandey (@hionnode) 's Twitter Profile
Chinmay Pandey

@hionnode

Senior Backend Dev | AWS & Node.js Expert | Cloud & Full-Stack Architect | Innovator pushing tech boundaries. Let's build something amazing! #Backend #AWS #Node

ID: 753776411807055872

linkhttp://blog.code-flu.com calendar_today15-07-2016 02:21:16

828 Tweet

109 Takipรงi

2,2K Takip Edilen

Chinmay Pandey (@hionnode) 's Twitter Profile Photo

Day 4 cloud challenge: Was manually creating OS images like a caveman ๐Ÿฆ• Thought about automating with bash scripts but that's just trading one headache for another - different package managers, brittle dependencies, zero error handling. One Ubuntu script breaks on CentOS and

Day 4 cloud challenge: Was manually creating OS images like a caveman ๐Ÿฆ• Thought about automating with bash scripts but that's just trading one headache for another - different package managers, brittle dependencies, zero error handling. One Ubuntu script breaks on CentOS and
Chinmay Pandey (@hionnode) 's Twitter Profile Photo

Day 5 of infrastructure challenge ๐Ÿงต Started with a "simple" 3-node cluster. Now I'm juggling: - Packer - Ansible - Terraform - Remote state - Self-hosted GH Actions - Public docs It's a beautiful mess. Nothing works together yet. Sometimes the best learning happens when

Day 5 of infrastructure challenge ๐Ÿงต

Started with a "simple" 3-node cluster. Now I'm juggling:
- Packer
- Ansible  
- Terraform
- Remote state
- Self-hosted GH Actions
- Public docs

It's a beautiful mess. Nothing works together yet.

Sometimes the best learning happens when
Chinmay Pandey (@hionnode) 's Twitter Profile Photo

AWS Lambda remote debugging is finally here and I'm embarrassingly excited about it No more console.log debugging hell. No more dependent on cloudwatch logs. Just actual breakpoints like a civilized developer. RIP to all those Friday afternoons lost to deploy-log-guess-repeat

AWS Lambda remote debugging is finally here and I'm embarrassingly excited about it

No more console.log debugging hell. No more dependent on cloudwatch logs. Just actual breakpoints like a civilized developer.

RIP to all those Friday afternoons lost to deploy-log-guess-repeat
Chinmay Pandey (@hionnode) 's Twitter Profile Photo

Day 6 update: spent the entire day fighting with GitHub Actions ๐Ÿฅฒ Self-hosted runners + local cluster = way more complexity than expected Still nothing works properly but hey, at least I'm consistent Weekend mission: make something - anything - actually work ๐Ÿคž #DevOps

Day 6 update: spent the entire day fighting with GitHub Actions ๐Ÿฅฒ
Self-hosted runners + local cluster = way more complexity than expected
Still nothing works properly but hey, at least I'm consistent
Weekend mission: make something - anything - actually work ๐Ÿคž
#DevOps
Chinmay Pandey (@hionnode) 's Twitter Profile Photo

๐Ÿš€ Day 7 of Cloud Challenge: Terraform State Management Deep Dive Just spent the day setting up proper remote state infrastructure and it's a game-changer! Built an S3 bucket for state storage and DynamoDB table for state locking using a bootstrap Terraform config. Then used

๐Ÿš€ Day 7 of Cloud Challenge: Terraform State Management Deep Dive
Just spent the day setting up proper remote state infrastructure and it's a game-changer! Built an S3 bucket for state storage and DynamoDB table for state locking using a bootstrap Terraform config. Then used
Chinmay Pandey (@hionnode) 's Twitter Profile Photo

๐Ÿš€ Day 8 of Challenge: Integrating GitHub Actions for Seamless CI/CD! Building off yesterday's remote backend (S3 + DynamoDB), I spun up a fresh Terraform project and wired it to GitHub Actions. Now, PRs auto-run 'terraform plan' to preview changes, and merges trigger

๐Ÿš€ Day 8 of  Challenge: Integrating GitHub Actions for Seamless CI/CD!

Building off yesterday's remote backend (S3 + DynamoDB), I spun up a fresh Terraform project and wired it to GitHub Actions. Now, PRs auto-run 'terraform plan' to preview changes, and merges trigger
harshit (@harshitmul) 's Twitter Profile Photo

At this point Iโ€™m convinced that finding great aerospace engineers is 10x harder than building the damn thing. Nobody uses/updates their LinkedIn. If you know someone whoโ€™s actually cracked, tell them to hit me up or tag them. Weโ€™re building crazy stuff LAT Aerospace.

Chinmay Pandey (@hionnode) 's Twitter Profile Photo

๐Ÿงต Thread: How a simple SSD failure turned into a 4-day masterclass in Linux storage fundamentals My 3-node Proxmox cluster wouldn't boot. "Probably just needs a restart," I thought. Spoiler: It didn't. #HomeLab #Linux #TechLearning

๐Ÿงต Thread:
 How a simple SSD failure turned into a 4-day masterclass in Linux storage fundamentals  My 3-node Proxmox cluster wouldn't boot. "Probably just needs a restart," I thought.  Spoiler: It didn't.   #HomeLab #Linux #TechLearning
Chinmay Pandey (@hionnode) 's Twitter Profile Photo

Day 10 of #ReplicatingCloudStackOnDesk: Finally got on-demand GitHub Actions runners spinning up on my home Proxmox setup via Cloudflare Tunnels & Packer. Chicken-and-egg hell, sounds simple but nightmare to setup, finally got it working end to end. had planned for a much

Day 10 of #ReplicatingCloudStackOnDesk: Finally got on-demand GitHub Actions runners spinning up on my home Proxmox setup via Cloudflare Tunnels & Packer. Chicken-and-egg hell, sounds simple but nightmare to setup, finally got it working end to end.

had planned for a much
Chinmay Pandey (@hionnode) 's Twitter Profile Photo

Was watching this and Talk Football HD asked Ranjit Bajaj despite so many challenges why are you doing all this efforts and Ranjit ji answered someone has to do it to show that it's possible and it'll open the floodgates.

Was watching this and <a href="/TalkFootball_hd/">Talk Football HD</a> asked <a href="/THE_RanjitBajaj/">Ranjit Bajaj</a> despite so many challenges why are you doing all this efforts and Ranjit ji answered someone has to do it to show that it's possible and it'll open the floodgates.
Chinmay Pandey (@hionnode) 's Twitter Profile Photo

AWS just announced expanded Cilium support for EKS Hybrid Nodes Here's who this is for: โ€ข Teams running Kubernetes workloads across AWS + on-premises โ€ข Organizations needing advanced networking (BGP, VXLAN, network policies) โ€ข Companies wanting AWS enterprise support for

AWS just announced expanded Cilium support for EKS Hybrid Nodes

Here's who this is for: 
โ€ข Teams running Kubernetes workloads across AWS + on-premises 
โ€ข Organizations needing advanced networking (BGP, VXLAN, network policies) 
โ€ข Companies wanting AWS enterprise support for
Chinmay Pandey (@hionnode) 's Twitter Profile Photo

Hot take: You don't truly know a command until you've read its `man` page multiple times First read: "Ok I get the basics" Second read: "Wait, there are THESE options?" Third read: "Holy shit, I can do THAT?" Fourth read: "I've been using this wrong for years" `man grep` hits

Hot take: You don't truly know a command until you've read its `man` page multiple times

First read: "Ok I get the basics"
Second read: "Wait, there are THESE options?"  
Third read: "Holy shit, I can do THAT?"
Fourth read: "I've been using this wrong for years"

`man grep` hits
Chinmay Pandey (@hionnode) 's Twitter Profile Photo

๐Ÿ”ง PSA: That #!/bin/bash at the top of your shell scripts isn't optional decoration. Without it: โŒ Script might use wrong interpreter โŒ Bash features could fail silently โŒ Different behavior across systems With it: โœ… Guaranteed bash execution โœ… Consistent results

๐Ÿ”ง PSA: That #!/bin/bash at the top of your shell scripts isn't optional decoration.

Without it: 
โŒ Script might use wrong interpreter 
โŒ Bash features could fail silently
โŒ Different behavior across systems

With it: 
โœ… Guaranteed bash execution 
โœ… Consistent results
Chinmay Pandey (@hionnode) 's Twitter Profile Photo

๐Ÿ”ง PSA: That #!/bin/bash at the top of your shell scripts isn't optional decoration. Without it: โŒ Script might use wrong interpreter โŒ Bash features could fail silently โŒ Different behavior across systems With it: โœ… Guaranteed bash execution โœ… Consistent results

๐Ÿ”ง PSA: That #!/bin/bash at the top of your shell scripts isn't optional decoration.

Without it:
โŒ Script might use wrong interpreter
โŒ Bash features could fail silently โŒ Different behavior across systems
With it:

โœ… Guaranteed bash execution
โœ… Consistent results
Chinmay Pandey (@hionnode) 's Twitter Profile Photo

๐Ÿ”ง PSA: That #!/bin/bash at the top of your shell scripts isn't optional decoration. Without it: โŒ Script might use wrong interpreter โŒ Bash features could fail silently โŒ Different behavior across systems With it: โœ… Guaranteed bash execution โœ… Consistent results

๐Ÿ”ง PSA: That #!/bin/bash at the top of your shell scripts isn't optional decoration.

Without it:
โŒ Script might use wrong interpreter
โŒ Bash features could fail silently โŒ Different behavior across systems
With it:

โœ… Guaranteed bash execution
โœ… Consistent results