Live data from Hacker News

Ask HN: Share your personal site

news.ycombinator.com

871–880 of 1001 posts

Re: Ask HN: Share your personal site

#874
I love my portfolio site: https://yagmurcetintas.com/

It started as a portfolio to get a job as a web developer, but it became more and more fun to work with over the past 2 years and I started to feel genuine love to it. It kept me motivated to move on and learn more when I was feeling empty and useless.

Here's the source code if you want to check: https://github.com/cakebatterandsprinkles/portfolio-gatsby

Re: Ask HN: Share your personal site

#875
https://ethanmick.com/

I've been starting to write more about React and TypeScript. I've been slowly creating a guide to walk coworkers through the technologies.

It's generally a terrible idea to write your own website to do this instead of just using a blogging platform. It's been fun to deeply customize some things (iFrames for mini browsers showing React code), but writing the code to send out half decent emails has been a nightmare (https://github.com/ethanmick/ethanmick.com/blob/main/pages/e...). Anyways, any feedback is appreciated!

Source code: https://github.com/ethanmick/ethanmick.com

Re: Ask HN: Share your personal site

#879
https://jason.nabein.me

My personal website, effectively what I wish I had when I was younger, but more professionally tuned now.

JS free, Lynx friendly, and under 250KB! [1]

Content overall is sparse as I'm in the midst of a major project before traveling, and my documents are scattered between Zim and random folders. Really looking forward though to publishing some of the writings I Have in my Zim drafts area.

(Also, I'm not sure why but mobile formatting doesn't seem to work properly on some phones, compared to the source css from benharr.is. if anyone can point out why, it would be great to resolve that)

I am also working on https://doyouhaveabackup.com as a similar site to https://worldbackupday.com, but less corporate, and more accessible.

[1] https://250kb.club/

Post reply on HN