Freelance Fullstack Engineers in Cairo
Freelance Fullstack Engineers in Cairo
Sign Up
Post a job
Sign Up
Log In
Filters
2
Projects
People
Wael ElSawi
pro
Cairo, Egypt
SaaS & MVP Developer | Laravel, Vue, React + Native, Flutter
33
Followers
Follow
Message
SaaS & MVP Developer | Laravel, Vue, React + Native, Flutter
0
Product Nerd — SaaS Product Management Platform Project Goals: Product Nerd is a Laravel-based SaaS platform for product management and competitor monitoring. It tracks competitors' blog posts via CSS selectors, manages customer data, handles bug/feature reporting, and provides an inbox system — all with role-based access control (Spatie permissions), Livewire UI, and Paddle payments. My Contributions: New feature: Built the Competitor Radar system — a scheduled command that scrapes competitor blogs for new posts using configurable CSS selectors, indexes them, and sends email/Slack notifications when fresh content is detected (CompetitorRadarCommand, FetchCompetitorBlogPosts job, event-driven notification flow) Bug fixes: Resolved favicon rendering, toast styling for long messages, DOM diffing issues, selected inputs tab state, and fixed integration tests after code refactoring Test suites: Wrote comprehensive Pest PHP test suites across 15+ feature tests covering Bugs, Features, Structure, Inbox, Customers, ManageComponents, Competitor Radar, User Management, Authentication, Email Verification, and multiple integration tests (API, Email, External/Internal Portal) Impact: Transformed the project from having minimal test coverage to a fully tested codebase with structured test patterns, ensuring reliability for the competitor monitoring feature and preventing regressions across core modules.
0
30
0
GoldGeldWelt — Financial Content Platform (Laravel + Statamic CMS) A German-language financial news and investment content platform built with Laravel 8 and Statamic CMS. The project features: - Custom CMS workflow for managing articles, authors, and categories - Multiple RSS feed systems (partner, category, Google, weekly) - Newsletter subscription/unsubscribe flows with Mailchimp integration - PDF generation for freebie downloads - Dynamic author profiles - Sitemap generation - Captcha protection - AJAX-powered frontend using jQuery, TailwindCSS, and AOS animations.
0
35
0
Mammut SEO Portal & E-Commerce Platform A full-stack e-commerce and SEO-driven marketplace platform. The portal connects customers with local service partners for document destruction, data carrier disposal, and office waste management services. Key features include: - SEO-focused architecture generating thousands of regional landing pages - Multi-region marketplace with partner assignment by postal code and geographic territory - E-commerce functionality: product catalog, shopping cart, order management, and payment processing - Dashboard built with DataTables for managing partners, products, pricing, and orders
0
51
1
DAM – Educational Institution Management Platform (Laravel 11) Developed this project from scratch. This online campus system manages academic programs from course creation to student registration, payment processing, and dashboard portals. Key features: multi-mode registration, AI tutor chat (Pinecone RAG), role-based forums, club management, PDF/Excel tools, and iCal integration. Tech stack: Laravel, Livewire 3, Tailwind CSS, MySQL, Docker (Nginx + PHP + MariaDB), Cypress E2E testing. Architecture: UUID models, soft deletes, polymorphic relationships, background job queues, multi-theme support.
1
141
Fullstack Engineer
(7)
Follow
Message
Adham El Samahy
Cairo, Egypt
Full-Stack Software Engineer | Building Modern Web.
New to Contra
Follow
Message
Full-Stack Software Engineer | Building Modern Web.
0
Alhamdulillah for showcasing the deployment of my Bachelor Project at the German University in Cairo: an Adaptive Computational Thinking Education Platform powered by Machine Learning. The core objective was to engineer a platform that doesn't just serve educational content, but adapts to how a student learns and performs in real-time. To achieve this, I bridged ML with a containerized full-stack architecture. Here is a technical breakdown of the system: Core ML Capabilities * Dynamic Learning Style Adaptation: Engineered Bayesian Networks utilizing pgmpy to continuously infer and update a student's preference between verbal and visual learning. * Adaptive Exercise Difficulty: Implemented a Bayesian model that dynamically serves easy, medium, or hard exercises based on real-time solving time taken. * Struggling Detection: Integrated an LSTM model that monitors coding attempts to provide a guide when a student is supposedly detected to be struggling. System Architecture * Node.js Orchestrator: Serves as the central hub for business logic, database operations, secure user authentication. * Python FastAPI Server: Dedicated to hosting the ML services and managing secure, isolated code execution environments. * React Client: Provides a clean, interactive UI for lectures and active coding exercises. Cloud & DevOps Infrastructure * Azure Container Registry (ACR): Acts as the centralized hub for the deployment pipeline, securely managing the Docker images for both backend services. * Azure Container Apps: Hosts the Node.js orchestrator as a dedicated single instance. * DigitalOcean Droplets: Hosts the FastAPI server, specifically utilizing a Docker-out-of-Docker architecture to safely spawn and isolate containers strictly for executing user-submitted code. #SoftwareEngineering (https://www.linkedin.com/search/results/all/?keywords=%23softwareengineering&origin=HASH_TAG_FROM_FEED) #MachineLearning (https://www.linkedin.com/search/results/all/?keywords=%23machinelearning&origin=HASH_TAG_FROM_FEED) #FullStack (https://www.linkedin.com/search/results/all/?keywords=%23fullstack&origin=HASH_TAG_FROM_FEED) #DevOps (https://www.linkedin.com/search/results/all/?keywords=%23devops&origin=HASH_TAG_FROM_FEED) #React (https://www.linkedin.com/search/results/all/?keywords=%23react&origin=HASH_TAG_FROM_FEED) #Nodejs (https://www.linkedin.com/search/results/all/?keywords=%23nodejs&origin=HASH_TAG_FROM_FEED) #Python (https://www.linkedin.com/search/results/all/?keywords=%23python&origin=HASH_TAG_FROM_FEED) #FastAPI (https://www.linkedin.com/search/results/all/?keywords=%23fastapi&origin=HASH_TAG_FROM_FEED)#SystemArchitecture (https://www.linkedin.com/search/results/all/?keywords=%23systemarchitecture&origin=HASH_TAG_FROM_FEED) #GermanUniversityInCairo (https://www.linkedin.com/search/results/all/?keywords=%23germanuniversityincairo&origin=HASH_TAG_FROM_FEED)#GUC (https://www.linkedin.com/search/results/all/?keywords=%23guc&origin=HASH_TAG_FROM_FEED)
0
5
0
Taking Next.js to the Edge: Deploying "The Wild Oasis" on Cloudflare A booking application built with Next.js 15, and deployed entirely on Cloudflare Pages. Moving away from traditional Node.js environments to the Cloudflare Edge presented some fascinating architectural challenges that pushed my engineering skills to the next level: Edge Runtime Optimization: Leveraging nodejs_compat to run heavy server-side logic on V8 isolates for near-zero latency. Advanced UX: Implementing useTransition hook along an optimistic update to make an instant, fluid user experience.
0
76
0
• Engineered a containerized (Docker) Next.js/Node.js media showcasing application enforcing strict single-session-per-device authentication using JWTs and a Redis cache. • Resolved complex client-side race conditions during rapid user interactions by implementing a custom mutex lock for predictable state updates and seamless Optimistic UI rendering. • Engineered thread-safe, idempotent API routes to eliminate backend check-then-act race conditions, utilizing atomic Mongoose operators ($addToSet, $pull) to maintain strict database integrity under high-frequency traffic. • Streamlined backend data fetching and API response times by aggressively leveraging Mongoose's .lean() function to strip instantiation overhead from MongoDB documents. Plus, using atomic operations to prevent database inconsistency.
0
117
1
Pizza Delivery Co. React Router (Data API): Implemented the createBrowserRouter using Loaders and Actions. This shifts data fetching to the routing layer, eliminating fetch-on-render waterfalls and layout jank. Redux: Managed Global UI state and persistent data using Redux, ensuring a single source of truth and predictable state transitions. Clean Architecture: Combined the power of Router Loaders for initial data fetching with Redux for long-term state management, creating a seamless and snappy user experience.
1
73
Fullstack Engineer
(3)
Follow
Message
Mohamed Hany
Giza, Egypt
Product Designer
New to Contra
Follow
Message
Product Designer
0
Wecare – Company Management Dashboard
0
5
0
Smart Secured Systems — Unofficial Brand Concept 3S Egypt has been around since 2006. 200+ experts, 500+ projects, clients like the Central Bank of Egypt, EgyptAir, the Ministry of Interior, and the Suez Canal Authority. One of Egypt's most serious tech and security companies. The brand never matched that weight. So I redesigned it — without being asked. The old identity: a dated circular emblem, flat corporate blue, "Since 2006" stamped on top. Safe. Forgettable. Could be any company. The new direction: an isometric 3D S-mark with structural depth and a grain texture — built to feel like infrastructure. Like something that protects things. Two modes: raw black for brand presence, clean blue on white for product and digital. Nothing is final. I haven't pitched it to the owner yet. This is a concept I believe in and I'm putting it out there. What would you change? What would you push further? Drop it below — I'm genuinely taking notes.
0
20
3
📚 Designing Book Juice — a reading app that actually makes you want to read. Dark UI + warm book covers = a combo I couldn't stop tweaking. Here's what drove my design decisions: → Dark theme to reduce eye strain for long reading sessions → Featured hero card to spotlight trending titles (not bury them) → Podcast + book integration — because some people learn by listening → A streak + daily offer mechanic to make coming back feel rewarding, not guilt-tripping The hardest part? Making a grid of book covers look cohesive without looking like a library database. What's one thing you'd want in your perfect reading app? Drop it below 👇 I'm actively iterating and would love real feedback. 💬 If you've built a reading habit — what made it stick? An app, a ritual, a format?
2
3
71
0
FILLO Horses Essentials App Case Study
0
2
Fullstack Engineer
(2)
Follow
Message
Omar Eltomy
Cairo, Egypt
Artistic Web Developer
Follow
Message
Artistic Web Developer
0
Pluton | Your Gateway to a World of Movies
0
0
0
A1 Sprinklers
0
2
0
Dreamea | Interior Design Agency
0
5
0
Omerey
0
7
Fullstack Engineer
(2)
Follow
Message
mohamed khaled
Cairo, Egypt
Building Secure, Dynamic Websites with MERN
Follow
Message
Building Secure, Dynamic Websites with MERN
0
ETQAN Assessment Platform
0
5
0
Doctor-appointment-booking
0
4
0
Task Management Website
0
3
View more →
Fullstack Engineer
(3)
Follow
Message
braa mohamamed
Cairo, Egypt
Full-Stack Developer | Built 2x SaaS | Next.js - Node.js
Follow
Message
Full-Stack Developer | Built 2x SaaS | Next.js - Node.js
0
Bee-Well Personal Productivity SaaS
0
2
0
Brospect - B2B SaaS for Outreach Personalization
0
1
0
Fresh - Personalized Wallpaper Discovery App
0
6
View more →
Fullstack Engineer
(2)
Follow
Message
Ali Alaa
pro
Cairo, Egypt
Frontend Expert: Quality Web Apps & Hybrid Mobile Apps
$5k+
Earned
1x
Hired
5.0
Rating
7
Followers
Follow
Message
Frontend Expert: Quality Web Apps & Hybrid Mobile Apps
0
Course: Svelte & SvelteKit: The Complete Guide
0
101
0
Course: Modern Web Animations
0
17
0
Course: Gutenberg Blocks for WordPress and React Developers
0
26
0
React Native Course: Unbeatable & Multiplayer Tic-Tac-Toe
0
38
Fullstack Engineer
(1)
Follow
Message
Mahmoud Amr
Cairo, Egypt
AI Automation & Data Engineering | Senior Full-Stack Eng
Follow
Message
AI Automation & Data Engineering | Senior Full-Stack Eng
0
Data Scraping for Market Insight: Revolutionizing E-commerce and
0
9
0
Automated Streamlining and Summarizing of Financial News
0
10
0
Youtube Channels Scraper, Analyzer and AI Model Generation.
0
10
View more →
Fullstack Engineer
(2)
Follow
Message
Explore people