diff --git a/public/assets/logos/IntensityLabs.avif b/public/assets/logos/IntensityLabs.avif new file mode 100644 index 0000000..e741394 Binary files /dev/null and b/public/assets/logos/IntensityLabs.avif differ diff --git a/public/assets/logos/IntensityLabs.png b/public/assets/logos/IntensityLabs.png new file mode 100644 index 0000000..1cf0a1e Binary files /dev/null and b/public/assets/logos/IntensityLabs.png differ diff --git a/src/pages/main/data/experience.tsx b/src/pages/main/data/experience.tsx index 14b472c..62c578a 100644 --- a/src/pages/main/data/experience.tsx +++ b/src/pages/main/data/experience.tsx @@ -333,6 +333,30 @@ export const experience = [ ), logo: "FeathersStudio", }, + { + title: "Intensity Labs", + slug: "intensitylabs", + location: "Remote (US)", + position: "Telegram Bot Dev & QA", + year: "2025-present", + tags: ["Programming"], + description: ( + <> +

+ Helping rewrite a large scale Telegram bot, optimising for performance + and maintainability. My background as Telegraf's maintainer comes in + handy, since I've thought a lot about these problems before. +

+

+ The project I work on, Shogun, allows fluently swapping between many + cryptocurrencies. It's an interesting and challenging project, and I'm + learning a lot about the intricacies of the crypto space. +

+

I'll probably have more to say about this soon.

+ + ), + logo: "IntensityLabs", + }, ].reverse(); const getAge = (date: string) => {