Tweet fixado
ft.sujith_nani_
5K posts

ft.sujith_nani_
@sujithdotcode
22 | Chasing the Dreams | Turning coffee into code ☕💻 | Learning & sharing tech
Offline, mostly Entrou em Ağustos 2021
1.4K Seguindo1.5K Seguidores
ft.sujith_nani_ retweetou

In 2024, a product manager at a Bangalore based unicorn lost his job during layoffs.
Good salary. Everything was stable. Family settled. Life on track.
Then one email changed everything. He was laid off in April.
At the same time:
1. his wife was pregnant
2. she had already left her job as a product designer
3. medical expenses started increasing
He started applying everywhere. Day after day.
But responses never came.
Weeks turned into months.
Savings started disappearing:
EMIs, child’s school fees, groceries, medical bills, daily expenses.
Rent: ₹20,000/month.
Three months passed. It got deducted from his ₹1L advance.
After that, nothing was left. No income. No savings.
Just pressure. By August 2024, he had no option.
His landlord, an ex-IT employee, understood the situation. He told him to stop the job search for now.
Go back home.
He didn’t charge August rent. Returned the remaining deposit.
The family left Bangalore. Husband, wife, and a 3 year old child.
Back to their hometown, Mysore. Starting over.
This is the other side of tech.
We celebrate jobs like they’re permanent.
But they’re not.
Sometimes you’re just one email away from losing everything.
That’s why:
1. have a backup plan
2. build financial cushion
3. don’t depend on one income
4. remember jobs are temporary
English

