DEV Community

Cover image for What are you learning about this weekend?
Michael Tharrington for CodeNewbie

Posted on

What are you learning about this weekend?

Heyo 👋

What ya learning on this weekend?

Whether you're sharpening your JS skills, making PRs to your OSS repo of choice 😉, sprucing up your portfolio, or writing a new post here on DEV, we'd like to hear about it.

Wishing ya the best on your work... remember to take breaks and enjoy yourself!

Two radio hosts saying,

Top comments (7)

Collapse
 
serpent7776 profile image
Serpent7776

Learning how bash Shell Parameter Expansion works with this one liner

.() { , ${1:-1}; }; ,() { local N=$(($1-1)) C=${1/#0*/cd} D=${1/#[1-9*]/../}; ${C/#[1-9]*/,} ${N/-1/} ${2}${D/#0*/} ;}
Enter fullscreen mode Exit fullscreen mode

github.com/serpent7776/bits/tree/m...

Collapse
 
maxfindel profile image
Max F. Findel

This snippet is mind-bogginlgy complex for such a trivial function 🤯

Collapse
 
serpent7776 profile image
Serpent7776

Ah, yes. It'd be just too boring to do it the normal way. But yes, a simple call to printf does the same thing.

Collapse
 
matkwa profile image
Mat Kwa

Learning how to properly document a code basis for my first ever open source project I will share.

Bonus: Can somebody help me learn how to add emoticons to my articles, I have seen the DEV team do it? :-)

Collapse
 
fish1 profile image
Jacob Enders

I learned a bunch of AWK. Saved me hours of typing.

Collapse
 
pxlmastrxd profile image
Pxlmastr

Tailwind animations. It makes my brother's website look a million times more interactive.

Collapse
 
wraith profile image
Jake Lundberg

techniques for making 3d spaces accessible