home.social

#gqlgen — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gqlgen, aggregated by home.social.

fetched live
  1. GraphQL и Go — gqlgen после года в проде: опыт, советы и выводы

    Привет! На связи Петр Коробейников, я лидирую разработку бэкенда в одной из ключевых финтех-команд и отвечаю за то, чтобы пользователи приложения «Мой МТС» всегда видели актуальные данные своего счета. Если коротко, у нас в проекте Go на бэке, а для общения с приложением GraphQL — выбор продиктован платформой, и мы фактически предоставляем сабграф, к которому и обращается наша часть приложения.

    habr.com/ru/companies/ru_mts/a

    #go #gqlgen #реальный_опыт #GraphQL #gqlgen_в_проекте #работа_с_GraphQL

  2. I am generating db use with , api with , and page renders with .

    The last thing I'm actually writing is my test with . Which dictate how everything else is built.

    Feels like my workflow has gotten pretty productive. Once I stopped trying to bikeshed. 😅

  3. I'm certain now. Writing server with is considerably better than other libs in languages I tried. That includes , , and even . 🫠

    The library focuses so much on first, you can off load the boilerplate to the generated code. 😎 Focus on the business logic of your api, not instrumenting. 😅

    Funny enough, if I was going with , I would say in python is the equivalent in productivity. 😉

  4. Got all the data graphed up and queryable via GraphQL in my project, thanks to #ent and #gqlgen. You know it's going to be good when simply playing with the data via the GraphiQL playground is already enough for it to be dangerous. 😈

    Man, I love coding. The dopamine rush you get when something begins to become useful outweighs all the cortisol-inducing debugging.

    #golang