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

The end of the Everything Cloud

Longtime customers are familiar with the two distinct categories of AWS services, with Category 1 containing well-established services like EC2 and S3, while Category 2 includes lesser-known services. Recently, AWS has been deprecating Category 2 services with low adoption rates, signaling a shift i.. read more  

The end of the Everything Cloud
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

Message Queues in System Design

A message queue is a durable component stored in memory that supports asynchronous communication, serving as a buffer for asynchronous requests. Input services, called producers or publishers, create and publish messages to a message queue, while other services, called consumers or subscribers, conn.. read more  

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

Visions of the future

David Heinemeier Hansson, the creator of Ruby on Rails, expresses excitement about Linux and other technologies like Hotwire and exiting the cloud, comparing the discovery to past experiences with the Mac and Ruby. They emphasize the value in exploring new technologies despite initial challenges and.. read more  

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

10 big devops mistakes and how to avoid them

Devops adoption is growing, with the market expected to reach$29.79 billion by 2028. It can lead to faster time to market and increased collaboration between teams. However, common mistakes like lack of communication, cybersecurity oversights, and incompatible technologies can derail devops efforts... read more  

10 big devops mistakes and how to avoid them
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

The Kubernetes ecosystem is a candy store

Kubernetes' versatility across environments fosters a vast ecosystem of compatible tools, lowering development costs. Numerous open-source tools, such as Skaffold, Minikube, Telepresence, and others, enhance the Kubernetes experience by providing various functionalities out-of-the-box. This rich eco.. read more  

The Kubernetes ecosystem is a candy store
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

Algorithms we develop software by

A distinguished tech CEO and engineer shared a software development methodology inspired by Extreme Programming. The method involves starting fresh each day on a feature until it's completed, promoting cleaner final solutions. Another heuristic mentioned involves rewriting code twice to improve qual.. read more  

Algorithms we develop software by
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

Postgres is eating the database world

PostgreSQL has the potential to dominate the database realm with its advanced features and thriving extension ecosystem. The emergence of tools like ParadeDB and DuckDB have led to improved OLAP performance within PostgreSQL, closing the performance gap with top-tier dedicated databases. PostgreSQL'.. read more  

Postgres is eating the database world
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

NIST Releases Encryption to Guard Against Quantum Computing Attacks

NIST released three encryption standards, FIPS 203, FIPS 204, and FIPS 205, designed to be quantum-resistant. Developed under its post-quantum cryptography project, the standards rely on complex algorithms like polynomial lattices and hash functions. These new standards aim to protect sensitive data.. read more  

NIST Releases Encryption to Guard Against Quantum Computing Attacks
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

CORS is Stupid

CORS mitigates legacy mistakes, providing protections against XSRF attacks for sites. However, the default policy is not sufficient to prevent all cross-site attacks. To address this, implementing server-wide middleware to ignore implicit credentials on cross-origin requests is recommended... read more  

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

A decade of vim

The author has been using neovim for almost 7 years now, enjoying its speed and improved defaults over vim. They have also transitioned their configuration to Lua for a more modern and less quirky experience. The move to language server protocol has enhanced their ability to navigate codebases effec.. read more  

A decade of vim