Hey! I am open for contract or full-time work as a full-stack developer.
I've worked on industrial software, real estate tech, and a visual website builder. I specialize in design systems, a11y, and UX.
Previously maintained PostCSS, Rollup, and SVGO.
How cool! Svelte can redefine variables deeper in the tree. It's exactly how I implemented data variables in Webstudio back in the day to reflect the same behavior as CSS variables.
https://t.co/8s2NoO6NUU
How cool! Svelte can redefine variables deeper in the tree. It's exactly how I implemented data variables in Webstudio back in the day to reflect the same behavior as CSS variables.
https://t.co/8s2NoO6NUU
Another day, another bot from linkedin tried to trick me into giving access to my machine.
The account was just deleted in confirmation
https://t.co/JrTYkMBe0x
Sadly open source work didn't help me to find a job but made a perfect target for this kind of attacks.
Another day, another bot from linkedin tried to trick me into giving access to my machine.
The account was just deleted in confirmation
https://t.co/JrTYkMBe0x
Sadly open source work didn't help me to find a job but made a perfect target for this kind of attacks.
weareonhire! now integrates with https://t.co/EkuLWPiC5G to show publications in user profiles.
It's so easy to just sync my astro blog and get relevant links automatically loaded into my professional profile.
https://t.co/J5fdndQgbb
weareonhire! now integrates with https://t.co/EkuLWPiC5G to show publications in user profiles.
It's so easy to just sync my astro blog and get relevant links automatically loaded into my professional profile.
https://t.co/J5fdndQgbb
Published articles from my astro blog to https://t.co/EkuLWPiC5G using https://t.co/kEY67PKfAY (pretty smooth tool btw, highly recommend). Now it's available in various atmosphere services and can be accessed from anywhere.
https://t.co/zehQwvS1Tk
Published articles from my astro blog to https://t.co/EkuLWPiC5G using https://t.co/kEY67PKfAY (pretty smooth tool btw, highly recommend). Now it's available in various atmosphere services and can be accessed from anywhere.
https://t.co/zehQwvS1Tk
Give it a try at https://t.co/J5fdndQgbb
Btw the project is open source. If you want to share any ideas, feel free to open an issue.
https://t.co/DFvPol3Ril
Migrated weareonhire to Contrail. It has three primary features:
- Backfill – saving historical data to your DB
- Ingest – listening to Firehose events to save new data (since last ingest)
- Querying – generating an API around this data
https://t.co/vPg9oWWvKK
Migrated weareonhire to Contrail. It has three primary features:
- Backfill – saving historical data to your DB
- Ingest – listening to Firehose events to save new data (since last ingest)
- Querying – generating an API around this data
https://t.co/vPg9oWWvKK
Backfill is a lifesaver. I can finally load data from other apps within a few milliseconds instead of seconds.
For querying, Contrail suggests two options:
XRPC, which means an additional HTTP roundtrip when loading data server-side
Generic .query() method without type-safety