It's that time of the week again. So wonderful devs, what did you learn this week? It could be programming tips, career advice etc.
Feel free to comment with what you learnt and/or reference your TIL post to give it some more exposure.
#todayilearned
Summarize a concept that is new to you.
And remember, if something you learnt was a big win for you, then you know where to drop it as well.👇👇🏻👇🏼👇🏽👇🏾👇🏿
What was your win this week?
Gracie Gregory (she/her) for The DEV Team ・ Feb 25 '22
#discuss
#weeklyretro
Oldest comments (31)
I learned a bunch, creating vados and integrating it with Netlify to have my page about bass playing. Mostly how to use html templates in Rust, to generate html fast. Also some basic Rust things relearned since it's been a while using Rust.
That's awesome! 🔥
I learned the fundamentals of PostgreSQL and WebRTC. I used it to write a tutorial on how to build a Twitter Spaces/Clubhouse clone 😁! Here's the article series:
How to build your own Social Audio chat application
Ashwin Hariharan for Egen ・ Feb 23 ・ 20 min read
How to build your own Social Audio Chat Application - Part 2
Ashwin Hariharan for Egen ・ Feb 23 ・ 19 min read
It was a pretty exciting week at Egen!
Awesome!
I've been learning Typescript this week. Also I've been programming in Python for years now and I just found out that the "//" operator is floor division and not integer division.
Nice!
onMouseEnter/Leave events. Creating variants with props and styled components. Creating animation utility components. Lots of JavaScript stuff that I can't seem to remember currently.
Brain is fried. First couple weeks of the javascript journey are tough.
Since your brain is fried, here’s some fried chicken.
Seems like I'm in my first couple of weeks right now 🤣
Was waiting for this one! I learned about reducing complexity with early returns in node, and about managing race conditions in testing.
This week I learned Tailwind CSS.
It's awesome!
I learned Apollo/GraphQL (for front end) and made a GitHub Topic Explorer using the GitHub API.
Also learned what I was doing wrong with Redux in a project. Hilarious. I needed to add a default reducer that returns state itself 😂
Learned more about writing semantic HTML. Already familiar, but pushing myself to write more screen reader friendly code! Yay accessibility!
Next: jest / unit testing 🤩
Yeah!
Nice!
I learned that running a Kafka cluster costs a lot of money