Made a library? Written a blog post? Found a useful tutorial? Share it with the Go community here or just enjoy what everyone else has found!
🚨 After 2y in beta, I’ve just released v2 of “do”, the dependency injection toolkit for Golang.
💡 This major version introduces a new scope-based architecture, transient services, interface binding, improved dependency tracking, and circular dependency detection.
✨ Error handling and service naming are more consistent, and based on your feedback, a troubleshooting UI has been added.
🔍 A new LLM-ready documentation is available, featuring numerous demos you can run in 1 click: https://do.samber.dev/
🤘 Read the full changelog here: https://github.com/samber/do/releases/tag/v2.0.0
🚀 Migration from v1: https://do.samber.dev/docs/upgrading/from-v1-x-to-v2
Start your journey in the ride-hailing industry with our Taxi App Development solutions. 🚖 Build a powerful, customizable, and user-friendly taxi booking app equipped with essential features like real-time tracking, automated fare calculation, driver management, and secure payments. Perfect for startups and entrepreneurs, our solution ensures scalability and growth in the competitive taxi booking market. Take the smart step toward building your own successful taxi app today! Visit: https://migrateshop.com/uber-clone/
Recently Golangflow has been getting spam content that doesn't bring value to the purpose of this site. Golangflow will be going offline for a while while we make some changes and review the mission of the feed.
Discover the smarter way to manage space rental software. From bookings to payments, our software helps you run your venue effortlessly and grow your business faster.
To Know More: https://www.trioangle.com/space-rental-software/
WhatsApp - +91 63796 30152 Email ID - [email protected] Telegram- https://t.me/Trioangle_Technologies
#Spacerentalsoftware #Spacerentalbusiness #eventrentalssoftware #boothrentalsoftware #Business
Start your dating platform with our Tinder Clone Script. It is fully customizable, scalable, and built with advanced features to match today’s dating trends. To Know More: https://www.trioangle.com/tinder-clone/
WhatsApp - +91 63796 30152 Email ID - [email protected] Telegram- https://t.me/Trioangle_Technologies
#tinderclone #tinderclonescript #tindercloneapp #tinderclonebusiness #business #datingappbusiness #datingapp #bumbleclone #datingscript
The current importer tool landscape usually requires you to import your entire workspace, does not allow you to select which page properties you would like to import, or fails to create a link between pages.
With n2o
, you have complete control over what you import from your Notion workspace to your Obsidan vault.
Get into the Halloween spirit by boosting your business with the Tinder Clone! Connect with potential partners and elevate your venture this spooky season!
For Free Demo: https://www.trioangle.com/tinder-clone/ Skype: trioangle | Mail ID: [email protected] | Whatsapp: +91 6379630152
Embrace the spirit of Halloween with our "UnBOOlievable Deal"! Save 50% on the Letgo Clone and give your online marketplace a haunting edge over your competitors this spooky season. Don't miss this ghostly opportunity to scare up savings and elevate your business presence this Halloween!
For Free Demo: https://www.trioangle.com/letgo-clone/ Skype: trioangle | Mail ID: [email protected] | Whatsapp: +91 6379630152
Discover MORI, the groundbreaking genealogy software that brings families together. With real-time collaboration, an infinite multiplayer canvas, and AI-powered tools, MORI empowers effortless creation, editing, and sharing of family trees.
Uncover your ancestral roots, preserve cherished family stories, and engage in meaningful conversations. MORI revolutionizes the way you connect with your heritage, making genealogy a collaborative and immersive experience.
Join the MORI community today and start building a lasting legacy for future generations. Visit https://mori.xyz to begin your genealogical journey.
Looking to enhance your lead generation? Discover ReachOWL, an innovative tool that extracts profiles from any Facebook content to launch a Cold DM sequence. This unique approach consistently generates 10-15 qualified leads daily. Ideal for businesses seeking a reliable solution to improve their lead conversion. Learn more about how ReachOWL can power your business at our website.
WhereNext Experiences is a unique travel company merging adventure with volunteering. They partner with global organizations, ensuring every trip positively impacts local communities. Their experiences are designed for memorable adventures that also foster global good.
https://github.com/pioz/countries
#golang #countries
I’m here today to talk about Pocketbase!, an Opensource back-end that is distributed in a single Go binary. More in the docs page…
You heard me right, a single file. The magic behind this project is Go, compiled and built to use SQLite as it’s database with a REST-ish API that packs a whole set of features. At the time of writing, a Javascript SDK exists to easily add on top with Svelte, React or what ever other front-end framework you like to use.
Real time database (Powered by SQLite)
File Storage — Integrates with S3, more Object Storage support is coming.
Authentication
Full Featured Admin UI — To manage users, collections & more
Extendable via Go Programming Language to extend functionality
This is great for a Micro-SaaS, Mobile back-end or even your next hobby project. Coupled with something such as Litestream by Ben Johnson for SQLite replication for real-time backups and FlyIO for Hosting can really be your goto stack.
Several Docker images are being built, even mine and hopefully soon an Official Docker Image.
In my next post, I’ll walk through how to setup Pocketbase with a Simple front-end using Fly hosting.
Thanks for Reading!
github.com/pioz/god
config is an easy-to-use package that supports reading configuration into a struct from files, environment variables and command-line arguments. All you need is to declare a structure that will hold your configuration and call Read
method. The library will pool the values from a config file in any well-known format, from env vars that follows simple naming convention, or from command-line arguments
go get github.com/num30/config
Hello
I built a URL shortener for this site using Encore.dev for all the backend including hosting the service in Encore Cloud.
Code: Golangflow Urler Hosted in Encore Cloud - Developed using Encore.dev
My Golang Job Board with Jobs for Golang Developers is up since 2019, with its own section for Remote Golang Jobs
Configurable Golang email validator. Verify email via Regex, DNS, SMTP and even more! Be sure that email address valid and exists: https://github.com/truemail-rb/truemail-go
Writing maintainable code is essential. Clarity, readability, and simplicity are all aspects of maintainability. It should make the process easy for someone to join your project or maintain it after someone leaves. Maintainability is measured by how effortless it is to introduce changes and the amount of risk associated with those changes. To write Go effectively, it is crucial to understand its properties and idioms and apply the established conventions related to naming, program construction, formatting, etc.
Find the full blog here: https://jogendra.dev/writing-maintainable-go-code