Freelance Software Engineers in 6th of October City
Freelance Software Engineers in 6th of October City
Sign Up
Post a job
Sign Up
Log In
Filters
2
Projects
People
Mohamed Aboueldahab
6th of October City, Egypt
Next.js Frontend Engineer with Sanity Expertise
5.0
Rating
4
Followers
Follow
Message
Next.js Frontend Engineer with Sanity Expertise
0
Landing Page | A Demo Landing Page for Your Company or Your App
0
26
0
Real Pros | A Call Center Company Website
0
26
0
Mohamed Waled's | Portfolio Will Elevate Your Online Presence
0
21
View more →
Software Engineer
(3)
Follow
Message
Mostafa Raafat
Giza, Egypt
Software Engineer | Web-based Apps Solutions
New to Contra
Follow
Message
Software Engineer | Web-based Apps Solutions
1
Smart Clinic Management Web Application This project involves the development of a fully integrated web-based system for managing medical clinics through a fully automated workflow, eliminating the need for a traditional receptionist. The system allows patients to book appointments online بسهولة by selecting their preferred date and time. Upon arrival at the clinic, patients can check in самостоятельно through the system, where they are automatically added to a real-time waiting list based on their booking order. When it is the patient’s turn, entry to the doctor’s session is confirmed by scanning a unique QR code associated with the appointment. This action records the start of the visit within the system. On the doctor’s side, the system provides a dedicated dashboard that enables easy session management. Doctors can start and end consultations with a single click, while the system automatically updates the appointment status in real time. This solution enhances clinic efficiency by organizing workflows, reducing crowding, and accelerating patient flow without the need for manual scheduling or management. The platform features a modern, user-friendly interface and is fully responsive, ensuring a seamless experience across all devices, including mobile phones, tablets, and desktop computers.
1
120
1
Smart Web Application for Finding Medicines in Nearby Pharmacies A smart web application designed to help users find medicines in nearby pharmacies using geolocation technology. Instead of manually searching, the system automatically sends requests to surrounding pharmacies. The user simply enters the required medications, and the system automatically detects their location and broadcasts the request to multiple nearby pharmacies at the same time. Pharmacies then respond to the request with the availability status of the medicine (available or unavailable), along with the option to provide pricing details. All responses are displayed to the user in an organized manner, enabling them to easily compare and choose the best offer. The system is built on the concept of Broadcast Requests, which saves users time and effort while increasing the chances of quickly finding the required medicine without the need to physically visit multiple pharmacies. Additionally, the platform provides a dedicated dashboard for pharmacies, allowing them to efficiently manage incoming requests and respond in real-time. The system updates request statuses instantly to ensure a smooth and responsive experience. The application features a modern, responsive user interface that works seamlessly across all devices (mobile, tablet, and desktop), ensuring a fast and user-friendly experience. Technologies Used: - ASP.NET Core (Web API & MVC) for backend development - Domain-Driven Design (DDD) to structure and organize business logic - Entity Framework Core for database management - JWT (JSON Web Token) for authentication and security - Clean Architecture for scalability, maintainability, and flexibility
1
126
1
TICKR - Automated Financial Market Data Pipeline
1
25
1
Scalable LMS Backend with ASP.NET Core
1
23
Software Engineer
(2)
Follow
Message
Jonathan Adel
Cairo, Egypt
Full-stack developer — MERN/PERN, Next.js & React Native
7
Followers
Follow
Message
Full-stack developer — MERN/PERN, Next.js & React Native
0
Qodum Mobile — School Management App for Teachers, Students & Staff A React Native school management app with multi-role support, assignment workflows, push notifications, and fee payments. The Starting Point The web version of Qodum handled school operations from an admin/staff perspective — but teachers, students, and parents needed their own dedicated way to interact with the system day-to-day, from wherever they were. That's what the mobile app was built to solve. What I Built Qodum's mobile app supports three distinct user types — teachers, students, and staff — each with their own relevant experience within the same app. Core functionality includes an assignment system where teachers can create and review assignments, students can view and submit answers, and teachers can give feedback directly on submissions. The app also includes a notice/notification system, with real-time push notifications powered by Firebase Cloud Messaging, plus an integrated payment gateway so students can pay school fees directly from the app. Tech Stack Built with React Native, with Firebase handling messaging and push notifications, and a dedicated payment gateway integration for fee collection. Why Multi-Role Matters Here Rather than building separate apps per user type, Qodum's mobile app handles teachers, students, and staff within a single codebase — each seeing a tailored experience based on their role, which keeps the app maintainable while still serving genuinely different workflows. How I Work This mirrors my approach on client mobile projects — one codebase, role-based experiences, and integrations (like payments and push notifications) that actually work reliably in production, not just in a demo. GitHub: https://github.com/jonathanadel-dev/qodum-app
0
112
1
Gursha — Short-Form Video Sharing App (TikTok-Style) A TikTok-style short-video app built with React Native — video uploads via AWS S3, live chat with Firebase, and user profiles The Starting Point A client came to me wanting a short-form video sharing app in the vein of TikTok — a platform where users could upload, browse, and engage with video content, with real-time social features baked in from the start. What I Built Gursha is a React Native mobile app centered around short-form video content. Users can upload videos, which are stored and served via AWS S3, and browse a feed of content much like TikTok's core experience. A live chat feature, powered by Firebase, lets users message each other in real time. Each user also has a profile page showing their own uploaded videos, giving the app a personal, creator-focused layer on top of the content feed. Tech Stack React Native for the mobile app, AWS S3 for video storage and delivery, and Firebase for real-time chat functionality. Why This Setup Video-heavy apps live or die on how well media is stored and served — using AWS S3 for uploads kept video handling scalable and reliable rather than trying to manage large media files through a single backend server. Firebase's real-time capabilities were a natural fit for chat, since it handles live data sync without needing custom WebSocket infrastructure built from scratch. How I Work This project is a good example of taking a broad, ambitious client request ("build me something like TikTok") and breaking it into concrete, buildable pieces — video storage, feed logic, real-time chat, and profiles — each solved with the right tool for the job rather than forcing one system to do everything. GitHub: https://github.com/jonathanadel-dev/gursha-app
1
164
0
Qodum — Custom School Management ERP System The Starting Point Qodum was built for a real business need — a school required a way to manage their day-to-day administrative operations without relying on scattered spreadsheets and manual processes. Rather than a generic template, the goal was a system built around how a school actually runs: fees, admissions, accounts, and inventory, all in one place. What I Built Qodum is a full-stack ERP system covering four core modules — fee management, admissions, accounts, and stock/inventory tracking. An admin dashboard ties it all together, giving staff a single place to manage records and daily operations instead of juggling disconnected tools. Role-based access ensures different staff members see only what's relevant to their responsibilities. Architecture Built with Next.js, using server components to handle backend logic directly within the framework rather than maintaining a fully separate backend service — keeping the codebase leaner and more maintainable. TypeScript is used throughout for type safety across a codebase of this size, and the project is deployed live on Vercel. Why This Approach Server components let me handle data-fetching and business logic close to where it's needed, reducing client-side complexity while keeping the app fast. For a system handling sensitive operational data (fees, accounts, student records), this structure also made it easier to keep backend logic contained and auditable rather than scattered across API routes. Where It Stands Qodum has been in active, sustained development — over 600 commits reflect continuous iteration rather than a single quick build. It's live and demonstrates a real, functioning ERP architecture: modular by design, with each core business function (fees, admissions, accounts, stock) built as its own cohesive piece within a shared system. How I Work This project reflects how I approach client work generally: understand the actual operational need first, then build modularly so the system can grow — new modules or features added without requiring a rewrite of what already works. Live: qodum.vercel.app (http://qodum.vercel.app)GitHub: jonathanadel-dev/qodum-web (https://github.com/jonathanadel-dev/qodum-web)
0
135
3
Learnova — Full-Stack Learning Management Platform The Starting Point I wanted to build something that went beyond a typical CRUD tutorial project — a real learning management platform with the kind of complexity actual ed-tech products deal with: authentication done right, adaptive UI based on user state, and a data layer that could support real course structures, not just placeholder content. What I Built Learnova is a full-stack LMS where users can browse structured courses, follow instructors, and track their own progress toward completion. The core experience revolves around three things: discoverability (search and browse courses by topic), structure (courses broken into organized, sequential content), and visibility (users can actually see their own progress, not just consume content passively). Tech Stack Next.js 16 (App Router), React 19, TypeScript, Tailwind CSS v4, PostgreSQL (Neon), Prisma ORM, deployed on Vercel. Architecture Decisions Worth Calling Out Prisma + PostgreSQL for a relational structure that fits course/instructor/progress relationships more naturally than a document store would. Server-first data fetching using Next.js App Router conventions, keeping client bundles lean. A fallback email provider chain (Resend → Brevo/Nodemailer) instead of a single point of failure for critical auth emails. Where It Stands Learnova is actively in development, with core auth, course browsing, and instructor/progress systems in place. It's built as both a functioning product and a demonstration of how I approach full-stack architecture — clean separation of concerns, resilience in critical paths like auth/email, and attention to the details that make software feel genuinely finished. How I Work I take a similar approach on client projects — thinking through failure points (like email delivery) before they become production issues, and caring as much about the small UI details as the big architectural decisions.
1
3
233
Software Engineer
(4)
Follow
Message
Mohamad Salem
Cairo, Egypt
Software Engineer and Automation Expert
Follow
Message
Software Engineer and Automation Expert
0
ArcGIS Automation for Reporting
0
8
0
Python Script, CSV Data Wrangling
0
10
0
Zappyrent
0
37
0
Backend Development and AI Integration
0
15
Software Engineer
(4)
Follow
Message
Mohamed Gadalla
Cairo, Egypt
Game Developer
Follow
Message
Game Developer
0
The Nikola Game Engine
0
11
0
Socrates
0
11
1
The Problem Solver
1
5
1
Crossing The Line
1
7
Software Engineer
(3)
Follow
Message
Mikhail Wahib
Cairo, Egypt
Software developer
Follow
Message
Software developer
0
Xpress: A Lightweight HTTP Framework for Rust
0
5
0
Development of Ra Programming Language
0
3
0
Vending Machine API Development
0
4
0
Movibes - movies website
0
4
Software Engineer
(5)
Follow
Message
Ahmedsami
Giza, Egypt
AI Engineer | Machine Learning | Deep Learning | NLP | LLMs
12
Followers
Follow
Message
AI Engineer | Machine Learning | Deep Learning | NLP | LLMs
2
🎬 I built an AI web app that creates short promo videos from just a product link 🔥 Paste a product link → my app (powered by Gemini AI) automatically: Extracts the product info 🧠 Writes a catchy script ✍️ Generates a natural voice-over 🎙️ Creates a ready-to-share promo video 🎥 Built with Next.js + Gemini API , designed for creators, e-commerce owners, and marketers who want to automate video content in seconds 🚀 💡 Want something similar for your brand or startup? Let’s build your next AI-powered project together!
2
168
1
I built an AI Email Spam Classifier that filters spam automatically — so teams don’t waste time digging through junk mail. 💼 Why it matters: Keeps your inbox clean and organized Protects from phishing & spam Helps you focus on real clients and leads 🧠 Tech: Python, Scikit-learn, TF-IDF, Random Forest 👉 If your business relies on email, I can integrate a custom version to make your inbox smarter.
1
175
1
task manager
1
3
1
social media platform
1
7
Software Engineer
(1)
Follow
Message
Mohammed El Saeed
Cairo, Egypt
Tailored Frontend Solutions for Unique Web Projects
Follow
Message
Tailored Frontend Solutions for Unique Web Projects
0
Ecommerce Website. HTML, CSS, JavaScript
0
11
0
Cogniverse
0
11
0
Property Management Website
0
10
View more →
Software Engineer
(2)
Follow
Message
Explore people