forceSWupdate () {
if ('serviceWorker' in navigator) {
navigator.serviceWorker.getRegistrations().then(function (registrations) {
for (let registration of registrations) {
registration.update()
}
})
}
}
{ | |
"extends": ["react-app", "plugin:prettier/recommended"] | |
} |
Lo primero, llevadme, como y ocupo poco (aunque no lo aparente).
Fuera de broma, os puedo recomendar sitios donde comer y tapear, pero la noche no la controlo mucho, pero en el centro no faltan bares y pseudo discotecas. But:
- Plaza Mitjana: https://www.google.com/maps/place/Pje.+Mitjana,+29008+M%C3%A1laga/@36.7225281,-4.4216474,19z/data=!4m5!3m4!1s0xd72f7be33d93b21:0xd52479f1a3690313!8m2!3d36.7225281!4d-4.4211002. Alrededor de esta plaza hay bares donde las copas no suelen estar muy caras y se suele llenar al principio de la noche. Después la gente se suele meter más en bares cerrados como los que te pongo a continuación.
- Malafama: https://www.google.com/maps/place/MALAFAMA/@36.722461,-4.4215222,19z/data=!3m1!4b1!4m5!3m4!1s0xd72f7be324e7f2d:0x3e20a43f6570c816!8m2!3d36.722461!4d-4.420975
- Sala Gold: https://www.google.es/maps/place/Sala+Gold/@36.7221221,-4.4234811,17z/data=!3m1!4b1!4m5!3m4!1s0xd72f7be2f165af3:0x47f3b9430a7ed963!8m2!3d36.7221221!4d-4.4212924?shorturl=1
- Sala Wengé: https://www.go
DESCRIPTION
Visitame is looking for an enthusiastic frontend engineer to join to the team. In this role you will have significant responsibility in our project development team. Visitame looks for developers who take ownership of their code.
ABOUT US
We are Visitame, a Proptech startup which combines the best of Home IoT (Hardware and Software) to create an optimized and radically improved Real Estate selling process. We have already successfully launched an Alpha version to the market and we're ready now to scale it technically and commercially. We're a well-funded startup, with top corporate Real Estate clients and backed by 7r Ventures.
ABOUT YOU
You love code. You love to build great products with JavaScript, HTML, and CSS. You know JavaScript is imperfect, but you embrace its functional side and genuinely enjoy coding with it. You might like to talk about obscure computer science topics, but really, you just want to write simple code and ship new products and features to customers.
**You
<html> | |
<body> | |
<div id="react-root"></div> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/16.0.0/umd/react.production.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.0.0/umd/react-dom.production.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.26.0/babel.min.js"></script> | |
<script id="react-app" type="text/template"> | |
const App = ({name}) => { |
/** | |
* Created by Dmytro on 3/27/2016. | |
*/ | |
var browserify = require('browserify'), | |
gulp = require('gulp'), | |
sourcemaps = require('gulp-sourcemaps'), | |
sass = require('gulp-sass'), | |
autoprefixer = require('gulp-autoprefixer'), | |
source = require('vinyl-source-stream'), | |
buffer = require('vinyl-buffer'), |
[category = '8'] { | |
line-color: #7F3C8D; | |
} | |
[category = '9'] { | |
line-color: #11A579; | |
} | |
[category = '18'] { | |
line-color: #3969AC; | |
} | |
[category = '2'] { |
#!/usr/bin/env bash | |
set -e | |
rails s webrick & sleep 3 | |
browser-sync start --files "app/views/**/*.erb, app/assets/stylesheets/**/*.scss, app/assets/javascripts/**/*.js" --proxy "localhost:3000" --reload-delay 1000 --no-open |