22

I can't take any more CRUD.

That's it.

It seems all I do every day is CRUD, CRUD and more CRUD.

It's easy, it's fast, but fuck me... Give me at least some data manipulation to do, SOMETHING where I actually need to enable my mind, and not just "write code while watching netflix".

Comments
  • 3
    Just start handing out phpMyAdmin creds... fuck it.

    That said I think multiple data source to JSON CRUD is going to be the PDF Reporting of the 2020s.

    So many companies have their data all over the god damn place. I’ve got a crud against five effing data sources, 2 dbs and two rest and an AWS S3... it’s a clusterfuck.

    But it pays the bills and every freaking company has this need because they built their software infrastructure piecemeal and now need to tie it all back together to report anything meaningful out of it.

    CRUD just looks like money to me. 💰
  • 2
    Write a subquery to order aggregation of another subquery which aggregates by week day

    So many joyful things you could do to penetrate your mind
  • 4
    Find a job that uses rpc
  • 0
    @IntrusionCM start writing all the business logic inside the queries and aggregate it, crud can be ... fun ... yea I think that's the word.
  • 8
    Listen. The following is not ironic.

    Try to experiment with metaprogramming to create a crud generator. A declarative one.

    If you do this, you’ll transition to a whole new level
  • 2
    @kiki That honestly sounds like something I would do for fun.
  • 2
    Wait, you don’t write code while watching Netflix? 😦

    Sometimes I play Noita or RimWorld instead since they’re so easy to pause. RimWorld is especially great because it’s only planning and then watching — until a raid, but raids aren’t scary if you planned things out well.
  • 1
    @Root ruby was probably the second language to popularize this approach. The first one is Lisp.
  • 1
    @kiki Don’t forget SmallTalk.
  • 1
    @kiki
    Already did it once xD

    In current project, not possible :(

    I cannot move 1000+ Apis to generic in a "resonable amount of time"

    But yes, that's really fun to do !!
  • 3
    @NoToJavaScript ALWAYS. POSSIBLE.
  • 2
    the problem is that 95% of 100% of websites is just CRUD.
  • 0
    Generate it.

    /thread
  • 0
    you should relax a bit! Create something fun, Read a book, maybe Update your portfolio or resumé! just don't Delete your profile on linkedIn yet.
  • 0
    i miss boring crud freelance projects, for some reason they always paid more than my full time mind fucking job
  • 0
    @SortOfTested im curious on how much companies uses rpc, because I haven’t yet found one that uses it.
  • 1
    @Root I put netflix in background. ;p

    Sometimes I code during 10+ persons meeting with webcam active (fuck that requirement).

    Ofc, I don't listen a lot until I hear my name
Add Comment