If you want to be a frontend dev, there are many skills and tools you'll need to learn.
So how do you know where to start, what courses to take, and what to prioritize?
In this guide, @beaucarnes lays out a roadmap so you can get started learning.
https://t.co/Pq72gYayLB
React still dominates in 2021. You should also check out:
* https://t.co/txdQRFA55v - passwordless authentication
* GraphQL
* Next.js and https://t.co/0cQCdM5GW2
https://t.co/AOIzTexurL
When you're designing a website, wireframes help you visualize the layout and functionality.
They also help you design the overall structure and navigation flow.
In this article @adrian_twarog shows you what a wireframe is & how you can make one.
https://t.co/WvocKfv5wr
🔥 Dev Tools Tip:
Bump values by 10 by holding down Shift when using your arrow keys.
Bump by 0.1 by holding down Option / Alt
I know lots of you know this, but I just got a DM about it in one of my videos and I thought everyone should know!
#CodeTidbits30 Day 23 🎄
Wrap your keyboard command text with <kbd>. Great to use especially in documentations. It's more semantically correct & allows you to target it for some nice styling 👏
#Codenewbie#100DaysOfCode#301DaysOfCode
#CodeTidbits30 Day 14 🎄
Here are 5 ways to add an item to the end of an array. "push", "splice", and "length" will mutate the original array. Whereas "concat"and "spread" will not and will instead return a new array👍
#Codenewbie#100DaysOfCode#301DaysOfCode
There are lots of ways to learn to code.
And coding games are one of the more fun & interactive things you can do.
Want to know to use them effectively? Here, @playcodepip shares how to learn web development by playing coding games.
https://t.co/ObMym4aaM5
Working with Next.js?
Want to get these?
◆ Server-side rendering
◆ Incremental Static Regeneration
◆ Preview Mode
◆ Powerful Netlify development workflows
◆ And more!
That'll be *checks notes* ...one click, please.
https://t.co/t3sGNueEvN
Java was first released in mid-1995, just 6 months before JS.
By 98, when I went to college, Java was already used for all the first level courses in the CS program.
How did it catch on so quickly (just 3 years) to shift university curriculum, which is usually so slow/behind?
If you want to give back to the tech community, you should consider contributing to open source.
But how do you know where to start? It's a big open source world out there.
Get started by watching this complete guide to open source from @eddiejaoude.
https://t.co/juSKMj0MJ5
When you're designing a website, a wireframe helps you see the full layout & all the functionality.
They also help you design the overall structure & navigation flow.
In this article @adrian_twarog shows you what a wireframe is & how you can make one.
https://t.co/WvocKfv5wr
Want to practice your React skills? Then here's a great project for you.
You'll build a movie app, and you'll use a real API to get the data.
In this detailed guide, @chrisblakely01 helps you build this fun portfolio project with React & the OMBD API.
https://t.co/3ucvIT7sKe
The SOLID Principles are 5 principles of Object-Oriented class design.
They're a set of rules & best practices to follow when designing a class structure.
Need an intro? this guide explains the rules of object-oriented programming in plain English.
https://t.co/Yg31LV39Hj
Break the tyranny of the wifi connection.
Every single page, no matter how static or simple it is, needs upgraded and smarter caching logic so that whatever has already been loaded in a browser tab stays available no matter the connection status.
The solution? Service Workers.
Modern image formats can now be debugged in @ChromeDevTools. Disable WebP or AVIF to test differing fallbacks in the Rendering panel: https://t.co/lrUauczMZu