MPManmohan P Minmanmohan65.hashnode.dev·Jun 4, 2024 · 3 min readAuthenticationIntroduction Today on my web dev journey i learned about the different types of authentication and authorization used by APIs. From least to highest security they are as below : No authentication Basic Authentication API Key API Tocken Lets ...00
MPManmohan P Minmanmohan65.hashnode.dev·May 25, 2024 · 5 min readBlog site Mini project (without a database)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 the server all the blogs get wiped. There's also no logins or accounts, so for now you just write, vi...00
MPManmohan P Minmanmohan65.hashnode.dev·May 17, 2024 · 2 min readWriting a batch scriptIntroduction 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 terminal. So my friend wanted to record his gameplay but was too lazy to open obs and record every ...00
MPManmohan P Minmanmohan65.hashnode.dev·May 14, 2024 · 4 min readBand Generator using JS (Node JS)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 together to give weird bandname. It'll do all this WHEN you press a button. Dependencies First we insta...00
MPManmohan P Minmanmohan65.hashnode.dev·May 11, 2024 · 2 min readIntro to backend (Using Javascript)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 working web app we need what we call a "backend". It has three parts - Database, Server and Applicati...00