Skip to content

Commit bd9cb34

Browse files
authored
Update rbtnn.toml
1 parent 728dd5c commit bd9cb34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

2025/src/content/sessions/rbtnn.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ session_id = "rbtnn"
22
start_at = 2025-11-02T11:00:00+09:00
33
end_at = 2025-11-02T11:50:00+09:00
44
speaker_name = "rbtnn"
5-
title = 'WIP'
5+
title = 'Introducing the TabPanel Feature: Motivation and Implementation'
66
abstract = '''
7-
WIP
7+
I've implemented a new feature called TabPanel and would like to share the story behind it — including the motivation for its development, design considerations, and technical implementation. In this talk, I'll cover:
8+
- Motivation & Background: Why TabPanel was added and what problems it solves.
9+
- Design & Implementation: How TabPanel works under the hood, including design decisions and challenges encountered.
10+
- Usage & Configuration: An introduction to the basic usage and configuration of TabPanel.
811
'''
912
self_introduction = '''
10-
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.
11-
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.
12-
Vim has been his primary text editor for nearly 15 years, and he uses it to write code in almost any programming language.
13-
He's contributed to Vim itself several times in the past, and this time, He'd like to introduce a feature he implemented called TabPanel, and share the background and motivation behind adding it.
13+
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. Vim has been his primary text editor for nearly 15 years, and he uses it to write code in almost any programming language. He's contributed to Vim itself several times in the past.
1414
'''

0 commit comments

Comments
 (0)