Web Development Part 2: Useful Learning Resources

Web Development Part 2: Useful Learning Resources

Understanding the Node.js event loop

Bootstrap forms :

Body parser :

Functions :

async.js

Promise :

Ajax :

jQuery :

Ajax vs Rest :

Architectural Styles and the Design of Network-based Software Architectures


cURL to test Rest API :

mySQL :

Node.js middleware for handling `multipart/form-data` :

Bootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Bootstrap modals, without having to worry about creating, managing or removing any of the required DOM elements or JS event handlers.

Arrow Functions :

Performance Monitoring :

Passport.js

Have a nice day!

To view or add a comment, sign in

More articles by Manish Kumar

  • Learning Jasmine and NUnit

    Jasmine website : Jasmine documentation : jQuery matchers Jasmine plugin : To install jasmine at Global level : npm…

  • Website to Learn From

    I have no TV Online library : Become an author for packtpub . Internet Radio : Fitness : Asteroid Database and Mining…

  • SOLID Principles and OOP Concepts

    SOLID Principles : S - Single Responsibility Principle O - Open Closed Principle L - Liskov Substitution Principle I -…

  • Web development Part 1: Angular and Git

    Angular 1 : Released in October 2010 Angular 2 : Released in 2015 and is build using TypeScript. Features: Performance…

  • Understanding Webpack

    On npmjs website webpack package is described as "webpack is a module bundler. Its main purpose is to bundle JavaScript…

  • Base64 Encoder

    ASCII String : Manish ASCII Character Codes : m -109 and M - 077 077-097-110-105-115-104 8-bit Binary Character Codes :…

  • Angular Basics

    Angular is a JavaScript Framework which allows us to create reactive Single-Page-Applications ( SPA ). Angular…

  • Salesforce Lightning : Attribute

    In the lightning component, write below code: Here v = view, displayMessage is the name of attribute. <aura:component >…

  • Salesforce Lightning : Student Registration Form

    In the StudentRegistrationFormComponent.cmd component, write below code : <!-- StudentRegistrationFormComponent…

Explore content categories