This Ruby style guide recommends best practices so that real-world Ruby programmers can write code that can be maintained by other real-world Ruby programmers. A style guide that reflects real-world usage gets used, while a style guide that holds to an ideal that has been rejected by the people it is supposed to help risks not getting used at all - no matter how good it is.
en
el 04.11.20You might label this as developers being obsessive, or ignore it by thinking that this is kind of okay in some situations. I beg to differ. As the saying goes…just pretend that whoever maintains your code next knows where you work and can come yell at you. For the purpose of this article, I’ll demonstrate an example using ReactJS. The principle itself can be applied in Javascript or any language for that matter.
en
el 04.11.20How Ruby uses syntactic sugar to make some of its syntax more expressive, or easier to read. Defining [ ] methods and
en
el 04.11.20All the same, but why? learn by reading the article: class Person def self.species "Homo Sapien" end end class Person class << self def species "Homo Sapien" end end end class << Person def species "Homo Sapien" end end Person.instance_eval do def species "Homo Sapien" end end def Person.species "Homo Sapien" end
en
el 10.06.20Rebuilding the tech stack for "the new Facebook.com". The lessons learned while rearchitecting Facebook.com
en
el 11.05.20en
el 29.04.20Masking Columns In Postgresql
en
el 27.04.20Effectively & Magically uninstall and reinstall psql with homebrew on OSX
en
el 24.04.20Dockerizing a React-Webpack app and deploying using Kompose and Kubernetes
en
el 20.04.20quick walkthrough of how to deploy a Ruby On Rails api and Create-React-App using Docker and Docker Compose.
en
el 20.04.20React Native Firebase is the officially recommended collection of packages that brings React Native support for all Firebase services on both Android and iOS apps. Assuming you are able to create a project with React Native and that you have an active Firebase project
en
el 15.04.20en
el 29.04.16EC6 in the browser, in Node with in-time-transpilation & with Gulp (for production).
en
el 07.03.16en
el 31.07.12en
el 09.07.12generado con: sabros.us