Skip to content

Instantly share code, notes, and snippets.

View goatedsri's full-sized avatar

sri goatedsri

  • Mom's Basement
  • 22:57 (UTC -06:00)
  • X @goatedsri
View GitHub Profile
@goatedsri
goatedsri / resources.md
Created March 13, 2023 14:00
some helpful dev resources that im using/planning to use (feedback needed)

YouTube

YouTube Channels

Tutorials:

  • Corey Schafer - high quality tutorials
  • Fireship - ultimate one-stop shop for short rundowns and more

General Advice:

  • Tina Huang - data science advice especially
@pfrazee
pfrazee / theme.css
Created January 31, 2020 14:16
Simple Wiki Theme
body {
--light-gray: #f7f7fc;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin: 0;
display: grid;
grid-gap: 10px;
grid-template-columns: 300px 1fr;
grid-template-rows: 100px 1fr;
min-height: 100vh;