Photo by Chris Benson on Unsplash
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.
And remember, if something you learnt was a big win for you, then you know where to drop it as well.👇👇🏻👇🏼👇🏽👇🏾👇🏿
Oldest comments (27)
Learning how to setup our own F-Droid app repository and white label Android F-Droid client. Really an amazing project!
My company is migrating from GSuite to Outlook (😞) so this week I learned a lot about Outlook's APIs and how they differ from GSuite's APIs.
What are your thoughts on the Outlook API? Is it easier? Harder?
Learned GitHub Actions and integrated it into one of my projects!
Life feels...
...now.
PS: Article soon 👀
Noice!
On my to-do list.
Do it! It's totally worth it.
💯 I definitely did the same thing!
Github Actions ♥️
That's awesome! 🔥
This week I learnt about HSL colors, I always used RGB in these years but programmatically HSL is really nice.
With HSL I created these with a little code session
And I learned how to draw triangles 🤣
I Started using ESLint and Prettier too, never used them, really useful
First time with Google Cloud: Could Functions, Pub/Sub, Scheduler. :)
Recently unemployed so a bunch of spare time to work on things.
I decided one day to make a static website engine - actually learned a bunch as I was creating Saishō. Regex, caching files, more about PHP, and so on.
Nice!
How to make async data available anywhere in a Svelte app 😱
Learned from here ;) :
svelte.dev/repl/a8d0c3c32afc4dc8b8...
That Makefiles can invoke other "shells" so you can write inline ruby, python, etc.
agdr.org/2020/05/14/Polyglot-Makef...
Continued this week learning Node via Wes Bos' learnnode.com/ course. I am a longtime PHP/Drupal dev who has been diving into JAM Stack to see what it's all about. I became fascinated enough with it to do a talk on "All the Ways! [to build a website]" alltheways.website
There sure are lots of ways these days! A bit hard to decide which is "best" for what: Next, Gatsby, Express, straight React to an API, etc. + lots more. ;-)
@wesbos has some awesome courses. Good choice! 😉