#go-programming

[ follow ]
fromHackernoon
3 months ago

What Is Type Inference? What It Is and How It Works | HackerNoon

Type inference is the ability to automatically deduce, either partially or fully, the type of an expression at compile time. The compiler is often able to infer the type of a variable or the type signature of a function, without explicit type annotations having been given.
Golden State Warriors
#software-development
Growth hacking
fromDevOps.com
4 months ago

Bad Actor Targets Linux, macOS Developers with Typosquatted Go Packages - DevOps.com

A new typosquatting campaign targets Go developers, spreading malware through malicious packages that impersonate legitimate libraries.
fromHackernoon
3 months ago
Miscellaneous

What You Have to Know About the New Features in Go 1.24: Cleanups and Weak Pointers | HackerNoon

Growth hacking
fromDevOps.com
4 months ago

Bad Actor Targets Linux, macOS Developers with Typosquatted Go Packages - DevOps.com

A new typosquatting campaign targets Go developers, spreading malware through malicious packages that impersonate legitimate libraries.
fromHackernoon
3 months ago
Miscellaneous

What You Have to Know About the New Features in Go 1.24: Cleanups and Weak Pointers | HackerNoon

fromHackernoon
3 months ago

How to Build LLM-Powered Applications Using Go | HackerNoon

Building LLM-powered applications is comparable to developing modern cloud-native applications, requiring notable support for REST and RPC protocols, where Go excels.
Web frameworks
fromMedium
2 months ago

Solving Coding Challeng: Code Comment Remover-Part 2

"Doc comments are critical in Go as they provide necessary documentation for exported names. Every exported (capitalized) name should have a corresponding doc comment for clarity and usability."
Scala
#cybersecurity
Software development
fromInfoQ
2 months ago

Google Go Module Mirror Served Backdoor for 3+ Years

Research uncovered a major supply chain attack in the Go ecosystem involving a backdoored package.
The attack exploited caching in the Go Module Proxy, emphasizing security vulnerabilities in module management.
fromMatt Layman
2 months ago

Goodbye JourneyInbox - Building SaaS #218 Matt Layman

In this episode, I declared to the stream that I'm done working on JourneyInbox as a SaaS product. I didn't see any meaningful market adoption, so I decided to pivot the project to serve only my personal needs.
Software development
fromHackernoon
1 year ago

Go Concurrency: Goroutines, Mutexes, WaitGroups & Condition Variables | HackerNoon

Goroutines are lightweight execution contexts managed by the Go runtime, allowing massive scalability and easy concurrency, distinguishing them from traditional heavyweight threads.
Scala
fromSitepoint
3 months ago

Building a Network Vulnerability Scanner with Go - SitePoint

Penetration testing enables organizations to target potential security weaknesses in a network and provide a need to fix vulnerabilities before they are compromised by a malicious actor.
Bootstrapping
[ Load more ]