Mississauga Coding A meetup group

NodeJS & Databases: MongoDB

As already mentioned, databases are typically a key component of back-end architecture. Luckily, NodeJS, which enables us to run server-side JavaScript code, can connect to several of the major database server engines. MongoDB is another...
Read more...

NodeJS & Databases: MySQL

Databases are an essential component of back-end architecture. NodeJS, which enables us to run JavaScript code on the server side, can connect to several of the major database server engines, including the very popular MySQL....
Read more...

Basic Routing In NodeJS

Next we shall add some basic routing to our back-end server, but first what is routing and why do we need it? What do we mean by ‘routing’? Routing is a mechanism by which information...
Read more...

Intro to Back-end Development with NodeJS

Installing NodeJS Download and install the latest version of NodeJS from the NodeJS site. If you opt to use a cloud IDE such as Cloud9, NodeJS will come already installed with your workspace. To test...
Read more...

HTML/CSS/JS - Git & GitHub

Git is a source code management tool used to keep track of changes to files in a project. Git is freely available as a download for Windows, Mac and Linux operating systems. Once installed, the...
Read more...