Skip to content

Commit 2e55084

Browse files
committed
Updated about me and timeline
1 parent 08a7b19 commit 2e55084

5 files changed

Lines changed: 91 additions & 85 deletions

File tree

content/pages/about.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ noSnapshot = true
99
{{ snapshot_section_wrapper(part="start") }}
1010

1111
{% icon_section(name="pencil-square", title="About the blog") %}
12-
Codethoughts is a place where I share my thoughts, experiences, and learnings from my journey as a Engineering Leader, Solo Founder, and Software Engineer. I write about engineering leadership, development and architecture (both high and low-level), and personal growth. I hope you find something useful here!
12+
Codethoughts is a place where I share my thoughts, experiences, and learnings from my journey as a Engineering Leader, Founder, and Software Engineer. I write about engineering leadership, development and architecture (both high and low-level), and personal growth. I hope you find something useful here!
1313

1414
For some of my other stuff, check out my GitHub Projects at [Tehnix](https://github.com/Tehnix) and in the
1515
[codetalk organization](https://github.com/codetalkio).
@@ -21,11 +21,17 @@ noSnapshot = true
2121
{{ snapshot_section_wrapper(part="start") }}
2222

2323
{% icon_section(name="user", title="About Christian") %}
24-
I started my career as a software engineer in 2008, and have since worked in various roles in the tech industry across IC and Leadership.
24+
I started my career as a software engineer in 2008, and have since worked in various roles in the tech industry across IC, Leadership, and as a Founder.
2525

26-
After spending time in web agencies and startups, I joined Factbird in 2018 to help reimagine how manufacturing companies could quickly get insights from production, building an end-to-end IoT product from hardware to cloud.
26+
After spending time in web agencies and various startups, I joined [Factbird](https://www.factbird.com) in 2018 to help reimagine how manufacturing companies could quickly get insights from production, building an end-to-end IoT product from hardware to cloud, and ending up as acting CTO.
2727

28-
Right before starting codetalk I helped Famly on their mission to improve the lives of children and their families, being a key part in tripling the organization, and laying the foundation for the engineering department to grow into the amazing team they are today.
28+
I then joined [Famly](https://www.famly.co) as they were on the precipe of a crazy scale-up journey, and to help them on their mission to improve the lives of children and their families, being a key part in tripling the organization, and laying the foundation for the engineering department to grow into the amazing team they are today.
29+
30+
At start of 2025 I decided that it was time for the next challenge, as a Founder, and started codetalk, making small indie projects and building a business around them.
31+
32+
After half a year building alone, I started [Yaay](https://yaaytravel.com) in 2026 together with my co-founder, Anders, to reimagine what the next generation of travel should look like.
33+
34+
{{ divider() }}
2935

3036
If you're interested in a bit more detail about what my journey has been like, I made this timeline that includes some of the things I view as significant milestones or achievements in my career so far (read from the bottom and up).
3137
{% end %}

content/posts/2026-02-07-rust-hot-reloading/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,6 @@ Some links that were helpful in piecing all of this together:
168168
- [dioxus/notes/architecture/07-HOTRELOAD.md](https://github.com/DioxusLabs/dioxus/blob/9b0d380765301ae7fe337fba8438fcbb814f8748/notes/architecture/07-HOTRELOAD.md)
169169
- [dioxus/packages/devtools/src/lib.rs#L113-L220](https://github.com/DioxusLabs/dioxus/blob/9b0d380765301ae7fe337fba8438fcbb814f8748/packages/devtools/src/lib.rs#L113-L220)
170170
- [Phosphorus-M/spring-rs/blob/hot-reloading/examples/hot-reloading/src/main.rs](https://github.com/Phosphorus-M/spring-rs/blob/hot-reloading/examples/hot-reloading/src/main.rs)
171+
172+
173+
{{ medium_comments(post="hot-reloading-in-rust-subsecond-and-dioxus-to-the-rescue-fdc3d74f7ec9") }}

templates/content-about-page.html

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,35 @@
1515
<div class="border-snapshot flex flex-col mt-8 mb-16">
1616
{# 2024 - Now #}
1717
<div class="flex flex-row">
18-
<div class="about-timeline-date">2024 -<br />Now</div>
18+
<div class="about-timeline-date">2025 -<br />Now</div>
1919
<div class="about-timeline-info">
2020
<aside>
21-
<p>🤝 Started codetalk: <b>Solo Founder</b></p>
21+
<p>📈 <b>Scaling</b> <a href="https://yaaytravel.com" target="_blank" rel="noopener noreferrer">Yaay</a></p>
22+
Built the entire yaay platform, AI enginer, and App. Proved our core user-loop, and started to scale the business.
23+
</aside>
24+
25+
<aside>
26+
<p>💰 Secured <b>pre-seed funding</b></p>
27+
Antler became our first investor, believing in the vision of Yaay and the team at an incredibly early stage.
28+
</aside>
29+
30+
<aside>
31+
<p>🌞 Founded <a href="https://yaaytravel.com" target="_blank" rel="noopener noreferrer">Yaay</a>: <b>Co-Founder, CTO, Co-CEO</b></p>
32+
Started Yaay, a TravelTech company that reimagines what the next generation of travel for consumers should look like, and built the technology to make it happen, briding the gap from inspiration to booking.
33+
</aside>
34+
</div>
35+
</div>
36+
37+
<div class="separator-subtle mt-4 pb-4"></div>
38+
{# 2024 - 2025 #}
39+
<div class="flex flex-row">
40+
<div class="about-timeline-date">2024 -<br />2025</div>
41+
<div class="about-timeline-info">
42+
<aside>
43+
<p>🤝 Started <a href="https://codetalk.io" target="_blank" rel="noopener noreferrer">codetalk</a>: <b>Solo Founder</b></p>
2244
Started my own company, codetalk, to do the things I've always wanted to do, focused on scaling up Engineering Productivity and Developer Experience
2345

24-
</aside>
46+
</aside>
2547
</div>
2648
</div>
2749

@@ -33,68 +55,57 @@
3355
<aside>
3456
<p>👨‍💻 <b>IC Contributions</b> and deep <b>Technical Expertise</b></p>
3557
Contributed in many things ranging from core architecture and features across the entire stack (Frontend, Backend, DevOps) to DevEx projects
58+
</aside>
3659

37-
</aside>
38-
39-
<aside>
60+
<aside>
4061
<p>🪴 <b>Grew Famly's Engineering department</b></p>
4162
Hired +25 Engineers, took the department from 16 to 45 people
63+
</aside>
4264

43-
</aside>
44-
45-
<aside>
65+
<aside>
4666
<p>🌉 <b>Bridged gaps in the Organization</b></p>
4767
Established processes for cross-organization commitments, fostered collaboration across departments, and advocated for our Growth department
68+
</aside>
4869

49-
</aside>
50-
51-
<aside>
70+
<aside>
5271
<p>💵 Took over our <b>Finance team and established Payments team</b></p>
5372
Got our Finance team to blossom, and established a team focused on scaling up our Stripe integration as a revenue stream
73+
</aside>
5474

55-
</aside>
56-
57-
<aside>
75+
<aside>
5876
<p>💹 <b>Scaled up</b> Engineering Management</p>
5977
Onboarded new Engineering Managers, and scaled our structure, practices and definition of the role, while mentoring and coaching existing managers
78+
</aside>
6079

61-
</aside>
62-
63-
<aside>
80+
<aside>
6481
<p>💸 Drove key initiatives in <b>Infrastructure cost and scalability</b></p>
6582
Continuous infrastructure focus, led a plethora of initiatives to drive cost down from +15% MRR to below 6% MRR while improving scalability and stability
83+
</aside>
6684

67-
</aside>
68-
69-
<aside>
85+
<aside>
7086
<p>🎯 Created and Rolled out <b>Engineering Framework</b></p>
7187
Improved career opportunities, clarity around expectations, and alignment across Management
88+
</aside>
7289

73-
</aside>
74-
75-
<aside>
90+
<aside>
7691
<p>🌱 <b>Mentored</b> Engineers into Management</p>
7792
Grew Engineers into management, taking on their own teams
93+
</aside>
7894

79-
</aside>
80-
81-
<aside>
95+
<aside>
8296
<p>🧑‍🎓 Ran internal <b>Engineering training</b> and up-skilling sessions</p>
8397
Study club, mentoring, establishing working groups on topics (e.g. CI, Infrastructure, Scala, GraphQL, ..)
98+
</aside>
8499

85-
</aside>
86-
87-
<aside>
100+
<aside>
88101
<p>👩‍💻 <b>Integrated our remote strategy</b> into the organization</p>
89102
Established meetups, policies, processes, and ensured our workflows were remote-first, and much more
103+
</aside>
90104

91-
</aside>
92-
93-
<aside>
94-
<p>🤝 Joined Famly: <b>Director of Engineering</b></p>
105+
<aside>
106+
<p>🤝 Joined <a href="https://www.famly.co" target="_blank" rel="noopener noreferrer">Famly</a>: <b>Director of Engineering</b></p>
95107
Took over responsibility of two out of three teams and half the Engineering department
96-
97-
</aside>
108+
</aside>
98109
</div>
99110
</div>
100111

@@ -104,28 +115,24 @@
104115
<div class="about-timeline-date">2018 -<br />2020</div>
105116
<div class="about-timeline-info">
106117
<aside>
107-
<p>🚢 <b>Launched Version 2.0</b> of the IoT platform</p>
108-
Rewritten platform that handled 100x scale (literally) of the original version, with much less ops-overhead and maintenance
109-
110-
</aside>
118+
<p>🚢 <b>Launched Version 2.0</b> of the IoT platform</p>
119+
Rewritten platform that handled 100x scale (literally) of the original version, with much less ops-overhead and maintenance
120+
</aside>
111121

112-
<aside>
122+
<aside>
113123
<p>🚀 Stepped up as <b>Director of Development</b> and acting CTO</p>
114124
Ensured success of the already initiated rewrite of our Platform, maturation of the company, and scalability efforts
125+
</aside>
115126

116-
</aside>
117-
118-
<aside>
127+
<aside>
119128
<p>📑 Took <b>charge of multi-year projects</b></p>
120129
Ensured successful rollout of several big RFPs in multi-national companies
130+
</aside>
121131

122-
</aside>
123-
124-
<aside>
125-
<p>🤝 Joined Blackbird: <b>Full-stack Engineer</b></p>
132+
<aside>
133+
<p>🤝 Joined <a href="https://www.factbird.com" target="_blank" rel="noopener noreferrer">Factbird</a>: <b>Full-stack Engineer</b></p>
126134
Joined platform rewrite while maintaining version 1.0 and juggling client-specific projects
127-
128-
</aside>
135+
</aside>
129136
</div>
130137
</div>
131138

@@ -136,34 +143,30 @@
136143
<div class="about-timeline-info">
137144
<aside>
138145
<p>🧍 Volunteer: <b>Student Council President</b> at <b>DTU</b></p>
146+
</aside>
139147

140-
</aside>
141-
142-
<aside>
148+
<aside>
143149
<p>🧑‍🎓 <b>Teaching Assistant</b> for Programming Course at <b>DTU</b></p>
150+
</aside>
144151

145-
</aside>
146-
147-
<aside>
152+
<aside>
148153
<p>🤝 Joined DTU Compute: <b>IT Support Coordinator</b></p>
154+
</aside>
149155

150-
</aside>
151-
152-
<aside>
156+
<aside>
153157
<p>👨‍💻 <b>Solo-Founder:</b> Consultation and Web Development via <b>codetalk</b></p>
154158
Developed bespoke solutions to clients and freelanced web and e-commerce development projects
159+
</aside>
155160

156-
</aside>
157-
158-
<aside>
161+
<aside>
159162
<p>🎓 Studies: <b>MSc in Engineering, Telecommunication</b></p>
160163
Finished my masters at DTU, and spent a year abroad at KAIST in South Korea
161-
</aside>
164+
</aside>
162165

163-
<aside>
164-
<p>🎓 Studies: <b>BSc in Engineering, IT & Communications Technology</b></p>
165-
Finished my bachelors at DTU
166-
</aside>
166+
<aside>
167+
<p>🎓 Studies: <b>BSc in Engineering, IT & Communications Technology</b></p>
168+
Finished my bachelors at DTU
169+
</aside>
167170
</div>
168171
</div>
169172

@@ -173,10 +176,9 @@
173176
<div class="about-timeline-date">2012 -<br />2012</div>
174177
<div class="about-timeline-info">
175178
<aside>
176-
<p>🤝 Joined Shopbox: <b>Full-stack Engineer</b></p>
179+
<p>🤝 Joined <a href="https://shopbox.com" target="_blank" rel="noopener noreferrer">Shopbox</a>: <b>Full-stack Engineer</b></p>
177180
Contributed across the Frontend and Backend as the third engineer in the company, helping to build the product from scratch
178-
179-
</aside>
181+
</aside>
180182
</div>
181183
</div>
182184

@@ -186,23 +188,21 @@
186188
<div class="about-timeline-date">2011 -<br />2012</div>
187189
<div class="about-timeline-info">
188190
<aside>
189-
<p>🤝 Joined SharksMedia: <b>Full-stack Engineer</b></p>
191+
<p>🤝 Joined <a href="https://sharksmedia.dk" target="_blank" rel="noopener noreferrer">SharksMedia</a>: <b>Full-stack Engineer</b></p>
190192
Developed custom e-commerce and web projects and collaborated with clients
191-
192-
</aside>
193+
</aside>
193194
</div>
194195
</div>
195196

196197
<div class="separator-subtle mt-4 pb-4"></div>
197198
{# ?? - 2011 #}
198199
<div class="flex flex-row">
199-
<div class="about-timeline-date">?? -<br />2011</div>
200+
<div class="about-timeline-date">👶 -<br />2011</div>
200201
<div class="about-timeline-info">
201202
<aside>
202203
<p>🧐 <b>Teching myself programming</b></p>
203204
Taught myself Web Development (HTML/CSS/JavaScript), PHP, and Python. Created my <a class="external-link-subtle" rel="noopener nofollow noreferrer" target="_blank" href="https://github.com/Tehnix/TheCMS">first CMS</a>, various IRC bots, started freelancing, and much more
204-
205-
</aside>
205+
</aside>
206206
</div>
207207
</div>
208208

templates/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<div>
77
<div class="grid grid-cols-1 md:mt-16 mt-6 md:mb-24 mb-8">
88
<div class="flex justify-center">
9-
<p class="min-[520px]:text-base text-sm">Christian Kjær Laustsen — <a class="text-primary" href="https://github.com/Tehnix" target="_blank" rel="noopener nofollow noreferrer">GitHub</a><a class="text-primary" href="https://www.linkedin.com/in/christian-kjaer-laustsen" target="_blank" rel="noopener nofollow noreferrer">LinkedIn</a></p>
9+
<p class="min-[520px]:text-base text-sm">
10+
<a class="text-primary" href="{{ get_url(path='@/pages/about.md') }}">Christian Kjær Laustsen</a><a class="text-primary" href="https://github.com/Tehnix" target="_blank" rel="noopener nofollow noreferrer">GitHub</a><a class="text-primary" href="https://www.linkedin.com/in/christian-kjaer-laustsen" target="_blank" rel="noopener nofollow noreferrer">LinkedIn</a></p>
1011
</div>
1112

1213
<div class="flex justify-center px-4">

templates/shortcodes/divider.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
<div class="separator-subtle mt-4 pb-4"></div>
2-
3-
<center>
4-
{{ body | markdown | safe }}
5-
</center>

0 commit comments

Comments
 (0)