← postsPopular categories

#Programming (Програмування)

163 posts in category «Programming (Програмування)»

Notes on programming in Ukrainian: coding languages, algorithms, the latest technologies and other useful information for developers.

  1. [Fix] No such file or directory @ rb_sysopen - tmp/pids/server.pid

    Fix for starting the Rails server. Resolving the error No such file or directory @ rb_sysopen - tmp/pids/server.pid. Explaining t…

  2. What is the difference between spec_helper.rb and rails_helper.rb in RSpec?

    What is the difference between spec_helper.rb and rails_helper.rb in RSpec? How to effectively use these files for testing Ruby o…

  3. What is PORO in Ruby?

    What is PORO (Plain Old Ruby Object) in Ruby, how to use it to write understandable code. Why PORO is important for flexible desi…

  4. [Fix] Factory not registered: "user" (KeyError) (FactoryBot / Rails 7)

    Fixing the factory registration error in Rails (Factory not registered: "user" (KeyError)). Description of the factory_bot and fa…

  5. Rounding decimal numbers: mathematical rules, JavaScript, and Ruby

    Rounding decimal numbers: mathematical rules, JavaScript, and Ruby. Examples, pitfalls.

  6. What is Convention over Configuration (in the context of RoR and beyond)?

    What is convention over configuration (in the context of RoR and beyond)? What are the pros and cons of CoC?

  7. What does the ACID principle mean in programming?

    ACID — is a set of properties that guarantee the reliability of transactions in databases. Each transaction is a fundamental buil…

  8. What is an RDBMS (relational database management system)?

    What is an RDBMS (relational database management system)? What are RDBMS used for and how to use them?

  9. What does relational mean (in the context of relational databases)?

    What does relational mean (in the context of relational databases)? Where does the name come from and what does it mean?

  10. What hierarchy does the DOM (Document Object Model) have?

    What hierarchy does the DOM have? What elements are used in the structure of the DOM (Document Object Model)?