Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/curiouslearner/awesome-learning

A repo to keep track of Awesome Learning from ideas, books, people and resources
https://github.com/curiouslearner/awesome-learning

List: awesome-learning

django docker elasticsearch flask hackers python regex

Last synced: about 2 months ago
JSON representation

A repo to keep track of Awesome Learning from ideas, books, people and resources

Awesome Lists containing this project

README

        

Awesome Learning
================
Welcome to Awesome Learning!

Here is a curated list of resources I found really informative and learned about a particular technology from. This would be a place for my reference as well as a help for other people looking out for best resources for an awesome learning.

Contributing
------------

Everyone is welcome to contribute! But make sure that any resource you add to this list is really informative and helped you *really learn* something.

You can make a PR editing the section below!

Resources
---------

### HTML5

- [The Basic of Web Workers](http://www.html5rocks.com/en/tutorials/workers/basics/)

### RegEx

- [Learn Regular Expressions](http://regexone.com)
- [Learn, Build, & Test RegEx](http://regexr.com)

### Python

- [Python for you and me](http://pymbook.readthedocs.io/en/latest/)
- [Automate the boring stuff](https://automatetheboringstuff.com/)

### Flask

- [The Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)

### Django

- [Official Documentation | Django 2.2](https://docs.djangoproject.com/en/2.2/)
- [Mastering Django](http://masteringdjango.com/)
- [Mozilla Django Tutorial](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Tutorial_local_library_website)

### Elastic Search

- [Elastic Search - The Definitive Guide](https://www.elastic.co/guide/en/elasticsearch/guide/current/index.html)
- [Elastic Search Primer](https://qbox.io/blog/an-elasticsearch-primer)
- [Elastic Search CheatSheet](http://elasticsearch-cheatsheet.jolicode.com/)
- [Elastic Search Query Tutroial](http://okfnlabs.org/blog/2013/07/01/elasticsearch-query-tutorial.html)

### Serverless

- [Build your first serverless application](https://aws.amazon.com/serverless/build-a-web-app/)

### Git

- [Become a Git Guru](https://www.atlassian.com/git/tutorials/)

### Docker

- [Docker Curriculum - Docker for Beginners](https://github.com/prakhar1989/docker-curriculum)

### Blockchain

- [Practical Introduction to Blockchain with Python](http://adilmoujahid.com/posts/2018/03/intro-blockchain-bitcoin-python/)

### ReactJS

- [Scrimba: Learn React for Free](https://scrimba.com/learn/learnreact)
- [EpicReact.dev](https://epicreact.dev/) is paid, but you can access the [exercises for free here](https://github.com/kentcdodds/react-fundamentals)

### Miscellaneous

- [Learning Guides](https://github.com/manojpandey/learning-guides) - A bunch of slides from various platforms to learn fast. Includes guides for Python, JavaScript, Database, Design, iOS, Ruby, HTML, CSS, git et all.
- [Web Design in 4 Minutes](http://jgthms.com/web-design-in-4-minutes) - A four minute introduction to Web Design.
- [How to become a Hacker](http://www.catb.org/esr/faqs/hacker-howto.html) - A guide for newbies with questions like "How to become a wizardly hacker" and what actually the term "Hacker" means.
- [Front-End Checklist](http://frontendchecklist.com/) - The Front-End Checklist is an exhaustive list of all elements you need to have / to test before launching your site / HTML page to production.
- [Knowledge Base](https://docs.statamic.com/knowledge-base) - Articles, tips, tricks, and other helpful content to help answer the hard-to-categorize questions you might have. Godspeed on your quest!
- [Learning XPath through Game](https://topswagcode.com/xpath/) - This is an interactive tutorial to learn XPath.