CodeNewbie Community 🌱

Cover image for What’s the last thing you learned that blew your mind?
CodeNewbie Staff for CodeLand 2022

Posted on

What’s the last thing you learned that blew your mind?

Hey CodeLand!

Throughout your experience at this year's event, we hope you get a chance to explore CodeNewbie Community on your own a bit and engage in some discussions. You can even start one of your own using this template (or by starting a new post and adding the #discuss tag).

This thread is part of an ongoing series of discussions before and during CodeLand 2022. Each post in the CodeLand 2022 Discussions series will be part of a special prize raffle after the event concludes. In other words you'll be automatically entered into a prize raffle just for commenting on this post before 11:59 PM PT on Friday, June 17, 2022.

In the thread below, tell us about the last thing you learned that blew your mind!

Oldest comments (24)

Collapse
 
solakunmio profile image
Solakunmi Oyedele

Computer Vision!

Collapse
 
leviarista profile image
LevΓ­ Arista

Javascript was written in ten days!! Learned yesterday in the scavenger hunt

Collapse
 
terabytetiger profile image
Tyler V. (he/him)

🀯

Collapse
 
thomasbnt profile image
Thomas Bnt

Oh woah I didn't know that!

Collapse
 
ben profile image
Ben Halpern

Yeah, that's incredible.

Sometimes in programming you can accomplish a year of productivity in a couple days if it's a good few days β€” or you can get nothing out of a year of hard work (besides learning, of course).

Collapse
 
leviarista profile image
LevΓ­ Arista

Totally true!

Collapse
 
thomasbnt profile image
Thomas Bnt

VueJS and the localStorage 😎

Collapse
 
dulyaaa profile image
Dulya Perera

Machine Learning and Microservices.πŸ˜‡

Collapse
 
ben profile image
Ben Halpern

Learned FastText, specifically with this Ruby library, but definitely available in many other language wrappers.

It's a "classification" library β€” basically feed it text which you can label, and then it is able to label new text. You don't need to understand all the ins and outs of machine learning to make it work.

Really fascinating to see how well it works if used correctly!

Collapse
 
dyarawilliams profile image
D'yara Williams

Debugging originated from a moth being in a relay. Humor at its finest. Love it πŸ˜†πŸ’–

Collapse
 
yuridevat profile image
π•π•¦π•π•šπ•’ πŸ‘©πŸ»β€πŸ’»

ACCESSIBILITY

Collapse
 
rebeccaokine profile image
BexπŸ‘©πŸΏβ€πŸ’»πŸ’œ

JavaScript was written in just ten days. I still cannot believe it

Collapse
 
anyanka profile image
Anja

Same here

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

The last thing that I learned that made my mind 🀯 was finding out why Git was created in the first place. Made by Linus Torvalds as a replacement for the proprietary software BitKeeper. I would have never guessed that.

Collapse
 
theoriginalbpc profile image
Sarah Dye

CSS art. It always blows my mind how other devs are able to take CSS and create awesome things on CodePen. I especially like what I've seen in CSS art challenges since I've seen people use CSS to create food, characters, and other fun shapes.