For validation purposes passwords are stored in a database and if it wasn’t insecure enough that the user used “asdf123” as his password storing them as plain text can be…
This post will focus on learning about interfaces and JavaScript. To cover this, we will review why a prototype-based language like JavaScript doesn’t really use interfaces and how objects can…
This week’s post is on Big-O notation. To cover the topic and go through the various algorithms, we will study concepts such as: -What Big-O notation is and why web…
As part of a series of assignments, today’s topic will be about concurrency in web development. We’ll explore this topic by defining what concurrency is and its various methods. Then…
Today’s topic will focus on some of the introductory steps to define a software product by establishing the functional and non-functional requirements, elaborating user stories, a wireframe to show the…
In the upcoming weeks, I will be including more posts about web development. After thinking about it I think a good transition topic is non-relational databases since they’re not only…