Giter Club home page Giter Club logo

PaikJiMan's Projects

android-cleanarchitecture icon android-cleanarchitecture

This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.

android_remote_control icon android_remote_control

very simple node.js web server - remote view/control of android. uses openstf minicap and minitouch libraries

country-mvvm icon country-mvvm

Country app built using Modern Android Development [MVVM, LiveData]

embarcaderoconference icon embarcaderoconference

Apresentaรงรตes e Exemplos do Embarcadero Conference - Todas as ediรงรตes a partir de 2012 !!!

githubarchitecturecomponents icon githubarchitecturecomponents

The implementation of Android "Architecture Components" sample explained by Google : https://developer.android.com/topic/libraries/architecture/guide.html

login-api icon login-api

[Node JS/Express] Login API tutorial with JWT

machine-learning icon machine-learning

๋จธ์‹ ๋Ÿฌ๋‹ ์ž…๋ฌธ์ž ํ˜น์€ ์Šคํ„ฐ๋””๋ฅผ ์ค€๋น„ํ•˜์‹œ๋Š” ๋ถ„๋“ค์—๊ฒŒ ๋„์›€์ด ๋˜๊ณ ์ž ๋งŒ๋“  repository์ž…๋‹ˆ๋‹ค. (This repository is intented for helping whom are interested in machine learning study)

nodejs-jwt-example icon nodejs-jwt-example

sample implementation of an authentication system that uses JSON Web Token to manage users' login data in Node.js web server.

reverseengineer icon reverseengineer

# Unit 14: Full-Stack ## Overview In the previous unit, we modularized our applications following the MVC paradigm and integrated a custom ORM into the Model layer. Like all things in software development, when we find ourselves repeating a task, we look for programmatic solutions. Because the implementation of object-relational mapping is a common task in full-stack web development, third-party libraries emerged to do the heavy-lifting for us. In this unit we will integrate Sequelize, a popular Node.js ORM, into our newly modularized applications. ## Key Topics * Sequelize * sequelize-cli * CRUD * Models * Validations * Associations ## Comprehension Check You will be employer-ready if you can answer the following questions: 1. What is a Model? 2. What are two approaches to using Sequelize in a full-stack web application? 3. How does one perform joins using Sequelize? ## Learning Objectives You will be employer-competitive if you are able to: * Configure a full-stack web application to use the Sequelize ORM library * Define models that POST data using validations * Define models that GET data using validations * Implement CRUD methods using Sequelize * Implement Sequelize associations to join one or more tables * Configure Heroku for deployment of an application using Sequelize ## Homework: Reverse Engineer * In this assignment, you will reverse engineer the starter code provided and create a tutorial for the code. Begin inspecting the code to get an understanding of each file's responsibility. Then, in a Google Doc, write a tutorial explaining *every* file and its purpose. ## Helpful Links * [Sequelize Queries](http://docs.sequelizejs.com/en/latest/docs/querying/) * [Sequelize Associations Part 1](http://docs.sequelizejs.com/en/latest/docs/associations/) * [Sequelize Association Part 2](http://docs.sequelizejs.com/en/latest/api/associations/) * [Sequelize Migrations](http://docs.sequelizejs.com/en/latest/docs/migrations/) * [bcrypt (NPM)](https://www.npmjs.com/package/bcrypt)

winston icon winston

A logger for just about everything.

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.