This question has already been answered:
- Books for studying Ruby [closed] 5 replies
I know that the topics are already visited. I just want some fresh advice. Can you recommend a VERY good book purely in Ruby, preferably only in Russian, until I can delve into the English language. I teach him to give correct names to variables.
Goal from the book
gain knowledge that will help:
- Write the correct code to work with other services API.
For example : you can write some kind of library which you can then easily modify and use to work with another service that also has its own API, create a kind of basic template from which then go on.
correctly structure the files, each file in the appropriate folder
learn how to write their own parsers of various information on the Internet, collect content, clean it in regular intervals or by other means, send to the database after having remotely connected to another service
work with CRON
different demons to write
learn to work in streams
using ajax
Selection of material based on their preferences
In general, I like to create websites on various topics: Women, blogs, movies, cartoons, cars, etc. But I want to learn how to automate my actions because there are often moments of the same type of work that takes more than 1 hour. For example, here I am now thinking of creating a news site:
- any ideas
- ready optimization
- template layout created
But it would probably be at least silly to collect every new thing on the Internet and publish it for yourself, and if you also want to write unique articles for them, then you can get better with sleep and life once and for all.
An excellent way out of the situation would be to write your own script that would work in offline mode and slowly without dosa collect information from the web, generate data in a format such as JSON and then send everything to the database, and from there I would go some kind of request for some kind of website dedicated to writing unique texts, such as text.ru and thanks to their API, I could create program requests to write a particular text there, and then everything is published on the site or something like that. In general, it is quickly invented scheme.
Can you advise me some worthy Kung Fu with which I can start?