@Amara__Don Ye Amara real world ka Gian lag rha han
(Btw it's good)
English

DevOps Engineer Roadmap (Basic → Advanced) :
📂 Learning DevOps Engineering
┃
┣ 📂 Fundamentals
┃ ┣ 📂 Linux Basics
┃ ┣ 📂 Networking Basics
┃ ┣ 📂 OS Concepts
┃ ┣ 📂 CLI (Command Line)
┃ ┗ 📂 Scripting (Bash / Python)
┃
┣ 📂 Version Control
┃ ┣ 📂 Git Basics
┃ ┣ 📂 Branching & Merging
┃ ┣ 📂 GitHub / GitLab
┃ ┗ 📂 Collaboration Workflows
┃
┣ 📂 Continuous Integration (CI)
┃ ┣ 📂 CI Concepts
┃ ┣ 📂 Jenkins
┃ ┣ 📂 GitHub Actions
┃ ┗ 📂 Build Automation
┃
┣ 📂 Continuous Deployment (CD)
┃ ┣ 📂 CD Concepts
┃ ┣ 📂 Deployment Strategies
┃ ┣ 📂 Rollbacks
┃ ┗ 📂 Pipeline Design
┃
┣ 📂 Containers
┃ ┣ 📂 Docker Basics
┃ ┣ 📂 Docker Images
┃ ┣ 📂 Docker Compose
┃ ┗ 📂 Container Networking
┃
┣ 📂 Container Orchestration
┃ ┣ 📂 Kubernetes Basics
┃ ┣ 📂 Pods & Services
┃ ┣ 📂 Deployments
┃ ┣ 📂 Helm
┃ ┗ 📂 Scaling Applications
┃
┣ 📂 Cloud Platforms
┃ ┣ 📂 AWS Basics
┃ ┣ 📂 EC2 / S3 / IAM
┃ ┣ 📂 Azure / GCP Basics
┃ ┗ 📂 Cloud Architecture
┃
┣ 📂 Infrastructure as Code
┃ ┣ 📂 Terraform
┃ ┣ 📂 CloudFormation
┃ ┣ 📂 Ansible
┃ ┗ 📂 Provisioning Infrastructure
┃
┣ 📂 Monitoring & Logging
┃ ┣ 📂 Prometheus
┃ ┣ 📂 Grafana
┃ ┣ 📂 ELK Stack
┃ ┗ 📂 Alerting Systems
┃
┣ 📂 Security (DevSecOps)
┃ ┣ 📂 Secrets Management
┃ ┣ 📂 SSL / TLS
┃ ┣ 📂 Vulnerability Scanning
┃ ┗ 📂 IAM & Access Control
┃
┣ 📂 Advanced DevOps
┃ ┣ 📂 Microservices Architecture
┃ ┣ 📂 Service Mesh
┃ ┣ 📂 Serverless
┃ ┗ 📂 Performance Optimization
┃
┗ 📂 Projects & Practice
┣ 📂 CI/CD Pipeline Project
┣ 📂 Dockerize Full Stack App
┣ 📂 Deploy on Kubernetes
┣ 📂 Cloud Deployment (AWS)
┗ 📂 Monitoring Setup Project
English

@sujithdotcode Dekho yar jiske liye apka imp hoga vhi fast reply krega warna sau bahane banayenge...bas ye hint h ki know your worth and stop texting them
English

Android Development Roadmap (Basic → Advanced) :
📂 Learning Android Development
┃
┣ 📂 Programming Fundamentals
┃ ┣ 📂 Java / Kotlin Basics
┃ ┣ 📂 OOP Concepts
┃ ┣ 📂 Data Structures Basics
┃ ┗ 📂 Problem Solving
┃
┣ 📂 Android Basics
┃ ┣ 📂 Android Studio Setup
┃ ┣ 📂 Project Structure
┃ ┣ 📂 Activities & Lifecycle
┃ ┣ 📂 Intents
┃ ┗ 📂 Permissions
┃
┣ 📂 UI Development
┃ ┣ 📂 XML Layouts
┃ ┣ 📂 Views & ViewGroups
┃ ┣ 📂 ConstraintLayout
┃ ┣ 📂 RecyclerView
┃ ┗ 📂 Material Design
┃
┣ 📂 Advanced UI
┃ ┣ 📂 Jetpack Compose
┃ ┣ 📂 Animations
┃ ┣ 📂 Custom Views
┃ ┗ 📂 Responsive Design
┃
┣ 📂 Navigation
┃ ┣ 📂 Navigation Component
┃ ┣ 📂 Fragments
┃ ┗ 📂 Back Stack Handling
┃
┣ 📂 Data Storage
┃ ┣ 📂 SharedPreferences
┃ ┣ 📂 SQLite
┃ ┣ 📂 Room Database
┃ ┗ 📂 DataStore
┃
┣ 📂 Networking
┃ ┣ 📂 REST APIs
┃ ┣ 📂 Retrofit
┃ ┣ 📂 JSON Parsing
┃ ┗ 📂 Error Handling
┃
┣ 📂 Architecture
┃ ┣ 📂 MVC / MVP / MVVM
┃ ┣ 📂 ViewModel
┃ ┣ 📂 LiveData / Flow
┃ ┗ 📂 Repository Pattern
┃
┣ 📂 Background Tasks
┃ ┣ 📂 Threads & Handlers
┃ ┣ 📂 Coroutines
┃ ┣ 📂 WorkManager
┃ ┗ 📂 Services
┃
┣ 📂 Authentication & Security
┃ ┣ 📂 Firebase Auth
┃ ┣ 📂 Google Sign-In
┃ ┣ 📂 Data Encryption
┃ ┗ 📂 Secure Storage
┃
┣ 📂 Testing
┃ ┣ 📂 Unit Testing
┃ ┣ 📂 UI Testing (Espresso)
┃ ┗ 📂 Debugging
┃
┣ 📂 Deployment
┃ ┣ 📂 APK / AAB Generation
┃ ┣ 📂 Play Store Publishing
┃ ┣ 📂 App Signing
┃ ┗ 📂 Versioning
┃
┣ 📂 Advanced Topics
┃ ┣ 📂 Firebase (Realtime DB / Firestore)
┃ ┣ 📂 Push Notifications (FCM)
┃ ┣ 📂 Dependency Injection (Hilt / Dagger)
┃ ┗ 📂 Performance Optimization
┃
┗ 📂 Projects & Practice
┣ 📂 Notes App
┣ 📂 To-Do App
┣ 📂 Chat Application
┣ 📂 E-commerce App
┗ 📂 Real-time App (Firebase)
English
ft.sujith_nani_ retweetou



















