~/portfolio - bash
Premium UI Portfolio
$whoami
|
$cat role.txt
$echo $PASSION
Developer workspace with code on screen
Code-Driven UI
scroll down
about me

About()

about.js config.json
const developer = {
  name: "Mohammad Abu Sakour",
  brand: "Kan3an.dev",
  title: "Senior Software Engineer",
  experience: "5+ years",
  location: "Remote / Worldwide",
  passion: "Building scalable web apps",

  describe() {
    return "I craft clean interfaces and reliable systems.";
  }
};
0
projects completed
0
years experience
0
commits this year
0
cups of coffee
my skills

Skills[]

frontend/
React.js
95%
TypeScript
90%
Next.js
88%
backend/
Node.js
93%
Python
88%
PostgreSQL
90%
devops/
Docker
88%
AWS
85%
CI/CD
90%
my projects

Projects{}

e-commerce.tsx
export const ECommerce = () => {
  // Full-stack platform UI
  const features = ["Inventory", "Payments", "Dashboard"];
};
ai-dashboard.py
class AIDashboard:
  """Analytics interface"""
  widgets = ["Charts", "Reports", "Insights"]
cloud-infra.yaml
apiVersion: apps/v1
kind: Dashboard
metadata:
  name: cloud-platform
realtime-chat.go
type ChatServer struct {
  // Real-time UI concept
  Rooms []Room
  Users map[string]User
}
get in touch

Contact()

~/contact - send_message
LinkedIn Profile Mohammad Abu Sakour Kan3an.dev
const links = {
  name: "Mohammad Abu Sakour",
  brand: "Kan3an.dev",
  linkedin: "linkedin.com/in/mohammad-abu-sakour-kn",
  email: "hello@example.com",
  website: "developer.dev"
};