jyc.dev

Some takes about web devs!

@ATProto Cheat Sheet

Check it on WhiteWind

I would like to save my thoughts here... it will at least help me in the future ๐Ÿ˜…

DateComment
02/11/2024First version
04/11/2024adding jyc.dev links & GitHub

Codes

  • With pnpm add @atproto/identity @atproto/syntax -D you can already browse everything (without any auth).
  • In +page.server.ts (yes I'm in Svelte ๐Ÿงก), at build you can crawl your whtwnd blog posts to display them on your personal blog, in my case: https://jyc.dev/blog.
    1. with handle jyc.dev get the did did:plc:dacfxuonkf2qtqft22sc23tu
    2. getPds(did)
    3. listRecords(pds, did, repo)
  • How to get blog content to the website ? Github Link
  • Stats with handles Github link