Join us

ContentUpdates from GitLive...
Story Trending
@laura_garcia shared a post, 2 weeks ago
Software Developer, RELIANOID

🚀 Introduction to NFV

Network Functions Virtualization (NFV) is transforming networking by moving critical functions like firewalls, routers, and load balancers from specialized hardware into software running on standard servers. This shift brings flexibility, scalability, and cost efficiency, enabling organizations to a..

kb NFV Network functions virtualization
Story Trending
@laura_garcia shared a post, 2 weeks, 1 day ago
Software Developer, RELIANOID

🌐 ISO/IEC 27001 Compliance Alignment at RELIANOID

At RELIANOID, security isn’t just a feature—it’s part of our foundation. Both our organization and load balancing platform are strongly aligned with the ISO/IEC 27001:2022 ISMS framework and its Annex A controls. This means our clients in finance, healthcare, public sector, and enterprise environmen..

iso27001 image ssnn
Story Trending
@idjuric660 shared a post, 2 weeks, 1 day ago
Technical Content Writer, Mailtrap

I Tested 6 Postmark Alternatives: Here’s What I Found

Let’s not kid ourselves, Postmark is a great email service inalmostevery regard. However, if you’re reading this, the chances are that it doesn’t fit your needs anymore, and you’d like to switch it up a little bit. Luckily, you’ve come to the right place! I’ve interviewed our very own deliverability..

 Activity
@kulwindersingh started using tool io4 CMS , 2 weeks, 1 day ago.
Link
@faun shared a link, 2 weeks, 1 day ago

Database Sharding in 1 diagram and 204 words

Sharding breaks a heavyweight database into bite-sized chunks spread across servers. That means better scalability, less strain on any one node. The key? Picking the right shard key. Get that wrong, and you’re in cross-shard query hell. Modulo, range, and consistent hashing each slice the pie diff..

Database Sharding in 1 diagram and 204 words
Link
@faun shared a link, 2 weeks, 1 day ago

Deeper theories of program design

A sharp teardown ofWindows vs. Unix file deletion semanticslands on this: Windows leans on read-write locks; Unix rolls with a looser, non-blocking vibe—more likeweakly-isolated DB transactions. It trades consistency for concurrency, dodging locks even if it means the rules get fuzzy. The post zoom..

Deeper theories of program design
Link
@faun shared a link, 2 weeks, 1 day ago

AI Agents and Test Suites: Lessons from the Trenches

AI agents can help wrangletest suite maintenance—if you treat them likejunior devs. That means tight prompts, clear boundaries, and someone keeping an eye on them. Teams get better results when they feed agents sharp context and task them with small, scoped jobs instead of vague laundry lists...

AI Agents and Test Suites: Lessons from the Trenches
Link
@faun shared a link, 2 weeks, 1 day ago

Why I chose OCaml as my primary language

OCaml’s grown up. Multicore support is in. So are user-defined effects. Under the hood, affine types, staged metaprogramming, and effect typing are steering it toward resource-safe programming—with actual thrust. Its type system still slaps: powerful modules, GADTs, algebraic types, and now first-c..

Link
@faun shared a link, 2 weeks, 1 day ago

Git Branching Strategies: A Comprehensive Guide

This guide breaks down the major Git branching strategies—GitFlow,GitHub Flow,GitLab Flow,Trunk-Based Development, and a few others that still show up in wild repos. Each one gets sized up by structure, use case, and trade-offs. Think: how big the team is, how fast releases go out, and how people l..

Git Branching Strategies: A Comprehensive Guide
Link
@faun shared a link, 2 weeks, 1 day ago

The great SQLite rewrite

Turso just dropped the alpha of itsRust-based SQLite rethink—rewritten from scratch to handle today’s mess:async APIs,built-in vector search, and actualconcurrent writes. Forget the old SQLite playbook. Turso’s version leans into modularity, bakes in deterministic tests, and still aims for SQLite-l..

The great SQLite rewrite
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.