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

This Month’s Reason Technology will Save the World: Energy Savings and Serverless Principles

Serverless computing is becoming increasingly popular, with 40% of IT professionals and 50% of AWS users adopting the model. While the biggest benefit is the ability to build apps without managing tech infrastructure, the model's sustainability benefits are less well-known. Serverless computing red.. read more  

This Month’s Reason Technology will Save the World: Energy Savings and Serverless Principles
Link
@faun shared a link, 3 years ago
FAUN.dev()

oak9 Expands Cloud Native Security Offering with Kubernetes Support

Cloud native workload security gets easier with Dynatrace's new feature for Kubernetes. Their platform provides prebuilt security code blueprints that ensure secure, compliant designs for Kubernetes clusters. The new capabilities solve challenges such as scalable infrastructure code, continuous sec.. read more  

oak9 Expands Cloud Native Security Offering with Kubernetes Support
Link
@faun shared a link, 3 years ago
FAUN.dev()

Current Problems in the Alerting Space

Keep's Shahar discusses the challenges of maintaining effective alerts and avoiding alert fatigue. He emphasizes the importance of promoting a strong alert culture and integrating observability tools to treat alert code. The proliferation of observability tools like Datadog and Grafana has led to s.. read more  

Current Problems in the Alerting Space
Link
@faun shared a link, 3 years ago
FAUN.dev()

Writing Terraform for unsupported resources

TheTerracurlutility Terraform provider allows engineers to make unmanaged API calls in Terraform code. Using this provider allows for the management of API calls that are unsupported by Terraform. The provider can be used to manage API calls that contain the necessary instructions to create, delete.. read more  

Writing Terraform for unsupported resources
Link
@faun shared a link, 3 years ago
FAUN.dev()

Move past incident response to reliability

The article discusses the evolution of incident response and analysis in the software engineering industry. It describes the current industry standard for incident response and the importance of incident analysis in improving software reliability. The article also warns against the dangers of incid.. read more  

Move past incident response to reliability
Link
@faun shared a link, 3 years ago
FAUN.dev()

Solving common problems with Kubernetes

The article discusses the most common problems engineers could have while working with Kubernetes. The author organized the QA using this outline: - I want to run a container - what is my pod doing? - I want my container to restart when it crashes. - My container should never have downtime, even whe.. read more  

Solving common problems with Kubernetes
Link
@faun shared a link, 3 years ago
FAUN.dev()

$598M in Ethereum Still Waiting on Updated Withdrawal Credentials: Nansen

Ethereum's latestShapellaupgrade has been successful, but18.5% of Ethereum network validators have not updated their validator credentials, which could mean they won't be able to pull their money out of the system until they do so. An analyst at investment firm Galaxy estimatesit may take up to 100.. read more  

$598M in Ethereum Still Waiting on Updated Withdrawal Credentials: Nansen
Link
@faun shared a link, 3 years ago
FAUN.dev()

Celo Foundation and Google Cloud partner to support sustainable Web3 startups

Google Cloud is partnering with theCelo Foundationto expand blockchain adoption. Celo founder will have access to Google Cloud services, mentorship & guidance. Both organizations will co-host workshops/events centered on sustainability & innovation. The partnership aims to address Celo Network's c.. read more  

Celo Foundation and Google Cloud partner to support sustainable Web3 startups
Link
@faun shared a link, 3 years ago
FAUN.dev()

Remix IDE v0.32.0 Release

Remix has released updates that include the ability to upload folders to workspaces, GitHub Actions support for forking, free functions outside of contracts, UML diagram generation with download options, andTrust Walletintegration. The default workspace has been renamed to "Basic," and documentatio.. read more  

Remix IDE v0.32.0 Release
Link
@faun shared a link, 3 years ago
FAUN.dev()

Web3 Smart Contract using Laravel

You can useLaravel, a popular PHP web application framework, to build a Web3 smart contract by installing the necessary libraries and tools to interact with the Ethereum blockchain usingPHP. A sample code is provided that shows how to create a simple smart contract with "get" and "set" functions. Y.. read more  

Web3 Smart Contract using Laravel