
Harsh Sen
@yupsharsh
Followers
68
Following
781
Media
147
Statuses
580
DevOps Intern | Ex-Community Devrel 🥑 @Code4GovTech 🇮🇳 | Cloud-Native | Cloud Security | Open Source
Indore
Joined April 2024
I hit an issue today Devs were trying to connect to S3 from an on prem server, but access was denied. Root cause? IAM keys were scoped for CLI use, not external apps. Fixed it by updating policies for proper app access. NOTE - always match IAM with real-world usage
1
0
7
Questions from my recent interview: Devops - Intern What tools you've used? How you'll deploy a multiplayer game? Write down docker-compose file Write down a ci/cd workflow Experience ? - Now, i 100% agree that luck actually plays a big role during interview
1
0
1
Out of all things in this AI era, you need even stronger foundation. Foundation of language, how computers and networks operate and stories/discussions from experienced folks. In this AI era, you fight with AI output a lot. It certainly gives you code but of what quality, you
28
62
753
Is anyone working on the real shit --- building your own personal servers, experimenting with raspberry pies, spare PCs, custom linux distro ?
0
0
0
Desktop Environment in WSL 3/3 • Vnc peotocols ✅ • Using Windows native vnc client viewer • implemented XRDP • Session caching here it is, yes this is WSL without manual setup. I'm still working on it
1
0
1
Wsl into Desktop environment 2/2 • Vnc peotocols enabled • Using Windows native vnc client viewer • implemented XRDP • Session caching
0
0
0
Working on a project that turns wsl into a full blown desktop environment
0
0
3
while dockerizing microservices try to make volumes in dockerfile itself will make the compose process much easier
0
0
0
NOTE - while working with docker-compose always use relative paths for volumes Faced this error while working GO : microservices 😢
2
0
0
Story Time ~ In my freshman year of cllg i hate how linux CLI works that i have to enter commands and now i'm so much addicted to Linux as i have tasted - WSL, WSL2, Dual boot, VMs : how i can increase the performance - Ubuntu20, Ubuntu22, Ubuntu24, Kali : diff distros
0
0
0
if you limit your resource usage for WSL you'll get much better performance why? Hard Capping allows you to restrict the CPU and Ram usage as compared to dynamic throttling in which Ram is dynamically allocated
0
0
0
Checkout my new blog post about docker best practices 🐋 • Security • Optimization Techniques • Environment aware Builds Not just theory or AI generated trash, these are my learnings with real examples from my projects. https://t.co/xoEfGABxNX
harshsen.me
A practical guide for secure, efficient and scalable Docker workflows with real world examples and code from my own projects.
0
0
0
Reading from Blogs >>> Reading from Docs Eat both and write your own blogs
0
0
0
Any Go project which i can use to build End-to-end DevOps projects?
1
0
0
Client wants 5 VMs with Python, MySQL installed and load balancer, firewall configured everything on prem How? - Using Vagrant : A tool for managing VMs with Configuration Files: Vagrant File
2
0
3
Updates: Dockerized the setup Will be deploying on EKS using Terraform
0
0
0