Posts

Showing posts with the label Week 1

Week 1 to 4 - Learning with MCR Codes

Image
My experience with  @MCRcodes   as a Quality Assurance Tester.  This is an evening part-time coding boot camp based in central Manchester which runs for 24 weeks, from February 2018 to July 2018. Week 1 - Meet up with Michael (Coach) and class. Everyone is very friendly and it feels like we all already know each other very well. Started off with setting up our laptop with typical software used by mainstream developers. Got comfortable using GIT and CLI. Session 1 - Getting Set Up Session 2 - Command Line Interface Week 2   - Weekly standup and retrospective have been carried out just like in the working environment. Started learning the fundamentals of JavaScript, and using npm and Jest. Additionally worked in pairs on practical tasks which also included committing work simultaneously to GitHub. This  week assignment was on basic fundamentals of JavaScript which consists of numbers, strings, boolean...

Exercise - The Command Line Murders

.OOOOOOOOOOOOOOO @@ @@ OOOOOOOOOOOOOOOO. OOOOOOOOOOOOOOOO @@ @@ OOOOOOOOOOOOOOOO OOOOOOOOOO'''''' @@ @@ ```````OOOOOOOOO OOOOO'' aaa@@@@@@@@@@@@@@@@@@@@""" """""""""@@aaaa `OOOO OOOOO,""""@@@@@@@@@@@@@@"""" a@"" OOOA OOOOOOOOOoooooo, |OOoooooOOOOOS OOOOOOOOOOOOOOOOo, |OOOOOOOOOOOOC OOOOOOOOOOOOOOOOOO ,|OOOOOOOOOOOOI OOOOOOOOOOOOOOOOOO @ THE |OOOOOOOOOOOOOI OOOOOOOOOOOOOOOOO'@ COMMAND OOOOOOOOOOOOOOb OOOOOOOOOOOOOOO'a' LINE |OOOOOOOOOOOOOy OOOOOOOOOOOOOO'...

Week 1 - Session 2 - Command Line Interface

Image
blog image source For any software engineer, it is an essential skill to know how to use the command line interface (CLI or terminal). Installing software, using git, running your code, and even writing code are just some of the things we will be using the CLI for. A GUI (graphical user interface) is often available as a more accessible, user-friendly way of interacting with the computer, but it is crucial to be comfortable interacting directly with the computer. Learn the Command Line on Codecademy -  https://www.codecademy.com/learn/learn-the-command-line

Make your terminal and shell look great!

Image
Since you are going to be using the terminal as a developer, you should get the best from your terminal. Make your coding easy  day in day out. Badassify your terminal and shell -  http://jilles.me/badassify-your-terminal-and-shell/

Generating an SSH key and adding it to GitHub

Image
SSH (Secure Socket Shell) is a network protocol that allows us to connect securely to remote computers (servers). SSH keys are used to authenticate the user on the remote server after a secure connection has been established. Adding the SSH key to GitHub -  https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/

Week 1 - Session 1 - Getting Set Up

Image
blog image source To get started it is recommended to have access to a laptop with a screen size of at least 13 inches, and with 4GB RAM, running either Mac OSX or Ubuntu. If you are a Windows user, then please install Ubuntu alongside Windows, as it's more developer friendly. We're going to need to get a few things set up now to save us time in future sessions. Installing Ubuntu - https://tutorials.ubuntu.com/tutorial/tutorial-install-ubuntu-desktop#0 - **Windows Users only - STRONGLY RECOMMENDED** Download Chrome - https://www.google.ca/chrome/browser/desktop/index.html - Ubuntu users might want to follow - https://askubuntu.com/a/510063 Installing Homebrew - https://brew.sh/ - **Mac users only** Installing Node.js and npm - https://nodejs.org/en/ Installing Git - https://git-scm.com/downloads Generating an SSH key and adding it to GitHub - https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/ Installing VSCode - https://...

Exercise - Learn Git in 15 minutes?

Image
Git  is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git Tutorial -  https://try.github.io/