📰 Dev.to · Kervie Sazon
Articles from Dev.to · Kervie Sazon · 9 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9030)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Kervie Sazon
1mo ago
Git & GitHub Learning Notes - Fresh Start
Today I studied the basics of Git and GitHub. These are essential tools for developers to track code...

Dev.to · Kervie Sazon
1mo ago
Go Learning Notes - Part 7: Struct
Today I learned about Structs in Go and encountered the type keyword, which allows us to create...

Dev.to · Kervie Sazon
1mo ago
Go Learning Notes - Part 6: Maps & Type Conversion (strconv)
Today I learned about Maps in Go and how to properly handle type conversion using the strconv...

Dev.to · Kervie Sazon
1mo ago
Go Learning Notes - Part 5: Packages, Exported Functions & Variables, & Scope
Today I focused on organizing Go programs using packages, exporting functions and variables, and...

Dev.to · Kervie Sazon
1mo ago
Go Learning Notes - Part 4: Functions, Input Validation & Encapsulating Logic
Today was a step forward in my Go journey. Instead of writing everything inside main(), I refactored...

Dev.to · Kervie Sazon
1mo ago
Go Learning Notes - Part 3: If, Else If, Else Statements
Today I improved my Go Conference Booking App by adding conditional logic and better loop control....

Dev.to · Kervie Sazon
1mo ago
Go Learning Notes
Part 1: Variables, Constant, Data Types & Pointers Part 2: Array, Slices, Loops & String...

Dev.to · Kervie Sazon
1mo ago
Go Learning Notes - Part 2: Array, Slices, Loops & String Processing
Today I improved my Go Conference Booking App by learning how Go handles collections and loops. I...

Dev.to · Kervie Sazon
1mo ago
Go Learning Notes - Part 1: Variables, Constant, Data Types & Pointers)
VS Code VS Code (Visual Studio Code) is a lightweight and powerful code editor used for...
DeepCamp AI