Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aspittel/so-you-graduated-whats-next
https://github.com/aspittel/so-you-graduated-whats-next
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aspittel/so-you-graduated-whats-next
- Owner: aspittel
- Created: 2019-11-17T16:18:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T14:25:08.000Z (almost 2 years ago)
- Last Synced: 2024-07-18T22:17:14.640Z (4 months ago)
- Size: 8.79 KB
- Stars: 39
- Watchers: 2
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hey new SEI grad,
Congrats on finishing, it's a huge accomplishment, and you're going to do awesome things in the field. That being said, the last 12 weeks were just the beginning. Now it's your turn to learn even more. You don't need to learn all of this, by any means, but hopefully you'll find some of the below resources interesting.
# Newsletters
- [JavaScript Weekly](https://javascriptweekly.com/)
- [rendezvous with cassidoo](https://cassidoo.co/newsletter/)
- [Pony Foo](https://ponyfoo.com/weekly)
- [GitHub Explore](https://github.com/explore)
- [Python Weekly](https://www.pythonweekly.com/)# Great Podcasts
- [CodeNewbie](https://www.codenewbie.org/)
- [BaseCS](https://www.codenewbie.org/basecs)
- [React Podcast](https://reactpodcast.simplecast.fm/)
- [SyntaxFM](https://syntax.fm/)
- [Ladybug](https://ladybug.dev/)
- [Command Line Heroes](https://www.redhat.com/en/command-line-heroes)
- [Chats with Kent](https://kentcdodds.com/chats-with-kent-podcast)
- [Hanselminutes](https://hanselminutes.com/archives)
- [Developer Tea](https://spec.fm/podcasts/developer-tea)# Fun Libraries
- [P5 JS](https://p5js.org/)
- [Leaflet](https://leafletjs.com/)
- [Electron](https://electronjs.org/)
- [A-Frame](https://aframe.io/)
- [Phaser](https://phaser.io/)
- [Pandas](https://pandas.pydata.org/)
- [Bokeh](https://docs.bokeh.org/en/latest/index.html)# Other achievable things to learn
- [Gatsby](https://www.gatsbyjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [Tailwind](https://tailwindcss.com/)# Resources on...
## Frontend Dev in General
- [Smashing Magazine](https://www.smashingmagazine.com/)
- [CSS Tricks](https://css-tricks.com/)
- [Emma Wedekind](https://dev.to/emmawedekind)
- [Sarah Drasner](https://sarahdrasnerdesign.com/writing)
- [A re-introduction to JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript)
- [JavaScript30](https://javascript30.com/)
- [My Stuff](https://dev.to/aspittel)## Performance
- [Frontend Performance Checklist](https://www.smashingmagazine.com/2019/01/front-end-performance-checklist-2019-pdf-pages/)
- [The Cost of JavaScript](https://medium.com/@addyosmani/the-cost-of-javascript-in-2018-7d8950fbb5d4)
- [Lighthouse Testing](https://dev.to/addyosmani/shine-a-light-on-javascript-performance-with-lighthouse-1opf)## Debugging
- [Essential JavaScript debugging tools](https://www.youtube.com/watch?v=TtsvMRxmfGA&t=228s)
## Testing
- [Angie Jones](http://www.angiejones.tech/)
- [Kent C. Dodds](https://kentcdodds.com/blog/)## React
- [Overreacted](https://overreacted.io/)
## Computer Science
- [Base.CS](https://medium.com/basecs)
- [Brandon Skerritt](https://dev.to/brandonskerritt)## Accessibility
- [The Web Accessibility Introduction I Wish I Had](https://dev.to/maxwell_dev/the-web-accessibility-introduction-i-wish-i-had-4ope)
- [A11y With Lindsey](https://www.a11ywithlindsey.com/)## Python
- [Real Python](https://realpython.com/)
- [Simple is Better than Complex](https://simpleisbetterthancomplex.com/)
- [The Mouse and the Python](http://www.blog.pythonlibrary.org/)## Build Something
- [Become a Front-End Master in 2020 With These 10 Project Ideas](https://css-tricks.com/become-a-front-end-master-in-2020-with-these-10-project-ideas/)
- [9 Projects you can do to become a Frontend Master in 2020](https://dev.to/simonholdorf/9-projects-you-can-do-to-become-a-frontend-master-in-2020-n2h)## Design
- [Refactoring UI](https://medium.com/refactoring-ui)
- [Design for Non-Designers](https://www.youtube.com/watch?v=lsPrhA_m6ss&t=74s)Go to programming events if possible -- networking there will be so helpful.
I also wrote down [my career advice](https://welearncode.com/career-advice/) for things I wish I knew at the beginning of my programming career.
Keep learning and building cool stuff ❤️