For those starting out with Javascript: I can highly recommend this udemy course https://t.co/G8TT20fMtT @jonasschmedtman is just so good at explaining things! #javascript#coding
Had a spontaneous chat with my mentor about compiled (e.g. Go, Rust) and interpreted programming languages (e.g. JS). Finally got some context to understand the opinions of some coding influencers whose tweets feel like crypted language sometimes 😂 #techTwitter#javascript
I built my first custom hook in #React for form validation and submission! ✨This one was fun! Confusing at first, it started making more sense while coding. Now the logic and states are abstracted away. I can reuse it every time I use a form. Highly recommend trying it out!
I chatted with chatGPT about closures in javascript and now the word “closure” (=> "closing off") makes sense in my brain 😄 Sometimes asking why certain things are named that way really helps to understand concepts #javascript#codingjourney
My first animation! 🎉 It replaces a loading state in a web app I'm currently building that helps users tackle their DIY projects. I love how small details like this improve UX. #codingstuffthatmakesmehappy#frontenddev#ux
I can’t get over @playwrightweb's UI mode. You can see exactly what's happening as your test runs, which makes it easy to spot any issues. And, it's also pretty fun to watch 😄 #frontend#e2etesting
If you're familiar with React, you'll like this video on Svelte. It highlights what makes Svelte unique, and the ways in which it compares to React. It really helped me understand the core principles and differences #react#svelte
https://t.co/HRGfq7mFJi
@BraydonCoyer Your blog was an inspiration when I built my portfolio website, and it made me want to write more 😊; but between learning, building projects, and searching for my first dev job, i am struggling to balance it all.
This resonates so much with me as s/o who did a bootcamp amidst these fast changes. React Server components feel less complex. Instead of setting up a complex backend structure, i can use RSC to just get my data. #servercomponents