Skip to content

Commit 432dd19

Browse files
wip
1 parent 1d95d4f commit 432dd19

5 files changed

Lines changed: 42 additions & 16 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C.W.A. - Coder With Attitude
22

3-
This is developed with visual studio code and devcontainers. Please refer to [devcontainer.json](./.devcontainer) for details.
3+
These pages developed with visual studio code and devcontainers. Please refer to [devcontainer.json](./.devcontainer) for details.
44
https://jekyllrb.com/docs/usage/
55
https://docs.github.com/de/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll
66
https://docs.github.com/de/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll

_posts/2024-11-24-github-mermaid.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "Testbed"
3+
title: "Mermaid 5-04-Testbed"
44
date: 2024-11-24 22:04:10 +0200
55
categories: [testing]
66
tags: [experimemnt, testbed]

_posts/2024-11-24-github-ssh-setup.markdown

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ This is how:
1717

1818
1. [Create Key-Pair](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
1919
```shell
20-
$ ssh-keygen -t ed25519 -b 4096 -f ~/.ssh/ed25519_cwa_github -C "CWACoderWithAttitude@gmail.com"
20+
$ ssh-keygen -t ed25519 -b 4096 -f ~/.ssh/id_ed25519_cwa_github -C "CWACoderWithAttitude@gmail.com"
2121
Generating public/private ed25519 key pair.
2222
Enter passphrase (empty for no passphrase):
2323
Enter same passphrase again:
24-
Your identification has been saved in /home/pi/.ssh/ed25519_cwa_github
25-
Your public key has been saved in /home/pi/.ssh/ed25519_cwa_github.pub
24+
Your identification has been saved in /home/pi/.ssh/id_ed25519_cwa_github
25+
Your public key has been saved in /home/pi/.ssh/id_ed25519_cwa_github.pub
2626
The key fingerprint is:
27-
SHA256:TjJGkJXK/5ffpmal84Z/ZGx/R6/mICaBzF4Bw7Gtn1c CWACoderWithAttitude@gmail.com
27+
SHA256:4Ib0JfR8bmjc8lP46J7ZG/M4M7dHW7tjihpvrgzZQsk CWACoderWithAttitude@gmail.com
2828
The key's randomart image is:
2929
+--[ED25519 256]--+
30-
| .+=o |
31-
| ..o= |
32-
| . .o o |
33-
| o+ o . |
34-
| .O S E . |
35-
| o.B o . . *|
36-
| ..= +..+ =o|
37-
| .+o.*o+ *|
38-
| . +oX*oo|
30+
| . |
31+
| . o |
32+
| . o + . |
33+
| . +.=.= . |
34+
| . +ES = . |
35+
| ...o+ + o|
36+
| + o+ + .+|
37+
| +.o*==.=.|
38+
| =X++B=+o|
3939
+----[SHA256]-----+
4040
```
4141
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: post
3+
title: "FastAPI Devcontainers Project"
4+
date: 2025-04-30 15:04:10 +0200
5+
categories: [fastapi]
6+
tags: [python, restapi, devcontainers]
7+
8+
---
9+
# FastAPI Example Project
10+
11+
## TL;DR
12+
This is a fastapi development project based on devcontainers.
13+
14+
## What does it provide?
15+
It includes:
16+
* FastAPI application
17+
* PostgreSQL: DB to store data
18+
* Adminer: graphical interface to the DB
19+
* Prometheus:collect and store metrics from the FastAPI application
20+
* Grafana: visualize metrics
21+
* Alertmanager: Send notofications basesd on the collected metrics: not ready yet
22+
* Mailcatcher: Test sending emails
23+
* Bruno API collections to test the api.
24+
*
25+
* Github workflow to run tests and publish the covwerager report to the project-homepage
26+

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Hi,
99
these pages serve as scratchpad on steroids. Most pages just contain links i don't want to loose.<br>
1010
Or they contain code snippets - maybe i should move them to github ghists...<br>
1111

12-
However: Ideas, opinions, mistakes and errors are mine. Stuff shown here does not necessarily reflect my employers ideas.<br>
12+
However: Ideas, opinions, mistakes and errors are mine. Stuff shown here does not necessarily reflect my employers ideas.<br>

0 commit comments

Comments
 (0)