Every week we gather the best articles on daily.dev. And this week seems to be all about web performance and CSS Grid.
Of course, there is more than that so be sure to check out this fantastic list.
So, let's get it started.
How to use HTTPS for local development
๐ localhost for most cases behaves exactly like HTTPS. But sometimes it is still necessary to use HTTPS for local development. Learn how to do it.
Learn CSS Grid by Building 5 Layouts in 17 minutes
๐ทโโ๏ธ If you are like me, you use flexbox by default but there's a (not so) new kid in town. This article will teach you how to use CSS Grid with real-life examples.
Node.Js == C++ ?
๐ค Obviously no. But this is a great opportunity to learn the relation between Node.js and C++.
Things You Can Do With CSS Today
๐ Like every programming language, CSS keeps evolving. Learn the newest perks of CSS.
How to Create your Own Programming Projects
๐ Learn how to apply the "Whole-Part" method by coach Wooden to build your skills.
Performance Optimization of a Frontend App
๐ An in-depth article that covers website optimization tips. It goes far beyond the usual stuff although it's included as well.
GreenSock ScrollTrigger
๐ฅ ScrollTrigger is a new library by GreenSock. Chris shows examples of cool demos that you can build with it.
Making GitHubโs new homepage fast and performant
โก๏ธ GitHub engineering team shares their journey of building the new homepage of GitHub.
Naming Conventions 101 for Developers
๐ Following naming conventions will make your code more readable and maintainable. Here are a few examples for naming conventions that will get you started.
The Holy Grail Layout with CSS Grid
๐ Learn how to use CSS Grid to design the old-school layout of the web. This layout includes a header, sidebar, navigation bar, content, and footer.
๐ Wrap Up!
That was all for this week. We will come back with another list of interesting development posts next week.
โ