Simon Vetter
Simon Vetter's Blog

Simon Vetter's Blog

Follow
homebadges

Recursive regex replace in VSCode

Oct 28, 20211 min read

Convert named imports to default imports from node modules · I wanted to make all imports to mui use direct links to the component, to speed upd bundling...

Recursive regex replace in VSCode

Detect time in text with Regexes

Sep 12, 20214 min read

For Clye I want people to be able to send date suggestions and to add time based notifications. So what I want is for people to type in tomorrow 6PM...

Detect time in text with Regexes

Basic filtering after two properties

Aug 11, 20213 min read

My App Clye has a pretty powerful messaging interface, that allow context sensitive potentially shared notes. This way every user has the correct...

Basic filtering after two properties

Image Styling für Github Flavored Markdown

Jul 21, 20211 min read

Markdown ist eine schöne einfach Möglichkeit Texte zu schreiben ohne von Formatierung abgelenkt zu werden. Ich stoße jedoch häufig an ein paar...

Image Styling für Github Flavored Markdown

Hosting Next.js with Firebase

Oct 28, 20206 min read

I use Firebase for some of my projects as the backend of some applications namely oneVcard and Clye. But now I need Server Side rendering for some of...

Hosting Next.js with Firebase