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

Unify business and IT with DevOps value stream management

DevOps VSM is a process that helps organizations to visualize, optimize and automate the flow of work from ideation to deployment. It is achieved by identifying value streams, which are the stages in the software delivery process that create value for customers, and mapping them to a workflow that c.. read more  

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

Citizen Development Turns Software Novices Into Creators

The rise of citizen development, a phenomenon that enables non-technical users to create software applications using low-code and no-code platforms. Citizen development can help organizations to address the growing demand for digital solutions by empowering business users to create custom applicatio.. read more  

Citizen Development Turns Software Novices Into Creators
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

GitLab and Google Cloud Partner to Expand AI-Assisted Capabilities with Customizable Gen AI Foundation Models

GitLab plans to improve its customers' DevSecOps workflow efficiency by 10x, by applyingAI-assisted workflowsto all users involved in delivering software value. By implementing AI-powered capabilities throughout the software development lifecycle, GitLab delivers value across the enterprise, enablin.. read more  

GitLab and Google Cloud Partner to Expand AI-Assisted Capabilities with Customizable Gen AI Foundation Models
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Multi-cloud GitLab CI/CD for IaC automation on Google Kubernetes Engine

The article is about using GitLab CI/CD for infrastructure as code (IaC) automation on Google Kubernetes Engine (GKE) in a multi-cloud environment. It shows how to configure a GitLab pipeline to deploy infrastructure to GKE and manage multiple Kubernetes clusters across different cloud providers. - .. read more  

Multi-cloud GitLab CI/CD for IaC automation on Google Kubernetes Engine
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Useful Linux Dig Examples for the Network Admin

This article discusses the "dig" command in Linux and how it can be used to perform DNS queries. It focuses on explaining the various options and parameters available with the dig command and how to use them to retrieve DNS information. The article covers topics such as querying specific DNS server.. read more  

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

Amazon starts layoffs in HR and cloud units: Read the memos announcing the cuts

- Amazon on Wednesday began laying off some employees in its cloud computing and human resources divisions. - The layoffs are part of the previously announced job cuts that are expected to affect 9,000 employees, on top of the 18,000 job cuts that took place earlier this year and last November. - CE.. read more  

Amazon starts layoffs in HR and cloud units: Read the memos announcing the cuts
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Map of my personal data infrastructure

The article is a diagram of the author's personal data infrastructure and tools used for data liberation. The map includes various modules, APIs, platforms, and tools that are used to collect, export, and manage personal data. The author's goal is to approximate the 'personal data mirror' concept, .. read more  

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

The Curious Case of a Memory Leak in a Zig program

The article discusses a "memory leak" encountered by the author while using Zig's FixedBufferAllocator. - Zig or Ziglangis a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software. - The article explains how the allocator is implemented like a bump p.. read more  

The Curious Case of a Memory Leak in a Zig program
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

The technology behind GitHub’s new code search

GitHub has created a new code search experience, using its own search engine called Blackbird, specifically designed for the domain of code search. - GitHub was motivated to create its own solution due to poor user experience, slow indexing, and expensive hosting from existing solutions. - Blackbird.. read more  

The technology behind GitHub’s new code search
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

All Programming Philosophies Are About State

This article explores various programming philosophies and how they relate to the management of state in software development. All philosophies have different approaches to handling state in software. - Object-oriented, - Functional, - Declarative, - Imperative, - Monolith, - Service-oriented archi.. read more Â