Skip to content

Commit 52feaf0

Browse files
updated website
1 parent e1e35e9 commit 52feaf0

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

apps/items-service/src/html.ts

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function getRootPageHtml(): string {
3030
<meta charset="UTF-8">
3131
<meta name="viewport" content="width=device-width, initial-scale=1.0">
3232
<meta name="color-scheme" content="light dark">
33-
<title>Items Service</title>
33+
<title>Observability experimentations</title>
3434
<link rel="stylesheet" href="https://roussev.com/styles.css">
3535
<style>
3636
.architecture-diagram {
@@ -110,11 +110,10 @@ export function getRootPageHtml(): string {
110110
</div>
111111
112112
<article class="profile-content">
113-
<h1>Items Service</h1>
113+
<h1>Observability</h1>
114114
115-
<p>A simple REST service built with Bun, Postgre and OpenTelemetry.</p>
115+
<p>This is an Observability experiment using Bun, Postgre and OpenTelemetry showcasing cool technologies below:</p>
116116
117-
<p><strong>Observability:</strong></p>
118117
<p>
119118
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/grafana/grafana-original.svg" class="link-icon" alt="Grafana">
120119
<a href="/grafana/d/items-service-metrics/items-service-metrics" target="_blank">Grafana</a> - Metrics dashboard
@@ -144,12 +143,6 @@ export function getRootPageHtml(): string {
144143
<a href="/grafana/explore?orgId=1&left=%7B%22datasource%22:%22loki%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bapp%3D%5C%22items-service%5C%22%7D%22%7D%5D,%22range%22:%7B%22from%22:%22now-1h%22,%22to%22:%22now%22%7D%7D" target="_blank">Loki</a> - Log aggregation
145144
</p>
146145
147-
<p><strong>Docs:</strong></p>
148-
<p>
149-
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/swagger/swagger-original.svg" class="link-icon" alt="Swagger">
150-
<a href="/items/docs" target="_blank">Open API / Swagger Docs</a>
151-
</p>
152-
153146
<p><strong>Kubernetes Dashboard:</strong></p>
154147
<p>
155148
<svg class="link-icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -169,9 +162,15 @@ export function getRootPageHtml(): string {
169162
</span>
170163
</p>
171164
172-
<p><strong>API Endpoints:</strong></p>
173-
<p><a href="/items/v1/health" target="_blank">/v1/health</a> - Service and database health check</p>
174-
<p><a href="/items/v1/items" target="_blank">/v1/items</a> - List all items</p>
165+
166+
<p><strong>Dummy Service :</strong></p>
167+
<p>
168+
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/swagger/swagger-original.svg" class="link-icon" alt="Swagger">
169+
<a href="/items/docs" target="_blank">Open API / Swagger Docs</a>
170+
</p>
171+
<!-- <p><strong>API Endpoints:</strong></p>-->
172+
<!-- <p><a href="/items/v1/health" target="_blank">/v1/health</a> - Service and database health check</p>-->
173+
<!-- <p><a href="/items/v1/items" target="_blank">/v1/items</a> - List all items</p>-->
175174
176175
<div class="architecture-diagram">
177176
<h2>Architecture</h2>

apps/website-app/public/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,24 @@ <h1>Hi, I'm Atanas 👋</h1>
2020

2121
<p>I'm a Software Engineer at Redis, also worked at Morgan Stanley, EA, and 2K Games.</p>
2222

23-
<p>Experienced across <strong>Full-stack</strong>, <strong>TypeScript</strong>, <strong>Node.js</strong>, <strong>React</strong>, <strong>Java</strong>, <strong>Go</strong> and <strong>DevOps</strong>.</p>
23+
<p>Experienced across <strong>Full-stack</strong>, <strong>TypeScript</strong>, <strong>Node.js</strong>, <strong>React</strong>, <strong>Java</strong>, <strong>Go</strong> and <strong>DevOps</strong>. I love simplicity and clean design.</p>
2424

2525
<p>I live in Vancouver, Canada.</p>
2626

2727
<p>Linkedin: <a href="https://linkedin.com/in/aroussev" target="_blank">in/aroussev</a></p>
2828
<p>GitHub: <a href="https://github.com/nextinterfaces" target="_blank">nextinterfaces</a></p>
2929
</article>
3030

31+
<section class="profile-content">
32+
<p>This <a href="https://github.com/nextinterfaces/roussev.com" target="_blank">site</a> runs on a tiny 2GB Hetzner K3s kubernetes VM provisioned by Terraform.</p>
33+
<p>And monitored with the <a href="https://app.roussev.com/items" target="_blank">usual observability</a> suspects.</p>
34+
35+
<p>A few things I’ve built, none of which should be taken seriously nor are ready for use:</p>
36+
<p><a href="https://nextinterfaces.com/b/" target="_blank">NEXT</a> - Java framework for building native-looking HTML5 mobile apps</p>
37+
<p><a href="https://www.nextinterfaces.com/http4e-eclipse/" target="_blank">HTTP4e</a> - Like Postman, but for Eclipse IDE</p>
38+
</section>
39+
40+
3141
<!--
3242
<section class="pinned-section">
3343
<h2 class="pinned-title">Pinned</h2>

0 commit comments

Comments
 (0)