Bookmarks, page 43 of 69
This is part two of a two part guide to set up Elasticsearch in Kubernetes, where we will learn how to safely expose certain services on the internet.
Deploying a large Elasticsearch cluster used to be hard, but with the power of Kubernetes and a few simple scripts, anyone can create whatever sized cluster they need.
A methodology for building modern, scalable, maintainable software-as-a-service apps.
Logging and monitoring your IT infrastructure is a fundamental task, and it’s even more important and critical in microservice architecture. In this article we’ll have a look at some of the most…
Quick automated code review of your changes.
Internationalization (i18n) library for Ruby.
Action Cable, or AnyCable, that is the question. In this article, we compared them analysing their respective performance. Let’s see the results!
We'll learn about GraphQL by making an application about music
Usable, idiomatic common monads in Ruby.
Useful, common monads in idiomatic Ruby
When writing tests for services, you may sometimes want to use mock objectsinstead of real objects. In case you’re using ActiveRecord and realobjec...
Performance is critical to success, and caching is one basic tool for improving it. Learn all about caching with NGINX and NGINX Plus.
Add real-time features to your Ruby on Rails application without ever having to switch to another platform or language.
With ES6 you now have another options for creating Javascript functions. You are probably familiar with the ES5 way of creating a function with the ‘function’ keyword. Pretty easy, right? A function…