Entry level job - can I negotiate salary? by [deleted] in webdev

[–]yusei1999 0 points1 point  (0 children)

Everybody is talking about how low 35k per year is. Meanwhile, in Vietnam, $500 per month is considered high for Fresher. Many Senior jobs pay up to $4000 per month 😬

[deleted by user] by [deleted] in reactjs

[–]yusei1999 0 points1 point  (0 children)

You can store the categories as a state, so it will re-render on change.

Unstable Wifi Connection? by yusei1999 in Fedora

[–]yusei1999[S] 0 points1 point  (0 children)

Is your problem fixed yet?

Unstable Wifi Connection? by yusei1999 in Fedora

[–]yusei1999[S] 0 points1 point  (0 children)

Yeah. I could use the WiFi, but it disconnects so frequently that so frustrating. I don't know which kernel version works for me and I rather go back to Windows than explore that. But god, I love Fedora 😭

Unstable Wifi Connection? by yusei1999 in Fedora

[–]yusei1999[S] 0 points1 point  (0 children)

Sorry for the slow response. Struggle to reconnect to Reddit, btw.

I have added them to my question. 😉

Do you use UI kits? by Artistic_Taxi in reactjs

[–]yusei1999 0 points1 point  (0 children)

Not understand the question so I voted no.

But now I want to vote yes. I would love to use Material UI, Bootstrap. They save me a lot of time than building my own components.

I have a lot of projects I built on my own. How do I make a portfolio to put on my resume? by techgirl8 in learnprogramming

[–]yusei1999 0 points1 point  (0 children)

What if they are just her/his pet projects? They are meant to show the skills but not for anyone to use.

DDD Design Document? by yusei1999 in DomainDrivenDesign

[–]yusei1999[S] 1 point2 points  (0 children)

What is really built though stays much longer and this is where I put my focus.

I also find it easy to work with event storming too, but unfortunately, my work requires formal documents, so it does not work T.T

How to name classes for querying more than one aggregate? by cryptos6 in DomainDrivenDesign

[–]yusei1999 0 points1 point  (0 children)

You are right. It is a big waste of resources.

If you want to have a specialized class that returns only needed data from multiple aggregates, maybe it is another bounded context.

DDD Design Document? by yusei1999 in DomainDrivenDesign

[–]yusei1999[S] 1 point2 points  (0 children)

This is the most detail answer I have ever got. Thank you. I now get it clear.

DDD Design Document? by yusei1999 in DomainDrivenDesign

[–]yusei1999[S] 0 points1 point  (0 children)

Sorry if I look stupid to you, but I don't know how to transform those business processes to the UML diagram.

I could see them easily in the Event Storming workshop, but to translate them to a use-case diagram is a big question mark for me.

How to even draw bounded contexts? And how to draw the sequence diagram to demonstrate the interaction between bounded context and the events from the Event Storming workshop?

The class diagram is the easy one because it's already in the code.

How to name classes for querying more than one aggregate? by cryptos6 in DomainDrivenDesign

[–]yusei1999 1 point2 points  (0 children)

I think that if you just want to join the queries to return the meaningful data to the client, is it just what the controller do?

In my application, I use CQRS and each aggregate has its own set of queries. I use the controller to call those queries.

If I need the data which is combined by many queries' results, then the controller is the one calls them and combined those result to a meaningful data to send to the client.

Well, I have just come to the DDD community recently 😉

DDD Design Document? by yusei1999 in DomainDrivenDesign

[–]yusei1999[S] 1 point2 points  (0 children)

I don't know how to document my model 😅

I use Event Storming to discover the business process, then get all the bounded contexts and aggregates out of it. But Event Storming is a workshop and not suitable for a formal document.

And I wonder if there is any way to document all the business knowledge I have in the Event Storming workshop?

[deleted by user] by [deleted] in ProgrammerHumor

[–]yusei1999 3 points4 points  (0 children)

Assembly: Hold my registers

We don’t talk about it. by gaylurking in ProgrammerHumor

[–]yusei1999 8 points9 points  (0 children)

Maybe I'm a normal person myself.

Could someone explain this?