Personal Website Development General

sachahjkl - 2 years ago

# Personal Website Development General

I'm gonna put out here some technologies and example personal websites to encourage people to build their own personal web space.

Technologies :

- https://kit.svelte.dev/ (Web App framework)
- https://gohugo.io/ (static site builder)
- watercss.kognise.dev/ (drop-in css)
- tailwindcss.com/ (CSS helpers)
- daisyui.com/ (template CSS using Tailwind) -

Blog example :

- https://new.sacha.house
- https://ilone.hayek.fr/
- https://fasterthanli.me/
- https://ilone.hayek.fr/
- https://fasterthanli.me/
- https://github.com/danistefanovic/build-your-own-x
- https://github.com/hyperfiddle/hyperfiddle
- https://zaiste.net/posts/shell-commands-rust/
- https://rentry.co/fwt
- https://github.com/mcinglis/c-style
- https://based.cooking/
- https://github.com/sdmg15/Best-websites-a-programmer-should-visit
- https://blog.sinkingpoint.com/posts/elasticsearch-logging/
- https://tumregels.github.io/Network-Programming-with-Go/rpc/json.html
- http://akkartik.name/post/habitability
- https://ishadeed.com/article/defensive-css/
- https://github.com/mendel5/alternative-front-ends#instagram
- https://www.accountingcoach.com/debits-and-credits/outline
- https://drewdevault.com/2021/12/28/Dont-use-Discord-for-FOSS.html
- https://jason-williams.co.uk/
- https://flaming.codes/work
- https://fasterthanli.me/articles/some-mistakes-rust-doesnt-catch
- https://brandur.org/nanoglyphs/031-api-docs
- http://plover.com/~mjd/cv/Mark_Jason_Dominus%20-%202022.pdf
- https://css-irl.info/aspect-ratio-is-great/
- https://portswigger.net/research/top-10-web-hacking-techniques-of-2021
- https://github.com/readme/featured/server-side-languages-for-front-end
- https://www.smashingmagazine.com/2022/03/html-attributes-you-never-use/
- https://brainbaking.com/post/2022/04/cool-things-people-do-with-their-blogs/
- https://sumi.news/
- https://lukesmith.xyz/index
- https://kevincox.ca/2022/05/06/rss-feed-best-practices/
- https://anlucas.neocities.org/GifFiles.html
- https://anlucas.neocities.org/88x31Buttons.html
- https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
- https://effective-shell.com/part-2-core-skills/job-control
- https://www.youtube.com/watch?v=x94kq4jb61w
- https://galao.cnam.fr/galao/bilans/modification_evaluation_ue.php
- https://jgthms.com/web-design-in-4-minutes/#share

xigoi - 2 years ago | thread

Why would you use a web app framework for a personal site?

reply
subtract-smiles - 2 years ago | thread parent

Why wouldn't you?

A framework can make creating a website faster, easier, and more enjoyable. Plus, frameworks (for me at least) let me make cleaner code that does more complicated things than I would be able to do in vanilla JS/TS very easily.

reply