Join us

ContentUpdates and recent posts about Artifactory..
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

If Google No Longer supports Golang

Google's decision to discontinue support for the Go language core team could have significant repercussions, potentially leading to the dissolution of the team or a transition to an external foundation for maintenance. The Go language's future development may be affected depending on whether Google .. read more  

If Google No Longer supports Golang
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

Why Zig has become the highest-paying programming language

According to the latest Stack Overflow survey, Zig developers command the highest median salaries in 2024, earning $103,000 per year on average. The survey highlights Zig's relative scarcity, with only 0.83% of developers reportedly proficient in it. Despite its high pay, Zig ranks 41st in popularit.. read more  

Why Zig has become the highest-paying programming language
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

The Road to Helm 4

Since Helm 3, features like post rendering and OCI registry support have been introduced. At KubeCon EU 2024, the community discussed ideas for Helm 4, such as new templating languages, expanded plugin use, and enhanced secure software supply chain support... read more  

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

Most-Used Distributed System Design Patterns

Distributed system design patterns provide architects and developers with proven solutions for designing distributed applications. Some widely used patterns include the Ambassador Pattern, which offloads non-business critical tasks, and the Circuit Breaker Pattern, which prevents cascading failures... read more  

Most-Used Distributed System Design Patterns
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

I got hacked and blew up prod!

Forgot the WHERE clause in UPDATE or DELETE statements in production? Test in a local DB first and use transactions to allow rollbacks. Avoid running "docker run --rm" with attached volumes; create and bind volumes with "docker volume create" and "-v". For maintenance jobs, use primary key paginatio.. read more  

I got hacked and blew up prod!
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

ChatGPT is bullshit

ChatGPT and similar LLMs are characterized as soft bullshitters since they focus on producing convincing text rather than accurate content. The architecture of these models aims to imitate human speech, making them indifferent to the truth of their outputs. While ChatGPT does not have intentions, it.. read more  

ChatGPT is bullshit
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

How to Know You've Become a Senior Programmer

Senior programmers distinguish themselves by their cautious approach to code changes, driven by years of experience. They meticulously evaluate the impact of changes, run exhaustive tests, document processes, and perform thorough code reviews. This approach contrasts with the more carefree and faste.. read more  

How to Know You've Become a Senior Programmer
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

Don't query your PostgreSQL db anymore, prefer PostgREST

Using PostgREST, a Laravel application that relied on multiple database queries could remove all queries after migrating from MySQL to PostgreSQL. PostgREST turns a PostgreSQL database into a RESTful API, simplifying access to data through web calls and eliminating the need for manual queries. The p.. read more  

Don't query your PostgreSQL db anymore, prefer PostgREST
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

Zed Editor Now Publishing Native Linux Builds

The Rust-written, GPU-accelerated Zed text editor is finally providing official Linux builds!.. read more  

Zed Editor Now Publishing Native Linux Builds
Link
@faun shared a link, 1 year, 4 months ago
FAUN.dev()

A Primer on Databases

Databases have been fundamental to software development, with major players like Oracle, IBM, and Microsoft leading for decades. The rise of unstructured data, the cloud, and mobile technology has expanded the landscape, introducing companies like Snowflake and MongoDB. The market remains diverse, f.. read more  

A Primer on Databases

This tool doesn't have a detailed description yet. If you are the administrator of this tool, please claim this page and edit it.