Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.16 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.16 KB

Code with Kernel

A single repo about all the sessions of Code with Kernel

Prerequisites

Git Setup

  • Install Git for your Operating system For an ubuntu based OS you can use the command sudo apt install git
  • Generate the ssh key using this article
  • Create a Github account
  • Add the ssh key created to you github account, refer to the article

Go setup

  • Install Go for your Operating system
  • Ensure you follow instructions in the "Instal Instructions" section and setup the GOPATH and PATH environment variable correctly

Take it forward

Become a professional

  • Learn to use Git as a beginner and progress to becoming a professional. Refer Become a git guru
  • Get started with Go Programming Language. Refer to the Go Tour