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.👇👇🏻👇🏼👇🏽👇🏾👇🏿
Top comments (23)
I wrote my first post on DEV:
dev.to/tenkmilan/deno-angular-stac...
Congrats on your first post!
Thank you! :)
I discovered python itertools and a service called distancematrix.ai
Nice!
I took something that was a C# monolith and began breaking it out into microservices. Specifically, I'm using Azure Functions, which are new to me although the concept of serverless isn't, and I gotta say... I'm hooked. I love every bit of it. I've previously used the standard ol' SQL database, but I've been setting up my functions to use and trigger off of CosmosDB in Azure, and it's really fun to work with and makes me feel smarter than I am.
Made my first kinda-complex keyframe animation with CSS! Took a while to figure out switching between timing functions but I finally figured out a neat bounce effect. Could use a blog post maybe 👀
codepen.io/bholmesdev/pen/GRpbvdB
Noice!
I have finally finished my second post on dev.to
dev.to/glebirovich/angular-in-reac...
Also had a chance to look into PiXi js. I dream to work on creating a browser game as my side 🥳🥳project
I learnt how joins work in SQL, and their connection (or lack thereof) with foreign keys. Wrote up what I learnt in this post on dev.to post
Awesome that you wrote up a post on what you learnt. 🔥
I learned how to add a custom item to the right click menu (Context menu) in windows to open PowerShell in my current directory using this thread.
stackoverflow.com/questions/368103...
I learned what the
JAM
in Jamstack means.I learned a bit about Vue and Pug!
Awesome!
I learned the actual difference between
block
,inline
, andinline-block
elements. I always had an intuition about them but had never actually figured out the exact rules.That's awesome! 🔥