Skip to content
View richardszegh's full-sized avatar
πŸ§‘β€πŸ’»
i don't use arch btw
πŸ§‘β€πŸ’»
i don't use arch btw

Block or report richardszegh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
richardszegh/README.md

πŸ‘‹ Hello! Szia! Hola! Ciao! Hallo! μ•ˆλ…•ν•˜μ„Έμš”! δ½ ε₯½! こんにけは!

Who is this dude?

My name is Richard. I have been building products since 2018. I love user experience, simplicity & small details.

What am I doing now?

Currently I'm mainly working with TypeScript, React & Node.

At ICF, I lead a small dev team focused mainly on improving the UI/UX of company products and shipping new features.

Stuff I work with

Warning

The below table is ugly. Do you want a nicer UI? Go here.

Frontend Backend
TypeScript TypeScript
HTML Node.js
CSS Express
React Apollo / GraphQL
Next.js PostgreSQL
Astro Redis
Tailwind TypeORM
React Router Google Cloud
Redux AWS
Storybook Algolia
Stripe

You must really like scrolling if you've got this far. Here's a link to my blog. I won't tell anyone.

Pinned Loading

  1. usememos/memos usememos/memos Public

    Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.

    Go 60.7k 4.5k

  2. advent-of-code-2024 advent-of-code-2024 Public

    AoC 2024 solutions with Ruby

    Ruby

  3. mac_font_smoothing.sh mac_font_smoothing.sh
    1
    # run this command to enable subpixel font smoothing (for non-retina displays)
    2
    defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO
    3
    
                  
    4
    # run this command to disable subpixel font smoothing (for retina displays)
    5
    defaults write -g CGFontRenderingFontSmoothingDisabled -bool YES
  4. news-bot news-bot Public

    Python app scraping a couple of news sites for user-specified keywords.

    Python 1