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.
Oldest comments (33)
Saaaass ! 😁
For my next project on my training, I need to create a simple website on mobile first with SASS.
Nice!
Look in to how Sass mixins might be able to help you out with handling media queries.
Finally learnt CSS grid layout 😊😊😊
A lot simpler and more useful than I anticipated.
Nice!
I finally looked into conferences and summit to attend both virtually and in-person. There is so much to learn out there! I'm in love
I learned how to set up a contact form using Gatsby and Netlify. Check it out for yourself. Send me a message telling me what you think of my portfolio....link here: jasonfritsche.dev/
Awesome!
I learned some F# for fun and
profit. I don't know what to do with it yet. I think F# is a pretty fun language to code.That's impressive.
I learned how to use node-fetch for this blogpost on how to upgrade your freeCodeCamp project that I wrote about!
I've been progressively learning more about the Hotwired stack. I've known the gist for a while, but am progressively taking the time to truly understand it. Since it's becoming more popular and/or default in Rails, I think it's worth keeping up with, even if I'm not doing any active development with it.
By default,
bash
hashes the location of executables you call the first time you run them. This means that if you place a different version with the same name at some location in your$PATH
even with higher precedence, you'll still get the first one by default. You can toggle this off withset +h
.TIL!
I learned some new functions of React Navigation to use in my office project.