Teaching Newbies since 2014

  • Home
  • Javascript ❤
    • JavaScript
    • Node.js
  • WebDev Tuts
  • screencasts
  • Resources
  • VR & AR
  • Github
  • Twitter
  • YouTube
  • RSS
  • C++
You are here: Home / Archives for signup

October 1, 2021 by: Kauress

Virtual Reality login with a pattern code made with Unity3D

A small prototype to enable logging into a VR application with a pin code. Made with Unity3D for Oculus Quest 1 and 2

[ Read More ]

April 9, 2020 by: Kauress

SailorMoon Pose Signup/Login #machinelearning

Took me a day to finish the above + read on posenet and have it running on a local server. My webcam on my laptop isn’t all that great but should suffice for the time being. Below are steps for the project so far: Use getUserMedia method of the web media API to detect a webcam and get permission from the user to stream video

[ Read More ]

September 22, 2019 by: Kauress

Pose Recognition Signup/Login with tensorflow.js #machinelearning

  This is the next project in sequence to: Simply Auth: Authentication API for devs Simply Auth:  Social platform authentication API for devs Sailor Moon Pose Recognition Signup/Login (on going….) The most basic functionality of the app will be: Register with a sequence of 3 poses Confirm your poses Login with your pose password I decided to go with pose instead of gesture since I

[ Read More ]

June 26, 2019 by: Kauress

Plug and Play Authentication for express.js

  What started out as a small module has become a month long project. Some days I sleep well, other days I keep a notebook besides me to jot down ideas. I’ll be putting this project up on Product Hunt and Gumtree as a stand alone module for other  developers to use. Version 1.0 has the following features: User can make an account using their

[ Read More ]

June 17, 2019 by: Kauress

New project: Authentication from scratch

New project in progress… Vanilla JS project with: 3 Login strategies 2 password reset strategies Security precautions

[ Read More ]

Copyright © 2022 ·Kauress