DEV Community

Cover image for Day 4 of My #Golang Journey
Kshitij Jain
Kshitij Jain

Posted on

Day 4 of My #Golang Journey

Today I covered concept, syntax, implementation, examples, and use-cases of:

  1. URL Parsing
  2. bufio Package
  3. Base64 Encoding
  4. SHA256/512 Hashing
  5. crypto Package
  6. File Writing & Reading
  7. Line Filters
  8. File Paths & Directories
  9. Temporary Files & Directories
  10. embed Directive

I’d love to hear from the community: which of these patterns or packages do you find most valuable in production Go projects? Any best practices or resources to recommend?

Top comments (0)