ContentPosts from @shafislam..
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

Open source forkers stick an OpenBao in the oven

Rebellion against HashiCorp as open-source alternative to Terraform, called OpenBao, aims to provide a licensed version of the company's Vault software for developers to manage secrets, with an open-source project called Opentofu also in the works. The Linux Foundation is supporting the OpenBao proj.. read more  

Open source forkers stick an OpenBao in the oven
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

Releasing IAM EKS User Mapper in open-source

Qovery has created an IAM EKS user mapper tool that helps to alleviate the tedious and error-prone task of manually handling cluster access, offering features such as automatic user group sync and SSO support for secure and efficient access management. This tool is open source and the Qovery team in.. read more  

Releasing IAM EKS User Mapper in open-source
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

Kali Linux 2023.4 Release

Kali Linux has released a new version with several changes, including support for cloud marketplaces like Amazon AWS and Microsoft Azure, a new GNOME Kali theme, and improvements to internal infrastructure. They have also added new tools and updated existing packages... read more  

Kali Linux 2023.4 Release
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

Synthetic Testing Overview

Synthetic testing, also known as synthetic monitoring or proactive monitoring, is a way to identify performance issues with key user journeys by simulating real user traffic. Companies can leverage synthetic testing to proactively monitor the availability of their services, the response time of thei.. read more  

Synthetic Testing Overview
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

Terraform manage multiple environments

When using Terraform to manage infrastructure, it is common to have multiple environments, such as development, staging, and production. To keep the infrastructure code organized and maintainable, it is helpful to use modules. By creating modules for different components of your infrastructure, you .. read more  

Terraform manage multiple environments
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

Code is run more than read

Code is read more than written, and it is important to prioritize the maintainability and simplicity of code to ensure it is usable and valuable to the user, rather than focusing solely on the author or developer... read more  

Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

A Practical Guide to Debugging Browser Performance With OpenTelemetry

Core web vital measurements can seem overwhelming and challenging to meet, but by using OpenTelemetry, you can collect performance data from user browsers and websites automatically. Additionally, you can manually instrument key functions and add extra context to events to help identify issues that .. read more  

A Practical Guide to Debugging Browser Performance With OpenTelemetry
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

Mounting git commits as folders with NFS

Fuse filesystems are used to turn every commit in a Git repository into a folder-like structure. This can be achieved using tools like giblefs or gitmounter, which allow you to organize the filesystem differently and explore previous commits as if they were separate folders... read more  

Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

Kernel security now: Linux's unique method for securing code

Linux Foundation's Greg Kroah-Hartman discussed the current state and future challenges of Linux kernel security at the Open Source Summit. He emphasized the importance of a proactive approach to address security issues and highlighted the ongoing challenge of hardware security vulnerabilities like .. read more  

Kernel security now: Linux's unique method for securing code
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

Log from Jenkins Jobs to GitHub Pull Requests as Checks

Automate your PR quality assurance by integrating Jenkins with GitHub, emitting richer logs back to PRs for a more streamlined and productive workflow... read more  

Log from Jenkins Jobs to GitHub Pull Requests as Checks