Skip to main content

Home/ InnoDev/ Contents contributed and discussions participated by Jozef Fulop

Contents contributed and discussions participated by Jozef Fulop

1More

Ruby's Unary Operators and How to Redefine Their Functionality - 0 views

  •  
    Rubysti: nieco o unarnych operatoroch a ako ich (re)definovat.
1More

Introducing Inspeqtor | Mike Perham - 1 views

  •  
    I've written server-side applications for a decade now, and monitoring the components of your application is critical but painful. What monitors the CPU and RAM usage of your custom daemons? What monitors Redis, MySQL, memcached and the other parts of your system to ensure they are all behaving normally? What if I told you you could do all that and set it up in less than 5 minutes?
1More

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...
1More

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).
1More

Chrome DevTools for Mobile: Screencast and Emulation - HTML5 Rocks - 0 views

  •  
    Emulate mobile devices directly through DevTools, simulating touch events, mimicking screen size, and spoofing user agent. Plug in a mobile device over USB and use Chrome DevTools on the actual mobile browser. Push your local site to the mobile device with port forwarding.
1More

Common Messaging Patterns Using Stomp - Part 1 | R.I.Pienaar - 1 views

  •  
    5-dielny clanok o Message Oriented Middleware (MOM), o messaging patternoch a moznostiach, ktore ponuka ActiveMQ + Stomp (ruby client)
1More

Dynamic super-overridable methods in Ruby - The Pug Automatic - 3 views

  •  
    Rubysti: namet ako ako spravne definovat dynamicke metody - (aby boli overridovatelne pomocou 'super' a nie pomocou 'alias_method')
1More

In-browser Rails console - 1 views

  •  
    Rails engine - moznost pouzit conzolu v prehliadaci... (Tato verzia je pre Rails 4, existuje vsak aj projekt pre Rails3.2)
1More

TodoMVC - 2 views

  •  
    Porovnavanie roznych Javscript MV* frameworkov
1More

Eager loading for greater good | Plataformatec Blog - 2 views

  •  
    Uvaha o sposoboch loadovania class v Rails, o ich thread-safety a pod.
1More

Renderable Null Objects - 0 views

  •  
    Jednoduchy design pattern
1More

Blog of Ryan Bigg - Bundler local paths - 0 views

  •  
    Malo znama, ale zaujimava feature bundlera...
1More

Implementing Multi-Table Full Text Search with Postgres in Rails - 0 views

  •  
    Pouzitie VIEW + gin indexov + textacular gem na fultextove vyhladavanie v Postgrese
1More

Responsible Refactoring - Naildrivin' - 1 views

  •  
    I'm not going to be talking about the third step of the TDD cycle. Refactoring code that's in development and not currently running on production is something you must absolutely do. Work clean, and write clean code. What we're talking about is changes to existing, running code.
1More

NathanMLong.com - Using state_machine with Authority - 1 views

  •  
    The state_machine gem is a great tool for putting business rules into your Ruby applications. But sometimes rules have exceptions. In this post, I'll show you how my team has used state_machine together with Authority to allow certain people to make exceptions to the rules.
1More

ActiveSupport::Callbacks - 0 views

  •  
    Elegantny sposob ako definovat a volat custom callbacks
1 - 20 of 26 Next ›
Showing 20 items per page