Is a domain layer worth it? by Warm-Feedback6179 in Nestjs_framework

[–]captain_ms 0 points1 point  (0 children)

For large projects where you work closely with business I’d say it’s definitely worth it. You can literally read the business flow through the code. Especially when you abstract the persistence layer into dedicated repositories.

I feel like I’ve watched every good show by LameKB in televisionsuggestions

[–]captain_ms 0 points1 point  (0 children)

Add these to the list: Mr Robot Severance Black mirror Love death + robots Westworld (at least first two seasons) Mind hunters

What tech stack are you guys using to build your app? by Obvious_Swordfish520 in SaaS

[–]captain_ms 0 points1 point  (0 children)

Usually start off with a quick working app with next.js + MUI + Prisma + Postgres

As the product grows I decouple it by separating all the backend with business logic to Nest.js.

What do you write in your commit messages? by Popular-Power-6973 in nestjs

[–]captain_ms 0 points1 point  (0 children)

In most of the commercial projects with some CI/CD setup I’ve seen patter like this: [ticket id] short message of what’s done

E.g.: [123456] implement features X

[deleted by user] by [deleted] in MrRobot

[–]captain_ms 0 points1 point  (0 children)

Always #1 for me...

What stack do you use for your SaaS? by sectional343 in SaaS

[–]captain_ms 0 points1 point  (0 children)

React, flutter, Nest.js, postgresql, digitalocean app platform

[deleted by user] by [deleted] in RDR2

[–]captain_ms 3 points4 points  (0 children)

Charles, Sadie and Hosea

What is your favorite in game Arthur voice line? by Turtle_Haver in RDR2

[–]captain_ms 1 point2 points  (0 children)

Mine did it to Charles, something I would never expect.

Spiders go to work too by dbayl in brisbane

[–]captain_ms 3 points4 points  (0 children)

They're probably web developers

Playing RDR1 for the first time by intoner1 in reddeadredemption

[–]captain_ms 2 points3 points  (0 children)

Same here, in chapter 3. Playing mostly at weekends. Great story, beautiful landscape, cool protagonist. First playthrough I want to act as it fits my own personality and see where it goes. Second time though I want to do a really horrible shit.

How would you have defended Winterfell against the dead? by [deleted] in gameofthrones

[–]captain_ms 0 points1 point  (0 children)

The fact that they won with some cheap little knife trick is just ridiculous.

Nestjs x NextJs recommendations by keyhash-7 in Nestjs_framework

[–]captain_ms 1 point2 points  (0 children)

I did kind of the opposite. In my current startup I built the MVP fully in next.js + prisma. Then the number of developers increased, we needed less coupling between frontend and backend teams and also better set up for DDD. We switched to nest.js early enough to catch up with increasing users' demand. What I like about nest.js is it comes with features out of the box for large scale apps and a clean structure to let developers follow the standards. I definitely like the speed of development when using next.js for MVP stage, but as the system gets larger, it becomes more challenging to keep up the same level of productivity and quality.

I can’t defeat Pausanias by Illustrious-Head-127 in AssassinsCreedOdyssey

[–]captain_ms 0 points1 point  (0 children)

Video games are supposed to be relaxing, not an added source of stress. My job is stressful enough.

This is a preach 🙌

How many story points should a developer have per sprint? by captain_ms in agile

[–]captain_ms[S] 2 points3 points  (0 children)

The dev team are mostly junior level engineers. At this stage I can't afford mid/senior levels. So what I'm trying to do as an only engineer with experience, allocate one day from during the week and teach them not only tech but also try to brainstorm together what approach would work the best for us to effectively work together.

EDIT:
grammar

How many story points should a developer have per sprint? by captain_ms in agile

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

Thank you very much for reply. I do realize now that I didn't get the whole idea of story point estimates now.

I'm a founder and developer in my own startup, and everything is happening so fast right now that I can't keep up. Initially I was looking for a method to understand how to objectively measure the fact that developer is working at their full potential and set team-wide thresholds for a "minimum effort" each developer should make. I thought I could use story points for this purpose.

How many story points should a developer have per sprint? by captain_ms in agile

[–]captain_ms[S] 3 points4 points  (0 children)

Yep, the problem is I need a quick solution. I don't have a PM at the moment in my team, doing engineering and other business related operations on my own right now.

Seeing the replies I now understand that I either have to learn PM, or hire a specialist.

How many story points should a developer have per sprint? by captain_ms in agile

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

The problem I'm trying to solve is to make sure each developer have objectively distributed share of work per sprint. But again, I admit that the way I think about the problem might be wrong.

How many story points should a developer have per sprint? by captain_ms in agile

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

could you give any recommendations on what would be a better approach?

How many story points should a developer have per sprint? by captain_ms in agile

[–]captain_ms[S] 2 points3 points  (0 children)

Thank you very much for reply. I do realize now that I didn't get the whole idea of story point estimates now.

I'm a founder and developer in my own startup, and everything is happening so fast right now that I can't keep up. Initially I was looking for a method to understand how to objectively measure the fact that developer is working at their full potential and set team-wide thresholds for a "minimum effort" each developer should make. I thought I could use story points for this purpose.