sheeeep86's comments

sheeeep86 | 5 years ago | on: Redux Overview and Concepts – Reimagined Redux Tutorial

Thank you for putting this together. I love redux and have built several products with it. I find that every time I've added team members that are not familiar with the concepts, it is very hard to on board them and use it correctly. I've seen this both for junior team members and for very experienced developers coming from extensive Java backend development.

sheeeep86 | 5 years ago | on: Shoelace 2.0 release: UI toolkit that works with all frameworks or none at all

I'm very excited about web components. One thing that I don't understand yet is how server side pre rendering works in these situations. Basically the elements need to be downloaded before the browser can render anything, which will delay the page in it time. I guess if everyone was using the CDN then these components would be cached for multiple applications. But they would still need to be initialized and render themselves on each page load,which could take long for complex components.

sheeeep86 | 6 years ago | on: Ask HN: If you could automate one thing you do often at work, what would it be?

It's not fully automate, but I frequently find myself having to do a lot of one off shell tasks, which are not quite worth the effort of writing a bash script. While some command is running I would like to start enqueing the next command.

Technically I could write one command like this and go get a coffee:

cd dir1 && task1 && cd ../dir2 && task2 some arg && etc

But then the task would only start executing when I'm done typing all commands... I want it to start task1 right away and then tkae my time to enter the rest...

sheeeep86 | 6 years ago | on: Bulgaria tax hacking: An entire nation was hit

I wonder how such a breach will affect pay equality in the country. Theoretically soon everyone could publish how much the different ranks, genders, etc. in each company are making, and give people a nice data to start negotiations from ...
page 2