1. 1. Introduction
  2. 2. Golang
    1. 2.1. Go With Habib Class Notes
      1. 2.1.1. Go Basics
      2. 2.1.2. Class 16 - Package Scope
      3. 2.1.3. Class 17 - Scope Example
      4. 2.1.4. Class 18 - Variable Shadowing
      5. 2.1.5. Class 19 - Function Types
      6. 2.1.6. Class 20 - Init Function
      7. 2.1.7. Class 21 - Anonymous Functions and IIFE
      8. 2.1.8. Class 22 - Function Expression Example
      9. 2.1.9. Class 23 - Function of Function vs Higher Order Function
      10. 2.1.10. Class 24 - Internal Memory
      11. 2.1.11. Class 25 - End of Internal Memory
      12. 2.1.12. Class 26 - Closure
      13. 2.1.13. Class 27 - Struct
      14. 2.1.14. Class 28 - Receiver Function
      15. 2.1.15. Class 29 - Array
      16. 2.1.16. Class 30 - Pointers
      17. 2.1.17. Class 31 - Slices
    2. 2.2. Experiments
      1. 2.2.1. Blank Identifier
      2. 2.2.2. Init Function
      3. 2.2.3. Partial Declaration
      4. 2.2.4. Pointer Experiment
      5. 2.2.5. Slice Capacity testing
      6. 2.2.6. I/O methods in Golang
  3. 3. SQL
    1. 3.1. SQL Cheatsheet
    2. 3.2. Flash cards

bytebook

Experiment

This will be updated soon :3