The last chapter in the Essentialism book (by Greg McKeown) is about focusing.
It is interesting not only if you think about being programmer, but in every field of our life in general.
Read moreThe last chapter in the Essentialism book (by Greg McKeown) is about focusing.
It is interesting not only if you think about being programmer, but in every field of our life in general.
Read moreCreating autocomplete with Rails and Semantic UI is very easy, and you should not have problem with that.
Semantic UI includes search library and all you need to do is just to write couple lines of code.
Read more
I've recently read this book and have changed my mind about the way i should follow in my life.
It is not worth to be super productive and give 100% of my life to take every chance i will have on my way.
We are using shared examples if we have the same assertions inside one file.
This is how we can do it:
Read moreIf you want to check how fast is your request, and which version of your request will be more optimized, you should use Benchmark tool.
Read more