 
            
              Adam Rizk
            
            @adamr_1776
Followers
                29
              Following
                2K
              Media
                6
              Statuses
                220
              SDE2 @amazon | I talk about tech and career growth
              
              Bangalore
            
            
              
              Joined May 2025
            
            
           I made it into FAANG after resigning from a tier 3 company. If I get laid off now, Iâll be in a much better position to land a good job compared to my previous job hunt. Personally I recommend joining FAANG as soon as possible if youâre a SWE in India 
           One drawback of working at FAANG companies that nobody talks about is their significantly higher pay packages compared to the rest of the industry. If layoffs occur or you need to leave for any reason, you're left with only two options: 1. Join another FAANG company. 2. Take 
          
                
                2
              
              
                
                0
              
              
                
                2
              
             Soft skills will get you further than coding skills after a certain point. Your ability to communicate a complex idea, persuade a teammate, or mentor a junior engineer is what defines a senior role. 
          
                
                0
              
              
                
                0
              
              
                
                0
              
             My only gripe with Java is the obscene amount of RAM it consumes especially with Spring Boot 
           Every few years, a new backend framework claims to âreplace Java.â Yet, decades later, Java still quietly powers the worldâs largest systems â banks, airlines, governments, and enterprises. Why? Because Java isnât built for hype, itâs built for longevity. 
          
                
                0
              
              
                
                0
              
              
                
                0
              
             Has AI made your Life anyway better as a Software Engineer? I feel obviously the role of a Software Engineer can't be replayed by an AI but it can be such an increible partner to be always out there to help you with a lot of stuff! #AI #AIvsHuman
          
          
                
                0
              
              
                
                0
              
              
                
                0
              
             Perhaps, take risk at startupâs and investing but I feel it's my long term goal as of now. I donât see a future going up the SDE ladder. This is just my opinion and I am open to correction.đ
 
          
                
                0
              
              
                
                0
              
              
                
                0
              
             Fortunately, I would consider myself financially well off and I donât see a lot of financial growth in IT compared to what I already own. I keep feeling like I should capitalise on current assets. 
          
                
                1
              
              
                
                0
              
              
                
                0
              
             A career in IT seems like a great option in your younger years due to the the pay. 
          
                
                1
              
              
                
                0
              
              
                
                0
              
             Whatâs one piece of tech youâre excited about right now? đ Iâm watching the evolution of container orchestration closely. 
          
                
                0
              
              
                
                0
              
              
                
                0
              
             What's your favorite mechanical keyboard for coding? Been using this Keychron for a while and the feel is just unmatched. Makes writing thousands of lines of code a bit more satisfying. 
          
                
                0
              
              
                
                0
              
              
                
                0
              
             5/ No health checks: Add Docker HEALTHCHECK so ârunningâ also means âhealthy.â Your deploy pipeline will thank you. 
          
                
                0
              
              
                
                0
              
              
                
                0
              
             4/ Skipping multiâstage builds: Keep build tools out of prod images. Build â copy final artifact into a clean image. 
          
                
                1
              
              
                
                0
              
              
                
                0
              
             3/ Bloated base images: Donât use ubuntu:latest for small apps. Prefer slim images (e.g., node:18âalpine). 
          
                
                1
              
              
                
                0
              
              
                
                0
              
             2/ Running as root: Security risk. Create a nonâroot user in the Dockerfile and switch with USER. 
          
                
                1
              
              
                
                0
              
              
                
                0
              
             1/ Not using .dockerignore: Your build context is huge because you copy node_modules or artifacts. Add them to .dockerignore. 
          
                
                1
              
              
                
                0
              
              
                
                0
              
             5 common Docker mistakes I see in code reviews (and how to fix them) đ§” 
          
                
                1
              
              
                
                0
              
              
                
                0
              
             I got into FAANG without any networking for what itâs worth 
          
              @adamr_1776 But not all lucky but yeah networking helps!
            
          
                
                1
              
              
                
                1
              
              
                
                1
              
             Working at Amazon has taught me more about practical system design than any classroom. Theory teaches you algorithms. A real job teaches you how to build resilient systems!! 
          
                
                1
              
              
                
                0
              
              
                
                0
              
             
               
               
               
              