This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Task: | |
Implement site with main page + login page (using DM, of course). | |
Given user comes to site | |
When he navigates to /login | |
Then he sees inputs for login and password with button 'sign up' | |
Given user on login page | |
When he enters his name & password | |
When there's record of him in db and pass/login match |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Задача №1 | |
Напишите реализацию функции getObject(path, obj), которая вернет значение аттрибута объекта obj по заданному пути: | |
var o = {a: {b: ‘c’}}; | |
getObject(‘a.b’, o) // ‘c’ | |
getObject(‘a’, o) // {b: ‘c’} | |
getObject(‘d’, o) // undefined | |
Задача №2 | |
Напишите реализацию конструктора, принимающего на вход объект и создающего аттрибуты\методы по ключам этого объекта: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Да в группе находятся те кто регистрировались на Kottans.org(JS, Ruby, Java), | |
в принципе участие не обязательно, создана для того чтоб не отвечать много раз | |
на один и те же вопросы, ну и для общения... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Привет! | |
Рады сообщить вам, что мы открываем набор на следующий курс Ruby/RoR. | |
Только в этот раз он будет отличаться от предыдущих курсов - мы добавим в него еще больше практики и еще больше CSS, HTML, JS. | |
В общем - легким движением руки RoR курс превращается в Ruby full stack. | |
Плюс у нас добавились новые коучи из RailsReactor. И какая-то наглая моська от нас уехала за бугор, ей тоже привет! ;) | |
Задание для зачисления на курс: https://www.dropbox.com/sh/yoawxb7fheeavp8/AAAOCi33xCh-i8P1OvnKHxJsa | |
Последний день приема задания: 1.09.2014 | |
О дне проведения собеседования будем сообщать одтельно - тем кто справился с заданием. | |
Курс по прежнему бесплатный. Ну как - нужно внести предоплату в размере выполненного тестового задания. | |
Опыт от выполнения можно оставить себе :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Привет! | |
Простите что так долго не писал, но там у нас в "terms and conditions" было: "After application is received by kottans (the moment you submit it), it will stay unanswered at most 180 days." | |
Я понимаю что их никто особо не читает, просто мы их писали... :) | |
Рады сообщить вам, что мы открываем набор на следующий курс Ruby/RoR. | |
Только в этот раз он будет отличаться от предыдущих курсов - мы добавим в него еще больше практики и еще больше CSS, HTML, JS. | |
В общем - легким движением руки RoR курс превращается в Ruby full stack. | |
Плюс у нас добавились новые коучи из RailsReactor. И какая-то наглая моська от нас уехала за бугор, ей тоже привет! ;) | |
Задание для зачисления на курс: https://www.dropbox.com/sh/yoawxb7fheeavp8/AAAOCi33xCh-i8P1OvnKHxJsa | |
Последний день приема задания: 1.09.2014 | |
О дне проведения собеседования будем сообщать отдельно - тем кто справился с заданием. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Домашне завдання ДО першого заняття(тобто вже з виконаним тре приходити): | |
http://goo.gl/b8KxrT | |
Скайп чат групи: | |
Skype: skype:?chat&blob=IIUpLGh59thWBSuZTJ8KdG8tuH6lbi-7vc14UmyKthwS0KdZOcY8nDZ-ncLFW3pvktfaVFsFm9XN1w | |
Коли будуть заняття: | |
30.09.2014 | |
02.10.2014 | |
07.10.2014 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VI | |
#Move: | |
b - back + shift | |
w - word + shift | |
e - end of the word | |
$,0,^ | |
{} - paragraph | |
f - find the word | |
F - find the word backword | |
t, T - find and put the cursor before |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=Navigating= | |
visit('/projects') | |
visit(post_comments_path(post)) | |
=Clicking links and buttons= | |
click_link('id-of-link') | |
click_link('Link Text') | |
click_button('Save') | |
click('Link Text') # Click either a link or a button | |
click('Button Value') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Evening Events / Sessions | |
Thursday, 01/22/2015 | |
Escape the Dangers of Cybercrime in the Cloud | |
Date:Thursday, Jan 22, 2015 10:30 AM - 11:30 AM | |
A DevOps approach to security | |
Date:Thursday, Jan 22, 2015 12:30 PM - 1:30 PM | |
Live Attack Demo & Deployment/Architecture Session |
OlderNewer