8

LIVE Programming A Decentralized Poker Game In Golang

 1 year ago
source link: https://factory.faun.dev/newsletters/i/live-programming-a-decentralized-poker-game-in-golang-bf335e82-3eac-4199-9fdb-7f1333f7c4a2
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

LIVE Programming A Decentralized Poker Game In Golang

 
GoPa
 
The Gopher's newsletter featuring tutorials, news and libraries every week!
🌐 View in your browser.   |  ✍️ Publish on FAUN   |  🦄 Become a sponsor
 
 
Patrons
 
 
Advertise with FAUN
 
 
Meet developers where they are, not where you want them to be. Fill the form and download our mediakit.
 
3636be96506a7dbf4b95c8a3b3c7003f.png
 
 
👉 What is Identity-Native Infrastructure Access?
 
 
What the largest tech companies like Google and Facebook have discovered as they have grown their infrastructure is that traditional access control systems do not scale. Not only does the risk of a breach increase with each secret, but forcing developers to juggle hundreds of credentials to do their jobs limits productivity and encourages insecure workarounds.

The largest companies in the world have discovered that identity-based access is the way out of the dilemma.

This O'Reilly book will explain the concept of identity-based infrastructure access, and how it differs from more common older approaches based on secrets.
 
b6f4ecb9484c0b46e3ed6e643404042b.png
 
 
 
 
Hey there,

We would like to know how is your experience with FAUN by now. Is there anything we can do better for you? We truly appreciate every FAUNer's opinion!

🔗 So share your testimonial and support FAUN.

❤️ To thank you, we will link to your website or a social media profile of your choice on faun.dev.
 
55993b55aa1cebbad4b6e178ddf61362.png
 
Sponsors
 
 
Get a .COM for just $6.98
 
 
A mighty domain for a mini price. Get your next big domain at Namecheap !
 
 
 
Best VPN Deal
 
 
NordVPN 68% Black Friday discount is here!

👉 Access anything online without restrictions
👉 Add extra layers of security to your digital life
👉 Get the best online protection tools along with your NordVPN service.
👉 Get 3 months FREE with the 2-year plan
 
93f3001674cbe10569ff014b55ae568e.jpg
 
 
From the web
 
 
You don’t need orm in Go   ✅
 
 
Object-relational mapping (ORM) is a technique (a.k.a. design pattern) of accessing a relational database from an object-oriented language.

There are multiple implementations of ORM in almost every language; for example: Hibernate for Java, ActiveRecord for Ruby on Rails, Doctrine for PHP, and SQLAlchemy for Python.

Of course, there are also libraries for Go like gorm or xorm. These libraries are huge and they use a lot reflection package and one of the Go proverbs is reflection is never clear .
 
14dc8c2d2a592795c06082807677ba2d.png
 
 
Can writing code be emotional?
 
 
Google Cloud’s Kelsey Hightower says yes.

Kelsey Hightower is an American software engineer, developer advocate, and speaker known for his work with Kubernetes, open-source software, and cloud computing.
 
 
 
Generating Stripe-like Webhook Signatures
 
 
Building a webhook publishing infrastructure requires providing a way to validate the message’s integrity to enable consumers to validate the webhook event origin.

In this blog post, Subomi takes us through how Stripe-like signatures are generated.
 
 
 
Golang — context rewritten
 
 
The story will describe what context is, how you can use it and why you should use it. You are going to get useful knowledge about the subject, not the next big article about why you shouldn’t use it, or about some magic approaches regarding the context.
 
 
 
Making a Go program 42% faster with a one character change
 
 
Finding the slow bits with pprof and flamegraphs.
 
 
 
Supporters
 
 
Join Humans Behind Code
 
 
👉 If you're a Developer or a maintainer of a widely adopted Open Source project and you think it's worth talking about it and your experiences in building it, join Humans Behind Code and get interviewed and published on faun.dev!
 
9a422e90e7739016553223f0d37e339d.png
 
 
Post Developers Jobs for Free on FAUN
 
 
Reach developers where they are not where you want them to be.
Post jobs for free reach thousands of developers.
 
f63f3b0d9238b8fa327ffa160fdef617.png
 
 
Quick Hits
 
 
The Go HTTP framework for micro-services, Hetz v0.4.1 is out.
 
 
Tekton Pipeline released v0.42.0 "Aegean Brackenridge".
 
 
Prometheus Golang client v1.14 is out.
 
 
Go-carbon, a simple, semantic, and developer-friendly golang package for datetime, version 2.2.2 has been released.
 
 
Cilium, the eBPF-based networking, security, and observability tool, v1.12.4 is out.
 
 
Videos
 
 
LIVE Programming A Decentralized Poker Game In Golang   ✅
 
 
In this Golang tutorial series, you will create a peer-to-peer crypto poker engine in Golang and Solidity on the Ethereum blockchain: TCP network, gossip protocol, decentralized dealer, and crypto encryption.
 
 
 
Book picks
 
 
Functional Programming in Golang
 
 
Apply functional techniques in Go to improve the testability, readability, and security of your code.

What you will learn:
  • Learn how to think functionally about your code
  • Learn about core FP concepts and how they apply to Go code
  • Understand how FP can improve the testability of your codebase
  • Learn functional design patterns
  • Understand when to choose and not choose FP concepts
  • Get a deeper understanding of functional programming
 
590492ad9a3cd0007e75a6d8513611e5.jpg
 
 
Tools
 
 
charmbracelet/gum
 
 
A tool for glamorous shell scripts
 
 
 
Dominic-Wassef/ghostly
 
 
Ghostly is a simple, lightweight, and fast full-stack framework for Golang
 
 
 
sensepost/gowitness
 
 
gowitness - a golang, web screenshot utility using Chrome Headless
 
 
 
keyval-dev/odigos
 
 
Get traces, metrics and logs in minutes. No code changes needed
 
 
 
kubesimplify/ksctl
 
 
A Simple Multi-Environment Kubernetes management CLI tool
 
 
 
superfly/litefs
 
 
FUSE-based file system for replicating SQLite databases across a cluster of machines
 
 
 
Meme of the week
 
 
 
342e8f3bbf51fd0ce82e71895b03ee61.jpg
GoPa #348: LIVE Programming A Decentralized Poker Game In Golang
Legend: ✅ = editors' choice / ♻️ = Old but gold / ✨ = sponsored / 🔰 = beginner friendly

You received this email because you are subscribed to FAUN.
🐾 FAUN is a world wide community of developers 👣 We help developers learn and grow by keeping them up with what matters.

You can manage your subscription options here (recommended) or use the old way here (legacy). If you have any problem, read this or reply to this email.

Important: We are gradually migrating to a new system. If you don't create an account on FAUN (here), you will stop receiving our weekly newsletter.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK