:
Last modified: Sep 8, 2021

Programming

.NET Core

.NET Core logo .NET Core is the cross-platform and open source development framework used in Altinn 3. ASP.NET Core is used for developing APIs. We’ve also published a few packages on nuget.org. Altinn ❤️ dotnet. Links Documentation Download License Roadmap Docker Hub Runtime ASP.NET »

C#

C# is the server-side development language used in Altinn Studio. Links Extension for Visual Studio Code C# documentation C# language design History »

Go

The Go Gopher (\"the larger the cuter!!\") Go is the programming language that has been used for developing many of the products we use in Altinn Studio, such as Gitea, Kubernetes, Docker, Traefik, Helm, Grafana, Prometheus, Terraform and Hugo. Links https://golang.org https://github.com/golang/go https://hub.docker.com/_/golang https://code.visualstudio.com/docs/languages/go »

Markdown

Markdown logo We’re writing all our documentation using markdown, and we use Hugo for converting the markdown to HTML. Markdown is also used to format text in apps developed in Altinn Studio. Altinn ❤️ Markdown. Links https://daringfireball.net/projects/markdown/ https://en.wikipedia.org/wiki/Markdown https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet https://code.visualstudio.com/docs/languages/markdown https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one »

Terraform

Terraform logo We’re using Terraform to provision all Kubernetes clusters and other infrastructure. Links https://www.terraform.io https://github.com/hashicorp/terraform https://marketplace.visualstudio.com/items?itemName=HashiCorp.terraform »

TypeScript

TypeScript logo Med javascript er følgende en lovlig handling: var foo = false; foo = "bar"; Dette ville gitt en TypeError i TypeScript, og koden ville ikke blitt kompilert til JavaScript. Typescript kompileres til JavaScript, så klienten kjører aldri TypeScript koden. Typescript er til for at utvikleren ikke skal lage bugs ved å endre typer på variabler. Links http://www.typescriptlang.org https://github.com/Microsoft/TypeScript »

Visual Studio Code

VS Code logo Visual Studio Code is a lightweight and extendable code editor which runs on your desktop and is available for Windows, macOS and Linux. We use it when developing Altinn 3, and it can be used for editing files from Altinn Studio Repos locally using the built-in Git support. Altinn ❤️ vscode. Languages and tech VS Code comes with support for hundreds of languages and technologies, including all the ones that are relevant in Altinn 3: »