討論前端開發/CSS Component工作坊

Submitted by Jenny on

CSS Component Design workshop attendees上個星期五(03/18),John有這個機會在台北開了個前端開發的工作坊,總共有11位朋友們來參加,深入探討了CSS Component的用法及Drupal 8的命名方式。

這次工作坊的成功來自大家的踴躍參與和發問,在slide裡看不懂的,或是覺得有問題的,大家都非常熱情的討論。在三個多小時裡,我們討論了相當多的東西。以下是我們討論的重點:

Code Club/程式設計社團第一堂課成功!

Submitted by Jenny on

Code Club - Scratch Programming今天的兩堂Code Club在孩子們的不捨回家當中結束,雖然今天最重要的事就是把帳號建立好,所有學員互相追蹤,加上開始讓一隻貓滾來滾去,又忙碌,又混亂,又好玩的一堂課!雖然孩子們之間的英文程度有些較好,有些還在起步,可是大家都很勇於發問,沒有因為要跟Mr. John溝通而不敢問問題或是不願意學習。搭家的學西精神都好好喔!

Lego Mindstorms EV3 - 機器狗完成!

Submitted by Jenny on

The coding class finished programming their recent robot. They learned how to have multiple threads of program execution and how to interrupt one thread from another and how to use global variables as flags to send quick messages across threads.

利用multiple threads和program execution, 機器狗終於完成了!

Drupal and Front-end Developement Workshop/Drupal及前端開發工作坊

Submitted by Jenny on

JohnAlbin會在台北舉辦一系列的Drupal及前端開發工作坊,

第一堂課會是CSS Component design - BEM naming convention 將於03/18舉行

第二堂課會是 Drupal 8 將於04/08或04/09舉行
- Twig templates
- Debugging
- Theme registry
- Theme hook suggestions

第三堂課會是

Style Guide Centric Development
- KSS

(時間待定)

第四堂課會是

Task Runners
- Gulp or Grunt
- scss-lint for Sass linting
- eslint for JS linting
- npm-shrinkwrap and git for version control

(時間待定)

有興趣的朋友,請聯絡jenny@albin.net。

 

Drupal Frontend Development Workshop (Drupal前端開發工作坊):第一堂課: CSS Component design - BEM naming convention

Submitted by Jenny on

Drupal Frontend Development Workshop (Drupal前端開發工作坊):第一堂課: CSS Component design - BEM naming convention將在03/18舉辦,有興趣者,請到https://goo.gl/IWgYza 完成報名手續。將由資深Drupal前端開發工程師開講,John Wilkins (Drupal ID: JohnAlbin),有10年經驗的John,在各大DrupalCamp及DrupalCon都有演講過,這次,他想要把他的經驗用工作坊的方式分享給大家,採用小班制,會更精準,更細節化。 Drupal Front-end Development Worshop: CSS Component Design - BEM naming convention will be held on 03/18 from 19:00 - 22:00. Our speaker, John Wilkins (Drupal ID: JohnAlbin), is an experienced Drupal developer. He has been working with Drupal for over 10 years now. He has been given talks at numerous DurpalCons and DrupalCamps everywhere. Since he lives in Taiwan, he would like to spread his knowledge further and decided to hold a series of workshops. This workshop will be the first one of a series of 4. If interested, please fill out the registration form at https://goo.gl/IWgYza.

Lego Mindstorms EV3 - Multi-Thread Programming

Submitted by Jenny on

In this week's coding class we discussed program threads and how Lego Mindstorms software allows kids to create multi-threaded programming.  The kids finished building the Znap robot from instructions and then started programming it with only the rough outline that was written on the board as a guide. They need to use multiple loops, variables, and a new loop interrupt instruction.

這星期我們探討了電腦程式裡的multi-threading功能,利用Lego Mindstorms的程式設計軟體,孩子們練習了multiple loops, variables, 還有 loop interrupt。