
How to get better at coding...
Hi people, I would like to know if anybody feels that the work they are doing is not going to be helpful in the near future and want to take up some other or new roles,but for that you require experience in that domain. I am not very good while working with the code majorly development part. But I want to be able to do that and while being rejected by many companies for the same reason I would like to know- How you people practice code? Is it any platform or courses? How you manage both work and learning side by side? Please let me know. Thanks in advance for the response.
One interview, 1000+ job opportunities
Take a 10-min AI interview to qualify for numerous real jobs auto-matched to your profile 🔑
Practice and read engineering blogs cause high level understanding of systems is becoming more imp compared to boilerplate coding as AI can do that now. Practice leetcode problems. Additionally try to do machine coding problems- like design elevator system, parking lot app , tic tax toe game, ticketing app etc, good news is u don’t need any course now as these basic systems u can get reviewed by AI and get feedback and improve.

Thankyou for the suggestion, will do.

While doing coding i face 2-3 issues How you handle these.. Any suggestion?
- If i solve some question today.. By watching lecture.. After 15-20 day for same topic i am only able to solve same easy question... For medium.. I feel i forget everything.. Need to watch lectures or notes again. Where i am lacking ?
- For new question i am very rarely able to design logic & write code.. What should be the approach to solve new problem.
We can't remember solution to everyproblem.
How is revision done in coding. ?
What was your approach when you were doing coding..?
& Regarding development what i best way to learn development.
We can watch tutorials & type code.. But it is not working for me.
About me- I was stuck in support role.for 3 years... Day & night oncall . Currently not doing job for now. So I doing full time learning coding & dev.. But still these are issues if you can help.. It will be helpful

Bhai kheti, much better than coding

farming

Option me hai bhai bas need a land.

Coding is not require in near future, low code or no code will be future

Spoken like a true KPMG Assistant Manager.

Low code and no code are for some specific domains where we know the end to end requirements in a rough way, but to customise it we will be always overriding the implementation in some language can be js c++ or any language.

Take a beginner class. For eg. this one https://youtu.be/ix9cRaBkVe0?si=FEBZVQJyfMFGJxrG. And once you’re done with this start with small projects. Do not copy paste the code or just type it while watching it, watch it, try to code on your own, think. And do this as much as you can. Projects help us learn faster.

Thankyou so much for the advice. Will check the projects.

I’ve differentiated it very clearly nowadays, 10-7, No personal learning & 7-10 No office work.
Always remember exceptions will be there.

Daily 2 problems, solve second only if u completed first. While learning know why this is even required to solve. Why only this way why not other.
Most of know sin^2 x + cos^2 x is 1 but why, why do I need to memorize it and how it's possible that it's result is 1 , what is sin and what is square of it whats their algebraic rule why is that rule. If u learn this way you will learn problem solving not writing some internet code logic.
Lean maths use gpt to understand the problem statements ask hints not exact solution.
Learn to question.. dare to question and find its answer.
