Skip to content

Instantly share code, notes, and snippets.

-> Vantagens de uso da nuvem:
- Trocar investimento em ativos por custos operacionais.
Custos tende a ser mais aderentes aos negócios.
- Benefício de escala massivo.
Quanto maior a estrutura, maior uso de uma estrutura robusta, mais barato deve se tornar o módulo.
- Parar de estimar/chutar a capacidade do data center.
Na nuvem, pela elasticidade, poderá escalar conforme a necessidade.
https://jgilfelt.github.io/AndroidAssetStudio/index.html
https://romannurik.github.io/AndroidAssetStudio/index.html
https://designer.gravit.io
https://zeplin.io
http://zofe.com.br
https://devnaestrada.com.br
http://hipsters.tech/
https://www.lambda3.com.br/tag/podcast/
https://mundopodcast.com.br/podprogramar/
http://www.grokpodcast.com/
http://www.codingblocks.net/
http://thisdeveloperslife.com/
--- Find all schedules between two dates and id
db.getCollection('schedules').find({deviceId:'5CCF7FD6F728', time: {
$gte: ISODate("2017-08-24 18:14:14.000Z"),
$lt: ISODate("2017-08-24 18:14:14.000Z")
}})
Link de ferramentas para gestão de projetos ágil:
https://startupcuritiba.com.br/medologia-agil/ferramentas-gratuitas-para-gerenciamento-agil-de-projetos
@gustavobite
gustavobite / Links sobre Dev Mobile
Created April 27, 2018 04:37
Links e trechos sobre desenvolvimento mobile.
@gustavobite
gustavobite / gist:03d171b5672d72654277d4d8e6824bd8
Created January 16, 2017 12:24
Melhor forma para iteração em Map
for (Map.Entry<String,Integer> entry : testMap.entrySet()) {
entry.getKey();
entry.getValue();
}
new String(Files.readAllBytes(Paths.get("src", aFileName))))
O retorno será uma string contendo todas as linhas do arquivo.
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../google-map/google-map-search.html">
<link rel="import" href="../core-pages/core-pages.html">
<link rel="import" href="../core-icons/core-icons.html">
<polymer-element name="my-element">
<template>
<style>
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;