RFC 4287: The Atom Syndication Format
https://www.rfc-editor.org/rfc/rfc4287.htmlI love how this RFCs look, they look so pretty! Using Atom's RFC as an example.
agnes cameron
https://agnescameron.info/Her websites just look incredible and well-thoughout. I love them very much!!
Website Component Checklist
https://shellsharks.com/notes/2023/08/15/website-component-checklistA checklist of things to add to your personal website.
100 things you can do on your personal website
https://jamesg.blog/2024/02/19/personal-website-ideas/A list of 100 things to add to your personal website.
Thricegreat's Webpage
https://thricegreat.neocities.org/A very minimal, plain-text-y website. Looks cool.
THE QUICK AND DIRTY GUIDE TO JAPANESE
http://rut.org/~wmaton/www/pub/jap.guide.txtOld email guide to learning japanese.
Condensed Audio Catalog
https://condensedaudiocatalog.comCatalog of japanese and chinese condensed audios from various shows.
Teach Yourself Computer Science
https://teachyourselfcs.com/Roadmap to learn computer science using books!
The Querynomicon
https://gvwilson.github.io/querynomicon/Introduction to SQL featuring a bunch of hands-on exercises.
The Webonomicon
https://gvwilson.github.io/webonomicon/Introduction to Web Development featuring a bunch of hands-on exercises.
The Power of Prolog
https://www.metalevel.at/prologIntroduction to Prolog. Also includes videos covering the same subject as the chapters.
Introdução à Computação Gráfica com WebGL
https://panda.ime.usp.br/introcg/static/introcg/Introduction to Computer Graphics focusing on WebGL.
Introdução a Ciência da Computação em C
https://www.ime.usp.br/~hitoshi/introducao/Introduction to Computer Science using the C programming language.
Passeios por Programação
https://panda.ime.usp.br/algoritmos/static/algoritmos/index.htmlA extension to an algorithm course with hands-on exercises.
Computer Science 61A, 001 - Spring 2011
https://archive.org/details/ucberkeley-webcast-PL3E89002AA9B9879E?sort=titleClassroom videos from a fundamentals to computers course.
Computer Science 186 - 2015
https://archive.org/details/UCBerkeley_Course_Computer_Science_186Classroom videos from an introduction to database system course.
CSCI 1730
https://cs.brown.edu/courses/csci1730/2012/Introduction to programming languages course by Brown
From Nand to Tetris
https://www.nand2tetris.org/Learning how to build a modern computer from first Principles.
3D Math Primer for Graphics and Game Development
https://gamemath.com/book/Math pre-requisites for learning graphics and game development.
Teach Yourself Scheme in Fixnum Days
https://docs.scheme.org/tyscheme/Introduction to the scheme programming language. There's a bunch of code examples throughout the book.
Viewpoints Research Institute
https://vpri.org/Institute researching new and old computer science ideas. A bunch of stuff from Alan Kay.
An Oral History of Binary Exploitation
https://taggartinstitute.org/p/an-oral-history-of-binary-exploitation-defensesA course on binary exploitations.
Learn You Some Erlang for Greater Good!
https://learnyousomeerlang.com/A beginners book on erlang, touching on functional programming, concurrency, OTP, and more.
A Gentle Introduction to ML
https://www.lix.polytechnique.fr/~catuscia/teaching/sml/GIML/manual~1.htmIntroduction to Standard ML with hands-on exercises.
RFC 9110: HTTP Semantics
https://datatracker.ietf.org/doc/html/rfc9110HTTP semantics can be very confusing, personally I find status codes specially confusing. Having the RFC at hand is nice! (even though it doesn't clarify much)
Series of posts on HTTP status codes
https://evertpot.com/http/HTTP status code reference with examples. It helps me reason whether some status code better fits some situation or not.