Skip to main content

Home/ InnoDev/ Group items tagged app

Rss Feed Group items tagged

Jozef Fulop

The Twelve-Factor App - 1 views

  •  
    In the modern era, software is commonly delivered as a service: called web apps, or software-as-a-service. The twelve-factor app is a methodology for building software-as-a-service apps that: - Use declarative formats for setup automation, to minimize time and cost for new developers joining the project; - Have a clean contract with the underlying operating system, offering maximum portability between execution environments; - Are suitable for deployment on modern cloud platforms, obviating the need for servers and systems administration; - Minimize divergence between development and production, enabling continuous deployment for maximum agility; - And can scale up without significant changes to tooling, architecture, or development practices. The twelve-factor methodology can be applied to apps written in any programming language, and which use any combination of backing services (database, queue, memory cache, etc).
zajac_polny

Fingerprint Unlock app for Android using camera - 2 views

http://www.gizmag.com/ice-unlock-fingerprint-id/30674/ Google Play store

biometrics fingerprints

started by zajac_polny on 31 Jan 14 no follow-up yet
Peter Vojtek

Rss inoreader native android app - 2 views

  •  
    Ja tuto rss citacku používam už niekoľko mesiacov, podľa mňa sa najviac podoba na Google rss reader a teraz už majú aj nativnu android aplikáciu
Peter Vojtek

Android app: ICE Unlock Fingerprint Scanner - 0 views

  •  
    namiesto skeneru pouziva kameru. funguje to, ale je to dost nepohodlne.
Peter Vojtek

Why the most important part of your app has the messiest code - 2 views

  •  
    dovody preco je to tak su dost trefne.
Jozef Fulop

Migrating from a single Rails app to a suite of Rails engines [Rails application suites... - 0 views

  •  
    Pre inspiraciu
Stano Bocinec

Oracle targets Java non-payers - 1 views

  •  
    Oracle is massively ramping up audits of Java customers it claims are in breach of its licences - six years after it bought Sun Microsystems. A growing number of Oracle customers and partners have been approached by Larry Ellison's firm, which claims they are out of compliance on Java. The moment you, as an organisation, are delivering something where Java is distributed to end users - something more and more companies are doing by distributing apps through which customers can obtain products and services - that is not general-purpose any more… and Oracle wants to make money from that. Nestudoval som to dokladne, no verim,ze na Slovensko faktury tak skoro prichadzat nebudu :)
  •  
    Nuz, dufajme... Resp. este inak: tu diskusiu o (ne)distribuovani Javy by sme mali dotiahnut do konca.
Stano Bocinec

Is PostgreSQL good enough? - 0 views

  •  
    Web/app projects these days often have many distributed parts. It's not uncommon for groups to use the right tool for the job. The right tools are often something like the choice below. Redis for queuing, and caching. Elastic Search for searching, and log stash. Influxdb or RRD for timeseries. S3 for an object store. PostgreSQL for relational data with constraints, and validation via schemas. Celery for job queues. Kafka for a buffer of queues or stream processing. Exception logging with PostgreSQL (perhaps using Sentry) KDB for low latency analytics on your column oriented data. Mongo/ZODB for storing documents JSON (or mangodb for /dev/null replacement) SQLite for embedded. Neo4j for graph databases. RethinkDB for your realtime data, when data changes, other parts 'react'. ... For all the different nodes this could easily cost thousands a month, require lots of ops knowledge and support, and use up lots of electricity. To set all this up from scratch could cost one to four weeks of developer time depending on if they know the various stacks already. Perhaps you'd have ten nodes to support. Could you gain an ops advantage by using only PostgreSQL?
  •  
    I was playing a bit with OrientDB because the licensing model is not that pricey as for Neo4j. Anyway, after having really bad experience (http://orientdbleaks.blogspot.com/) I returned back to CouchDB, although it's not a graph db. But while I was searching for more data, I found this: http://www.aptuz.com/blog/is-postgres-nosql-database-better-than-mongodb/ and this: https://www.arangodb.com/2015/10/benchmark-postgresql-mongodb-arangodb/ so I'm pondering with an idea to give postgres(no)sql a chance :)
Peter Vojtek

Do Not Upgrade Your Rails Project to Ruby 2 Before You Read This - 0 views

  •  
    if you don't pass a header, by default Ruby will pass the header that will tell the external service that your app is ok with a Gzipped response (which is obviously wrong)
Michal Holub

Hakiri Facets - 0 views

  •  
    How secure are your Ruby projects? Scan Gemfile.lock for vulnerabilities, take action, and ship secure apps!
Peter Vojtek

Go Read: RSS Reader - 2 views

shared by Peter Vojtek on 22 Aug 13 - No Cached
  •  
    dost slusny klon Google RSS Readeru. vo normalnom prehliadaci funguje pekne, v mobilnom telefone v chrome prehliadaci sa mi sprava divne. nativnu android aplikaciu nema.
1 - 13 of 13
Showing 20 items per page