Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2025/src/components/KeynoteSpeakers/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ import rbtnn from "../../assets/speaker-icon/rbtnn.png?url";
<KeynoteSpeaker
keynoteSpeaker="hrsh7th"
imageUrl={hrsh7th}
title="comming soon"
title="nvim-cmp retrospective: Exploring Completion and Facing FOSS Challenges"
profile=`hrsh7th is a Web frontend engineer based in Japan.
With around 15 years of experience using (n)vim, he's the author of popular plugins like vim-vsnip and nvim-cmp.
As a Web frontend engineer, he has a strong interest in enhancing editor-based workflows and user experience for daily development.`
/>
<KeynoteSpeaker
keynoteSpeaker="rbtnn"
imageUrl={rbtnn}
title="comming soon"
title="Introducing the TabPanel Feature: Motivation and Implementation"
profile=`rbtnn is what you might call an SIer in Japan.
These days, his main role is team management, so he doesn't get to write code as often.
That said, he worked across the stack throughout his career—from server-side and client-side development to embedded systems—making him a so-called full-stack engineer.
Expand Down