
Fabricio
444 posts




🚨 SAM ALTMAN: “People talk about how much energy it takes to train an AI model … But it also takes a lot of energy to train a human. It takes like 20 years of life and all of the food you eat during that time before you get smart.”










Golang Tutorial Resources for Beginners 🎇 I just gathered it, for one of my friend who wanted to learn "Scripting with Golang", so thought it can be helpful for others as well. Let's talk about scripting with Golang. While Go might not be the first choice that springs to mind for scripting (compared to Python or Bash), it offers some unique advantages and can be a great way to automate tasks. ✅Why Script with Go? - Performance: Go compiles to native machine code. Your scripts will tend to be significantly faster than their interpreted counterparts. - Ease of Deployment: Go's ability to create self-contained binaries means your scripts can be easily distributed across environments without worrying too much about dependencies. - Concurrency: Go shines with concurrency. If your scripts involve parallel tasks or network operations, its goroutines will make your life easier. - Growing Ecosystem: Increasingly, people are seeing the value of Go scripting, and the ecosystem of tools is improving. ✅How to Learn Scripting in Golang? - Go Tour: Start with the official interactive "A Tour of Go" (go.dev/tour/welcome/1) to grasp the essentials. - Effective Go: (go.dev/doc/effective_…) Study this for best practices and Go's idiomatic style. ✅Useful Libraries - Cobra: (github.com/spf13/cobra) A popular library for building full-featured command-line applications and scripts. - Bubbles: (github.com/charmbracelet/…) Lets you create interactive, text-based user interfaces for your scripts. ✅ Resources: - The official Go website has fantastic documentation and guides.(go.dev) - Go by Example: (gobyexample.com) Short and sweet examples covering various Go concepts. ✅Golang Tutorial for Beginners | Full Go Course (YouTube): By @Njuchi_ - youtube.com/watch?v=yyUHQI… An extensive video tutorial if you prefer a visual approach. ✅ Story (Writing Scripts with Go): - Provides additional insights on using Go for scripting (gist.github.com/posener/73ffd3…)


Azure DevOps - Cheat Sheet (Part1) Boards → Repos → Pipelines → Artifacts → Variables → Triggers → Tasks




Primer OXXO en Medellín! En todo el frente de la Estación Floresta del Metro 😍










