VAVictor Adedokuninvictoradey.hashnode.dev·Mar 1, 2022 · 2 min readBuilding Secure Web Applications:Web applications continue to face daily threats from many attacks and attackers. While some threats are more common than others, The Open Web Application Security Project OWASP has consistently ranked some threats as part of the top 10 for the last c...00
VAVictor Adedokuninvictoradey.hashnode.dev·Feb 19, 2022 · 5 min readSolve Quadratic Equations on the Go!What is a quadratic equation? A quadratic equation is an algebraic equation in the form ax² + bx + c where a, b and c are real numbers and a is not equal to 0. Also, a and b are coefficients of x² (pronounced x-squared) and x respectively while c is ...00
VAVictor Adedokuninvictoradey.hashnode.dev·Feb 12, 2022 · 4 min readUnderstanding JavaScript ObjectsOne of the concepts I found difficult to understand when I started learning to code was Objects. Apart from the similarity with Arrays, it seemed to be a difficult concept to grasp. This article is my attempt at demystifying JavaScript Objects for no...00