Technologies - Our tech stack

We understand the importance of using the right tools for the job. That's why we've spent years refining our tech stack to ensure we're always using the best tools for the job. At the same time, we're always looking for new technologies to help us stay ahead of the curve.

Platforms

We build software on top of well-known, reliable platforms.

A screenshot of the Grup app

Techniques

We use the latest techniques to build software that scales.

Tools

We use the best tools to build software that is reliable and secure.

Languages and frameworks

We have experience with a wide range of languages and keep up-to-date with the latest frameworks.

llm.py
pyproject.toml
# ask the LLM to generate some code
ollama.chat(
  model="deepseek-r1:7b",
  messages=[
    {
      role: "system",
      content: "You are an experienced engineer",
    }
  ],
  format=StructuredOutput.model_json_schema()
)

Have a problem that needs solving?