bp.la

~/src / contact/

contact.ts
1// reach out, anytime
2 
3export const contact = {
4name : "Benjamin Philipp",
5email : "public@bp.la",
6 
7social : {
8github : "github.com/7bp",
10twitter : "x.com/bp_"
11},
12 
13response_time: "< 24h",
14preferred : "email",
15status : "employed · open to inquiries",
16}
⎇ main · ✓ 0 errorsTypeScript · UTF-8

Let's talk.

Currently employed full-time, but always open to interesting technical conversations, collaborations, or the right opportunity. I read everything and reply to what resonates.

new-message.ts

// compose your message below
// all fields required

⎇ main · ✓ 0 errorsTypeScript · UTF-8