DEV Community

Cover image for March 24th, 2022: What did you learn this week?

March 24th, 2022: What did you learn this week?

Nick Taylor on March 25, 2022

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 t...
Collapse
 
lorenzojkrl profile image
Lorenzo Zarantonello

I am learning more about RxJS because I am mostly developing with Angular.

First of all, I found RxJS super interesting because it offers an alternative to promises. I never even thought there could be an alternative way to handle data! So that was cool.

Then, I realized I had no idea how to use RxJS in React! So I took a small detour to learn more about it. I ended up writing Use RxJS in React with Hooks.

I feel like RxJS is not really widespread outside Angular, despite being a JS library. Have you ever used it in React?

Collapse
 
liyaxuanliyaxuan profile image
liyaxuanliyaxuan

I used to use RxJS in React while the data stream is complex

Collapse
 
nickytonline profile image
Nick Taylor

Bobby Moynahan character from SNL saying awesome!

Collapse
 
lorenzojkrl profile image
Lorenzo Zarantonello • Edited

Not a very useful reply tbh

Thread Thread
 
nickytonline profile image
Nick Taylor

I missed the last part of your comment. I used it at a fintech company with React with web sockets.

Collapse
 
westernal profile image
Ali Navidi

Learnt about graphql and built a simple project. also read and wrote code with mern to learn more about it! i think it's good to know about both backend and frontend developing, hope you had a great week too.

Collapse
 
nickytonline profile image
Nick Taylor

Hot Rod saying Cool beans!

Collapse
 
juniordevforlife profile image
Jason F

I learned that Sass is going to deprecate the @import rule. From the Sass docs, "The Sass team discourages the continued use of the @import rule. Sass will gradually phase it out over the next few years, and eventually remove it from the language entirely. Prefer the @use rule instead. (Note that only Dart Sass currently supports @use. Users of other implementations must use the @import rule instead.)."

Collapse
 
nickytonline profile image
Nick Taylor

TIL!

Today I learned

Collapse
 
andersonjoseph profile image
Anderson. J • Edited

Learnt about how bcrypt works. I always thought it was some obscure magic for password hashing.

Here's a cool article by Auth0 if any of you are interested: Understanding bcrypt

Collapse
 
nickytonline profile image
Nick Taylor

Awesome!

Hackerman from Kung Fury putting on a Nintendo Power glove

Collapse
 
tmchuynh profile image
Tina Huynh

Focusing on picking up some of the classic books from the libraries nearby me to learn more about html/css, Javascript, etc. I definitely study/work better in quiet places so the library atmosphere helps with my concentration and focus.

Collapse
 
nickytonline profile image
Nick Taylor

BB-8 giving a thumbs up

Collapse
 
rinegade_sol profile image
rinegade.sol • Edited

I learnt so much, wrapped up in this post called How to learn Solana/Anchor and become Web3 Developer in 2 days?

Collapse
 
nickytonline profile image
Nick Taylor

Toast jumping out of a toastser

Collapse
 
gklijs profile image
Gerard Klijs

I learned a lot about Event Processors in the Axon Framework. I did not know before they where that configureble, which can be nice when dealing with non-functional requirements.

Collapse
 
nickytonline profile image
Nick Taylor

Nice!

Nice

Collapse
 
k_penguin_sato profile image
K-Sato • Edited

Learnt how to create a library with svelte-kit and made a post about it 😊😊

dev.to/k_penguin_sato/created-a-sv...

Collapse
 
nickytonline profile image
Nick Taylor

Nice!

A kangaroo playing an electric guitar

Collapse
 
quality_pre profile image
Adam Preece

This week I learn a bit more about node/express/mongoDB and made my own (simple) API.

Then I did a painful day with user authentication and with tokens. Something I will need to revisit.

Rest of the week I decided to look at Gatsby/Sanity and today I did my first Graphql query. i quite liked it!