Saturday, September 8, 2018

Node js Login system with email confirmation

This is my github repository for complete Login system using Node js express. The System has feature to login exist user and register new user. User registration need confirmation code. Confirmation code is generate by randomly and mail to user email address and store it in database then check user get the email. The username and passwords are stored in the database.the password is stored with encrypted. In every page check the users login status using session.redirect to the login page when session is time out. .You can this login system to your Node application.

Please Don't Infringe CopyRight.







Friday, September 7, 2018

How to use Arduino analogRead and Serial Monitor

In this lesson you can learned about more about how to get output using arduino digital pin and the main purpose of this lesson is understanding about the analog read and Serial monitoring. Using Serial monitor we can monitoring our code wen it executing




Lesson_04 arduino code





pic lesson 01 - Start pic programing

PIC is a Microcontroller family from Microchip.In simple terms, it is a microprocessor with some add-on components like flash memory, RAM, EEPROM, ADC etc. in a single chip.I create this post for sharing my knowledge about pic with you. as first lesson i had shown how to start basic pic programing and i had test it in proteus. befor follow this lesson you have to install follow my video to get understanding.

Sunday, September 2, 2018

How to read digital input using arduino

In this lesson you can learned about more about how to get digital input using arduino. lesson_03-1 is shown that how to get simple input using switch lesson_03-2 shown that how to use debouncing




Lesson_03-1 arduino code





Lesson_03-2 arduino code