Blog

  1. 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
  2. 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
  3. Adding markuplint to a React project

    How to add markuplint to a React project for HTML syntax checking

    • Frontend
    • React
  4. 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
  5. 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
  6. Changing checkbox design with accessibility in mind

    How to implement a custom Checkbox with accessibility considerations.

    • Frontend
    • Testing
  7. Creating utility functions to wrap msw

    Implementing useful utility functions by wrapping msw.

    • Frontend
    • Testing
  8. 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
  9. 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
  10. 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