Pinned Repositories
activiti
Activiti workflow , bpmn
angular-ngrx
AppnodeJs
blackjack
cheatsheets
chunk-date-range
Split a date range into chunks of equal size
explorateurPHP
projet ACS
files
git-commandes
jhipster-sample-app
This is a sample application created with JHipster
dwdbk's Repositories
dwdbk/angular-ngrx
dwdbk/AppnodeJs
dwdbk/blackjack
dwdbk/cheatsheets
dwdbk/chunk-date-range
Split a date range into chunks of equal size
dwdbk/explorateurPHP
projet ACS
dwdbk/files
dwdbk/git-commandes
dwdbk/jhipster-sample-app
This is a sample application created with JHipster
dwdbk/kata-stringcalculator
A Simple String Calculator Using TDD Kata
dwdbk/laravel-reactJS
Socle application user framework laravel as back-end and reactJs as front-end
dwdbk/laravel-scout-solr
Solr Driver for Laravel Scout to search in Eloquent models through Solr Search Engine.
dwdbk/laravel-scout-solr-1
Solr Driver for Laravel Scout
dwdbk/laravel_angularJs
Project using frameworks LARAVEL 5.3.* & ANGULAR JS
dwdbk/laravel_angularJs2
Project using frameworks LARAVEL 5.3.* & ANGULAR JS 2
dwdbk/laravel_angularJs_react
dwdbk/license-JetBrans
dwdbk/manage-bank-account-test-kata
dwdbk/master-microservices-with-spring-boot-and-spring-cloud
Source code for the course "Master Microservices with Spring Boot and Spring Cloud" from Udemy
dwdbk/nodejs
dwdbk/ptc-test-partition
SUJET MAISON TEST JAVA 1 - Écrivez une fonction « partition » qui prend un paramètre « liste » et un paramètre « taille » et retourne une liste de sous liste, où chaque sous liste a au maximum « taille » éléments. Exemples d'entrées et sorties : partition([1,2,3,4,5], 2) retourne: [ [1,2], [3,4], [5] ] partition([1,2,3,4,5], 3) retourne: [ [1,2,3], [4,5] ] partition([1,2,3,4,5], 1) retourne: [ [1], [2], [3], [4], [5] ] 2 - Écrivez des tests unitaires avec Junit4 pour vérifier votre implémentation. Important : Partez du principe que votre implémentation fera partie d'une librairie utilisé par plein d'autres applications (en production) Livraison attendu : une archive contenant les sources du projet, et les instructions pour les utiliser.
dwdbk/react-user-management
A simple user management system build using React and Redux.
dwdbk/reactjs-laravel5
dwdbk/registeringProcessActiviti
Example registring process with activiti & BPMN2.0 & glassfish
dwdbk/sample-spring-microservices-advanced
provides some more advanced samples of spring boot and spring cloud microservices like microseervice api documentation with swagger2 and zuul, interaction with mongodb, configuration server, testing with Spring Cloud Contract or Hoverfly
dwdbk/spark-cassandra-connector
DataStax Spark Cassandra Connector
dwdbk/spring-boot-oracle-example
A quick example of getting Oracle JDBC to work with springboot RESTful application
dwdbk/spring-boot-with-activiti-example
dwdbk/symfony_angularJs
dwdbk/test-quarkus