I hereby claim:
- I am alex0112 on github.
- I am alex0112 (https://keybase.io/alex0112) on keybase.
- I have a public key ASC2tdVkP-7cPlOrbx6lMM2RkaW_W9pG2uPb3ah0C3OvAAo
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
########################## | |
# Initial Blood Type Set # | |
########################## | |
#types = set([ ('O+', 'O+'), ('O-', 'O-'), ('O-', 'O+'), ('O-', 'A+'), ('O-', 'B+'), ('O-', 'AB+'), ('A-', 'A-'), ('A+', 'A+'), ('A-', 'AB+'), ('A+', 'AB+'), ('B-', 'B-'), ('B+', 'B+'), ('B-', 'AB+'), ('AB+', 'AB+'), ('AB-', 'AB-'), ('AB-', 'AB+') ]) | |
types = set([ | |
('O+', 'O+'), | |
('O+', 'A+'), |
<!doctype html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/cjs/vexflow.js"></script> | |
<script src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script> |
!function() { | |
return function t(e, r, n) { | |
function i(s, a) { | |
if (!r[s]) { | |
if (!e[s]) { | |
var u = "function" == typeof require && require; | |
if (!a && u) | |
return u(s, !0); | |
if (o) | |
return o(s, !0); |
I hereby claim:
To claim this, I am signing this object:
A microservice based architecture will better suite our needs considering we have one team working on machine learning and another working on application development. It would be best to have our machine learning, API, and front-end client run as separate services unaffiliated with one another except through their respective interfaces. Regardless of which framework or language we end up deciding to use, loosely coupling our view layer with the remainder of the application will improve our likelihood of a clean codebase that will be more easily maintained in the future. I've created an application here that follows this pattern using a Rails 5 API and a ReactJS client, and I'd like to push for something similar with this application.
Pros:
Using Ruby on Rails we would like you to create a simple expert search tool. The application should fulfill the requirements below. The source code must be placed in a public repo on GitHub. The application should be deployable on Heroku.