Skip to content

Commit

Permalink
Merge pull request #2 from opensourceworks-org/doc/backends
Browse files Browse the repository at this point in the history
doc: update
  • Loading branch information
jeroenflvr authored Sep 23, 2024
2 parents 2883fbc + f981818 commit d0dc2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _posts/2024-06-22-website-backends.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The frontend is all htmx and bootstrap. This is not a performance benchmark (pe
| -------- | ---------- | ----------------- |
| [Go](https://go.dev/) | [Chi](https://go-chi.io/#/) | [Templ](https://templ.guide/) |
| [Python](https://www.python.org/) | [FastAPI](https://fastapi.tiangolo.com/)/[Uvicorn](https://www.uvicorn.org/) | [Jinja2](https://jinja.palletsprojects.com/) |
| [C#](https://learn.microsoft.com/dotnet/csharp/) | [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | [Razor Pages](https://learn.microsoft.com/aspnet/core/razor-pages/) |
| [C#](https://learn.microsoft.com/dotnet/csharp/) | [.NETCore8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | [Razor Pages](https://learn.microsoft.com/aspnet/core/razor-pages/) |
| [Rust](https://www.rust-lang.org/) | [Axum](https://github.com/tokio-rs/axum) | [Askama](https://github.com/djc/askama) |
| [Zig](https://ziglang.org/) | [Zap](https://github.com/Snektron/zigzap) | [Mustache](https://mustache.github.io/) |

2 changes: 1 addition & 1 deletion _posts/2024-09-22-pulling-the-plug.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Initially, I wanted to get a feel for some of the new cool general purpose progr

## Pull the plug (partially)

I think I got a pretty good basic understanding of the languages by now. Maintaining 5 different backends is impossible with a full time job.
I think I got a pretty good basic understanding of the languages by now. Maintaining 5 different backends is impossible with a full time job, family, a dozen other hobbies and interests...
Next, I'll post my findings for each of them (spoiler: they're all great). For the [portfolio website](https://flexworks.eu), I'll stick to Rust, as that currently, and unfortunately, is the only language I'm not using professionally.

I could have used C/C++ with [facil.io](https://facil.io/) as the reference instead of python, since all the others are compiled too, but I think python is more popular than C/C++, at least for this kind of stuff.
Expand Down

0 comments on commit d0dc2b6

Please sign in to comment.