upendra.me It's me, Upendra Upadhyay
  • HOME
  • ABOUT ME
  • NOW
  • RESUME
  • BLOG
  • CONTACT
  • HOME
  • ABOUT ME
  • NOW
  • RESUME
  • BLOG
  • CONTACT
May 4, 2020

Hashing or Encrypting Passwords

hashing-encryption
ProgrammingTechnology

Whatever programming language you are using, sooner or later there’s a need of maintaining user credentials for the application which interacts with the end user to store their data. Their username and password are stored in the database, no matter which database. With this piece of information you can authenticate users to use your application. […]

By upendra
Read More
April 24, 2020

OOP Concept – The easy way

OOP Concept
Programming

Most programming languages are object oriented today which have OOP concept like abstraction, polymorphism, encapsulation and inheritance, But there are other ways to program. Procedural programming language like C. In procedural programming, programs are written as a long series of operations to execute. Some of that might be written in methods to make the program […]

By upendra
Read More

Copyright ©2020 upendra.me | All Rights Reserved