DEV Community

Cover image for February 25th, 2022: What did you learn this week?
Nick Taylor
Nick Taylor Subscriber

Posted on

February 25th, 2022: What did you learn this week?

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.

![Image of the brain](https://media.giphy.com/media/ojmB7lOn3VUU8/giphy.gif)

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.👇👇🏻👇🏼👇🏽👇🏾👇🏿

![Little kid making a fist as if to say "Yes!"](https://media.giphy.com/media/6brH8dM3zeMyA/giphy.gif)

Photo by Mikołaj on Unsplash

Oldest comments (31)

Collapse
 
gklijs profile image
Gerard Klijs • Edited

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.

Collapse
 
nickytonline profile image
Nick Taylor

That's awesome! 🔥

Yes, that's awesome!

Collapse
 
booleanhunter profile image
Ashwin Hariharan • Edited
Collapse
 
nickytonline profile image
Nick Taylor

Awesome!

Hackerman from Kung Fury putting on a Nintendo Power glove

Collapse
 
maupanelo profile image
Mauricio Panelo

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.

Collapse
 
nickytonline profile image
Nick Taylor

Nice!

A kangaroo playing an electric guitar

Collapse
 
branhillsdesign profile image
Brandon Hills

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.

Collapse
 
nickytonline profile image
Nick Taylor

Since your brain is fried, here’s some fried chicken.

Dog from GoT with friend chicken

Collapse
 
piercerhymes profile image
pierce

Seems like I'm in my first couple of weeks right now 🤣

Collapse
 
cerchie profile image
Lucia Cerchie

Was waiting for this one! I learned about reducing complexity with early returns in node, and about managing race conditions in testing.

Collapse
 
nickytonline profile image
Nick Taylor

Gym teacher from Glee saying amazing!

Collapse
 
nickytonline profile image
Nick Taylor

BB-8 giving a thumbs up

Collapse
 
jonaspetri profile image
Jonas Petri

This week I learned Tailwind CSS.
It's awesome!

Collapse
 
nickytonline profile image
Nick Taylor

Lego astronaut saying awesome!

Collapse
 
aruna profile image
aruna-x

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 🤩

Collapse
 
nickytonline profile image
Nick Taylor

Yeah!

A T-Rex saying Yeah!

Collapse
 
mrsharm profile image
Mukund Raghav Sharma (Moko)
  1. Almost 56% through a course on the Essentials of Garbage Collection and writing notes here.
  2. Learnt how to build the clr runtime, debug through gc.cpp's functions.
  3. Understood how to configure heap affinitization for the .NET GC via this post.
  4. Linux has no concept of CPU groups like how Windows does for > 64 cores.
Collapse
 
nickytonline profile image
Nick Taylor

Nice!

Nice

Collapse
 
lukewestby profile image
Luke Westby

I learned that running a Kafka cluster costs a lot of money