Leetcode changed my life

I feel like leetcode totally changed the way I look at software engineering. Started in 2024 have solved more than 250 questions of all categories. Already landed my first non leetcode internship for summer 2025 I think the purpose of DSA is to transform you from a developer to an engineer. Sure you have used git but ever wondered how it works under the hood it uses longest common subsequence algo to track changes bw 2 files. You have used react but wonder how virtual dom thing and react reconcilition works under the hood it uses a tree traversal algo to do that. So try to grow from just being a developer who can read docs and write code. Try to engineer stuff that others can use thats where you realize how important dsa is. Engineers are irreplaceable