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

Lessons I learned in the last 10 years

A software developer reflects on their 10 years of experience, highlighting the importance of communication and the need to limit the use of unfamiliar technology. They emphasize the significance of team dynamics, the value of experience, and the importance of maintaining a healthy work-life balance.. read more  

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

Building a PDF larger than the known universe

A PDF bigger than Germany exists, and it's larger than the known universe... read more  

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

Implementing AI in Software Testing: Creating a Text Generation Model for Test Automation

The article discusses the use of OpenAI's text generation model in software testing to automate test case generation, providing a more efficient and effective process. It explains how to integrate the model into a test management tool or repository and highlights specific use cases such as generatin.. read more  

Implementing AI in Software Testing: Creating a Text Generation Model for Test Automation
Link
@faun shared a link, 1 year, 9 months ago
FAUN.dev()

The Linux Foundation and its partners are working on cryptography for the post-quantum world

"The threat of quantum computers breaking existing encryption methods is a reality that the Post-Quantum Cryptography Alliance (PQCA), a collaborative platform, aims to tackle by developing and adopting post-quantum cryptography. This alliance, which includes tech giants like Amazon, Google, and IBM.. read more  

The Linux Foundation and its partners are working on cryptography for the post-quantum world
Link
@faun shared a link, 1 year, 9 months ago
FAUN.dev()

The case for containers on Lambda (with benchmarks)

AWS Lambda introduced support for container-based functions, and the initial reaction from the community was mostly negative. However, Lambda is not meant to run large applications, but rather small bits of code that can scale widely and execute many functions simultaneously. The main challenge with.. read more  

The case for containers on Lambda (with benchmarks)
Link
@faun shared a link, 1 year, 9 months ago
FAUN.dev()

GitOps for Kubernetes Security and Compliance

Learn how to use GitOps to enhance security and compliance in your Kubernetes deployments with best practices and tools like ARMO Platform.. read more  

GitOps for Kubernetes Security and Compliance
Link
@faun shared a link, 1 year, 9 months ago
FAUN.dev()

How Cloudflare Was Able to Support 55 Million Requests per Second With Only 15 Postgres Clusters

Cloudflare scaled to 55 million requests per second using only 15 PostgreSQL clusters. They utilized PgBouncer as a connection pooler to limit the number of Postgres connections and avoid performance degradation... read more  

How Cloudflare Was Able to Support 55 Million Requests per Second With Only 15 Postgres Clusters
Link
@faun shared a link, 1 year, 9 months ago
FAUN.dev()

Do we think of git commits as diffs, snapshots, and/or histories?

Git commit is often seen in two different ways: as a snapshot of the current state of files or as a diff from the previous commit. Both perspectives are valid, and the way people understand and explain git commit can vary... read more  

Do we think of git commits as diffs, snapshots, and/or histories?
Link
@faun shared a link, 1 year, 9 months ago
FAUN.dev()

The Role of the CI/CD Pipeline in Cloud Computing

Continuous Integration/Continuous Deployment (CI/CD) is a cornerstone of today's software development in the cloud computing world. It streamlines the software development process, enhances agility and efficiency, and is widely accepted as a good practice among teams to quickly release high-quality .. read more  

The Role of the CI/CD Pipeline in Cloud Computing
Link
@faun shared a link, 1 year, 9 months ago
FAUN.dev()

Create Azure Cache for Redis using Terraform

Azure Cache Redis is a fully managed in-memory data store that offers high throughput and low-latency access to cached data. It can be provisioned and configured using Terraform, and supports features such as diagnostic monitoring, data persistence, scalability, and security... read more  

Create Azure Cache for Redis using Terraform