3
dmonkey
5y

How much time do you take usually to code a backend with simple crud operations and notification system?

It's taking me some time, but I feel I'm going too slow...

Comments
  • 1
    Depends on my knowledge of the framework and if I have a previous project that I can steal code from
  • 0
    @alexbrooklyn Can I ask you some numbers? I'm starting to feel somehow a thief because I'm paid per hour.
    I don't know if reduce the "recorder" hours or if I'm actually doing good.

    Plus, there is an old version but I'm rebuilding the code for a good reason... :D
  • 2
    An hour maybe? At most..

    Depends on how many operations, how many interchangable services, code fragments. An hour for a single dummy crud with all the repo, project, deps, etc. Getting in place. Bringing up other mappings is a matter of minutes. Building services for them, repositories - that's another story. Auth? Yet more time needed.
  • 3
    @netikras sounds about right to me. But for every hour I spend on the backend, damn near seems I’ll spend 2 or 3 on the gui

    Fucking gui. If everyone weren’t so fucking picky it wouldn’t be a problem. The 90’s was where it was at. No one gave a shit what it looked like back then, it was just neat you had one
  • 0
    Using Spring Boot less than 30 minutes for crud complete with a swagger documented API & DB
  • 1
    @larrynikx Is planning time included there? A messy DB will quickly become a problem.
  • 0
    @PrivateGER No that’s excluding design time
Add Comment