Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igrep/igrep
My profile
https://github.com/igrep/igrep
Last synced: about 5 hours ago
JSON representation
My profile
- Host: GitHub
- URL: https://github.com/igrep/igrep
- Owner: igrep
- Created: 2024-07-04T03:16:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T06:44:25.000Z (2 months ago)
- Last Synced: 2024-09-07T07:48:46.403Z (2 months ago)
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## YAMAMOTO Yuji (@igrep)'s GitHub Profile
- 🎂 Birthdate: 1989-04-16
- 😄 Pronouns: he/him
- ⚓️ Home City: Yokohama
- 🏙 Lives in: Tokyo
- 💬 Languages:
- 🇯🇵 Japanese (Bilingual of Osaka/Tokyo dialects)
- 🇬🇧 English (As I write this page and send you some pull requests with little help of machine translation)
- 🇨🇳 Chinese (A little)### Repositories Overview
- [igrep/ts-that-grow](https://github.com/igrep/ts-that-grow)
- 🎄I invented this solution to solve a problem of the no-code app in my job. See [the original article](https://dev.to/igrep/flexiblly-extend-nested-structures-trees-that-grow-in-typescript-4347) or [its Japanese version](https://eng-blog.iij.ad.jp/archives/18900) for details.
- [igrep/toy-browser-on-browser](https://github.com/igrep/toy-browser-on-browser/)
- NOTE: 🇯🇵README is written in Japanese.
- 🚀A tiny browser engine that runs on a browser. I created this to learn how a browser engine works.
- Its demo is available at .
- [igrep/svelte-store-tree](https://github.com/igrep/svelte-store-tree)
- 🌲I created this to manage the state of an AST of the no-code app in my job. It made it a little easier to operate on the nested structure.
- But *just a little*. I found it has many problems after releaseing. I guess Svelte 5 would deprecate it.
- See also the introduction articles below:
- [Why I failed to create the "Solid.js's store" for Svelte, and announcing svelte-store-tree v0.3.1](https://dev.to/igrep/why-i-failed-to-create-the-solidjss-store-for-svelte-and-announcing-svelte-store-tree-v031-1am2).
- (In Japanese) [svelte-store-treeというライブラリーをリリースしました](https://zenn.dev/igrep/articles/2022-09-svelte-store-tree)
- (In Japanese) [なぜSvelte風Solid.jsのstoreは作れないか、およびsvelte-store-treeの新バージョンの紹介](https://zenn.dev/igrep/articles/2022-10-svelte-store-tree)
- [igrep/vertons](https://github.com/igrep/vertons)
- NOTE: 🇯🇵The main contents are in Japanese.
- 🎮A hobby work to study for creating a visual programming environment. Available at .
- See [フロントエンド開発者的週刊アスキーへの道(ならず)](https://zenn.dev/igrep/articles/2022-06-ascii) for details (in Japanese).#### 📚Related to Programming Languages
- [haskell-jp/makeMistakesToLearnHaskell](https://github.com/haskell-jp/makeMistakesToLearnHaskell)
- NOTE: 🇯🇵The main contents are in Japanese.
- A long introduction to Haskell for Japanese beginners.
- Features:
- Consists of exercises and explanations of knowledge necessary to do the exercises.
- In each chapter, the readers learn things *only* necessary to do the exercise.
- Recommends the readers to learn from error messages.
- I'm recently less interested in Haskell, but I don't want to give up finishing.
- [custard-lang/custard](https://github.com/custard-lang/custard)
- 🍮Currently developed as a Clojure-like AltJS (language that is translated into JavaScript) for me.
- 🚧Still work in progress. Completely undocumented yet. Sorry!
- [igrep/lean-workshop](https://github.com/igrep/lean-workshop)
- ⚖️I expect that the skill to use a theorem prover will help me to design/develop the language above in the future. That's why I started to learn [Lean](https://lean-lang.org/) every two weeks with my friends. This is the repository to record what I wrote in the workshops.#### 🍴Forks
- [igrep/brick-break-anywhere](https://github.com/igrep/brick-break-anywhere)
- Forked to learn how DOM works, as [the original author @canalun told us in JSConfJP 2023](https://docs.google.com/presentation/d/1hjs2J4fScWcs42oJ11F9uv1iuSnb_25TEZxyJo6UlLU/edit#slide=id.g2970b3f929e_0_0).
- Important pull requests:
- [Make (equivalent for) dragAndMoveBall available again](https://github.com/canalun/brick-break-anywhere/pull/15)
- [Fix: Blocks shifts by the border's size when removed or debug mode enabled](https://github.com/canalun/brick-break-anywhere/pull/17)
- [Fix: Blocks of multi-line inline elements are too large](https://github.com/canalun/brick-break-anywhere/pull/18)
- [igrep/translated-content](https://github.com/igrep/translated-content)
- I found translating MDN is a good way to learn web technologies more. I take part in [a monthly online meetup to translate MDN into Japanese](https://mozilla.doorkeeper.jp/).#### 🤡Jokes
- [igrep/typesafe-precure](https://github.com/igrep/typesafe-precure)
- 🌟One of the most popular repositories I have ever created.
- See also (all in Japanese):
- [「タイプセーフプリキュア!」を支える技術 #Haskell - Qiita](https://qiita.com/igrep/items/5496fa405fae00b5a737)
- [【非プログラマー向け】今更ながら「タイプセーフプリキュア!」はじめプリキュア実装について紹介](https://zenn.dev/igrep/articles/2022-10-precure)
- [igrep/yes-precure5-command](https://github.com/igrep/yes-precure5-command)
- 🌟Another of the most popular repositories.
- 😁I was very lucky that [a popular Japanese article](https://qiita.com/greymd/items/a4ecf8e70f11eb1e5f72) mentioned this app and many people found it funny!#### 💬Others
- [igrep/intro-mdn-translation-ja](https://github.com/igrep/intro-mdn-translation-ja)
- NOTE: 🇯🇵The main contents are in Japanese.
- This repository contains the script of the video that introduces the translation process of MDN into Japanese. The video was exhibited at the booth of "Mozilla翻訳コミュニティ" in [オープンソースカンファレンス2024 Tokyo/Spring](https://event.ospn.jp/osc2024-spring/).
- 🎥The complete video is available at [MDN 翻訳の流れ - YouTube](https://www.youtube.com/watch?v=KxMmm98emKw) in Japanese.
- [igrep/daily-commits](https://github.com/igrep/daily-commits)
- NOTE: 🇯🇵The main contents are in Japanese.
- This repository is my source of power. Keeping recording my day-to-day activities on this repository makes me motivated💪.### Contributions on OSS outside GitHub
- One of the founders of [Haskell-jp](https://haskell.jp/), a community for Haskell programmers in Japan.
- Published several articles about WebAssembly and Haskell etc. in external Japanese media. See [the "執筆履歴" section in the links page of my web site](https://the.igreque.info/posts/-links#%E5%9F%B7%E7%AD%86%E5%B1%A5%E6%AD%B4) for details.### Other Profile Pages
-
- (in Japanese)
- (in Japanese. Older articles)