← postsPopular categories
#Programming (Програмування)
164 posts in category «Programming (Програмування)»
Notes on programming in Ukrainian: coding languages, algorithms, the latest technologies and other useful information for developers.
What is Origin in Git?
In Git, "origin" is the name of a standard alias that is used to refer to the remote repository from which a clone was made. When…
How to use hex color codes in CSS with alpha values?
In CSS, there are several ways to represent colors that can be used. Common formats include RGB (red, green, blue), RGBA (red, gr…
How to disable File Upload in the Trix editor?
Trix - Rich Text Editor created by the Basecamp team (developers of Ruby on Rails). A decent editor if you don't need to do any s…
How to get a random logical value true or false in Ruby?
Sometimes you need to get a random boolean value true/false in Ruby. For example, when we are seeding a database in Rails and wan…