Yuto Yoshino

@yossydev
5 Followers
16 Following
18 Posts
Software Engineer, javascript and typescript.
githubhttps://github.com/yossydev
websitehttps://yossydev.com/

I am looking for exciting and interesting work.
Please feel free to contact me if you are interested in me!

mail: [email protected]
twitter: https://twitter.com/yossydev
github: https://github.com/yossydev

#work #job #engineering #programming #opensource #tech

ユウト (@yossydev) on X

22 year old software engineer GitHub: https://t.co/dszSyMduKT

X (formerly Twitter)

I wrote a blurb reviewing OSS activities for January 2024!

https://yossydev.com/posts/2024-01
#programming #engineering #opensource #review

1月のOSS活動の振り返り

2024年1月のOSS活動の振り返り

I am making dotfiles to make it as easy as possible when migrating macbooks.
I had the opportunity to migrate this time and it was very easy.

https://github.com/yossydev/dotfiles

#programming #vim

GitHub - yossydev/dotfiles

Contribute to yossydev/dotfiles development by creating an account on GitHub.

GitHub
I will be free in February and March, so I want to touch a lot of OSS!
A new PR was merged against oxc. I am very happy.
https://github.com/oxc-project/oxc/pull/1901
feat(linter): eslint-plugin-jsx-a11y autocomplete-valid by yossydev · Pull Request #1901 · oxc-project/oxc

partof: #1141 doc: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/autocomplete-valid.md code: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/src/rules/au...

GitHub

I really like contributing to open source software!
Because it allows me to see and write code for a product that is different from what I normally do!

Furthermore, OSS is a great learning experience for me as I am studying Rust!

#programming #rust #rustlang #oss

PR was merged into oxc!
I have learned that the process of storing the properties needed for each role as a string was done at runtime, but that it can be done at compile time, which improves performance.
I would like to have the thought that necessary processing should be done at compile time!

#programming #oxlint #oss

https://github.com/oxc-project/oxc/pull/1881

feat(linter): eslint-plugin-jsx-a11y role-has-required-aria-props rule by yossydev · Pull Request #1881 · oxc-project/oxc

partof: #1141 doc: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/role-has-required-aria-props.md code: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/sr...

GitHub

This issue seemed to be correct, and someone else has taken care of it as a 'good first issue'.

#Supabase #programming #github

I too like css modules for CSS. Next is tailwindcss.
I like the fact that css modules have a narrower scope, but the styles can be written the same way as css, so if you look into it, you can copy and paste complex styles to make them work. I don't want to write too much css, I want to move it by copy and paste 🤪.

Then again, this is common to the two, but I also like the performance aspect.

https://leerob.io/blog/css

How I'm Writing CSS in 2024

Notes on the state of the CSS ecosystem and tooling.

The link in the supabase documentation seemed a bit odd, so I submitted an issue!

https://github.com/supabase/supabase/issues/20228

#tech #programming

Expo Installation Documentation Link Misdirects to Incorrect GitHub Page · Issue #20228 · supabase/supabase

Improve documentation Link Login with Google Describe the problem I don't think the link to Expo installation docs is appropriate. When I click the link, it redirects me to the github repository in...

GitHub