PinnedBuilding 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
PinnedUsing 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
PinnedPublished inTowards DevNLP with Golang and CybertronIn this article, I’ll show how do token classification using, Golang and Cybertron.Aug 10, 2023Aug 10, 2023
PinnedPublished inTowards 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
🚀 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
Published inStackademic🚀 Introducing the Spectacular New Feature of Pipe Library v0.0.2-beta: Multiple Return Values! 🎉Introduction:Feb 27Feb 27
Functional 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
Published inStackademic🚀 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
Published inStackademic🚀 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
Published inStackademicIntroducing 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