mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 07:58:02 +00:00
16 KiB
16 KiB
layout | title | date | author | categories | tags | updatedOn | ||
---|---|---|---|---|---|---|---|---|
post | A Freebie's Resource List (Mostly Related to Programming) | 2018-05-01 09:25:57 +0800 | foo-dogsquared | freebies |
|
Aug 19, 2018 |
This is a free resource list that gradually grew over the past few months. Admittedly, I don't use all of them so why not just share it, right?
Just pick a few, don't be overwhelmed by the number of resource you have to refer to. Focus on one thing at a time. Well, the list is actually longer but I decided to pick the top contenders of the list (and some of them are still not being used, I just like to bookmark stuff and never checking out again sometimes).
Do keep in mind, most of them are related to computer programming but some of the providers offer stuff outside of programming (say Khan Academy for math).
Other Resource Lists
- awesome — (very much recommended); I guess you can say it's awesome, mwehehehehehehehe... 😎
- Free Programming Books — (recommended)
- Free Science Books
- Google Tech Dev Guide — it's a list of materials curated by Google company
- This list on Medium
- This list on Reddit
- This specialized list for programming on Reddit
- Web Dev't Study Resources (by dargaCode)
Online Education
- Brilliant — kind of like those MOOC but they teach you through solving problems
- Codecademy
- Coursera — (recommended)
- CS50 Course by Harvard University — (very much recommended); a very good introductory course on computer science in general, just take it easy and follow the schedule then you'll be fine; I also recommend to take it with friends or a study group too, much easier unlike the way I took 😥, but still doable with solo
- edX — (recommended)
- fast.ai — free courses on machine learning, ooooh yeah
- freeCodeCamp — (recommended); project-based curriculum for web development
- Khan Academy — (recommended); there are also other topics outside of programming (i.e. mathematics, physics)
- LinkedIn Learning — eLearning platform of LinkedIn
- Microsoft Virtual Academy — yup, Microsoft has their own learning platform
- MIT OpenCourseWare — (recommended); contains courses from a lot of subjects
- MongoDB University — official courses from MongoDB
- The Odin Project — similar approach to freeCodeCamp
- Online Stanford Courses
- Open Yale Courses
- Scrimba — (recommended);videos with interactive code
- SkillShare — almost like Udemy, almost like Udemy
- TutPlus — a bunch of tutorials and courses
- Udacity —most, if not all courses are focused on technology
- Udemy — HINT: they are discounted for almost all-year round
- W3Schools
Documentation Tools
- DevDocs — (very much recommended); a site wherein official documentation of different languages can be found; there's also an offline version of it if you are lacking of internet speed (like me)
- GitBook — easier finding for documentations
- MDN Web Docs — (very much recommended); if you're trying to learn web development and programming in general, this can be a hub for it
Books
- Notes for Professionals — (very much recommended); made by folks at Stack Overflow from the Stack Overflow documentation for variety of languages and despite the title, it is quite helpful for beginners like me, as well; also, it is frequently updated like once per week
Katas (Practice Sites)
- /r/dailyprogrammer
- Coderbyte
- Codewars — (recommended)
- Euler Project — has more focus on applying mathematical concepts than programming
- Exercism
- HackerRank — (recommended, if you want to be more challenged)
- Pramp — you get to practice some programming interview questions and it's free
Articles
- Dev.to
- Explain That Stuff
- GeeksforGeeks — (recommended); a computer science portal (for geeks)
- Medium
- Preadr
- Wikipedia — if you want to learn random things
Communities
- CodeNewbie
- Coding Blocks — they also have a podcast
- Dev.to — (recommended); beginner-friendly
- freeCodeCamp Community
- GitHub (of course)
- HackerNews
- Reddit /r/coding
- Reddit /r/learnprogramming
- Stack Overflow
Podcasts
- CodeNewbie Podcast
- Coding Blocks Podcast — great for beginners
- College Info Geek Podcast — not related to programming; a good refresher about a variety of stuff
- DevChat — a list of podcast
- Syntax — (recommended if you're into web dev't)
- Programming Throwdown — beginner-friendly
- Soft Skills Engineering — (recommended); it's a podcast series about the things that relate to software engineering that are not mostly coding-related
- You Are Not So Smart — it's a podcast series about exploring self-delusions and some psychological stuff and I really like psychological stuff so that's why it's here
Blogs
- CSS Tricks — a blog that focuses on front-end development
- Derek Sivers — a blog from a guy who had a lot of things to say on a lot of topics
- Flavio Copes — another blog that focuses on front-end development
- Joel On Software — a software-related blog from Joel Spolsky, the CEO from Stack Overflow
- Jon Skeet's Coding Blog — Jon Skeet's blog; * insert Jon Skeet fact here *
- Mozilla Hacks — mainly focuses on web development progress
- Scott Logic — it's a blog that focuses on a broad spectrum of stuff
- webapplog — mainly focuses on Node.js
- Wes Bos — creator of several courses and some helpful posts along the way
Newsletter
- ES Guy — weekly newsletter (or as he called it, booklet) on front-end development
- Frontend Focus — another weekly newsletter about front-end development
- Gamedev.js Weekly — weekly newsletter about HTML5 Game Development
- JavaScript Weekly
- Node Weekly
- Official Node.js Weekly Newsletter
YouTube Channel
- Crash Course — (recommended); a YouTube channel that specializes in introducing you to a lot of concepts and subjects such as computers, sciences, and computer science
- DevTips — (recommended); beginner-friendly
- freeCodeCamp Talks
- freeCodeCamp
- Fun Fun Function — (recommended); your metaphorical caffeine every Monday
- Jarvis Johnson — comedy sketch related to tech
- Khan Academy — videos on various academic topics
- LearnCode.academy
- LevelUpTuts — (recommended); a beginner-friendly channel that mostly contains tutorials and introductions on various topics
- Majorprep
- Mozilla Hacks — web video series "Web Demystified"
- patrickJMT — focuses on mathematics so if you want to learn math through YouTube, here is one channel that specializes on it
- The Coding Train
- Wes Bos
Operating Systems (yes, some of them are free)
-
Windows 10* (I guess it is free now, also recommended)
-
Linux
- Arch Linux — a sort of DIY Linux OS, I did not use tinker with it, yet so IDK, kind of recommended if you want to know the nuts and bolts of Linux
- Fedora — kind of similar to Ubuntu
- Linux Mint — (recommended for beginners)
- Manjaro — another one of the beginner-friendly distro
- Ubuntu — (recommended for beginners)
Programming Tools
-
IDE
- Eclipse — Linux alternative; also has Windows version
- Jetbrains — (recommended); has an assortment of tools for different programming languages and environment; also has support for students so you can apply for an educational pack, if you're eligible
- Visual Studio (IDE) — (recommended); Windows-only
-
Online IDE
- Codepen — focuses on the front-end dev't
- Repl.it — has stronger support for a back-end dev't
- Codeanywhere
-
Text Editors
- Atom
- Vim — I have no words for this, yet
- Visual Studio Code — (very much recommended); platform-agnostic (found on Windows, Mac, & Linux)
-
Web Browsers
- Firefox Developer Edition
- Firefox
- Google Chrome Beta — slight alternative for Google Canary
- Google Chrome Canary — Windows-only
- Google Chrome
-
Communication
- Discord — client messenger
- Pidgin — also a client messenger
- Slack — (recommended); a very good chat client between teams
- Thunderbird — (recommended); e-mail client
-
Productivity Tools
- LastPass — cloud password manager
- MedleyText — Evernote but targeted towards developers
- Notion — distraction-free app for taking notes in Markdown
- Rainy Mood — lets you focus through the ambience (if you're the type who find rain to be relaxing)
- Trello — a project management tool
Platforms For Your Future Apps
- Amazon Web Services (AWS) — Free Tier
- GitHub — (recommended); yeah
- GitLab — (recommended); I guess? You can join the diaspora happening right now
- Heroku — (recommended, if you're starting); pretty much free
- Microsoft Azure — Free Tier
- Netlify — (recommended); their free options is pretty much amazing
Resources
-
Images
-
Fonts
-
Other Stuff
- Canva — why not create your own creative designs
- Coolors — (recommended, if you are in design); color scheme generator
- Creative Market — free creative stuff weekly
Content Delivery Networks (CDN)
- cdnjs — (recommended, if you're in web dev't); CDN for web-related libraries
- Cloudinary — mostly images and video CDN; also has image and video manipulation
- RawGit — CDN that utilizes GitHub to serve files more directly
- UploadCare — image CDN with image manipulation on-the-fly
Student Packs
- Autocad — offers free years of the premium version of their products
- GitHub Educational Pack — assortment of benefits like unlimited private repositories on their own site, free domain name for a year, and free premium boosts on more sites
- JetBrain Student Pack — offers free licenses for their tools like CLion, WebStorm, and IntelliJ IDEA Ultimate
- Microsoft Student Pack
Miscellaneous
- Archive — it's an archive site for everything, it seems; you can find a lot of stuff in there
- Class Central — a search engine for courses at different MOOC sites
- DevTube — YouTube for developers
- Distrowatch — (recommended, if you're into Linux); website watching for updates around Linux distros
- Developer Roadmap (by kamranahmedse) — (very much recommended); your reference in case you want to choose a specific role in software development (mine is more on the back-end development)
- MOOC List — similar to Class Central
**\*** - *if you're on a Windows OS, probably you're locked out of the option to download the ISO directly, to download it directly, you have to change the user profile from your browser usually, you can do that by going into 'Responsive Design Mode' (Ctrl + Shift + M) on Firefox (or anything similar to Chrome and other browsers) and choosing a non-Windows device (choose an Apple product for easy choices) and you shall see that the page will reload and the layout will change*