ContentPosts from @flynnrider0620..
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

Time is not a synchronization primitive

Using time as a synchronization mechanism in programming can lead to flaky and unreliable code, causing tests, scripts, and applications to break randomly. Instead, it is recommended to use proper synchronization mechanisms like channels to ensure the desired state. To discourage the use of time.Sle.. read more  

Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

The Tragic Death of Inheritance

After years of advocating for inheritance in programming, the author eventually realized the benefits of composition over inheritance, particularly in terms of code duplication and readability. They explain the differences between the two paradigms and provide examples to support their argument... read more  

The Tragic Death of Inheritance
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

From 26 Minutes to 20 Seconds: Using pprof to optimize large GraphQL Operations in Go

The open-source GraphQL engine, graphql-go-tools, used by WunderGraph, experienced a significant performance difference when a customer routed a mutation through their gateway built on top of graphql-go-tools. While the mutation took around 1 minute when executed directly against their GraphQL serve.. read more  

From 26 Minutes to 20 Seconds: Using pprof to optimize large GraphQL Operations in Go
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

Database abstractions for Golang

Assembled, a company that has been using Golang as its exclusive backend language since 2018, has developed three abstractions to address the challenges of database access in Golang. These abstractions include an interface for sharing code between single- and multi-row getters, a helper method to ha.. read more  

Database abstractions for Golang
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

python 🤝 `defer`

Python has a library calledsorcerythat allows the implementation of per-scope finalizers similar to Go's defer statement. This library utilizes AST rewriting and live compilation techniques to achieve the desired behavior without the need for decorators or excessive indentation... read more  

python 🤝 `defer`
 Activity
@jonathandaveiam created an organization Addus Technologies , 2 years, 4 months ago.
 Activity
@harrypotter8 created an organization Next9.ai , 2 years, 4 months ago.
Story Mia-Platform Team
@pmartinoli shared a post, 2 years, 4 months ago
Technical Writer, Mia-Platfom

From Data Warehouse to Data Fabric: the Evolution of Data Architecture

How has data architecture evolved over time? How did we move from data warehouse to data fabric? Read the blog post to discover more!

BP_lightgreen01.jpg
Story
@rusychokshi shared a post, 2 years, 4 months ago
Technical Writer, Cloudraft.io

9 Top DevOps Trends in 2023

With the evolving DevOps landscape in 2023, it is essential to identify and implement the new capabilities. Organizations can utilize these capabilities to their benefit. As a company analyzes its long-term use and results, the companies can adopt the practices gradually to derive the maximum benefit.

DevOps-Trends.jpg
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

Ethereum Users Have Been Burning ETH To Mint VMPX Tokens

An unknown project called VMPX caused a surge in gas prices on Ethereum as users rushed to use its smart contract for token minting, surpassing well-known contracts like Uniswap and USDT in terms of burned ETH. VMPX is part of the XEN ecosystem, aiming to bridge the gap between Bitcoin and Ethereum,.. read more  

Ethereum Users Have Been Burning ETH To Mint VMPX Tokens