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

Dynamic AutoScaling of GitHub Runners

This article describes Dgraph Labs'transition from a self-hosted on-prem TeamCity setup to GitHub Actionsfor their CI/CD needs. They were facing challenges with high compute costs, maintenance efforts, and configuration time, which led them to explore GitHub Actions. With GitHub Actions, they were .. read more  

Dynamic AutoScaling of GitHub Runners
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Partially-Implemented Interfaces in Go

This article discusses the use ofpartially-implemented interfaces in Go, where developers can provide a mock implementation of an interfaceby only implementing the methods required by a specific function. This is made possible by interface embedding in Go, where embedding an interface in a struct au.. read more  

Partially-Implemented Interfaces in Go
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

How to Publish Your Golang Binaries with Goreleaser

Discover how to use Goreleaser to publish your Golang binaries with ease.Learn to automate Golang builds & deployments with GoReleaser: - Simplify multi-platform building - Generate Linux packages (e.g., .rpm & .deb) - Create software bill of materials (SBOMs).. read more  

How to Publish Your Golang Binaries with Goreleaser
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Type embedding: Golang's fake inheritance

Golang allows fortype embedding, which is a way to embed a type inside another typeusing a struct. It gives a syntactic shortcut for accessing all of the embedded type's fields and allows you to share methods on the embedded type. However, it's important to note thattype embedding isn't inheritance.. read more  

Story
@maryhlumilina shared a post, 3 years, 2 months ago

Sending Emails in WooCommerce

Transactional emails in WooCommerce: definition, importance, examples

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

Falco Project v0.34 Released: OSS Security Tool Adds Downloadable Rules and eBPF Probe

The Falco project has released version 0.34.0, an open-source runtime security tool that includes support for older RHEL distributions, the ability to download and update Falco rules at runtime, and an experimental eBPF probe. Codenamed "The Honeybee", this release provides a separate repository for.. read more  

Falco Project v0.34 Released: OSS Security Tool Adds Downloadable Rules and eBPF Probe
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

New report from OutSystems reveals the high cost of cloud-native development

OutSystems has released new research on the costs and challenges of building a cloud-native development infrastructure. The Cloud-Native Development Report: The High Cost of Ownership reveals thatthe total cost of ownership (TCO) for a traditionally developed cloud-native approach averages $5.6 mill.. read more  

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

Palo Alto Networks Reveals The Biggest Cloud-Native Cybersecurity Threats

Palo Alto Networks has released its2023 State of Cloud-Native Security Reportbased on a global survey of over2,500 C-level executives. The report highlights thatcloud usage has increased by over 25%from the previous year, and the main reasons for cloud adoption are now flexibility, improved process.. read more  

Palo Alto Networks Reveals The Biggest Cloud-Native Cybersecurity Threats
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Getting a job as an engineering executive.

In this article, the author discusses their journey and experiences in finding an engineering executive role. There is no one-size-fits-all approach to becoming an engineering executive, but the article offers a repeatable process for prospective candidates. First, it's important to define "enginee.. read more  

Getting a job as an engineering executive.
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Don't Call It A Platform

Sam Newman criticizes the current state of platform engineering in the software development industry, arguing that it is more about hiding the complexity of the software than about enabling developers. They claim that Kubernetes, which is widely used in platform engineering, is not developer-friend.. read more  

Don't Call It A Platform