@svpino Hello.
Jackson here.
๐ Passionate about tech.
๐Web development enthusiast.
๐Fluent it JavaScript and Python.
๐ I develop with React.js, Vue.js, and Django framework.
๐ 2020 was for me to understand the art of cloud computing.
๐ 2021: Machine Learning.
@ChrisStaud This is by far the best explanation of px, em, and rem units as used in css.
It's after looking at this meme that I realized I knew less about em and rem ๐ค๐๐ ๐๐คฃ
@traversymedia Thanks Brad for the video, It is surely informative.
I am yet to try out the WET principle. It is new to me and yet it seam to make as much sense as the YAGNI principle.
Alot of devs struggle with creating reusable software components which they never re-use. ๐
@YvanBrunel@traversymedia Yes and No
It all depends on what you are willing to sacrifice. At times long and descriptive names come at a cost of performance and memory.
If performance and memory (of the system) are so critical, you are likely to violate most of these practices.
You have to be pragmatic.
@traversymedia My best coding practices.
1๏ธโฃ KISS: Keep It Simple Silly (To avoid complexity)
2๏ธโฃ DRY: Don't repeat your self
(For code reusability)
3๏ธโฃ YAGN: You aren't gonna need it (To avoid over engineering & premature abstraction)
4๏ธโฃ Only Talk to your neighbor (๐บcohesion + ๐ปcoupling)
@traversymedia@jherr The react pro-tips as my take aways from the video:
๐Use functional components
๐Don't treat components as templates.
๐Use typescript
๐Worry less about react re-renders
๐Use dependency arrays
๐Use useCallback and useMemo
๐Use custom hooks
๐Use a query Library.
#Happynewweek
Our Software engineering with Javascript program applications are now open for 2023. Come learn fundamental JavaScript programming concepts, including variables, data types, loops, and DOM.
Read more about the program here: https://t.co/3j7Ahrjg4x
#techdoneright
@wasajja_j ๐.
Surely We have to start thinking about how life will be like without Heroku. I have already started and I am sure December will find me set with an alternative.