Blog
Looking back at my study for the Google Professional Cloud Developer exam
A review of what I did to pass the Google Professional Cloud Developer certification exam.
- Other
- GCP
Building an Electron app with a monorepo structure
I changed the Electron app repository to a monorepo structure. Here is a summary of what I did.
- Electron
Adding markuplint to a React project
How to add markuplint to a React project for HTML syntax checking
- Frontend
- React
Checking and improving accessibility on my personal blog
I used the accessibility checklist published by freee to check and improve the accessibility of my personal blog.
- Frontend
- Accessibility
A practice problem for learning React performance improvement
I had a chance to improve React performance at work, so I made a practice problem based on that experience.
- Frontend
- React
- Performance
Changing checkbox design with accessibility in mind
How to implement a custom Checkbox with accessibility considerations.
- Frontend
- Testing
Creating utility functions to wrap msw
Implementing useful utility functions by wrapping msw.
- Frontend
- Testing
Keeping ESLint warnings at zero in GitHub pull requests
The problem of ESLint warnings being left in GitHub pull requests and how to fix it.
- ESLint
Building a web scraping bot on Google Cloud that sends notifications
I had the chance to join the G.I.G program at my company, so as a learning exercise I built a bot on Google Cloud that regularly scrapes the web and sends results to Slack.
- Google Cloud
msw not intercepting network requests in Node.js 18
How to fix the problem where msw does not intercept network requests in Node.js 18
- Frontend
- Testing