Закрыто

Component-Based Architecture in AngularJS 1.x and ES6

Тема в разделе "Курсы по программированию", создана пользователем shizoman, 1 мар 2016.

Цена: 2900р.-88%
Взнос: 322р.
100%

Основной список: 23 участников

Резервный список: 6 участников

Статус обсуждения:
Комментирование ограничено.
  1. 1 мар 2016
    #1
    shizoman
    shizoman ДолжникДолжник

    Component-Based Architecture in AngularJS 1.x and ES6

    [​IMG]
    Современный компонентный подход к разработке приложений на AngularJS 1.x с новыми фишками ES6. Для тех кто хочет углубить знания по AngularJS и разобраться с компонентным подходом, который последнее время появляется везде (angular, react, webcomponents, bem)

     
    Последнее редактирование модератором: 12 мар 2016
  2. Последние события

    1. shizoman
      shizoman оставил отзыв "Отлично".
      26 мар 2016
    2. alinast9
      alinast9 оставил отзыв "Отлично".
      25 мар 2016
    3. skladchik.com
      Складчина закрыта.
      22 мар 2016
    4. SystemDevil
      SystemDevil оставил отзыв "Отлично".
      19 мар 2016

    Последние важные события

    1. skladchik.com
      Складчина закрыта.
      22 мар 2016
    2. skladchik.com
      Взнос составляет 161р.
      16 мар 2016
    3. skladchik.com
      Складчина активна.
      16 мар 2016
    4. skladchik.com
      Сбор взносов начинается 16.03.2016.
      12 мар 2016
  3. Отзывы участников

    5/5,
    • 5/5,
      Работой организатора доволен
      Интересные курсы. Рекомендую.
      26 мар 2016
    • 5/5,
      Работой организатора доволен
      Огромное спасибо за бонусы!
      25 мар 2016
    • 5/5,
      Работой организатора доволен
      Складчиной очень доволен. Материал интересный и ценный! Отдельное "Спасибо" организатору за то что пошел складчикам на встречу и получился очень достойный бонус! Namaste.
      19 мар 2016
    • 5/5,
      Работой организатора доволен
      Доволен
      18 мар 2016
  4. Обсуждение
  5. 3 мар 2016
    #2
    shizoman
    shizoman ДолжникДолжник
    мне тоже ок
    но, если честно, есть пожелание, раз мы за подписку платим, еще курс скачать

    что для этого нужно?
     
  6. 4 мар 2016
    #3
    Василий Сергеевич
    Василий Сергеевич ОргОрганизатор
    Если по подписке будет несколько курсов - я их и скачаю
     
    1 человеку нравится это.
  7. 4 мар 2016
    #4
    shizoman
    shizoman ДолжникДолжник
    Отлично. Месячная подписка дает доступ ко всем курсам на этот период.
    Благодарю!
     
  8. 4 мар 2016
    #5
    shizoman
    shizoman ДолжникДолжник
    Там довольно много интересного конента. Посмотрите
     
    2 пользователям это понравилось.
  9. 4 мар 2016
    #6
    SystemDevil
    SystemDevil ЧКЧлен клуба
    Кстати да, мне вот интересны:

    Если можно качнуть и остальные курсы то может складчики согласятся и на текущую цену?
     
    2 пользователям это понравилось.
  10. 16 мар 2016
    #7
    Василий Сергеевич
    Василий Сергеевич ОргОрганизатор
    Сейчас в продукт бонусом попали следующие курсы

    Animation in CSS3 and HTML5// Feb 3, 2014
    Award winning cartoonist Rachel Nabors teaches you the fundamentals of animating and storytelling on the web with many hands-on HTML5 and CSS3 examples. This course goes from basic animation to advanced CSS techniques as well as how to incorporate web platform features like HTML5 audio into creating immersive experiences on the web.


    Asynchronous Programming in JavaScript (with Rx.js Observables)// Sep 21, 2015
    Learning how to build and manage asynchronous programs is perhaps the most important part of becoming an effective JavaScript programmer. Unlike most programming languages, JavaScript is single-threaded. As a result, JavaScript programs must use async APIs to stay responsive to user input while performing long-running tasks like server requests and animations. You can’t get very far in a JavaScript program without running across an asynchronous API.
    It is possible to build most asynchronous programs using a handful of simple functions. We will learn why most JavaScript developers approach asynchronous programming the wrong way, and how to avoid these common mistakes. By the end of these lessons you will know the tools, concepts, and libraries required to be an asynchronous programming ninja!


    Hardcore Functional Programming in JavaScript// Aug 15, 2014
    Learn to apply techniques from the forefront of computer science research to solve practical problems in Javascript. Discover functional programming and see it demonstrated step-by-step with how to build an example web app using abstract interfaces like Monads, Functors, Monoids and Applicatives.
    Prepare to change the way you write and think about JavaScript code forever…


    Organizing JavaScript Functionality// Aug 20, 2015
    No amount of learning the theory of JavaScript will substitute for actually practicing the implementation of it. Even before you adopt a framework, learning how to organize the different bits of JavaScript (modularizing, decoupling, etc) will make a huge positive impact on the quality of your code.
    Once you’ve mastered those techniques, turn your attention to building code that you can share between the client (browser) and the server (Node). That’s where the most exciting exercises of your new-found JS knowledge will shine!


    Choosing a JavaScript Framework// Sep 10, 2014
    Over the past year the rise of the MV* has been meteoric. It seems you cannot go more than a few sentences discussing JavaScript without mentioning Angular, Ember, Backbone or React. It also is certainly not without merit: JavaScript frameworks can greatly increase your productivity in client side code.
    Brian Holt (Reddit) gives a fitting treatise to each of the four frameworks and help you understand which one is best suited to you and your next big project.


    Web UI Architecture// Jul 3, 2013
    Garann walks through considerations you need to make when building an architecture for your web application. She covers JavaScript architecture and lots of tools you can use to improve your client-side stack.


    Website Performance// Mar 29, 2013
    With the rise of mobile networks and devices, website performance is now absolutely critical to building good websites and web applications. Kyle dives deep into everything web performance from resource loading, to thread, animations, JSON, minification, image optimization and more!


    Ember 2.x// Jan 26, 2016
    Ember.js is a framework well-suited for complex and highly interactive apps. Its “convention over configuration” philosophy can end up saving developers from spending time and energy, having to write boilerplate code. With ember’s release of v2, the framework is more performant and complete than ever. In this course, we’ll learn about the ember ecosystem, and build a rich cross-device app together step-by-step from scratch.


    Functional-Lite JavaScript// Mar 8, 2016
    Kyle Simpson, author of the “You Don’t Know JavaScript” book series, covers the 80/20 of functional programming. Get most of the benefit without all the crazy rules and academic language that’s sometimes used to talk about simple concepts. Kyle shows a practical take on functional programming so you can use techniques like Pure Functions, Composability & Immutability, map/reduce/filter and Recursion to improve your programs today.
     
    2 пользователям это понравилось.
  11. 18 мар 2016
    #8
    Василий Сергеевич
    Василий Сергеевич ОргОрганизатор
    Сюда же попал

    Advanced JavaScript// Jun 14, 2014 ( от автора серии "ВЫ не знаете Javascript" )
     
    2 пользователям это понравилось.
  12. 18 мар 2016
    #9
    Василий Сергеевич
    Василий Сергеевич ОргОрганизатор
    AngularJS 1.x Essentials// Nov 19, 2013
     
    2 пользователям это понравилось.
  13. 18 мар 2016
    #10
    Василий Сергеевич
    Василий Сергеевич ОргОрганизатор
    Ну и запись в складчину будет приостановлена через сутки -- желающие еще успевают
     
  14. 20 мар 2016
    #11
    Василий Сергеевич
    Василий Сергеевич ОргОрганизатор
    API Design with Node.js using Express// Dec 30, 2015



    и

    Lean Front-End Engineering



    здесь же
     
    3 пользователям это понравилось.
Статус обсуждения:
Комментирование ограничено.

Поделиться этой страницей