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
And remember, if something you learnt was a big win for you, then you know where to drop it as well.đđđ»đđŒđđœđđŸđđż
Top comments (25)
I learnt how to make a script to kill a port (to stop a localhost server) by calling an npm command that runs a js file that runs a PowerShell script. Works like magic.
It was my first time touching a PowerShell script so this gave me extra points :D
This week I learned more about the Net Core Request Pipeline.
Especially, that when using a controller with non default ActionResult return type, like for example BadRequest(), that these ActionResults will get wrapped in another ActionResult, which makes unit testing kind of tedious. E.g.:
Mario approves. He's just not sure which pipeline to jump into đ
I've learned about the Nuxt.js framework, how to integrate Bulma with Nuxt, how to route static pages, and using HTML/CSS for fluidly!
did you use Buefy? it's really good!
I use just regular Bulma! I love Bulma so much đ
I've learned about Chakra UI. Also learned this week that UI Fabric decreases my productivity, so I will be better away from it. Last but not least, learned how to integrate Remote Func with Next.js
I havenât tried it yet, but Iâve heard great things about Chakra UI.
chakra-ui / chakra-ui
âĄïžSimple, Modular & Accessible UI Components for your React Applications
Build Accessible React Apps with SpeedâĄïž
Chakra UI provides a set of accessible, reusable and composable React components that make it super easy to create websites and apps.
Looking for the documentation?
Here over here => chakra-ui.com
Features
Box
andStack
that make it easy to style your components by passing props Learn morearia-*
attributes.Support Chakra UIđ
By donating $5 or more you can support the ongoing development of this project. We'll appreciate some support. Thank you to all our supporters!đ [Contribute]
Individuals
Organizations
Support this projectâŠ
Got some time to clean up my bash prompt by adding a random emoji to it. This was way more fun that I thought it would be.. (also thereâs a bug here thatâs fixed in a follow up commit đ )
Finally understood a lot on react and got my hands dirty with it. Hoping to learn more and go down further
Noice!
That I am more versatile than I think I am.
I learnt to incorporate different React Native libs with each other + with React Hooks!
Also learnt a bit of GraphQL for making a schema for a custom api :)
Developed an application on Springboot. Exposed rest end points. Created automated tests using Postman. It was a fun excercise.
I've learned about writing example tests on Golang, to show the code on
godoc
.I also learned how to deploy an application on GCP App Engine. :D