NoubaaB - Overview

export default () => ({
  nationality: "Moroccan",
  pronouns: "He" | "Him",
  askMeAbout: [
    "webmaster", "webdev",
    "Progressive Web App (PWA)", "Trusted Web Activity (TWA)",
    "horizontal/vertical scaling",
    "back-end", "front-end", "LAMP stack", "MERN stack",
    "MEVN stack", "SEO naturel", "load balancer", "Docker",
    "Kubernetes", "Jenkins"
  ],
  technologies: {
    frontEnd: {
      js: [
            react: {
                          "SSR" : ["Next.js"] ,
                          "state management system" : ["Redux"]
                     }
            , angular: {
                          "SSR" : ["Gatsby.js"] ,
                          "state management system" : ["NgRx"]
                         }
            , vue: {
                          "SSR" : ["Nuxt.js"] ,
                          "state management system" : ["Vuex","Pinia"]
                     }
            , svelte
            , livewire
            
      ] ,
      webAssembly: [
           Blazor,
      ] ,
      css: ["Materialize", "Bootstrap", "Tailwind CSS", "Vuetify"]
    },
    backEnd: {
      php: ["laravel", "symfony"] ,
      nodeJS: ["express", "adonis", "nest"] ,
      C_sharp: ["ASP.NET API/MVC"] ,
      python: ["django", "flask"] ,
      misc: ["adobe premiere pro", "linux"]
    },
    mobile:{
          java_script: [
            "react-Native",
            "Flutter",
            "ionic-Vue",
            "NativeScript"
          ] ,
          C_sahrp: [
            "xamarin"
          ]
    },
    desktop:[
      "WPF C#",
      "ASP.NET CORE WEB App + Electron.NET",
      "Blazro + Electron.NET",
      "Electron.JS" ,
      "laravel-electron"
    ],
    machineLearning: ["tensorflow", "keras", "OpenCv"],
    databases: [
       "SQL Server" ,
       "MySQL"      ,
       "postgresql" ,
       "FireBase"   ,
       "MongoDB"    ,
       "Redis"      
      ],
  challenge: "I am working hard to make something epic",
  words:[
          "patient"   ,
          "ambition"  ,
          "focus"     ,
          "search"    ,
          "learn"     ,
          "sacrifice" ,
          "open-loop"
        ]
    }
});

.