[SOLID] Single Responsibility Principle in rubyThe Single Responsibility Principle (SRP) is the first of the five SOLID principles. It states that each software module should have only…Jan 5, 2024Jan 5, 2024
[SOLID] Princípio da Responsabilidade Única com RubyO princípio da Responsabilidade Única (Single Responsibility Principle, SRP, em inglês) é o primeiro dos cinco princípios do SOLID. Ele…Jan 5, 2024Jan 5, 2024
Using Twiddle Wakka in your GemfileYou might have come across something like this in your Gemfile: gem 'rails', '~> 5.2'. The tilde (~) that appears is the Twiddle Wakka, a…Dec 16, 2023Dec 16, 2023
Usando Twiddle Wakka em seu GemfileVocê deve ter se deparado com algo assim em seu gemfile: gem 'rails', '~> 5.2' esse ~ que aparece é o Twiddle Wakka. Uma sintaxe…Dec 16, 2023Dec 16, 2023
Chamando Services Object sem instância in RubyQuando chamamos o método público de uma classe em Ruby, precisamos antes instanciá-la com o método construtor .new . Por exemplo, se…Aug 16, 2023Aug 16, 2023
Calling Services Object without instance in RubyWhen we call a public method of a class in Ruby, we usually need to instantiate it first using the constructor method .new. For instance…Aug 11, 2023Aug 11, 2023
Cassandra, primeiros passos.Começando do zeroApr 17, 2023A response icon1Apr 17, 2023A response icon1
Cassandra, introduçãoO Apache Cassandra é um Banco de dados distribuído, NoSQL e Opensource, confiado por milhares de empresas para escalabilidade e alta…Apr 13, 2023Apr 13, 2023