Blogs

Integration von Chatbot mit Ruby on Rails

Definition of a Chatbot A computer program designed to simulate conversation with human users, especially over the Internet. Such programs are often designed to convincingly simulate how a human would behave as a conversational partner. Chatbots are typically used in dialog systems for various practical purposes including customer service or information acquisition. How it works …

Integration von Chatbot mit Ruby on Rails Weiterlesen »

Salesforce-API-Integration mit der Rails-App

Salesforce is known to be a Customer Relationship Management (CRM) platform and it provides cloud-based applications for Sales, Service & Marketing. This article intends to develop a clearer understanding on the Salesforce API and how you can sync data between Salesforce and your Rails application. The following steps are required to be followed to integrate …

Salesforce-API-Integration mit der Rails-App Weiterlesen »

Luftbremse zur Überwachung und Erkennung von Fehlern

Airbrake is an Error Monitoring Software, which most of us developers welcome with open arms. It basically helps you deal with Production errors, by maintaining a log for the same, capturing the exact URL, number of occurrences, the culprit file which caused the error, all in all, a complete Stack trace for you to fall …

Luftbremse zur Überwachung und Erkennung von Fehlern Weiterlesen »

PAGER DUTY & Exception NOTIFIER PLUGINS FÜR SCHIENEN

PagerDuty gives you an overall view of all your monitoring alarms and alerts in one place. Let’s have a look at the key attributes of this expedient plug-in: Serves as a Monitoring aggregation tool PagerDuty serves as an alarm aggregation and dispatching tool for the system administration and support teams. While collecting the alerts from …

PAGER DUTY & Exception NOTIFIER PLUGINS FÜR SCHIENEN Weiterlesen »

Rails Development: Coding Conventions & Best Practices

What’s in a name A good name answers important questions. What does it contain? What does it mean? How would I use it? What  role  does  it  play? Always name your methods based on their behaviour, not implementation. Consider, By looking at the method name above, we can predict it’s going to perform 2-3 database …

Rails Development: Coding Conventions & Best Practices Weiterlesen »

Faker Gem: Gefälschte Datengenerierung in Ruby

Gems are libraries in Rails that generally enable you to write the application code faster and thereby making a great product in far lesser time. Usually, whenever we start developing any application, there comes a point when we need data which we can use to see how the application will behave while doing some load …

Faker Gem: Gefälschte Datengenerierung in Ruby Weiterlesen »

7 Dinge an Ruby on Rails, die es einzigartig machen

With the world of IT constantly spawning new and innovative web development technologies, what makes Ruby on Rails still relevant and popular? The answer to this question majorly lies in all the efficiency Rails adds to a project, that leads to establishing productivity and profitability for your web application/software development project. So, when the business …

7 Dinge an Ruby on Rails, die es einzigartig machen Weiterlesen »

Tips for Rails Developers to ramp up the Development

If you are a startup particularly interested in rapid web development processes available cost-effectively or you are a developer who in interested in learning a developer-friendly technology, you must have heard about Ruby on Rails. It is an open source framework based on Ruby programming language. Not only is this technology user-friendly from development point …

Tips for Rails Developers to ramp up the Development Weiterlesen »

de_DEGerman