Join us

ContentUpdates and recent posts about Snapper..
Discovery IconThat's all about @Snapper — explore more posts below...
Story
@laura_garcia shared a post, 6 hours ago
Software Developer, RELIANOID

📍 RELIANOID at Bett UK 2026

We’re excited to take part in Bett UK 2026, the world’s leading EdTech event, bringing together educators, innovators, and decision-makers shaping the future of education. 🗓 January 21–23, 2026 📍 London, United Kingdom Join us to discover how RELIANOID enables secure, scalable, and highly available ..

bett_uk_event_london_2026_relianoid
 Activity
@nagarjun-avala started using tool Kubernetes , 16 hours, 49 minutes ago.
 Activity
@nagarjun-avala started using tool GitHub Actions , 16 hours, 49 minutes ago.
 Activity
@nagarjun-avala started using tool Docker , 16 hours, 49 minutes ago.
Story
@laura_garcia shared a post, 1 day, 5 hours ago
Software Developer, RELIANOID

🚀 If you’re building AI systems, reliability is no longer optional

Many teams are rushing to adopt AI, but few are asking the most critical question: 👉 What happens when AI fails? Back in December, we published an article that remains more relevant than ever: AI is redefining Site Reliability Engineering (SRE). Why? Because AI inference workloads introduce new reli..

 Activity
@aleonrangel gave 🐾 to Difference between Agile and Scrum , 1 day, 21 hours ago.
 Activity
@aleonrangel gave 🐾 to Difference between Agile and Scrum , 1 day, 21 hours ago.
Story
@laura_garcia shared a post, 2 days, 7 hours ago
Software Developer, RELIANOID

🔐 Reminder: Azure MFA Enforcement Is Now in Place

Some time ago, Microsoft announced and enforced mandatory multifactor authentication (MFA) for all Azure tenants performing resource management actions. 👉 This marked a clear turning point: MFA is no longer optional — it’s a requirement. At RELIANOID, we shared how this change reinforces the need to..

Link
@varbear shared a link, 2 days, 7 hours ago
FAUN.dev()

Don't fall into the anti-AI hype

The writer recently left their job to explore AI and programming through various projects, including creating a YouTube channel focused on these topics. They discuss how AI is changing the landscape of programming, allowing for faster, more efficient coding methods. Despite concerns about job displa.. read more  

Link
@varbear shared a link, 2 days, 9 hours ago
FAUN.dev()

How to build internal developer tools with a small team

A fresh way to think about internal dev tooling: three axes,width(new features),depth(polish and stability), andpreparation(future-ready architecture). Instead of treating tradeoffs as binary, the model maps them as vectors in a shared space. Less tug-of-war. More informed roadmap moves... read more  

How to build internal developer tools with a small team
Snapper is a command-line tool developed by SUSE for managing filesystem snapshots. It allows users to create, delete, compare, and restore snapshots of their system or data. A snapshot is a read-only point-in-time copy of a filesystem, useful for recovering from system changes or errors. Snapper integrates deeply with the SUSE ecosystem and works primarily with Btrfs, though it also supports LVM with thin provisioning. It can automatically take snapshots before and after software updates or system modifications, helping users track what changed and roll back if necessary. By using pre and post snapshots, Snapper provides a simple way to undo changes or restore files without requiring full system backups. It also supports automatic cleanup routines to manage disk space efficiently. In practice, Snapper serves as both a safety net and a diagnostic tool, making it easier to maintain system stability and recover quickly from mistakes or failed updates.