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…

8 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…

8 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…

8 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…

8 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…

8 years ago

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

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

8 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…

8 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?…

8 years ago

Learn Ruby – How To Get a Random Number

  Ruby has a creator of random numbers (or aleatory) already integrated into its code, which is the method rand.…

8 years ago