Git Product home page Git Product logo

dn's Introduction

r0mdau here 👋

Twitter  |  Linkedin |  Credly  |  HackerRank

About me

  • 🔭 Software engineering leader with a passion for online systems. I have a rich background in b2b, e-commerce, and online services in the gaming industry.
  • 🏢 Technical Lead of the SRE department at Ubisoft, in the Online Services organization, providing global online gaming services.
  • 🤞 Studied software engineering, site reliability engineering by experience and cyber security enthusiast.
  • 📖 Love open source.
  • 📬 Reach me via linkedin or twitter, happy to connect
  • 🏃 Sports hobbies cycling, swimming, running and hiking (former cycling coach)


Funny stats with anuraghazra/github-readme-stats and denvercoder1/github-readme-streak-stats :

dn's People

Contributors

r0mdau avatar

Watchers

 avatar  avatar

dn's Issues

Modèle de données

Générer le script de création du modèle de données.

Il faut :

table entreprise :

  • id / int(11), primary, auto_increment
  • nom / varchar(100)

But : générer une typehead pour ceux appartenant aux mêmes entreprises lors du remplissage du formulaire.
Pourquoi ? Car plusieurs personnes peuvent appartenir à la même entreprise.

table personne :

  • id / int(11), primary, auto_increment
  • prenom / varchar(100)
  • nom / varchar(100)
  • id_entreprise / int(11), references entreprise(id)
  • new / int(1)

    pour gérer une mise en surbrillance des nouveaux adhérents

  • date / timestamp

    pour afficher les nouveaux inscrits un par un toutes les 5 secondes par ordre d'inscription croissante

Todo tests

Il faut écrire les tests suivants :

AdherentModel.php

  • getEnJson
  • getPremierNouveauEnJson
  • getPremierNouveauEnJsonMoinsParu
  • onScreen
  • offScreen

EntrepriseModel.php

  • getAllToTypeahead voir si cette méthode est utilisée, si non --> la supprimer

Algorithme - Nouveaux adhérents

En fonction du nombre de nouveaux adhérents :

  • si X < 5 nouveaux adhérents, afficher les nouveaux toutes les 5 secondes
  • si 5 < X < 50 nouveaux adhérents, afficher les nouveaux toutes les 2 secondes
  • si 50 < X nouveaux adhérents, afficher les nouveaux toutes les secondes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.