Join us

ContentUpdates from GitLive...
News FAUN.dev Team Trending
@devopslinks shared an update, 1 week, 1 day ago
FAUN.dev

Qovery Secures $13M Series A to Boost DevOps Automation Platform

Kubernetes

Qovery raises $13M Series A to enhance its DevOps automation platform, addressing the DevOps engineer shortage and supporting regional expansion and AI-driven development.

Story
@laura_garcia shared a post, 1 week, 1 day ago
Software Developer, RELIANOID

Japan’s new Active Cyberdefence Law

Japan’s new Active Cyberdefence Law (ACD) is redefining how the nation tackles cyber threats — shifting from a defensive stance to a proactive cybersecurity strategy. Key measures include: ⚙️ Authority to neutralize hostile servers 🤝 Closer public–private collaboration 📢 Mandatory breach reporting A..

Japan's Active Cyberdefence Law
Story
@laura_garcia shared a post, 1 week, 2 days ago
Software Developer, RELIANOID

Asia Hits 50% IPv6 Capability — A Global Milestone

- Asia has reached a major internet milestone: 50% of its systems are now IPv6 capable, positioning the region as a global leader in IPv6 user adoption. - Why this matters: - India (78.1%) and China (810M users) are driving this growth. - Historical IPv4 scarcity in Asia helped fuel early IPv6 inves..

Blog Asia reaches 50 percent IPv6 capability
Story
@laura_garcia shared a post, 1 week, 3 days ago
Software Developer, RELIANOID

🚀 RELIANOID is heading to it-sa Expo&Congress 2025!

📍 Nuremberg, Germany | October 7–9, 2025 🔒 Europe’s largest IT security event with 900+ exhibitors, expert talks & global networking. We’ll be there to showcase how RELIANOID helps businesses stay ahead of evolving cyber threats. 👉 See you in Nuremberg! Send us a DM to make an appointment. #itSa2025..

itsa nuremberg
Link
@faun shared a link, 1 week, 4 days ago

Writing Load Balancer From Scratch In 250 Line of Code

A developer rolled out a fully working **Go load balancer** with a clean **Round Robin** setup—and hooks for dropping in smarter strategies like **Least Connection** or **IP Hash**. Backend servers live in a custom server pool. Swapping balancing logic? Just plug into the interface...

Writing Load Balancer From Scratch In 250 Line of Code
Link
@faun shared a link, 1 week, 4 days ago

Uncommon Uses of Common Python Standard Library Functions

A fresh guide gives old Python friends a second look—turns out, tools like **itertools.groupby**, **zip**, **bisect**, and **heapq** aren’t just standard; they’re slick solutions to real problems. Think run-length encoding, matrix transposes, or fast, sorted inserts without bringing in another depen..

Link
@faun shared a link, 1 week, 4 days ago

Authentication Explained: When to Use Basic, Bearer, OAuth2, JWT & SSO

Modern apps don’t just check passwords—they rely on **API tokens**, **OAuth**, and **Single Sign-On (SSO)** to know who’s knocking before they open the door...

Link
@faun shared a link, 1 week, 4 days ago

Building a Resilient Data Platform with Write-Ahead Log at Netflix

Netflix faced challenges like data loss, system entropy, updates across partitions, and reliable retries. To address these, they built a generic Write-Ahead Log (WAL) system serving a variety of use cases like delayed queues, generic cross-region replication, and multi-partition mutations. WAL abstr..

Link
@faun shared a link, 1 week, 4 days ago

Organize your Slack channels by “How Often”, not “What” - Aggressively Paraphrasing Me

One dev rewired their Slack setup by **engagement frequency**—not subject. Channels got sorted into tiers like “Read Now” and “Read Hourly,” cutting through noise and saving brainpower. It riffs off the **Eisenhower Matrix**, letting priorities shift with projects, not burn people out...

Link
@faun shared a link, 1 week, 4 days ago

Privacy for subdomains: the solution

A two-container setup using **acme.sh** gets Let's Encrypt certs running on a Synology NAS—thanks, Docker. No built-in Certbot support? No problem. Cloudflare DNS API token handles auth. Scheduled tasks handle renewal...

Privacy for subdomains: the solution
GitLive helps you and your fellow contributors merge faster by avoiding conflicts and encouraging eager and continuous code review directly inside the IDE.

🔸 Do not let merge conflicts break your flow

Indicators in the gutter of your editor show the changes others are making. Computed from all active branches, the indicators update as you and your team code together.

Get notified the moment you make a change that conflicts with another branch. Compare their changes to your own and cherry‑pick individual changes directly into your local files.

🔸 Get the ultimate perspective on all work in progress

Perform eager and continuous code review directly in your IDE with the team view. See who is online, their active branches and changes in a single repository or across your organization, updated in real‑time.

Get notified when you fall behind the main branch or your tracking branch. Inspect the changed files in the repository view to know if they will merge cleanly with your own local changes before you pull.

🔸 Let your team know what you are working on

Connect your issue tracker to see each other's current issue in the team view. The issue you are working on is determined by your current branch and updates automatically.

View your current issue and select another issue to work on via the status bar. Switching issues will check out an existing feature branch or create a new one for you if needed.