Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kottans/backend

:octocat: Kottans backend course 🎓
https://github.com/kottans/backend

backend go golang javascript node nodejs python self-learning

Last synced: about 2 months ago
JSON representation

:octocat: Kottans backend course 🎓

Awesome Lists containing this project

README

        

[![MIT Licensed][icon-mit]][license]
[![Awesome][icon-awesome]][awesome]
      

# Backend Course ***UNDER CONSTRUCTION!***

The course contains basics of backend development: fundamentals of NodeJS or Golang and backend frameworks as well as necessary computer science basics, network and protocols, database fundamentals etc.

You can use these materials for self-education as well.

### Admission

1. The course is free of charge.
1. Course consists of two phases: remote (online) phase and traditional (offline) lecture phase.
1. Remote phase is free to join for anyone.
1. Offline part will be accessible for students who have successfully finished remote phase and passed the interview.
1. Remote phase starts on September 9th 2019 and will finish in app. 3 months.

If you have any questions you can ask us in one of our chats.

### What you will learn

1. Git, GitHub basics, writing good commit messages
1. Linux, command line basics
1. What computer memory is and how to properly deal with it
1. Network basics
1. Program Input/Output interaction. Basics of file system management
1. JS or Golang programming fundamentals
1. Relational Databases, SQL

Apart from this we plan to build a bunch of test projects and have fun together.

### General Requirements

1. **English knowledge:** a lot of the materials will be in English.
If you do not feel confident in your technical English,
you may want to take one of free online English courses.

1. **Repository on GitHub** to save your progress.
More about repositories in _Task 0_.

1. **Formatting:** style of texts in your repository is up to you but remember to make it readable. Using [markdown][markdown] is a good idea.

1. **Reading:** for each article you are required to read please post
the answers to the following questions in your repo.
Don't worry, your answers will not be graded. It's just a way to reflect
on what you have learned.

- name (at least) one thing that was new to you
- name (at least) one thing that surprised you
- name (at least) one thing you intend to use in the future

1. **Online courses:** finish all tasks, add some reflection
about them into _README_.

1. **Videos:** same as for the reading; watch the video —
answer three questions.

1. **Programming assignments:** detailed submission instructions will be provided for each assignmnent.

### Programming Language Path Disclaimer

![Node.js][node] ![Python][python] ![Golang][go]

- This course contains **general** task and specific tasks for **python**, **nodejs** and **golang**. You **don't need to do all of them**, just pick either python, nodejs or golang tasks depending on course you've enrolled.
- Nodejs-only tasks will be marked with prefix :vertical_traffic_light:**Node.js**:vertical_traffic_light:
- Python-only tasks will be marked with prefix :vertical_traffic_light:**Python**:vertical_traffic_light:
- Golang-only tasks will be marked with prefix :vertical_traffic_light:**Golang**:vertical_traffic_light:

### Operating Systems Disclaimer

- This course assumes that you have up and running UNIX-based OS on your machine. If you're a Windows user consider to use [VM](https://www.virtualbox.org/wiki/Downloads) for UNIX-system related tasks.

### Chats

For your comfort we have created several chats in the telegram:

1. [BE Students | Kottans](https://discord.gg/4ZTxX3Ea) - chat for students, where you can discuss anything related to the current course
1. [Kottans Radio](https://t.me/radio_kottans) - our channel with usefull links and awesome articles ;)

### Do you have any questions?

Please see our [FAQ](https://github.com/kottans/backend/blob/master/faq.md). If you have more questions - we will be happy to answer in our chats.

### Ready?

➡️ **Lets begin!** Go forward to [Git and GitHub Intro](tasks/git-intro.md)

➡️ Read course plan in [Contents](contents.md)

---

### P.S. You should know

If you are willing to participate in the course, you need to understand that
you’ll spend a lot of time building something big together — a new way
of learning and collaborating. You’ll become part of a small family
and should prepare yourself to find new friends and to invest a lot in this
friendship (as you should in any friendship).

Final task of this course will be to split into groups and create new courses
like that (and we’ll never stop).

#### Our basic rules

- Respect each other.
- [There is no such thing as a stupid question][wiki-stupid-question].
- Each person learns with their own speed, has different background and
personality, please respect this.
- Communicating and understanding people that are different from you
can be beneficial to both parties, provided mutual respect.
- We are against any discriminations by gender, age, the color of skin,
disabilities or any other.
- We respect intellectual property - there is hard work of an author
or a group of authors behind all materials that we use.

[icon-mit]: https://img.shields.io/badge/license-MIT-blue.svg
[icon-ideas]: https://img.shields.io/badge/google--doc-ideas-ff69b4.svg
[ideas]: https://docs.google.com/spreadsheets/d/1bZJhYjK3VHOS2HmQb2Fs4aHfEBt8mp1F09j9nEEDaqE/edit#gid=818017811
[icon-awesome]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg
[license]: https://github.com/Kottans/web/blob/master/LICENSE.md
[awesome]: https://github.com/sindresorhus/awesome
[markdown]: https://help.github.com/categories/writing-on-github/
[wiki-stupid-question]: https://en.wikipedia.org/wiki/No_such_thing_as_a_stupid_question
[kottans-backend]: https://github.com/kottans/backend
[node]: ./img/node.png
[go]: ./img/go.png
[python]: ./img/python.png

[![Ideas and useful links][icon-ideas]][ideas]