Skip to content

Commit

Permalink
Merge pull request #99 from shunsock/2024-01-05
Browse files Browse the repository at this point in the history
transfer information from readme.md to vitepress
  • Loading branch information
shunsock authored Jan 5, 2025
2 parents 1232d55 + 69b4574 commit 22c42ff
Show file tree
Hide file tree
Showing 9 changed files with 325 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ export default defineConfig({
{ text: 'Home', link: '/' },
{ text: 'Profile', link: '/profile' },
{ text: 'Blog', link: '/blog' },
{ text: 'Resume', link: '/resume' },
],

sidebar: [
{
text: 'Pages',
items: [
{ text: 'Profile', link: '/profile' },
{ text: 'Blog', link: '/blog' }
{ text: 'Blog', link: '/blog' },
{ text: 'Resume', link: '/resume' },
]
}
],
Expand Down
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/docs/image/presentation/readable_regex.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ hero:
- theme: alt
text: Blog
link: /blog
- theme: alt
text: Presentation
link: /presentation
- theme: alt
text: Resume
link: /resume

features:
- title: Feature A
Expand Down
45 changes: 45 additions & 0 deletions src/docs/presentation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Presentation

## PHPerKaigi 2024

- Title: Readable Regex
- Date: 2024-03-07
- Event: PHPerKaigi 2024
- Location: Tokyo, Japan
- Document:
- GitHub: [Readable Regex](https://github.com/shunsock/phper_kaigi_2024)
- Zenn: [Readable Regex](https://zenn.dev/shundeveloper/articles/e6405c323c555a)
- Description:
- This presentation is about how to write readable regex.
- Regix is a simple engine, but it is a powerful tool. However, we sometimes say that regex is hard to read, understand and maintain.
- In above presentation, I showed audience why "our" regex often becomes complex and how to break unreadable regex into readable regex.

## PHP Conference Japan 2023

- Title: 嗚呼我が愛しきインタープリタ
- Date: 2023-10-08
- Location: Tokyo, Japan
- Document
- [shunsock."嗚呼我が愛しきインタープリタ".2023 Oct 8th.PHP Conference Japan Tokyo](https://www.canva.com/design/DAFv6xqcGHs/mDbIDvwvA5Zv4w9bkHh3_g/view?utm_content=DAFv6xqcGHs&utm_campaign=designshare&utm_medium=link&utm_source=publishsharelink)
- Description
- This presentation is for intermediate PHP developers. It is about how PHP interpreter works.
- We dived into the PHP interpreter (Zend Engine) to understand how PHP works from the application side.

## YAPC::Kyoto 2023

- Title: ChatGPTと文字コード (ChatGPT and Character Code)
- Date: 2023-03-20
- Event: YAPC::Kyoto 2023
- Location: Kyoto, Japan
- Document
- Canva: [shunsock."ChatGPTと文字コード".2023 Mar 20th.YAPC::Kyoto 2023](https://www.canva.com/design/DAFddEPFvZI/Z7qh-Y9Ju3wisr95wEzpIg/view?utm_content=DAFddEPFvZI&utm_campaign=designshare&utm_medium=link&utm_source=publishsharelink)
- Description
- This presentation is about how ChatGPT interprets character code.
- I analyzed how ChatGPT recognizes Japanese character and extracts brackets. Also, I found GPT can be converter old Japanese characters (旧字体) to new Japanese characters (新字体).
- This presentation attracted the audience's interest because it was a niche theme at the time (Everyone use ChatGPT, but no one analyze character code with it !!).
- This presentation won the Best LT at YAPC::Kyoto 2023.
- Related Articles
- This presentation was based on the following articles:
- [ChatGPTは文字コードをどのように解釈しているか Unicodeの「日本語認識」「括弧の抽出」「旧字体と新字体の変換」を実験してみた](https://logmi.jp/tech/articles/328614)
- [ChatGPTを使って、文字コードの理解と記述の負担を軽減できるのか「日本語と認識しているUnicodeの範囲」「括弧の検出」「新字体への変換」を調査してみた](https://logmi.jp/tech/articles/329484)

File renamed without changes.
32 changes: 32 additions & 0 deletions src/docs/resume/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Resume

## Summary

This is a short curriculum vitae of Shunsuke Tsuchiya.

- 2013.04.01-2019.03.31: [東京都立桜修館中等教育学校](https://www.metro.ed.jp/oshukan-s/)
- 2019.04.01-2023.03.31: [東洋大学](https://www.toyo.ac.jp/)
- Department of Marketing、Faculty of Business
- Bachelor of Business Administration
- 2022.02.01-2024.08.15: [株式会社PR TIMES](https://prtimes.co.jp/)
- 2024.08.16-now: [ファインディ株式会社](https://findy.co.jp/)

## Findy

- When: 2024-08-16 - now
- As: Data Engineer
- Summary:
- Findyでは、データ基盤の構築を行っています。
- 2024年秋には、[Findy Tools](https://findy-tools.io/)[データ基盤の設計・開発](https://tech.findy.co.jp/entry/findy_tools_data_infrastructure_introduction)を行いました。

## PR TIMES

- When: 2023-04-01 - 2024-08-15
- As: Server Side Engineer, Machine Learning Engineer
- Summary:
- PHPやPythonを持ちいて社内各所のシステム開発を行っています。
- 2024年春には新規開発でPHPerKaigi 2024のブースゲームの開発を行いました。
- 2023年秋から2024年春にかけては,PR TIMESの記事前処理サーバーの開発を行いました。
- 2023年秋にはPR TIMESでは新規機能開発として,カテゴリーごとのランキングを実装しました。
- 2023年夏にはPR TIMESの検索機能のPoCを開発・提案し、検索機能のアルゴリズム開発に相談役として携わりました。

Loading

0 comments on commit 22c42ff

Please sign in to comment.