Skip to content

Latest commit

 

History

History
1442 lines (1380 loc) · 120 KB

useful-links.markdown

File metadata and controls

1442 lines (1380 loc) · 120 KB
layout title permalink
page
Useful links
/useful-links/
<script> //document.cookie = "myCookie=myValue; path=/; SameSite=None; Secure"; // https://developer.chrome.com/docs/privacy-sandbox/third-party-cookie-phase-out/?utm_source=devtools // modified from https://css-tricks.com/favicons-next-to-external-links/ document.addEventListener("DOMContentLoaded", function() { // select all links ( elements) that start with "http" (external links), but only inside main document.querySelectorAll("main a[href^='http']").forEach(function(link) { var icon = document.createElement("span"); icon.style.background = "url(https://www.google.com/s2/favicons?domain=" + link.hostname + ") left center no-repeat"; icon.style.paddingLeft = "20px"; link.insertBefore(icon, link.firstChild); }); }); </script>

Over time, I've collected many websites that I found useful, interesting or both, and I've tried to make an organized list of all of them in order to find them more easily in the future.

Click on the button below to go to the Notion page containing the list of links. Please note the following things:

  • there might be link duplicates
  • some links may belong to multiple categories, but I had to choose one (the most relevant)
  • the list is mainly for personal use and doesn't aim to be complete at all, it just follows my interests

Here is the list:

Open list on Notion open_in_new

Alternatively, you can find the same list on this page (but it might not be in synch with the Notion page).


toc Table of contents

{% unless page.notoc %}

  • TOC {:toc}
{% endunless %}

General 🧠

Maths 🧮

ICT/Software 💻

Programming 👨‍💻

Job Interview Preparation 💼

Web development (front-end) 🌐

Frameworks and libraries ⚙️

Game development 🎮

Shaders/VFX 🌟

Creative coding/generative art 🎨

Cellular automata & reaction-diffusion 🧪

Fractals, raymarching and SDF ❄️

Fluid simulations 🌪️

Computer Graphics 🎞️

Design (web, app and art) 🖍

Artificial Intelligence 🤖

Sound/audio/waves 🔊

Music 🎵

Science/engineering/data visualization 🔬

News/articles/comics 🗞

Blogs/essays/books 📄

Misc 🎲

Tools 🛠

Useful YouTube playlists/courses 📽️

Other link lists 🗒️