Skip to content

Commit c3e1a1a

Browse files
committed
Rewrite about, add page to book my time
1 parent 2305355 commit c3e1a1a

File tree

4 files changed

+39
-4
lines changed

4 files changed

+39
-4
lines changed

content/about.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ menu = "main"
55

66
### About
77

8-
I'm a {{< age >}} year old developer working full time on open-source Bitcoin projects like [Bitcoin Dev Kit (BDK)](https://bitcoindevkit.org) and [Magical Bitcoin](https://github.com/MagicalBitcoin) thanks to a generous grant from [Brink](https://brink.dev).
8+
I'm a developer with a few years of experience working on Bitcoin open-source projects and libraries.
99

10-
Previously, I've worked at [Blockstream](https://blockstream.com) and [BHB Network](https://twitter.com/BHBnetwork).
10+
I currently work as a consultant in the Bitcoin space. If you need help with anything you can [book a meeting](/book-my-time) with me.
1111

12-
I'm currently based in Milan, Italy.
12+
Previously, I started the [Bitcoin Dev Kit (BDK)](https://bitcoindevkit.org) and [Magical Bitcoin](https://github.com/MagicalBitcoin) projects, and also
13+
worked at [Blockstream](https://blockstream.com) and [BHB Network](https://twitter.com/BHBnetwork).
14+
15+
I'm currently based in Brescia, Italy.
1316

1417
---
1518

content/book-my-time.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
+++
2+
title = "Book my Time"
3+
menu = "main"
4+
+++
5+
6+
I have experience in many fields of computer science, which makes me uniquely suited for helping you out in many different ways: I have a deep knowledge of Bitcoin (particularly the on-chain side),
7+
but I also have experience designing L2 protocols (from a technical and game-theoretical perspective), embedded devices (hardware wallets) and running and self-hosting services in production.
8+
9+
For example, I can do;
10+
11+
- Code Review: I can review the source code of your product
12+
- Architectural design: I can help design or review the architecture of a complex protocol built on Bitcoin
13+
- Lectures: I can teach (1-to-1 or 1-to-many) the technical aspects of Bitcoin and other protocols built on top of Bitcoin, like Lightning Network. I can also
14+
teach practical lessons about programming, like the Rust language itself or other tools like rust-bitcoin and BDK
15+
- Help with self custody: I can help you self-custody your funds, by walking you through the most critical security steps to ensure the safety of your Bitcoin
16+
- Privacy/security review: I can review your setup to improve the security and privacy of your digital life. For example, I've been using [QubesOS](https://www.qubes-os.org/) for the past four years,
17+
so I can help you set it up, as well as other security-oriented tools like [GrapheneOS](https://grapheneos.org/)
18+
19+
If any of this points sounds interesting to you, you can book an online or in-person meeting with me. Here's how it works:
20+
21+
1. My hourly rate is always 100 EUR + VAT (if applicable), no matter the topic. If the meeting is in-person I may also ask you to cover my travel expenses (I'm based in northern Italy, but I also
22+
move around a lot for Bitcoin conferences)
23+
2. The meeting can be in English or Italian
24+
3. You can schedule a meeting by completing the form below. After submitting it I will manually review
25+
your request and either:
26+
- Accept it as-is
27+
- Propose a longer meeting if I feel like your request needs longer than the time you allocated
28+
- Cancel your request entirely if I feel like I can't help you
29+
4. After your meeting request is accepted you will receive an email with a link to complete the payment (you can use Bitcoin, credit cards or wire transfers)
30+
5. Once your payment is confirmed you will receive a link to join the call
31+
32+
{{< nc-booking >}}

layouts/shortcodes/age.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

layouts/shortcodes/nc-booking.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<iframe src="https://booking.afilini.com/form" style="width: 100%; border: 0; height: 1100px;"></iframe>

0 commit comments

Comments
 (0)