<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Backend |</title><link>https://profile.omarafifi.com/tags/backend/</link><atom:link href="https://profile.omarafifi.com/tags/backend/index.xml" rel="self" type="application/rss+xml"/><description>Backend</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Sat, 01 Jun 2024 00:00:00 +0000</lastBuildDate><image><url>https://profile.omarafifi.com/media/icon_hu_410e6789ebd105df.png</url><title>Backend</title><link>https://profile.omarafifi.com/tags/backend/</link></image><item><title>Canary Deployment with Kubernetes</title><link>https://profile.omarafifi.com/projects/canary-deployment/</link><pubDate>Sat, 01 Jun 2024 00:00:00 +0000</pubDate><guid>https://profile.omarafifi.com/projects/canary-deployment/</guid><description>&lt;p&gt;A hands-on repository demonstrating canary deployments on Kubernetes using Helm, with full observability via Prometheus and Grafana.&lt;/p&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;This project models a realistic release workflow where two versions of an application run side by side. Traffic is split 80:20 during rollout so you can validate a new version before promoting it fully.&lt;/p&gt;
&lt;h2 id="key-features"&gt;Key Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Canary deployment model&lt;/strong&gt; — gradual traffic shift between v1 and v2&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Helm charts&lt;/strong&gt; — repeatable, versioned Kubernetes deployments&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prometheus&lt;/strong&gt; — collects application and cluster metrics&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grafana&lt;/strong&gt; — dashboards for visualizing rollout health and performance&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="what-i-learned"&gt;What I Learned&lt;/h2&gt;
&lt;p&gt;Building this repo reinforced practical patterns for safe releases: metric-driven rollouts, observable deployments, and infrastructure-as-code with Helm.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt;
&lt;/p&gt;</description></item><item><title>Louvre — Online Museum</title><link>https://profile.omarafifi.com/projects/louvre-museum/</link><pubDate>Tue, 15 Aug 2023 00:00:00 +0000</pubDate><guid>https://profile.omarafifi.com/projects/louvre-museum/</guid><description>&lt;p&gt;An online museum application built with the MERN stack, featuring two user roles with distinct capabilities.&lt;/p&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Louvre simulates a digital museum where visitors explore paintings while administrators manage the collection and monitor visitor data.&lt;/p&gt;
&lt;h2 id="key-features"&gt;Key Features&lt;/h2&gt;
&lt;h3 id="visitor-role"&gt;Visitor Role&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Browse the painting collection&lt;/li&gt;
&lt;li&gt;View artwork details in a clean gallery interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="admin-role"&gt;Admin Role&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Add and delete paintings&lt;/li&gt;
&lt;li&gt;View visitor data and engagement metrics&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="architecture"&gt;Architecture&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;┌─────────────┐ ┌──────────────┐ ┌─────────────┐
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;│ React SPA │────▶│ Express API │────▶│ MongoDB │
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;└─────────────┘ └──────────────┘ └─────────────┘
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="tech-stack"&gt;Tech Stack&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Frontend:&lt;/strong&gt; React&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Backend:&lt;/strong&gt; Node.js with Express&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Database:&lt;/strong&gt; MongoDB&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Auth:&lt;/strong&gt; Role-based access control&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Demo:&lt;/strong&gt;
· &lt;strong&gt;Code:&lt;/strong&gt;
·
&lt;/p&gt;</description></item><item><title>Email-Verified Voting App</title><link>https://profile.omarafifi.com/projects/voting-app/</link><pubDate>Wed, 10 May 2023 00:00:00 +0000</pubDate><guid>https://profile.omarafifi.com/projects/voting-app/</guid><description>&lt;p&gt;A secure online polling application where votes are tied to verified email addresses.&lt;/p&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Users can participate in polls only after verifying their email. Each email address may vote once per poll, and polls automatically close after their expiry date.&lt;/p&gt;
&lt;h2 id="key-features"&gt;Key Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Email verification&lt;/strong&gt; — prevents anonymous or duplicate voting&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Poll management&lt;/strong&gt; — create polls with configurable expiry dates&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vote integrity&lt;/strong&gt; — database constraints enforce one vote per email per poll&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Modern UI&lt;/strong&gt; — React frontend with Django REST API backend&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="security-considerations"&gt;Security Considerations&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Verified email tokens with expiration&lt;/li&gt;
&lt;li&gt;Server-side validation of vote eligibility&lt;/li&gt;
&lt;li&gt;Poll closure enforced at the API layer&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Demo:&lt;/strong&gt;
· &lt;strong&gt;Code:&lt;/strong&gt;
·
&lt;/p&gt;</description></item><item><title>Linktree Clone</title><link>https://profile.omarafifi.com/projects/linktree-clone/</link><pubDate>Sun, 20 Nov 2022 00:00:00 +0000</pubDate><guid>https://profile.omarafifi.com/projects/linktree-clone/</guid><description>&lt;p&gt;A Linktree-style application built with Ruby on Rails where users create profiles and share a single link to all their important URLs.&lt;/p&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Users sign up, add links to their profile, and share one clean URL that displays their entire link collection — ideal for social media bios and personal branding.&lt;/p&gt;
&lt;h2 id="key-features"&gt;Key Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Profile management&lt;/strong&gt; — add, edit, and reorder links&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Public share URL&lt;/strong&gt; — one link for all your destinations&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Rails conventions&lt;/strong&gt; — RESTful resources, ActiveRecord, and server-rendered views&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="what-i-learned"&gt;What I Learned&lt;/h2&gt;
&lt;p&gt;This project was a great exercise in Rails fundamentals: authentication, CRUD operations, and designing a simple but useful user-facing product.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt;
&lt;/p&gt;</description></item></channel></rss>