PinnedAlexandre E SouzaBuilding a ChatGPT Replica with Fyne in GoIn this step-by-step guide, we will create a simple ChatGPT replica using the Fyne framework in Go. The application will have a graphical…May 20May 20
PinnedAlexandre E SouzaUsing Encore with Ksql and CockroachdbToday, I will introduce Encore. This tool is a framework that simplifies development and deployment processes. First, you need to install…Jan 25Jan 25
PinnedAlexandre E SouzainTowards DevNLP with Golang and CybertronIn this article, I’ll show how do token classification using, Golang and Cybertron.Aug 10, 2023Aug 10, 2023
PinnedAlexandre E SouzainTowards DevUsing Gorilla/http for requestSometimes we need alternative for net/http, and it is very hard because most package use the http of package net, thinking this we have the…Feb 28, 2023Feb 28, 2023
Alexandre E Souza🚀 Exploring the Universe of LangchainGo with Hugging Face: A Go Adventure! 🌌Hey there, folks! 🎉 Today, we’re diving into the magical world of AI models with a cool twist: we’re talking about using LangchainGo with…Mar 21Mar 21
Alexandre E SouzainStackademic🚀 Introducing the Spectacular New Feature of Pipe Library v0.0.2-beta: Multiple Return Values! 🎉Introduction:Feb 27Feb 27
Alexandre E SouzaFunctional Programming in Go: An Adventure with gofn and pipe 🚀Hello, code explorers! Today, we’re embarking on a fascinating journey through the world of functional programming in Go, using the gofn…Feb 261Feb 261
Alexandre E SouzainStackademic🚀 Conjuring Code: Unleash the Magic of Google Gemma with LangChainGo!Hey, tech wizards and coding sorcerers! 🧙♂️✨ Today, we’re embarking on a mystical journey through the realms of Golang, summoning the…Feb 23Feb 23
Alexandre E SouzainStackademic🚀 Simplify Your Go Tests with Pipe: A Fun Guide!Hey there, fellow Go enthusiasts! 🌟 Today, we’re diving into the world of testing in Go, but with a twist. Imagine you’re crafting tests…Feb 221Feb 221
Alexandre E SouzainStackademicIntroducing Pipe: Unix-like Pipelines for GoIn the realm of Unix and Linux, pipelines are a powerful concept that allows the output of one command to serve as the input to another…Feb 211Feb 211