#learning-journey
Read more stories on Hashnode
Articles with this tag
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 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 So, now we know what a DOM is can manipulate it yay! But so far we didnt do what most users do a lot of clicking and mashing the...
Introduction Every programming language you learn these days make you build something with a random number generator, so here's mine. Its a simple...
Introduction So, on my journey of learning JavaScript i learnt about this concept called THE DOM or Document Object Model. Now, this is not exactly...