Hey there!
Looking back on this past week, what was something you were proud of accomplishing?
All wins count — big or small 🎉
Examples of 'wins' include:
- Starting a new project
- Fixing a tricky bug
- Registering for CodeLand 2022... or whatever else might spark joy ❤️
Have a wonderful weekend
Oldest comments (24)
In this week, I worked on following features/changes to TemplatesKart
Wrote 2 blog posts
Registered for CodeLand 2022!
Can't wait!!! 🤩
Same here
I’ve been rebuilding some landing pages at work which included moving everything over to stripe and changing out the old code for new. It’s taken me a good few days, I’d never used vuex before so was something new to wrap my head around but I finally (all my fingers and toes crossed) got it finished today for our rollout next Tuesday 🤞🏻 It was a huge project and such a sigh of relief on a Friday to have it finished 👏🏻
What are your thoughts on Vuex?
I thought it was ok. It’s really helpful when using it for our cart system as I can make each component responsible for just getting and mutating the data it needs rather than passing through props but because they load on render and there was milliseconds of a delay for the actions to set the data correctly it can be an issue especially if you have multiple as they’re asynchronous. I had to use a lot of v-ifs and timeouts in places which was just a bit of a pain to figure out and fix
Ahhh dang. Sounds like maybe a use case for RxJS.
Vuex is the Vue (2) implementation of the redux pattern with actions and mutations. The browser tooling is really good with the ability to time travel though the changes in state.
However Vuex 4 does not play so nicely with Vue 3 and it looks like Pinia is now the official redux Library for Vue 3 as it supports typescript and Vuex 5 is no more.
We use vuex at work. Still wrapping my head around it.
Got assigned a task that required me to use a stimulus controller.
Spent most of yesterday and today going through the docs and successfully finished the task.
I've been working on a complex feature at work. It's a cluster plot made with d3 that sits between two panels. I recently added some animations to make the panels slide in and out on hover, and remain locked open when you click a button. When the panels are locked open the cluster plot should resize fluidly. The resizing of the cluster plot has been giving me a lot of trouble. Long story short, I got it working.
Got my Forem data visualization app published I'm really satisfied with the outcome. I guess the analysis works its way out. 😂
The application is available at: foremanalytics.sdeproject.com/
💬 Forem Analytics - Visualize the Trends on dev.to ️🦄🔖
Hung Vu ・ Apr 28 ・ 7 min read
I finished a small project requirement this week and got paid! So, the food is saved 😅
Very close to 18K reads of my blog article :)
dev.to/kasukur/my-aws-solution-arc...
Spent quality time with someone in support, learnt lots about sumologic, and identified weak spots in our logging strategy that we will strengthen next week.
Being an introvert, I find it difficult to interact with new people. But recently had joined dev.to and last week only, published an article here for the first time. And the best part it got 7 reactions so far! yay🥳
I know its not much, but it still means a lot to me! 😌