@theAngularGuy
Technical writer, speaker & JS / TS developer — Angular Lyon co-organizer
Technical writer, speaker & JS / TS developer — Angular Lyon co-organizer — I like sharing what I know and learning what I don't 👨🏻💻
Nothing here yet.
You can read about algorithms (as a first step, one of these): Grokking Algorithms by Aditya Bhargava Introduction to Algorithm by Thomas Cormen Algorithms Unlocked by Thomas Cormen The Algorithm Design Manual by Steven Skiena Also, you can watch the MIT youtube course on youtube here . And you should practice on problems on sites like leetcode or something similar. Also, there is adventOfCode that will start soon if you want to participate there 👍🏼
Actually, it depends on how you want to use it. For example, some people take the picture they want to use and resize it to smaller pictures for smaller devices. That way it's only for the best. But I get your point, it's something to keep in mind (you can add some JS to check for the network connection quality and change the srcset depending on that, or something like that) 👍🏼