Join us

ContentUpdates from UWS...
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Memory-wall problem

The memory wall problem occurs when a processor's speed surpasses the rate at which data can be transferred to and from memory, resulting in performance slowdowns. CPUs mitigate this by using L-caches, which are small and fast. Understanding memory allocation and cache utilization is crucial for opt.. read more  

Memory-wall problem
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Golang vs Python: The Ultimate Battle in DevOps

In the world of DevOps, two programming languages are often pitted against each other: Golang and Python. Both languages have their own strengths and weaknesses, and choosing the right one for your DevOps needs can be a tough decision... read more  

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

Writing a Go fuzz target

An exploration of fuzz testing in Go with a look at how to write a fuzz target for a (nearly) realistic function... read more  

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

Go Toolchains

Starting in Go 1.21, the Go command allows for switching between different versions of the Go toolchain based on module requirements, and it automatically selects the appropriate toolchain version. The GOTOOLCHAIN environment setting and the go and toolchain lines in the go.mod file determine the to.. read more  

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

New Golang-based Skuld Malware Stealing Discord and Browser Data from Windows PCs

A new Golang-based information stealer called Skuld has compromised Windows systems across Europe, Southeast Asia, and the U.S... read more  

New Golang-based Skuld Malware Stealing Discord and Browser Data from Windows PCs
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

SQS Re-Drive with Golang and Step Functions

Failure is a giving in distributed systems. Using the SQS re-drive APIs is enhanced with SQS re-drive with Golang and Step Functions... read more  

SQS Re-Drive with Golang and Step Functions
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

GitHub actions and Go private modules

Using private go modules in local development and GitHub actions workflows with ssh keys.. read more  

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

Go: Using pointers to reduce copies is premature optimization

When deciding whether to use pointers or values in Go, the size of the data being dealt with is a crucial factor. For small or negligible amounts of data, it doesn't matter much. However, with extremely large variables, passing by pointer can be necessary to avoid excessive copying. The performance .. read more  

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

Go: Tracing HTTP requests

The HTTP protocol is fast, secure, and reliable. However, it needs other protocols and services to work properly, and when things don’t go well it is necessary to have access to detailed information about the time spent in each step. The steps to make an HTTP call are as follows: DNS Lookup The clie.. read more  

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

Migrating Netflix to GraphQL Safely

Netflix recently migrated its mobile app's API layer from Falcor to GraphQL with zero downtime, using a federated architecture. The migration plan involved implementing a GraphQL shim service on top of the existing Falcor API, followed by A/B testing, replay testing, and sticky canary testing to val.. read more  

Migrating Netflix to GraphQL Safely

This organization doesn't have a detailed description yet. If you are the administrator of this organization, please claim this page and edit it.