feat: add initial content
This commit is contained in:
parent
3b377805aa
commit
5f23bc1bd4
|
@ -0,0 +1,16 @@
|
||||||
|
+++
|
||||||
|
title = 'About me'
|
||||||
|
date = 2024-11-16T11:28:11+01:00
|
||||||
|
draft = false
|
||||||
|
+++
|
||||||
|
|
||||||
|
Hello!
|
||||||
|
|
||||||
|
Welcome to `netflux.io/blog`, the home of Rob Watson.
|
||||||
|
|
||||||
|
I'm a software engineer, technical lead, co-founder and CTO with decades of experience of building and shipping
|
||||||
|
products.
|
||||||
|
|
||||||
|
On this blog you'll mostly find writings about my technical projects, experimentations and learnings.
|
||||||
|
|
||||||
|
Need help shipping a feature, or otherwise improving your code-base? I'm available to hire for short-term contracts. Contact me!
|
|
@ -0,0 +1,14 @@
|
||||||
|
+++
|
||||||
|
title = 'Hello World'
|
||||||
|
date = 2024-11-16T11:23:59+01:00
|
||||||
|
draft = false
|
||||||
|
tags = ['hello-world']
|
||||||
|
+++
|
||||||
|
|
||||||
|
Hello, world.
|
||||||
|
|
||||||
|
Here we go with another attempt to start a blog. I hope to make this a place where I routinely share my learnings and
|
||||||
|
discoveries, in the hope they're useful to somebody. Perhaps this time, I will manage to maintain it for more than a
|
||||||
|
handful of posts.
|
||||||
|
|
||||||
|
Let the blogging commence!
|
Loading…
Reference in New Issue