Russian IT Union
Snake with a strawberry. Highly detailed masterpiece. Art style of Banksy.

Guide: Set up async python app with strawberry-graphql

Do you code in Python and always wanted to jump on the GraphQL hype train? Could not choose between Graphene and Ariadne? We suggest trying Strawberry. Strawberry is a code-first library with batteries included. 2.6k stars on GitHub. You can use dataclasses and pydantic-models for your types. Strawberry supports both sync and async by design. We’ll create an app for creating and retrieving users and their books in this guide....

September 19, 2022 · 16 min
cover

Technical side of the trade union website

Good day, friends. I would like to briefly tell you about the technologies used for our website. Perhaps this easy-to-learn technology will help other start-up groups or trade unions easily organize an independent information distribution channel. We don’t have a lot of free human resources, so we chose the “cheap” option and built a website on the Hugo static website generator. This principle of building sites is interesting in the absence of a database and a backend transmitting data from the database to the front....

April 9, 2022 · 2 min · author2