One of the best pieces of engineering advice my dad ever gave me was: "š šØšš®š¬ šØš§ šš”š ššØš§ššš©šš¬ šš§š ššššØš¦š š ššØš§ššš©š ššØš„š„ššššØš«. šš š²šØš® š„ššš«š§ š”šØš° ššØ š«ššš š š¦šš©, ššÆšš§ š°š”šš§ šš”š šš¢šš¢šš¬ šš”šš§š š š²šØš® ššš§ š¬šš¢š„š„ šš¢š§š š²šØš®š« š°šš²".
I love this so much because it's easy to get overwhelmed in tech with all the coding languages and tools available to us. But when you think of yourself as a concept-collector you can start to identify patterns in the things you're learning.
For example, I noticed that no matter what framework I use, web development is essentially made up of these building blocks:
š Views -> What's being displayed to the user
š¢ Events -> The different things that a user 'causes to happen'
šØ Event Handling -> What we do after the user causes things to happen
š³ Storage -> Data/information needs to be stored and retrieved
š Routing and Controllers -> Allows us to create conceptual locations for where data/information should live
ā Optimization -> Making things run as smoothly as possible
In other words:
- The user needs to see something
- The user needs to interact with what they see and make things happen
- When they cause something to happen I need to decide what occurs next
- My data needs to be stored somewhere, and I need to be able to access it
- I use routes to allow the user to access data kept in different locations
- I optimize to make things run smoother
When you learn something new, try to grasp the deeper meaning of what's being done. šš°š„šŖšÆšØ šš¢šÆšØš¶š¢šØš¦š“ š¢šÆš„ š“šŗšÆšµš¢š¹š¦š“ š¢š³š¦ š°šÆššŗ š¢ š®š¦š¢šÆš“ šµš° š¢šÆ š¦šÆš„, š¢ šøš¢šŗ šµš° š¢š¤š¤š°š®š±ššŖš“š© š¢ š±š¶š³š±š°š“š¦. If you notice these patterns you'll be able to switch between frameworks and languages much more easily and confidently!
If you liked this blog post feel free to check out more of my tech content on Instagram, YouTube and Twitter and TikTok!
Top comments (3)
Small but efficient, very good article
Thanks Damien!š
Nicely put! And I just had to say something, since I found this post when I went looking to see how unique my username was. š