3 followers
Follow me on my journey to cyber sec tackling all fields that could be considered necessary for my goal.
Introduction Today on my web dev journey i learned about the different types of authentication and authorization used by APIs. From least to highest...
Introduction A blog site is pretty self explanatory so... I'll just say how its different(for now). It doesn't have a database so when we restart...
Introduction A batch file is basically the bash script for windows. It uses the ".bat" extension. It basically runs a set of shell commands on the...
Introduction Lets make a random Bandname generator cus why not.. It'll take a random adjective and random noun form a long list and put them...
Introduction So far all the Javascript, HTML and CSS we have learnt is part of front end, i.e the part the user interacts with. But to make a fully...
Introduction Let's make a game, the Simon game. The game goes like this, there are 4 squares. In each round a square will blink, and you have to...