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

Building My First Homelab Server Rack

Seven years ago, the writer built their first home server. They later expanded their setup to include a custom storage server, a development server, and a dedicated firewall. Their wife pointed out the significant amount of wires in their office, prompting them to invest in a server rack... read more  

Building My First Homelab Server Rack
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

Telegram Introduces Toncoin As New Payment Option For Advertisers

Telegram has introduced Toncoin as a new payment option for advertisers, allowing them to purchase in-platform ads using Toncoin. This move not only streamlines the ad revenue distribution process but also aims to enhance advertising campaign effectiveness through targeted ad placements on specific .. read more  

Telegram Introduces Toncoin As New Payment Option For Advertisers
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

Mastering Kubernetes: Journey with Cluster API

Kubernetes can present challenges in managing on-premise environments and hundreds of clusters. Hepsiburada efficiently manages over 100 million monthly visitors with their own Kubernetes Engine, which tackles complexities in managing multiple clusters using Cluster API and open-source projects. The.. read more  

Mastering Kubernetes: Journey with Cluster API
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

How I use LLMs to program

Studies have shown that Language Model models help novice programmers more than experienced programmers. At work, interns or new hires use LLMs almost all the time, while more experienced programmers may use them less frequently. LLMs can help with translating functionality to different languages an.. read more  

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

Building a PasteBin in Rust: A Step-by-Step Tutorial

Learn how to build a Pastebin clone using Rust with Actix Web server, SQLite database operations, and HTML/CSS user interface. This project will give you hands-on experience in Rust web development and showcase Rust's safety and performance benefits in web applications... read more  

Building a PasteBin in Rust: A Step-by-Step Tutorial
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

Developer Week 2024 wrap-up

Cloudflare recently announced new product functionalities geared towards giving developers the components they need to build full-stack applications in the cloud. Some of the key features include the availability of Cloudflare's SQL database and hyperdrive database accelerator service, along with th.. read more  

Developer Week 2024 wrap-up
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

Mistral Large foundation model now available on Amazon Bedrock

Mistral Large, Mistral AI’s text generation model, is now on Amazon Bedrock. It is known for its reasoning capabilities, multilingual translation, and excels in coding and math tasks. With a 32K token context window, it performs well on retrieval augmented generation use cases... read more  

Mistral Large foundation model now available on Amazon Bedrock
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

The Developer’s Guide to Directory Sync / SCIM

A guide to implementing Directory Sync, SCIM protocol, and Directory Sync vs. JIT provisioning. Directory Sync automates user lifecycle management, providing a single source of truth for identity data. SCIM is an open source protocol for implementing Directory Sync, allowing interaction with cloud a.. read more  

The Developer’s Guide to Directory Sync / SCIM
Story
@laura_garcia shared a post, 1 year, 7 months ago
Software Developer, RELIANOID

Infrastructure as Code IaC

IaC

Knowledge base_infrastructure as code_RELIANOID
Story
@laura_garcia shared a post, 1 year, 7 months ago
Software Developer, RELIANOID

WHAT IS CROSS-SITE REQUEST FORGERY CSRF ATTACK AND MITIGATIONS

One of the prevalent threats faced by web applications is Cross-Site Request Forgery (CSRF). This attack, also known as a one-click attack or session riding, exploits the trust a web application has in a user’s browser. CSRF attacks occur when an attacker tricks a user’s browser into making an unintended and unauthorized request to a web application on which the user is authenticated. Understanding CSRF and implementing effective mitigation strategies is crucial for safeguarding web applications against this threat.

Knowledge base CSRF attacks RELIANOID