A) 4 steps to master a new technology - Java Brains
- Go to the official website and look for quick start guide. They usually cover the very minimum to get your feet wet. It gives a taste of what the technology/framework is all about. Read and actually do the steps.
- Take a YouTube/video course. This will give a good progressive learning with a guide. This should give a fair idea.
- If your career depends on this new technology, pick a good book. Don’t have to follow end to end but get a good grasp of concepts. Don't have to do all the exercises but understand core concepts.
- Build something from scratch. Take the technology in isolation and do a project with it. This will reduce the mental overload of using the technology with several other technologies as it usually happens in regular jobs.
This order is recommended but all steps are not mandatory. Depends on how deep you want to dive depending of the relevance of the technology to your career.
B) Whiteboard Coding Interviews: 6 Steps to Solve Any Problem
- Repeat: make sure you do understand the problem.
- Example: get insights by doing examples
- Approach: come up with your approach(es) to the problem (brute force first)
- Code: write the code for your chosen approach
- Testing: pass the testcases
- Optimize: optimize the complexities (time and space) of your algorithm
Link - Fullstack Academy (Youtube)
C) LeetCode guideline
Try to see which type of problems is solved via which type of patterns and how that is optimized.
Link - Kunal Kushwaha(Youtube)
5 Mistakes:
- The details aren't always there (ask questions in an Interview)
- Working Code ISN'T everything (improve your efficiency)
- Your code isn't evaluated, YOU ARE! (think out loud)
- Focusing on things that don't matter (don't worry about comparative statistics on Leetcode)
- Not practicing in the right setting (practice without autocomplete/syntax highlighting using a whiteboard/pen-paper)
Aspects like how you communicate, listen and respond to things matter as much as your coding skills.
D) My Three (actually four) Takeaways:
- Learning is something specific to an individual. Work out what works for you.
- Focus on building something rather than on frameworks and tools.
- Spend time identifying what tool/framework/language to learn.
- Choose to go hands-on at the right time.
- Learning is not acquiring knowledge. It's a behaviour change.
- Don't get attached to technology or tool.
- Allocate some time to learn while working on your project task.
- Environments (Java/Python/JavaScript etc..) follow certain standards.. And limits our way of looking at things.. There could be other ways of doing things we don't learn unless we try.
- Also one more thing I learnt today is people with 20 years of experience also start with "Hello World" example..
How to Learn Continuously and Re-skill | Koushik, Ranga & Siva | Video 2
Comments
Post a Comment