This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
##Device = Desktops | |
##Screen = 1281px to higher resolution desktops | |
*/ | |
@media (min-width: 1281px) { | |
//CSS | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sergey Sherstobitov | |
Front End Developer | |
## Skills | |
* JavaScript | |
* CSS | |
* HTML | |
* ReactJS | |
* NodeJS | |
* PostgeSQL |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Properties = require('../models').Properties; | |
import { map } from 'lodash'; | |
// const _ = require('lodash'); // causing error | |
const models = require ('../models/properties'); | |
module.exports = { | |
createProperty: (req, res, next) => { | |
const { name, address, category, open_time, close_time, description, photo, geoloc } = req.body; | |
return Properties | |
.create({ name, address, category, open_time, close_time, description, photo, geoloc }) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
module.exports = (sequelize, DataTypes) => { | |
const Properties = sequelize.define('Properties', { | |
name: { | |
allowNull: false, | |
type: DataTypes.STRING | |
}, | |
address: { | |
allowNull: false, | |
type: DataTypes.STRING |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## **Sergey Sherstobitov** | |
JavaScript developer with strong understanding of back-end. | |
_(206) 5446-9482_ | |
[email protected]_ | |
_sherstobitov.us_ | |
### Skills | |
* JavaScript | |
* NodeJS | |
* Express |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## **Liliya Sherstobitova** | |
_(206) 549-9978_ | |
[email protected]_ | |
### Work Experience | |
**Windermere Bellevue Commons** | |
Real Estate Assistant (2017 - Current) | |
* Establishing positive client relationships by fielding initial and follow-up calls from prospective clients with data entry and listing of activity logs |