Teaching Newbies since 2014

  • Home
  • Javascript ❤
    • JavaScript
    • Node.js
  • WebDev Tuts
  • screencasts
  • Resources
  • VR & AR
  • Github
  • Twitter
  • YouTube
  • RSS
  • C++
You are here: Home / Archives for coding newbies

September 8, 2019 by: Kauress

Sweet & Sour mongoose.js methods – 1

I’ve been using Mongoose (ODM library for MongoDB) quite a bit for the authentication project. NoSQL databases like MongoDB do seem more flexible for web apps which depend quite a bit on user interaction. Example a user might decide to login with a social media account or register with their email, a password and secret question-answer. I find it way easier to write a mongoose

[ Read More ]

August 16, 2018 by: Kauress

AJAX on toast

——–/———- work in progress ———-/——– ### Introduction 1. AJAX stands for async JS and XML. 2. Assists in communicating with a browser [receiving and sending data] after a page has loaded. 3. Remains a popular method of communicating with a server from the front end . 4. It enables the sending of data to the server, and receiving a response without the page reloading (think

[ Read More ]

Copyright © 2022 ·Kauress