#Programming (Програмування)
163 posts in category «Programming (Програмування)»
Notes on programming in Ukrainian: coding languages, algorithms, the latest technologies and other useful information for developers.
How to clone a GitHub repository?
How to clone a GitHub repository? Use git clone or GitHub Desktop.
What does super do in Ruby?
What does super do in Ruby? An example of using super in Ruby methods.
What are joins in Ruby on Rails and how does it work?
What are joins in Ruby on Rails? How does joins work in RoR? Using joins with examples.
How does the has_many through association (many to many) work in Ruby on Rails?
How does the has_many through association (many to many) work in Ruby on Rails?
What are attr_accessor, attr_reader, and attr_writer in Ruby? What are they used for?
What are attr_accessor, attr_reader, and attr_writer in Ruby? What are they used for? Examples.
What is debugging?
What is debugging?
What is the difference between <%, <%=, <%# and -%> in ERB templates (Ruby on Rails)?
What is the difference between <%, <%=, <%# and -%> in ERB templates (Ruby on Rails)? Examples of constructions.
What is a loop in Javascript? How do for and while loops work in Javascript?
What is a loop in Javascript? How do for and while loops work in Javascript? An overview of loops with examples.
How to remove the space between inline and inline-block elements?
How to remove the space between inline and inline-block elements?
What is Origin in Git?
What is Origin in Git? Why write origin in a git command? When and why are aliases needed in git commands?