Skip to main content

Home/ Groups/ InnoDev
Jozef Fulop

How to be an open source gardener - 0 views

  •  
    I do a lot of work on open source, but my most valuable contributions haven't been code. Writing a patch is the easiest part of open source. The truly hard stuff is all of the rest: bug trackers, mailing lists, documentation, and other management tasks. Here's some things I've learned along the way...
Stano Bocinec

Ruby Security Have You Not! - Hakiri - 0 views

  •  
    The first metric I was wondering about is the distribution of gems in Gemfiles. How many gems does a common Ruby developer use in their projects? The numbers are somewhat expected: the average number of gems per Gemfile is 113.08 with the standard deviation of 52.19.... The next question I had was how many of those gems contain at least one vulnerability? The numbers are staggering! 1,333 Gemfiles, or 66% of the total, are affected! I definitely didn't expect that two thirds of all projects would contain at least one publicly known vulnerability.
Peter Vojtek

Gemalto Coesys Border Management - 0 views

  •  
    gemalto uz uspesne rebrandovalo riesenia od avalonu
Peter Vojtek

Počet výherných automatov je na osemročnom minime - 1 views

  •  
    co na to casis?
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).
Peter Vojtek

What do the best computer programmers have in common? - 3 views

  •  
    vysvetlenie preco nie je velmi vhodne, aby office-management a programatori boli v jednej miestnosti a zvonenie telefonov a postarka vyrusovali tych, ktorych naplnou prace je najma programovat: top performers overwhelmingly worked for companies that gave their workers the most privacy, personal space, control over their physical environments, and freedom from interruption. Sixty-two percent of the best performers said that their workspace was acceptably private, compared to only 19 percent of the worst performers
Michal Holub

Apache Apollo 1.0 Released! - 0 views

  •  
    vylepseny ActiveMQ s "radically different threading architecture which lets it scale to large number of concurrent connections and destinations while using a constant number of threads"
jurodiigo

JRuby - The Pain of Broken Subprocess Management on JDK - 1 views

  •  
    I prefer to write happy posts...I really do. But tonight I'm completely defeated by the JDK's implementation of subprocess launching, and I need to tell the world why. JRuby has always strived to mimic MRI's behavior as much as possible, which in many cases has meant we need to route around the JDK to get at true POSIX APIs and behaviors.
Michal Holub

The 15 best gems for ruby on rails web applications - 0 views

  •  
    pekny zoznam uzitocnych gemov aj so strucnym popisom - vela veci urobil uz niekto pred nami, a tak netreba znovu vynachadzat koleso
Peter Vojtek

Should I Use A Carousel? (vid nasa firemna uvodna stranka) - 2 views

  •  
    uplne suhlasim, osobne si tu informaciu skoro nikdy nestihnem precitat a nemam rad, ked mi to rychlo uteka na dalsi polozku
Peter Vojtek

North is a set of standards and best practices for developing web based projects - 1 views

  •  
    North encourages an agile, content-first, approach to product development and a mobile-first, in-browser, system based approach to design and development.
Peter Vojtek

Liveness Detection SDK - 0 views

  •  
    SDK na detekovanie ci je prst zivy iba z obrazku odtlacku prstu. takmer vobec nevyvetluju ako to funguje (algorithms work by exploiting the fundamental image differences between a live fingerprint and a spoof), ani neuvadzaju aku maju accuracy, takze osobne som k tomu dost skepticky.
Peter Vojtek

Florida spent millions on flawed fingerprint system - 0 views

  •  
    zabavne citanie ako motorola dodala kriminalny afis a nedokazala splnit poziadavky na rychlost, presnost a este to musia dost casto restartovat
Michal Holub

CircuitBreaker design pattern - 0 views

  •  
    Pouzitelny pri volani vzdialenych procesov a sluzieb (cez siet), ktore mozu dostat timeout alebo inak zlyhat.
Peter Vojtek

10 ways to be a faster code reviewer - 2 views

  •  
    Vyborne tipy, nielen z hladiska review, napr. body 1 a 4.
« First ‹ Previous 121 - 140 of 231 Next › Last »
Showing 20 items per page