Skip to content

Commit 0967e56

Browse files
committed
🧹
1 parent a8e8127 commit 0967e56

File tree

9 files changed

+1396
-1
lines changed

9 files changed

+1396
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
*.lock
66
*.tar
77
*.tar.*
8+
*.pdf
9+
*.docx
810
typst-x86_64-unknown-linux-musl
9-
assets/henrik-becker*.*
1011

1112
.DS_Store
1213
.sass-cache

assets/henrik-becker.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
= Henrik Becker
2+
Senior Software Engineer
3+
4+
== About Me
5+

assets/henrik-becker.bson

23.7 KB
Binary file not shown.

assets/henrik-becker.cbor

19.4 KB
Binary file not shown.

assets/henrik-becker.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

assets/henrik-becker.msgpack

19.5 KB
Binary file not shown.

assets/henrik-becker.toml

Lines changed: 552 additions & 0 deletions
Large diffs are not rendered by default.

assets/henrik-becker.ttl

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
@prefix cv: <https://henrikbecker.se/cv#> .
2+
@prefix schema: <http://schema.org/> .
3+
4+
cv:HenrikBecker a schema:Person;
5+
schema:alumniOf "Kulturama",
6+
"Komvux Lidingö";
7+
schema:description """Henrik Becker is an experienced .Net developer and solution architect dedicated to delivering quality software practicing Agile Processes, Test Driven Development, applying SOLID principles and a healthy dose of dad-jokes.
8+
""";
9+
schema:email "contact@henrikbecker.se";
10+
schema:gender "Male";
11+
schema:image "https://www.henrikbecker.net/assets/img/landscape-800x534.jpg";
12+
schema:jobTitle "Senior Software Engineer";
13+
schema:knowsAbout "Backend development",
14+
"System integration",
15+
"Cloud-native architecture",
16+
"Automation and CI/CD pipelines",
17+
"Clean code, SOLID principles, and developer experience";
18+
schema:knowsLanguage "Swedish",
19+
"English";
20+
schema:name "Henrik Becker";
21+
schema:nationality "Swedish";
22+
schema:sameAs <https://www.henrikbecker.net>,
23+
<https://github.com/handiman>,
24+
<https://www.linkedin.com/prettygoodprogrammer>;
25+
schema:skills ".Net",
26+
".Net 5-9",
27+
".Net Aspire",
28+
".Net Core",
29+
".Net Framework",
30+
"AJAX",
31+
"ASP",
32+
"Active Directory",
33+
"App Services",
34+
"Asp.Net",
35+
"Asp.Net Core",
36+
"Asp.Net MVC",
37+
"Asp.Net MVC 5",
38+
"Asp.Net MVC4",
39+
"Asp.Net Web API",
40+
"Asp.Net Web Api",
41+
"Asp.Net Web Forms",
42+
"Azure",
43+
"Azure App Services",
44+
"Azure DevOps",
45+
"BDD",
46+
"Blazor",
47+
"Blob Storage",
48+
"C#",
49+
"COM",
50+
"CQRS",
51+
"CSS",
52+
"CSS3",
53+
"Certified Scrum Master",
54+
"Continuous Deployment",
55+
"Continuous Integration",
56+
"Design Patterns",
57+
"DocNet",
58+
"Docker",
59+
"Domain Driven Design",
60+
"EPiServer",
61+
"EPiServer 4",
62+
"Entity Framework",
63+
"EntityFramework 6",
64+
"Event Grid",
65+
"Function Apps",
66+
"GitHub Actions",
67+
"GroupWise Administrative Objects API",
68+
"HTML",
69+
"HTML5",
70+
"IIS",
71+
"Identity Management",
72+
"Identity Server",
73+
"JavaScript",
74+
"Kafka",
75+
"KnockoutJS",
76+
"MSMQ",
77+
"Micro Services",
78+
"Microservices",
79+
"Microsoft Identity Integration Server",
80+
"Microsoft Orleans",
81+
"NHibernate",
82+
"NInject",
83+
"Novell C API",
84+
"Novell eDirectory",
85+
"NuGet",
86+
"Octopus Deploy",
87+
"Oracle",
88+
"PostgreSQL",
89+
"Queue Storage",
90+
"React",
91+
"Redux",
92+
"SOLID",
93+
"SQL Server",
94+
"Service Bus",
95+
"SpecFlow",
96+
"Specification By Example",
97+
"Specification by Example",
98+
"Spring.Net",
99+
"Sql Database",
100+
"Stencil",
101+
"Storybook",
102+
"T-SQL",
103+
"TDD",
104+
"Team City",
105+
"Team Foundation Server",
106+
"Team Foundation Server- XML",
107+
"TeamCity",
108+
"Test Driven Development",
109+
"TypeScript",
110+
"VB.Net",
111+
"VBA",
112+
"VBScript",
113+
"Visual Basic 5",
114+
"Visual Basic 6",
115+
"WCF",
116+
"WMI",
117+
"WPF",
118+
"WebForms",
119+
"WebServices",
120+
"WiX",
121+
"WinForms",
122+
"Windows Services",
123+
"Winforms",
124+
"XHTML",
125+
"XML",
126+
"XSLT",
127+
"jQuery";
128+
schema:telephone "+46 (0)73 422 83 43";
129+
schema:url "https://www.henrikbecker.net" .

0 commit comments

Comments
 (0)