JWT, JWS, JWE and how to cook them
Hashnode » Go Language
by Mykola
20m ago
Hello there! It's been a while since I wrote here - all of a sudden, 2024 became way busier than I planned it to be. But hey, it's good to be back! Similar to my previous post, Understanding CORS, this one has the same backstory: lately, I have had t ..read more
Visit website
GOLANG is GOOD Programming language
Hashnode » Go Language
by Turkijan
20m ago
As a software developer, I have experience in Golang (Go), a powerful programming language developed by Google. I have used Go for developing highly concurrent and scalable applications, including server-side applications, web services, and networked ..read more
Visit website
Interacting with Solana in Go: A Beginner's Guide
Hashnode » Go Language
by Benjamin Bourgeois
1d ago
Solana is a high-performance blockchain platform gaining traction for its scalability and developer experience. This blog post dives into interacting with Solana using Go. We'll explore the basic functionalities like creating a wallet, importing exis ..read more
Visit website
Why Wave?
Hashnode » Go Language
by Knox Lively
3d ago
At Wave, we love the terminal. Even after 40 years, it's still the best tool for working with code and managing systems. We're creating a new terminal, not because the old one is broken, but because we believe it can be so much better. Our challenge ..read more
Visit website
Advanced Routing with Go 1.22
Hashnode » Go Language
by Augustine Smith
4d ago
Before Go 1.22, if you wanted advanced routing features like method routing, path parameters, etc., you wrote a lot of boilerplate code or reached out to an external library like Gorilla Mux or another web framework. Starting from Go 1.22, the standa ..read more
Visit website
I Built My First Go Application and Deployed it to Heroku
Hashnode » Go Language
by Alvin Lee
4d ago
Go (aka Golang) came to life at Google in 2009. It was designed by a few big names: Robert Griesemer, who had a large hand in the development of the Java Virtual Machine. Rob Pike, who holds the U.S. patent for windowing UI systems as well as helpe ..read more
Visit website
Converting String to int
Hashnode » Go Language
by Yasir Arafat
5d ago
The Approach Reading Input The code uses bufio.NewReader(os.Stdin) to create a new reader that reads from the standard input stream (terminal). reader.ReadString('\n') reads input from the user until a newline character (\n) is encountered. Par ..read more
Visit website
Measure Execution Time in Go
Hashnode » Go Language
by Marco
5d ago
You have problems to figrue out how long your functions in go are running? Or just want to see how much time a query took? Me too, I swear! But fear not! I will show you how to solve this in a very compact and clean way. ? At the end of this post y ..read more
Visit website
Go along!
Hashnode » Go Language
by Oluwagbenga Fagbola
5d ago
Hello Guys! ?? Earlier this year, I resolved to prevent consequential drift in my personal development that plagued me last year, regardless of errors, bugs, tasks, and associated deadlines. So, I'm embarking on a quest to up-scale my personal deve ..read more
Visit website
Converting a string variable into Boolean, Integer or Float type in Go language
Hashnode » Go Language
by Yasir Arafat
6d ago
Various types of string conversions are needed while performing tasks in Golang. Package strconv is imported to perform conversions to and from string. String to Boolean Conversion ParseBool is used to convert string to boolean value. It accepts 1, t ..read more
Visit website

Follow Hashnode » Go Language on FeedSpot

Continue with Google
Continue with Apple
OR