A clean, modern portfolio site and client hub for freelance backend and full‑stack development services.
Built to attract potential clients, showcase past work, and provide a direct point of contact.
- Backend APIs – RESTful services with Python/Flask, JWT authentication, Swagger docs
- Full‑Stack Apps – React + Flask/PostgreSQL, Vite, custom domain deployment
- Database Design – SQL (PostgreSQL, SQLite), schema optimization, many‑to‑many relationships
- CI/CD Pipelines – GitHub Actions → automated testing → deployment (Netlify, Render)
- Code Reviews & Consulting – Improve existing codebases, add features, or debug performance
| Category | Tools |
|---|---|
| Frontend | React 18, Vite, React Router, Bootstrap, Tailwind (optional) |
| Backend | Python, Flask, SQLAlchemy, Marshmallow, JWT, Flasgger |
| Databases | PostgreSQL, SQLite |
| Hosting | Netlify (frontend), Render (backend), custom domains |
| DevOps | Git, GitHub Actions, CI/CD pipelines |
| Other | EmailJS, MailerLite, Stripe (concepts), Swagger UI |
- React SPA with sub‑second navigation, 90+ Lighthouse score
- EmailJS contact hub (3 forms) – saved owner 10 hrs/month
- MailerLite newsletter – 150+ subscribers in 2 months
- SEO optimizations → 300% organic traffic growth
- Live demo | Repo (private)
- Scalable Flask API with JWT auth, caching, rate limiting
- Micro‑services ready (application factory pattern)
- Full Swagger documentation, CI/CD via GitHub Actions
- Deployed on Render
- React frontend + Flask API + SQLAlchemy
- Class bookings, trainer dashboards, JWT user roles
- Real‑time availability checks
I’m available for freelance contracts – small to medium projects, backend support, or full‑stack builds.
Contact me directly:
- 📧 rekofke.eric@gmail.com
- 🐙 GitHub (you’re here)
If you want to see the code behind this repo (assuming it contains a frontend/backend):
git clone https://github.com/your-username/Rekode_Freelance.git
cd Rekode_Freelance
npm install # or pip install -r requirements.txt
npm run dev # or flask run