Articoli tecnici

Ruby contro PHP

With more and more applications being built every day, programming languages too are becoming generic and all-purpose. Every programming language comes with its own set of specialization, and comparison between one programming languages to others may seem like a comparison between apples and oranges. However, comparison between two programming languages may offer you insights that …

Ruby contro PHP Leggi altro »

Suddivisione dell'applicazione con binari monolitici in microservizi

As a business gets bigger, they require more functionalities and thus you can’t help but add new models/controller to the existing Rails application and sometimes it becomes a monolith. If you are facing a monolith application which has become unmaintainable and difficult to deploy, you need to know some ways to manage it. If your …

Suddivisione dell'applicazione con binari monolitici in microservizi Leggi altro »

Come aggiungere funzionalità alle classi Ruby con i decoratori

Decorators allow us to add behavior to objects in runtime and don’t affect other objects of the class. Decorators can be applied when you need to dynamically add and remove responsibility to a class. The decorator pattern is a helpful alternative to creating sub-classes. They give additional functionality to a class while still keeping the …

Come aggiungere funzionalità alle classi Ruby con i decoratori Leggi altro »

How to translate JavaScript strings in Rails

Rails I18n and elegant message passing to JavaScript The process of “internationalization” usually means to abstract all strings and other locale specific bits (such as date or currency formats) out of your application. The process of “localization” means to provide translations and localized formats for these bits. How I18n in Ruby on Rails Works ❝The …

How to translate JavaScript strings in Rails Leggi altro »

Uno sguardo dettagliato alle caratteristiche e alle modifiche di Rails 5

Rails 5 was announced by David Heinemeier Hansson(DHH), creator of Ruby on Rails Framework at RailsConf 2015 in Atlanta. Ruby 5.0.0 Beta version was released on 18th December 2015. Apart from the Rails 4, the new features are implemented in 5 version such as Action cable and improved turbolinks that can instantly improve the web …

Uno sguardo dettagliato alle caratteristiche e alle modifiche di Rails 5 Leggi altro »

Comprendere lo sviluppo software agile

Pensata per un mondo aziendale frenetico e altamente competitivo, la metodologia Agile offre un quadro agile per una rapida fornitura di valore aziendale. Un mercato in rapida evoluzione significa cicli di consegna più brevi e maggiore reattività, e questo è esattamente ciò che Agile offre. Il processo agile intreccia lo sviluppo del software senza soluzione di continuità per adattarsi al modello con i suoi sprint settimanali, gli stand-up, la pianificazione e il feedback. A differenza ...

Comprendere lo sviluppo software agile Leggi altro »

I 10 migliori strumenti/gemme Ruby per creare rapidamente siti di social network

The world is social. Where art thou? In the attention-drive world, social media rules the roost. So, it is no wonder if you have been bitten by the social networking bug and want to develop a social networking site. If you are contemplating the best platform for developing a social media site, then Ruby on …

I 10 migliori strumenti/gemme Ruby per creare rapidamente siti di social network Leggi altro »

it_ITItalian