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 (31)
Made one of my hobby projects open source and deployed it to npmjs. It's an Angular component:
github.com/milantenk/ngx-interacti...
npmjs.com/package/ngx-interactive-...
On this Tuesday and Wednesday, I joined the CyberSec conference in Taiwan.
And I listen to the talks about DevSecOps and Kubernetes security.
It's very helpful for me to have the tutorial guide about securing my DevOps flow :).
Writing reusable / composable bash scripts. My bash skills went way up this week, post coming tomorrow.
Awesome!
Creating Reusable Bash Scripts
Waylon Walker ・ Aug 14 ・ 4 min read
I finally implemented a vue3 + typescript app with composition api and graphql. Several articles about the experience are comming 🤣
Thats really good
thanks, It felts so good when finally worked haha
Nice!
I learned how to create a Neuphormism form
It’s my first try, hope it’s good
Noice!
Definitely deserves a NOICE! gif
This week i just completed my last project, and get new project too fully backend with fastify and mongodb
Idont learning much this week, i cant doing codewar too, hope next week i can continue my codewar challenge
I started to learn Nodejs this week, one step to backend "dark side", I would love to hear some advice from you guy to go smoothly with that. Beside of that, few practice with sort algorithm. Have a good day
Yeah!
If you're diving into node.js, Microsoft just released a free course on it this week.
Awesome, I definitely will check it out. Big thanks
Listen; Summarize; Repeat.
Best way to keep a conversation interesting.
😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂
Interesting. I haven't done any WASM aside from a simple Rust tutorial and haven't touched Blazor. Maybe it's a limitation of WASM that it's not supposed to run in an extension. Having said that I found this post from 2 years ago on SO with an answer that explains how to make it work. I do not know if this is still the case and also if what they do is considered a good practice.
answer re: using WebAssembly in chrome extension
I've been fiddling with WebAssembly recently, and found a way to make it work. Here are the script files:
main.js
content_script.js
The…
I learned about AWS code star, Docker Compose, AWS Cloud formation, and Travis CI.