Skip to content
View btrice's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@therunapps
Block or Report

Block or report btrice

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
btrice/README.md

Linkedin Badge Twitter Badge

import SoftwareDeveloper from 'msaidara';
import { Languages, Frameworks, Databases, Scm, Ci, Products } from 'msaidara/skills';

class Bio extends SoftwareDeveloper {
  name     = 'Moussa AIDARA';
  title    = 'Software Engeneer | Salesforce Solution Architect';
  location = 'Paris, FR';
}

class Skills extends SoftwareDeveloper {
  languages  = ['Java', 'HTML', 'JavaScript', 'PHP', ...Languages];
  databases  = ['MySQL', 'Oracle', 'PostgreSQL', ...Databases];
  frameworks = ['Spring', 'Hibernate', 'Swagger', ...Frameworks];
  scm = ['Git', 'SVN', 'Mercurial', ...Scm];
  ci = ['Jenkins', 'Travis CI', 'CARA', ...Ci];
  products = ['FileNet p8', 'ARender', 'Braze', 'Marketing cloud', ...Products];
}

Popular repositories

  1. Spring_CFX_Hibernate_JAX-WS Spring_CFX_Hibernate_JAX-WS Public

    Apache CXF JAX-WS : Top down approach for developing SOAP based web service with spring and hibernate.

    Java 2

  2. j2ee_projet j2ee_projet Public

    RĂ©alisation d'un site web de gestion d'une auto-Ă©cole

    Java 1 6

  3. strassen strassen Public

    Implement strassen's algorithm for matrix (recusive approch)

    C

  4. Zork Zork Public

    Zork jeu d'aventure en java

    Java

  5. CahierDeSonNumerique CahierDeSonNumerique Public

    Cahier de son numérique (son, graphème, image, vidéo)

    Java

  6. simulation simulation Public

    Simulation des objets mobiles autour de la terre.

    C++