-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
36 lines (36 loc) · 2.01 KB
/
about.html
File metadata and controls
36 lines (36 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: About Henrik
---
<section id="about" data-source="{{ page.url | absolute_url }}#about">
<h2>About Henrik</h2>
<p>
Henrik is a senior backend consultant based in Stockholm, Sweden.
He started coding professionally in 1999 and has since worked across industries including finance, insurance and online gaming.
With deep expertise in .NET, system integration, and cloud-native architecture, Henrik helps teams build backend systems that are scalable, maintainable, and built to last.
</p>
<p>
He runs a one-person tech company focused on delivering clean, automated solutions that reduce complexity and support long-term growth.
Henrik works closely with clients to understand their needs, design pragmatic solutions, and write code that’s easy to read, test, and evolve.
</p>
</section>
<section id="services" data-source="{{ page.url | absolute_url }}#services">
<h2>Services</h2>
<ul class="cards">
<li>
<strong>Backend Development</strong>
<div>Modern backend solutions in .NET and C#, built with clarity and maintainability in mind. From REST APIs to data layers, Henrik delivers clean code that scales.</div>
</li>
<li>
<strong>System Integration</strong>
<div>Connecting services, platforms, and legacy systems using REST, GraphQL, message queues, and cloud-native tools. Henrik ensures your systems communicate reliably and efficiently.</div>
</li>
<li>
<strong>Automation & DevOps</strong>
<div>CI/CD pipelines, scripting, and infrastructure as code — for faster delivery, fewer errors, and smoother operations.</div>
</li>
<li>
<strong>Architecture & Technical Guidance</strong>
<div>Need help structuring a new project or refactoring an old one? Henrik provides architectural input, codebase audits, and hands-on support to help teams make smart technical decisions.</div>
</li>
</ul>
</section>