Photo by Tim Mossholder on Unsplash
It's that time of the week again, just a day early. I'm off tomorrow and Monday so posting this now.
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.πππ»ππΌππ½ππΎππΏ
Latest comments (24)
I am relearning redux. Starting to build a Web game in React.
Started learning Go!
Nice!
After years of copy-pasting the convert command from StackOverflow into my terminal to compress/optimize JPEG images, I finally made myself sit down and learn what arguments it takes, and how to best use it. I wrote up my findings as this TIL post yesterday:
TIL: The Best Way to Compress JPG Files with ImageMagick
Github pages went down a few days ago and Twitter timeline stopped for a few hours in Korea yesterday.
Learned giant companies could also make mistakes sometimes.
This week, I've learnt how to implement linked list, stack and queues in Javascript π.
I also got to document what I've learnt (dev.to/ivywalobwa/stack-postfix-ca...)
Noice!
This week I learned about the AMPQ protocol. I played around with RabbitMQ, developed a small distributed message broker system in GoLang. Learned how to publish and consume messages, got familiar with the queue system etc.
I'm learning how to distribute a vuejs component on NPM and I learnt how to use externals in webpack config.
Honestly learned some not-so-devvy things: journaling and meditation. Sounds super cliche but it's really given me a lot more purpose now that I'm stuck in the house for most of the day. Feels great to have a goal starting every day and some time to reflect / improve at the end π
I have worked on creating a YAML pipeline for deploying azure function. Also started writing a article on API versioning in Asp.net core web api.
This week I learned how to establish TCP connection between local server and iOS and Android app. It's important to mention that both apps are native built in (Swift and Kotlin).
Also this week I have built my first MacOS application. App is simple TCP server with logger.