I am currently competing with my collaborator in a startup challenge at Y Combinator, in order to benefit from a start-up fund for our social network project, but also I work on a health, education and E-commerce platform. platform that I finish before 2020, because in 2020 I am only dedicated to AI, Cloud, Blockchain!
I am a web developer who is constantly learning, having experienced and realized projects that bring real satisfaction to the community.
I went there but I was able to find myself so I am merging the stack like this: bootstrap-mysql; AngularJS-php; AngularJS-firebase; nodejs-firebase-bootstrap; vuesjs-firebase; symfony-mysql; DENR; react-firebase. . . try to follow the best youtubers like Traversy Media https://www.youtube.com/channel/UC29ju8bIPH5as8OGnQzwJyA
Hi all the coders I am Patrick BIYAGA Student Engineer last year option Cybersecurity and Network Solutions at 3IL-Engineers Douala-Cameroon. I am CEO from SeeDoc (https://dbaseedoc.herokuapp.com) with my team we work on the PWA. and I am Co-Founder and Lead Developer at (lefaxcm.org) which is undergoing a major overhaul. I leave the Google Africa Scholarship Udacity Scholarship Program where I had to do a PWA (patbi.github.io). I am passionate about learning technological concepts, programming tools, etc ... Currently, my main technology stack is for Lefax CM (React, Symfony, REST GraphQL), for SeeDoc (AngularJS, Firebase, NodeJS, Cordova). but I'm always curious and I love learning new things. I like the okook, the ndol茅. girls. If you have questions, you can either send me an email or ask a direct question about my profile.
Hello here is what I could already have https://github.com/patbi/seedocauth but I would also like 1 - to redirect each type of users on his page 2 - Restrict access to the cat view for patients and visitors, but only accessible to doctors my json { "patients": { "fname": "patrick", "lname": "isaac", "username": "patient1", "password": "hello", "year_of_birth": 1990, "email": "biyagapatrick@provider.com", "civility": [ "single", "married", "other" ], "phone_number": 698780156, "sex": [ "M", "F"], "srcImg": "img/pat.jpg", "electronic_notebook": { "name": "notebook1", "description": "description1", "content": "content1", "datecreation": 23-11-2018, "consultationdate": 23-11-2018 }, "userRole": { "bitMask": 2, "title": "patients" }, "tokens": [] }, "doctors": { "fname": "doctor1", "lname": "doctor1", "username": "doctor1", "password": "world", "year_of_birth": 1990, "age": 28, "email": "doctor1@provider.com", "phone_number": 698780156, "srcImg": "img/pat.jpg", "specialty": "surgeon-dentist", "hospital": { "name": "seedoc", "country": { "name": "cameroon", "region": { "name": "center", "city": { "name": "yaound茅", "street": { "name": "deido", }, }, }, }, }, "userRole": { "bitMask": 4, "title": "doctors" }, "tokens": [] }, "admin": { "username": "admin", "name": "admin", "password": "admin", "email": "admin@admin.admin", "userRole": { "bitMask": 5, "title": "admin" }, "tokens": [] } }