Ruby – Como Saber se uma String Contém uma Substring?

A classe String em Ruby vem com vários métodos internos de pesquisa de valores dentro de uma String, mas não…

10 years ago

JavaScript – Como Verificar se um Checkbox está Marcado Usando jQuery?

Se você estiver usando o jQuery e quiser descobrir se um determinado checkbox está marcado, dentro dele existem algumas formas…

10 years ago

JavaScript – Como Remover um Elemento de um Array?

No JavaScript muitas vezes desejamos manipular os itens dentro de um Array. Nesse artigo vamos mostrar como remover ou adicionarRead…

10 years ago

Learn Ruby – How To Check Whether a String Contains a Substring

  The String class in Ruby comes with several built-in search methods of values within a String, but there is…

10 years ago

Learn JavaScript – How to Verify if a Checkbox is Checked in jQuery?

  If you are using jQuery and want to find out if a particular checkbox is checked, inside jQuery there…

10 years ago

Learn JavaScript – How To Remove a Particular Element From an Array?

  When programming in JavaScript, sometimes we want to manipulate items within an Array. In this article, we show how…

10 years ago

Livecoding.tv直播者采访:“我希望写码写到退休”

在国内一家互联网公司任职软件工程师的Leon,在一个偶然的机会下认识了livecoding.tv ,并成为了平台上的直播者。他在接受我们的采访时,分享了他的编程经验和职业规划。他热爱编程,坦言会写代码写到退休。 Read more

10 years ago

Pokemon Go and IT Security

Pokémon Go is the center of the world nowadays. The sudden popularity of the Pokémon  Go app has stunned many…

10 years ago

Ruby – Melhor Forma de Gerar uma String Aleatória

Sempre quando se pensa na melhor forma de fazer algo, há diversas opiniões sobre o assunto.  Melhor em quais termos?…

10 years ago