GithubHelp home page GithubHelp logo

schewed / full-stack-js-practice Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hyperbolic-time-chamber/full-stack-js-practice

0.0 1.0 0.0 651 KB

Mini-exercises for practicing Full Stack JS.

JavaScript 99.71% TSQL 0.29%

full-stack-js-practice's Introduction

Full Stack JS Practice

This repo contains a series of exercises designed to help you practice building pieces of an app or program using JavaScript and/or Node.js.

Breakdown of the exercises is as follows.

1 - MongoDB CRUD

You will implement the database layer of an already running Express app. Specifically, you will implement all CRUD operations (Create, Read, Update, Delete). You will be using Mongo + Mongoose.

2 - MySQL CRUD

You will implement the database layer of an already running Express app. Specifically, you will implement all CRUD operations (Create, Read, Update, Delete). This time you will be using MySQL only (using the mysql npm module). You may refactor to use Sequelize if you wish but only after implementing CRUD using just MySQL.

3 - Promise Me

You will complete a series of problems using callbacks. You will then promisify these callbacks using the native Promise API and complete the same exercises using promises.

How To Use This Repo

Fork and clone down.

cd into appropriate directory, read the README, and begin your work.

full-stack-js-practice's People

Contributors

omegak911 avatar yadleo avatar aaronvaldez avatar elaskowski avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.