├── .nvmrc ├── website ├── static │ ├── .gitkeep │ └── manifest.json ├── build │ ├── .eslintrc │ ├── logo.png │ ├── vue-loader.conf.js │ ├── check-versions.js │ └── build.js ├── config │ ├── prod.env.js │ └── dev.env.js ├── src │ ├── primer.scss │ ├── utils │ │ └── index.js │ ├── components │ │ ├── Markdown.vue │ │ ├── HomePage.vue │ │ ├── DataChecks.vue │ │ ├── EventTags.vue │ │ ├── AdminPage.vue │ │ ├── Spinner.vue │ │ └── EventInfoPage.vue │ ├── main.js │ ├── router.js │ ├── store.js │ └── App.vue ├── .editorconfig ├── .gitignore ├── .babelrc ├── .postcssrc.js ├── README.md └── index.html ├── .adr-dir ├── public ├── _redirects ├── _headers └── og-image.png ├── .prettierrc ├── scripts ├── .eslintrc ├── post-ci-comment.js └── generate-event-html-files.js ├── .eslintignore ├── data ├── 2018-03 │ ├── webpresso.jpg │ ├── bkkjs-a11y.jpg │ ├── data-science-bkk.jpg │ ├── wordpress-bangkok.jpg │ ├── hubba-devcorner-march-2018.png │ ├── education-disruption-hackathon.jpg │ ├── international-open-data-day-2018.png │ ├── true-digital-park-tech-supper-club.jpg │ ├── unesco-microsoft-womens-hackathon.jpg │ ├── gdg-mobile-site-certification-study-jam.png │ ├── thoughtworks-talks-tech-transformation-with-devops.jpg │ ├── geeky-base-basic-angular.md │ ├── stellar-101.md │ ├── ruby-tuesday.md │ ├── code-craft-line-meetup.md │ ├── techatagoda.md │ ├── angular-developers-thailand-meetup.md │ ├── wordpress-bangkok.md │ ├── gdg-mobile-site-certification-study-jam.md │ ├── bangkokml.md │ ├── thaipy-ai-camera-security-production-monitoring-and-logging.md │ ├── django-girls-bangkok.md │ ├── devcamp-android-bangkok.md │ ├── data-science-bkk.md │ ├── gopomelo-google-cloud.md │ ├── missconf-sp4.md │ ├── sansiri-future-technology-for-enterprise.md │ ├── bkkhack.md │ ├── true-digital-park-tech-supper-club.md │ ├── bkkjs-a11y.md │ ├── thoughtworks-talks-tech-transformation-with-devops.md │ ├── education-disruption-hackathon.md │ ├── hubba-devcorner-march-2018.md │ ├── webpresso.md │ ├── ibm-power-your-future-with-ai-forum-invitation-2018.md │ ├── bangkok-raspberry-jam-2018.md │ └── unesco-microsoft-womens-hackathon.md ├── 2018-04 │ ├── bkk-web.jpg │ ├── cloud-talk.jpg │ ├── gdg-ai-day.jpg │ ├── ruby-tuesday.jpg │ ├── scb-tech-day.jpg │ ├── medical-robotics.jpg │ ├── nextzy-cnx-meetup.jpg │ ├── ais-innovation-with-api.jpg │ ├── basic-theory-of-robotics.jpg │ ├── young-innovation-creator.jpg │ ├── chiangmai-developer-meetup-2.jpg │ ├── bigbears-grafana.md │ ├── geeky-base-tdd-nodejs.md │ ├── 2600-thailand-meeting.md │ ├── golang-developer-meetup.md │ ├── watts-up.md │ ├── scb-tech-day.md │ ├── ais-innovation-with-api.md │ ├── ruby-tuesday.md │ ├── google-assistant-workshop.md │ ├── cloud-talk.md │ ├── basic-theory-of-robotics.md │ ├── medical-robotics.md │ ├── young-innovation-creator.md │ ├── nextzy-cnx-meetup.md │ ├── owasp-thailand-meeting.md │ └── gdg-ai-day.md ├── 2018-05 │ ├── bkk-web.jpg │ ├── arduino-day.jpg │ ├── tw-vodqa-bdd.jpg │ ├── liveable-society-hackathon.jpg │ ├── geeky-base-swift.md │ ├── google-io-extended-chiang-mai.md │ ├── startup-thailand-hackathon.md │ ├── codeclub.md │ ├── tw-vodqa-bdd.md │ ├── arduino-day.md │ ├── bkk-web.md │ ├── google-assistant-workshop.md │ ├── etda-security.md │ ├── ruby-wednesday-4.md │ └── tencent.md ├── 2018-06 │ ├── ysetter-reality.jpg │ ├── ruby-tuesday.md │ ├── code-mania-111.md │ ├── reactbkk.md │ ├── tencent.md │ ├── angular.md │ ├── pycon.md │ ├── thailand-startup-week.md │ ├── isodevth-12.md │ ├── bkk-web.md │ └── ysetter-reality.md ├── 2018-08 │ ├── pizza-hackathon-2018.jpg │ ├── girls-who-dev.md │ ├── blognone-tomorrow.md │ ├── wwth-20.md │ ├── mit-inclusive-innovation-asia-2018.md │ ├── fwp-hackathon-august-2018.md │ ├── typescript-thailand-meetup-1.md │ ├── barcamp-bangkok.md │ └── pizza-hackathon.md ├── 2018-09 │ ├── smart-energy-hackathon.jpg │ ├── digital-thailand-big-bang.md │ ├── agile-thailand.md │ ├── sift-optimization-seminar-sep-2018.md │ ├── hubba-nomad-night-drew-deanna-sep-2018.md │ └── devops-bkk.md ├── 2018-10 │ ├── vimpro.md │ ├── ios-dev-th-13.md │ ├── kotlin-meetup-1-2-70.md │ ├── devfest-bangkok-2018.md │ ├── ux-talk-nia.md │ ├── ux-to-talk-with-team.md │ ├── firebase-dev-fest.md │ ├── twtalks.md │ └── ux-talk-in-ite2018.md ├── 2018-12 │ ├── ml-drkan.md │ ├── domain-driven-design.md │ └── code-in-the-dark-2-cnx-2018.md ├── 2018-11 │ ├── less-meetup.md │ ├── go-get-th-3.md │ ├── software-architect-meetup.md │ ├── bkk-web-10.md │ └── code-mania-1000.md ├── 2018-07 │ ├── nginx.md │ ├── cloud-talk-july-2018.md │ ├── sysadmin-day.md │ ├── vue.md │ ├── go-get-th.md │ ├── facebook-build-day.md │ ├── stupidhackth.md │ ├── bangkok-ai.md │ └── ruby-tuesday-6.md ├── 2018-01 │ ├── insurtech-ignite-workshop.md │ ├── 7peaks-meetup-azure-cloud.md │ ├── kiwi-com-talks.md │ ├── docker-in-thai-meetup.md │ ├── bkk-web-101-angular.md │ ├── google-cloud-onboard-bangkok.md │ ├── bkkhack.md │ └── thaipy-functional-programming-in-python.md ├── 2018-02 │ ├── hashgraph-pre-hackathon.md │ ├── thaipy-feb-2018.md │ ├── 7peaks-meetup.md │ ├── insurtech-ignite-hackathon.md │ ├── ruby-tuesday-1.md │ ├── bkkhack.md │ ├── asia-pacific-ethereum-meetup.md │ ├── codecampvn-blockchain2018.md │ ├── tencent-thailand-open-house-8.md │ ├── thoughtworks-ux-vs-ba.md │ ├── wordcamp-bangkok-2018.md │ └── tech-at-agoda-19-metaprogramming.md ├── 2019-04 │ └── ampconf-2019.md ├── 2019-01 │ ├── dot-net-connection.md │ ├── ios-conf-sg.md │ ├── smart-contract-blockchain.md │ ├── unblock-bangkok-game-of-crypto-markets.md │ └── codeplearn.md ├── 2019-06 │ └── jsconf-asia-2019.md └── 2019-02 │ ├── wordcamp-bangkok-2019.md │ ├── elixir-casually-meetup.md │ └── bkkweb-112.md ├── docs ├── images │ ├── screenshot.png │ └── browser-frame.png └── architecture │ └── decisions │ ├── 0001-record-architecture-decisions.md │ └── 0002-store-event-data-as-markdown-files-with-yaml-front-matter.md ├── .flowconfig ├── .vscode ├── settings.json └── extensions.json ├── README.en.md ├── .gitignore └── .circleci └── config.yml /.nvmrc: -------------------------------------------------------------------------------- 1 | v10.11.0 2 | -------------------------------------------------------------------------------- /website/static/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.adr-dir: -------------------------------------------------------------------------------- 1 | docs/architecture/decisions 2 | -------------------------------------------------------------------------------- /public/_redirects: -------------------------------------------------------------------------------- 1 | /* /index.html 200 2 | -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "semi": false, 3 | "singleQuote": true 4 | } 5 | -------------------------------------------------------------------------------- /public/_headers: -------------------------------------------------------------------------------- 1 | /calendar.json 2 | Access-Control-Allow-Origin: * 3 | -------------------------------------------------------------------------------- /scripts/.eslintrc: -------------------------------------------------------------------------------- 1 | rules: 2 | no-console: off 3 | global-require: off 4 | -------------------------------------------------------------------------------- /website/build/.eslintrc: -------------------------------------------------------------------------------- 1 | rules: 2 | global-require: off 3 | no-console: off 4 | -------------------------------------------------------------------------------- /website/config/prod.env.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | NODE_ENV: '"production"' 3 | } 4 | -------------------------------------------------------------------------------- /.eslintignore: -------------------------------------------------------------------------------- 1 | **/node_modules/**/* 2 | **/website/dist/**/* 3 | **/public/static/**/* 4 | -------------------------------------------------------------------------------- /website/src/primer.scss: -------------------------------------------------------------------------------- 1 | @import "primer/index.scss"; 2 | 3 | a { 4 | color: #f49200; 5 | } 6 | -------------------------------------------------------------------------------- /public/og-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/public/og-image.png -------------------------------------------------------------------------------- /website/build/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/website/build/logo.png -------------------------------------------------------------------------------- /data/2018-03/webpresso.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-03/webpresso.jpg -------------------------------------------------------------------------------- /data/2018-04/bkk-web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-04/bkk-web.jpg -------------------------------------------------------------------------------- /data/2018-05/bkk-web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-05/bkk-web.jpg -------------------------------------------------------------------------------- /docs/images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/docs/images/screenshot.png -------------------------------------------------------------------------------- /.flowconfig: -------------------------------------------------------------------------------- 1 | [ignore] 2 | 3 | [include] 4 | 5 | [libs] 6 | 7 | [lints] 8 | 9 | [options] 10 | 11 | [strict] 12 | -------------------------------------------------------------------------------- /data/2018-03/bkkjs-a11y.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-03/bkkjs-a11y.jpg -------------------------------------------------------------------------------- /data/2018-04/cloud-talk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-04/cloud-talk.jpg -------------------------------------------------------------------------------- /data/2018-04/gdg-ai-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-04/gdg-ai-day.jpg -------------------------------------------------------------------------------- /data/2018-05/arduino-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-05/arduino-day.jpg -------------------------------------------------------------------------------- /data/2018-04/ruby-tuesday.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-04/ruby-tuesday.jpg -------------------------------------------------------------------------------- /data/2018-04/scb-tech-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-04/scb-tech-day.jpg -------------------------------------------------------------------------------- /data/2018-05/tw-vodqa-bdd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-05/tw-vodqa-bdd.jpg -------------------------------------------------------------------------------- /docs/images/browser-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/docs/images/browser-frame.png -------------------------------------------------------------------------------- /data/2018-03/data-science-bkk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-03/data-science-bkk.jpg -------------------------------------------------------------------------------- /data/2018-04/medical-robotics.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-04/medical-robotics.jpg -------------------------------------------------------------------------------- /data/2018-06/ysetter-reality.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-06/ysetter-reality.jpg -------------------------------------------------------------------------------- /data/2018-03/wordpress-bangkok.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-03/wordpress-bangkok.jpg -------------------------------------------------------------------------------- /data/2018-04/nextzy-cnx-meetup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-04/nextzy-cnx-meetup.jpg -------------------------------------------------------------------------------- /data/2018-08/pizza-hackathon-2018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-08/pizza-hackathon-2018.jpg -------------------------------------------------------------------------------- /data/2018-04/ais-innovation-with-api.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-04/ais-innovation-with-api.jpg -------------------------------------------------------------------------------- /data/2018-04/basic-theory-of-robotics.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-04/basic-theory-of-robotics.jpg -------------------------------------------------------------------------------- /data/2018-04/young-innovation-creator.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-04/young-innovation-creator.jpg -------------------------------------------------------------------------------- /data/2018-09/smart-energy-hackathon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-09/smart-energy-hackathon.jpg -------------------------------------------------------------------------------- /data/2018-03/hubba-devcorner-march-2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-03/hubba-devcorner-march-2018.png -------------------------------------------------------------------------------- /data/2018-05/liveable-society-hackathon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-05/liveable-society-hackathon.jpg -------------------------------------------------------------------------------- /data/2018-04/chiangmai-developer-meetup-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-04/chiangmai-developer-meetup-2.jpg -------------------------------------------------------------------------------- /data/2018-03/education-disruption-hackathon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-03/education-disruption-hackathon.jpg -------------------------------------------------------------------------------- /data/2018-03/international-open-data-day-2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-03/international-open-data-day-2018.png -------------------------------------------------------------------------------- /data/2018-03/true-digital-park-tech-supper-club.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-03/true-digital-park-tech-supper-club.jpg -------------------------------------------------------------------------------- /data/2018-03/unesco-microsoft-womens-hackathon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-03/unesco-microsoft-womens-hackathon.jpg -------------------------------------------------------------------------------- /data/2018-03/gdg-mobile-site-certification-study-jam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-03/gdg-mobile-site-certification-study-jam.png -------------------------------------------------------------------------------- /website/config/dev.env.js: -------------------------------------------------------------------------------- 1 | const merge = require('webpack-merge') 2 | const prodEnv = require('./prod.env') 3 | 4 | module.exports = merge(prodEnv, { 5 | NODE_ENV: '"development"' 6 | }) 7 | -------------------------------------------------------------------------------- /data/2018-03/thoughtworks-talks-tech-transformation-with-devops.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThaiProgrammer/tech-events-calendar/HEAD/data/2018-03/thoughtworks-talks-tech-transformation-with-devops.jpg -------------------------------------------------------------------------------- /website/.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | charset = utf-8 5 | indent_style = space 6 | indent_size = 2 7 | end_of_line = lf 8 | insert_final_newline = true 9 | trim_trailing_whitespace = true 10 | -------------------------------------------------------------------------------- /website/static/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Tech events calendar", 3 | "short_name": "Tech events", 4 | "lang": "en-US", 5 | "start_url": "/", 6 | "display": "fullscreen", 7 | "theme_color": "#19232d" 8 | } -------------------------------------------------------------------------------- /website/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules/ 3 | /dist/ 4 | npm-debug.log* 5 | yarn-debug.log* 6 | yarn-error.log* 7 | 8 | # Editor directories and files 9 | .idea 10 | .vscode 11 | *.suo 12 | *.ntvs* 13 | *.njsproj 14 | *.sln 15 | -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "eslint.validate": ["javascript", "vue"], 3 | "editor.formatOnSave": true, 4 | "workbench.colorCustomizations": { 5 | "titleBar.activeBackground": "#19232d", 6 | "titleBar.activeForeground": "#f49200" 7 | }, 8 | "cSpell.enabled": false 9 | } 10 | -------------------------------------------------------------------------------- /website/.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": [ 3 | ["env", { 4 | "modules": false, 5 | "targets": { 6 | "browsers": ["> 1%", "last 2 versions", "not ie <= 8"] 7 | } 8 | }], 9 | "stage-2" 10 | ], 11 | "plugins": ["transform-vue-jsx", "transform-runtime"] 12 | } 13 | -------------------------------------------------------------------------------- /website/.postcssrc.js: -------------------------------------------------------------------------------- 1 | // https://github.com/michael-ciniawsky/postcss-load-config 2 | 3 | module.exports = { 4 | "plugins": { 5 | "postcss-import": {}, 6 | "postcss-url": {}, 7 | // to edit target browsers: use "browserslist" field in package.json 8 | "autoprefixer": {} 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- 1 | { 2 | // See http://go.microsoft.com/fwlink/?LinkId=827846 3 | // for the documentation about the extensions.json format 4 | "recommendations": [ 5 | // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp 6 | "sdras.vue-vscode-extensionpack" 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /website/src/utils/index.js: -------------------------------------------------------------------------------- 1 | export const MONTHS = [ 2 | 'January', 3 | 'February', 4 | 'March', 5 | 'April', 6 | 'May', 7 | 'June', 8 | 'July', 9 | 'August', 10 | 'September', 11 | 'October', 12 | 'November', 13 | 'December' 14 | ] 15 | export const DAYS = 'Sun,Mon,Tue,Wed,Thu,Fri,Sat'.split(',') 16 | -------------------------------------------------------------------------------- /scripts/post-ci-comment.js: -------------------------------------------------------------------------------- 1 | const fs = require('fs') 2 | 3 | const comments = fs.readFileSync('tmp/ci-comment.txt', 'utf8') 4 | const axios = require('axios') 5 | 6 | axios.post( 7 | `https://thaiprogrammer-tech-events-calendar-bot.glitch.me/pare/${ 8 | process.env.CIRCLE_BUILD_NUM 9 | }`, 10 | { 11 | body: comments 12 | } 13 | ) 14 | -------------------------------------------------------------------------------- /website/README.md: -------------------------------------------------------------------------------- 1 | # [tech-events-calendar](..) website 2 | 3 | This folder contains the source code for the website of the [tech-events-calendar](..) project. 4 | 5 | ## install dependencies 6 | ```bash 7 | yarn 8 | ``` 9 | 10 | ## serve with hot reload at localhost:8080 11 | ```bash 12 | yarn dev 13 | ``` 14 | 15 | ## build for production 16 | ``` 17 | yarn build 18 | ``` 19 | -------------------------------------------------------------------------------- /website/src/components/Markdown.vue: -------------------------------------------------------------------------------- 1 | 4 | 5 | 22 | -------------------------------------------------------------------------------- /data/2018-10/vimpro.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 'geekybasevimpro20181007' 3 | date: '2018-10-07' 4 | time: '09:00 ~ 17:00' 5 | categories: 6 | - Workshop 7 | topics: 8 | - Vim 9 | location: 10 | title: Geeky Base 11 | url: https://goo.gl/maps/18gUYKBwibA2 12 | detail: จอดรถฟรี 13 | links: 14 | - type: rsvp 15 | url: https://www.facebook.com/events/335443820536158/ 16 | title: Facebook Event Page 17 | --- 18 | 19 | # Vim Pro 20 | 21 | > สอนใช้ vim ฟรีไม่มีค่าใช้จ่าย 22 | มาเรียน Vim กัน 23 | -------------------------------------------------------------------------------- /website/src/components/HomePage.vue: -------------------------------------------------------------------------------- 1 | 14 | -------------------------------------------------------------------------------- /data/2018-12/ml-drkan.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ml-by-dr-kan 3 | date: '2018-12-15' 4 | time: 09:00 ~ 17:00 5 | location: 6 | title: Geeky Base 7 | url: https://www.google.com/maps/place/Geeky+Base/@13.8523142,100.5803435,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29d2386568ec7:0xdf0eb043fcd08544!8m2!3d13.8523142!4d100.5825322 8 | detail: จอดรถฟรี 9 | categories: 10 | - Workshop 11 | topics: 12 | - Machine Learning 13 | links: 14 | - type: rsvp 15 | url: https://www.facebook.com/events/1129122393908397/ 16 | title: Facebook Event 17 | --- 18 | 19 | # ML by Dr.Kan 20 | 21 | > Basic Machine Learning -------------------------------------------------------------------------------- /data/2018-11/less-meetup.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: less-meetup-1 3 | date: "2018-11-14" 4 | time: "18:31 ~ 21:37" 5 | location: 6 | title: Cat On The Roof 7 | url: https://goo.gl/maps/9hv7QyfGcfx 8 | categories: 9 | - Meetup 10 | topics: 11 | - Agile 12 | - LeSS 13 | links: 14 | - type: rsvp 15 | url: https://www.meetup.com/Large-Scale-Scrum-LeSS-in-Thailand/events/255965330/ 16 | title: Meetup.com 17 | --- 18 | 19 | # Thailand LeSS Meetup , First Sprint With Untitled Topic 20 | 21 | > เป็น meetup ครั้งแรกของ LeSS ในประเทศไทย เพื่อทำความรู้จัก และแบ่งปัน ประสบการณ์ของผู้ที่สนใจ LeSS มาจิบเบียร์ คุยกันเถอะ 22 | > 23 | > -------------------------------------------------------------------------------- /docs/architecture/decisions/0001-record-architecture-decisions.md: -------------------------------------------------------------------------------- 1 | # 1. Record architecture decisions 2 | 3 | Date: 2018-01-02 4 | 5 | ## Status 6 | 7 | Accepted 8 | 9 | ## Context 10 | 11 | We need to record the architectural decisions made on this project. 12 | 13 | ## Decision 14 | 15 | We will use Architecture Decision Records, as described by Michael Nygard in this article: http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions 16 | 17 | ## Consequences 18 | 19 | See Michael Nygard's article, linked above. For a lightweight ADR toolset, see Nat Pryce's _adr-tools_ at https://github.com/npryce/adr-tools. 20 | -------------------------------------------------------------------------------- /website/build/vue-loader.conf.js: -------------------------------------------------------------------------------- 1 | const utils = require('./utils') 2 | const config = require('../config') 3 | 4 | const isProduction = process.env.NODE_ENV === 'production' 5 | const sourceMapEnabled = isProduction 6 | ? config.build.productionSourceMap 7 | : config.dev.cssSourceMap 8 | 9 | module.exports = { 10 | loaders: utils.cssLoaders({ 11 | sourceMap: sourceMapEnabled, 12 | extract: isProduction 13 | }), 14 | cssSourceMap: sourceMapEnabled, 15 | cacheBusting: config.dev.cacheBusting, 16 | transformToRequire: { 17 | video: ['src', 'poster'], 18 | source: 'src', 19 | img: 'src', 20 | image: 'xlink:href' 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /data/2018-04/bigbears-grafana.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: bigbears-grafana-for-bangkokian-april-2018 3 | date: '2018-04-28' 4 | time: 13:30 ~ 16:30 5 | location: 6 | title: 3DS Interactive 7 | url: https://www.google.com/maps/place/3DS+INTERACTIVE+CO.,LTD./@13.7198884,100.5045238,17z/data=!3m1!4b1!4m5!3m4!1s0x30e298e9e5426c17:0x540ea391d8bfb1b6!8m2!3d13.7198884!4d100.5067125 8 | categories: 9 | - Workshop 10 | topics: 11 | - Grafana 12 | links: 13 | - type: rsvp 14 | url: https://www.facebook.com/events/197275370884853/ 15 | title: Facebook Event 16 | --- 17 | 18 | # Grafana for Bangkokian 19 | 20 | > Free workshop มาทำ Near-Realtime Telemetry กันด้วย Grafana + ElasticSearch กัน 21 | -------------------------------------------------------------------------------- /website/src/components/DataChecks.vue: -------------------------------------------------------------------------------- 1 | 17 | 18 | 26 | -------------------------------------------------------------------------------- /data/2018-04/geeky-base-tdd-nodejs.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: geeky-base-tdd-nodejs-125199521652607 3 | date: '2018-04-01' 4 | time: 09:00 ~ 17:00 5 | location: 6 | title: Geeky Base 7 | url: https://www.google.com/maps/place/Geeky+Base/@13.8523194,100.5803435,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29d2386568ec7:0xdf0eb043fcd08544!8m2!3d13.8523142!4d100.5825322 8 | categories: 9 | - Workshop 10 | topics: 11 | - TDD 12 | - Node.js 13 | links: 14 | - type: rsvp 15 | url: https://www.facebook.com/events/125199521652607/ 16 | title: Facebook Event 17 | issue: https://github.com/ThaiProgrammer/tech-events-calendar/issues/112 18 | --- 19 | 20 | # TDD Node.js by Pongneng and JJ 21 | 22 | > Hands-on experience (and pain and may be some sobbing) about TDD Node.js from developer to developer. 23 | -------------------------------------------------------------------------------- /data/2018-07/nginx.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: nginx-thailand-conf-july-2018 3 | date: '2018-07-24' 4 | time: '19:00 ~ 22:00' 5 | location: 6 | title: CODE CRAFT 7 | url: 'https://www.google.com/maps/place/c%C3%B8de+CRAFT+Bar+%26+Studio/@13.8065307,100.5223342,15z/data=!4m5!3m4!1s0x0:0xe9eec03b79e68253!8m2!3d13.8065307!4d100.5223342' 8 | categories: 9 | - Meetup 10 | topics: 11 | - NGINX 12 | links: 13 | - type: rsvp 14 | url: 'https://www.facebook.com/events/1832870390093140/' 15 | title: Facebook event 16 | --- 17 | 18 | # nginx.thailand.conf 19 | 20 | > NGINX Thailand mini meetup 21 | 22 | * NGINX เป็นมากกว่าเว็บเซิฟเวอร์ 23 | * ชำแหละ NGINX Default Config 24 | * OpenResty 25 | * Monitoring NGINX Connection 26 | * KONG API GATEWAY 27 | * NGINX Prevent DoS Attack guest talk from Nipa Cloud 28 | -------------------------------------------------------------------------------- /website/src/main.js: -------------------------------------------------------------------------------- 1 | import 'whatwg-fetch' 2 | import 'vue-octicon/icons/calendar' 3 | import 'vue-octicon/icons/clock' 4 | import 'vue-octicon/icons/location' 5 | import Vue from 'vue' 6 | import VueAnalytics from 'vue-analytics' 7 | 8 | import './primer.scss' 9 | import App from './App' 10 | import router from './router' 11 | import store from './store' 12 | 13 | Vue.use(VueAnalytics, { 14 | id: 'UA-59441941-4', 15 | router 16 | }) 17 | 18 | document.querySelector('#loading').style.display = 'none' 19 | 20 | Vue.config.productionTip = false 21 | 22 | /* eslint-disable no-new */ 23 | const app = new Vue({ 24 | el: '#app', 25 | router, 26 | store, 27 | created() { 28 | this.$store.dispatch('load') 29 | }, 30 | render: h => h(App) 31 | }) 32 | 33 | Object.assign(window, { app, store }) 34 | -------------------------------------------------------------------------------- /data/2018-03/geeky-base-basic-angular.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: geeky-base-basic-angular 3 | date: '2018-03-24' 4 | time: 09:30 ~ 17:30 5 | location: 6 | title: Geeky Base 7 | url: https://www.google.com/maps/place/Geeky+Base/@13.8523142,100.5825322,15z/data=!4m5!3m4!1s0x0:0xdf0eb043fcd08544!8m2!3d13.8523142!4d100.5825322?hl=en-th&sa=X&ved=0ahUKEwi_1fbs9PzZAhUDQY8KHax8BDgQ_BIIgQEwDg 8 | categories: 9 | - Workshop 10 | topics: 11 | - Angular 12 | - JavaScript 13 | links: 14 | - type: rsvp 15 | url: https://www.facebook.com/events/1618677464915280/ 16 | title: Facebook Event 17 | --- 18 | 19 | # Basic Angular by Stop & O'leang 20 | 21 | > Introduce Angular และมีการทำ workshop เล็กน้อย 22 | 23 | ถ้ายังไงใครลงโปรแกรมกันมาก่อนเลยก็ได้ครับโดยโปรแกรมที่ต้องเตรียมมา 24 | 25 | - Node 26 | - npm 27 | - Angular CLI 28 | -------------------------------------------------------------------------------- /data/2018-05/geeky-base-swift.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: geeky-base-swift-may-2018 3 | date: '2018-05-19' 4 | time: 9:00 ~ 17:00 5 | location: 6 | title: Geeky Base 7 | url: https://www.google.com/maps/place/Geeky+Base/@13.8523194,100.5803435,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29d2386568ec7:0xdf0eb043fcd08544!8m2!3d13.8523142!4d100.5825322 8 | categories: 9 | - Workshop 10 | topics: 11 | - Swift 12 | links: 13 | - type: ticket 14 | url: https://www.eventpop.me/e/3293 15 | title: Event Pop 16 | price: 369 THB 17 | - type: rsvp 18 | url: https://www.facebook.com/events/185373065603790/ 19 | title: Facebook Event 20 | issue: https://github.com/ThaiProgrammer/tech-events-calendar/issues/115 21 | --- 22 | 23 | # Pro(Ag)gressive Swift - เขียน Swift กันค่ะ 24 | 25 | > บัตรจับมือขายทำไม มีแต่บัตรเขียนโค้ดค่ะ 26 | -------------------------------------------------------------------------------- /data/2018-05/google-io-extended-chiang-mai.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: google-io-extended-in-chiang-mai-may-2018 3 | date: '2018-05-08' 4 | time: 23:00 ~ 4:00 5 | location: 6 | title: Punspace Tha Phae Gate 7 | url: https://www.google.com/maps/place/Punspace+Tha+Phae+Gate/@18.7866051,98.9892883,17z/data=!3m1!4b1!4m5!3m4!1s0x30da3aa1f81da449:0x2e49e5d62aa60eaf!8m2!3d18.7866!4d98.991477 8 | categories: 9 | - Meetup 10 | topics: 11 | - Google 12 | links: 13 | - type: ticket 14 | url: https://www.eventbrite.com/e/io-extended-2018-chiang-mai-thailand-tickets-44213173793 15 | title: Eventbrite 16 | price: FREE 17 | - type: rsvp 18 | url: https://www.facebook.com/events/132218644277226/ 19 | title: Facebook Event 20 | --- 21 | 22 | # Google I/O Extended in Chiang Mai 23 | 24 | > Come and watch live stream Keynote with us 25 | -------------------------------------------------------------------------------- /data/2018-01/insurtech-ignite-workshop.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: insurtech-ignite-workshop 3 | date: '2018-01-27' 4 | time: '09:30 ~ 18:30' 5 | location: 6 | title: CU Innovation Hub 7 | url: >- 8 | https://www.google.com/maps/place/CU+Innovation+Hub/@13.7426771,100.5257938,17z/data=!3m1!4b1!4m5!3m4!1s0x30e2992ce63a9795:0x30d3c8c1558d1354!8m2!3d13.7426719!4d100.5279825 9 | detail: null 10 | categories: 11 | - Workshop 12 | topics: 13 | - Insurtech 14 | links: 15 | - type: ticket 16 | url: 'https://dev.wi.th/event/insurtech-ignite-workshop' 17 | title: Devcamp 18 | --- 19 | 20 | # Insurtech Ignite Workshop 21 | 22 | > Insurtech Ignite Workshop จัดขึ้นเพื่อผู้ที่สนใจจะมาร่วมฟัง เทคนิค แบบเจาะลึก และอัพเดตเทรนต์ด้าน Insurance Industry, Future of Business with Big Data, AI, Automation พร้อมกิจกรรม Networking ในวันที่ 27 มกราคม 2561 นี้ 23 | -------------------------------------------------------------------------------- /data/2018-02/hashgraph-pre-hackathon.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: hashgraph-pre-hackathon-206634573226076 3 | date: '2018-02-24 ~ 2018-02-25' 4 | time: '09:00 ~ 17:00' 5 | location: 6 | title: Geeky Base 7 | url: https://www.google.com/maps/place/Geeky+Base/@13.8523194,100.5803435,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29d2386568ec7:0xdf0eb043fcd08544!8m2!3d13.8523142!4d100.5825322 8 | categories: 9 | - Codefest 10 | - Hackathon 11 | topics: 12 | - Hashgraph 13 | links: 14 | - type: rsvp 15 | url: https://www.facebook.com/events/206634573226076/ 16 | title: Facebook Event 17 | --- 18 | 19 | # Hashgraph Pre-Hackathon 20 | 21 | > เขาว่ามันดูดีกว่า Blockchain ดีกว่ายังไงไม่มีใครรู้ เรามาลอง ลงมือทำกันดีกว่า 22 | 23 | สำหรับท่านที่สนใจงานที่เน้นแต่ เขียนโค้ด ไม่เน้น presentation ก็สองมือล้วงกระเป๋า สองเท้าก้าวเข้ามาครับ 24-25 เดือนนี้ที่ Geeky Base 24 | -------------------------------------------------------------------------------- /data/2018-03/stellar-101.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: stellar-101-407098259714174 3 | date: '2018-03-17' 4 | time: 09:00 ~ 17:00 5 | location: 6 | title: Geeky Base 7 | url: https://www.google.com/maps/place/Geeky+Base/@13.8523142,100.5825322,15z/data=!4m5!3m4!1s0x0:0xdf0eb043fcd08544!8m2!3d13.8523142!4d100.5825322?hl=en-th&sa=X&ved=0ahUKEwi_1fbs9PzZAhUDQY8KHax8BDgQ_BIIgQEwDg 8 | categories: 9 | - Workshop 10 | topics: 11 | - Blockchain 12 | - Stellar 13 | links: 14 | - type: rsvp 15 | url: https://www.facebook.com/events/407098259714174 16 | title: Facebook Event 17 | --- 18 | 19 | # Stellar 101 20 | 21 | > มาทำความรู้จัก Blockchain เพื่อการโอนถ่ายสินทรัพย์อย่างโปร่งใสและปลอดภัย 22 | 23 | ลองสร้าง Token และ Smart Contract บน Stellar Network ด้วยตนเอง โดย เมธัส แก้วทรายขาวและปราชญ์ ฮอมณีจาก Cochain และ ทศพร บรรเจิดกิจ (Katopz) จาก Digithun 24 | -------------------------------------------------------------------------------- /data/2018-04/2600-thailand-meeting.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 2600-thailand-meeting-37 3 | date: '2018-04-20' 4 | time: 18:30 ~ 21:00 5 | location: 6 | title: The Connecion Educuisine 7 | url: https://www.google.com/maps/place/The+Connecion+Seminar+Center/@13.8062023,100.5724259,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29c32d68dfa1f:0x1e69df9800bf05fa!8m2!3d13.8061971!4d100.5746146 8 | detail: ชั้น 2 ห้อง 7 9 | categories: 10 | - Meetup 11 | topics: 12 | - Security 13 | links: 14 | - type: rsvp 15 | url: https://www.facebook.com/events/190599565003465/ 16 | title: Facebook Event 17 | --- 18 | 19 | # 2600 Thailand Meeting #37 20 | 21 | > 2600 Thailand Meeting เดือน เมษายน 2561 งานฟรี เข้ามาร่วมได้เลย ไม่มีขายของ ใครก็มาร่วมได้ ไม่ต้องสมัคร ไม่ต้องซื้อบัตร มาช้าไม่มีที่นั่งก็มีที่ยืน หัวข้อ: The Beauty of Exploit Chaining : Case Study, วิทยากร: Wiswat Aswamenakul 22 | -------------------------------------------------------------------------------- /data/2018-04/golang-developer-meetup.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: golang-developer-meetup-april-2018 3 | date: '2018-04-30' 4 | time: 17:30 ~ 20:00 5 | location: 6 | title: HANGAR Coworking Space by dtac Accelerate 7 | url: https://www.google.com/maps/place/HANGAR+Coworking+Space+by+dtac+Accelerate/@13.7326688,100.5283012,17z/data=!4m8!1m2!2m1!1sdtac+accelerate!3m4!1s0x30e29f2add255d2d:0xc7ce503b6ae6f83e!8m2!3d13.732447!4d100.530881 8 | categories: 9 | - Meetup 10 | topics: 11 | - Go 12 | links: 13 | - type: rsvp 14 | url: https://www.facebook.com/events/1940675949578412/ 15 | title: Facebook Event 16 | --- 17 | 18 | # Golang Developer Meetup 19 | 20 | > Kiang Wasawat: “‘Functional guy writing go’ or: ‘how I learn to stop worrying about Map, Reduce and use for loop.’”, Pun Wasin: “Why should we, engineers, care more about business & testing?”, Acoshift: “DDD Project Structure” 21 | -------------------------------------------------------------------------------- /website/src/components/EventTags.vue: -------------------------------------------------------------------------------- 1 | 13 | 14 | 32 | 33 | 40 | -------------------------------------------------------------------------------- /data/2018-05/startup-thailand-hackathon.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: startup-thailand-may-2018 3 | date: '2018-05-19 ~ 2018-05-20' 4 | location: 5 | title: Queen Sirikit National Convention Center 6 | url: https://www.google.com/maps/place/Queen+Sirikit+National+Convention+Center/@13.7240492,100.5588048,15z/data=!4m2!3m1!1s0x0:0x230edac05ae63ab7?sa=X&ved=0ahUKEwirq_DMtu7aAhVMr48KHXVtAB0Q_BIIrAEwCg 7 | categories: 8 | - Hackathon 9 | topics: 10 | - Startup 11 | links: 12 | - type: ticket 13 | url: https://dev.wi.th/event/startupthailand 14 | title: Devcamp 15 | price: FREE 16 | - type: rsvp 17 | url: https://www.facebook.com/events/192428594902169/ 18 | title: Facebook Event 19 | --- 20 | 21 | # Startup Thailand Hackathon 2018 22 | 23 | > เชิญชวนสตาร์ทอัพและนักพัฒนาไทยร่วมลงแข่งขันงาน Startup Thailand Hackathon งานแข่งขันที่ใหญ่ที่สุดในเอเชีย พร้อมเงินรางวัลกว่า 500,000 บาท และโอกาสต่อยอดมากมาย 24 | -------------------------------------------------------------------------------- /data/2018-06/ruby-tuesday.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ruby-tuesday-5 3 | date: '2018-06-26' 4 | time: 19:00 ~ 20:00 5 | location: 6 | title: Launchpad 7 | url: >- 8 | https://www.google.com/maps/place/Launchpad+Co.,+Ltd/@13.7212933,100.5236788,19z/data=!3m1!4b1!4m5!3m4!1s0x30e298cdd6e8270d:0x7e9aa39655924697!8m2!3d13.721292!4d100.524226?hl=en 9 | categories: 10 | - Meetup 11 | topics: 12 | - Ruby 13 | links: 14 | - type: rsvp 15 | url: https://www.facebook.com/events/878191519048765/ 16 | title: Facebook Event 17 | --- 18 | 19 | # Ruby Tuesday #5 20 | 21 | > Robin Clart, CTO from Omise ( Omise Payment) will be giving a talk this coming Ruby Tuesday on Double Entry Book Keeping. A very interesting topic not only for Ruby developers but all developers especially startups. 22 | 23 | There will also be a panel discussion right after that on uses of Ruby that you might not know about. 24 | 25 | We'll be at Launchpad on the 26th. 26 | -------------------------------------------------------------------------------- /data/2018-08/girls-who-dev.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: girls-who-dev-3 3 | date: '2018-08-18' 4 | location: 5 | title: Pronto Tools 6 | url: >- 7 | https://www.google.com/maps/place/Pronto+Tools/@13.7922283,100.5425157,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29c10914e96d5:0x8e78f9849ffdbea8!8m2!3d13.7922231!4d100.5447044 8 | categories: 9 | - Workshop 10 | topics: 11 | - Web Development 12 | links: 13 | - type: website 14 | url: https://www.facebook.com/girlswhodev/photos/a.1430639427199782.1073741827.1430611950535863/2038556416408077/?type=3&theater 15 | title: Annountment on Facebook 16 | --- 17 | 18 | # Girls Who Dev #3: Girls Learning HTML & CSS 19 | 20 | > Girls Who Dev จะจัด workshop “Girls Learning HTML & CSS” ในวันที่ 18 สิงหาคม 2561 ใครอยากสร้างเว็บไซต์สวยๆ ด้วยกัน รีบ book วันใน calendar กันไว้เลยย.. 21 | 22 | ส่วนจะเปิดให้ลงทะเบียนวันไหนนั้น ต้องคอยติดตาม [page Girls Who Dev](https://www.facebook.com/girlswhodev) ไว้นะคะ 🙂 23 | -------------------------------------------------------------------------------- /website/src/components/AdminPage.vue: -------------------------------------------------------------------------------- 1 | 18 | 19 | 33 | 34 | 36 | -------------------------------------------------------------------------------- /data/2019-04/ampconf-2019.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ampconf-2019 3 | date: 2019-04-17 ~ 2019-04-18 4 | location: 5 | title: Tokyo 6 | detail: >- 7 | [ROPPONGI ACADEMY HILLS](https://goo.gl/maps/beyjcpb2wNm); 8 | 9 | categories: 10 | - Conference 11 | topics: 12 | - AMP 13 | links: 14 | - type: website 15 | url: 'https://www.ampproject.org/amp-conf/' 16 | title: 2019.jsconf.asia 17 | - type: ticket 18 | url: 'https://events.withgoogle.com/amp-conf-2019/registrations/new/' 19 | title: Buy tickets 20 | price: FREE 21 | --- 22 | # AMP Conf 2019 23 | 24 | > Building the future web, together. 25 | 26 | The AMP team and community is bringing its yearly gathering to Tokyo for two days full of talks by developers for developers, all crafted to help you create a best-in-class user experience. Whether you're interested in rich animations, dynamic content, DevOps or monetization, we got you covered. We can't wait to meet you. 27 | -------------------------------------------------------------------------------- /data/2018-03/ruby-tuesday.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ruby-tuesday-2 3 | date: '2018-03-27' 4 | time: 19:00 ~ 20:30++ 5 | categories: 6 | - Meetup 7 | topics: 8 | - Ruby 9 | location: 10 | url: https://www.google.com/maps/place/MAQE+Bangkok+Co.,Ltd./@13.742418,100.548931,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29edc5606ec0b:0xebaa9d06efaeb620!8m2!3d13.742418!4d100.548931 11 | title: MAQE Bangkok 12 | links: 13 | - type: ticket 14 | url: https://www.meetup.com/ruby-tuesdays-bangkok/events/248192057/ 15 | title: Meetup 16 | --- 17 | 18 | # Ruby Tuesday #2 19 | 20 | > Ruby Tuesday is an event to gather all who are interested in the programming language Ruby. Whether you're an expert or a beginner, you're welcome to join. 21 | 22 | There will be two short talks, with plenty of time to mingle and meet other Ruby developers and friendly tech people. 23 | 24 | - Talk 1: Michael Kohl - What's new on Rails 5.2 25 | 26 | - Talk 2: Khun Prayoot (topic to be confirmed) 27 | -------------------------------------------------------------------------------- /data/2018-07/cloud-talk-july-2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: cloud-talk-july-2018 3 | date: '2018-07-26' 4 | time: '13:30 ~ 17:10' 5 | location: 6 | title: True IDC 7 | url: 'https://www.google.com/maps/place/True+IDC/@13.76448,100.568187,15z/data=!4m2!3m1!1s0x0:0xb6d271169990395b?sa=X&ved=0ahUKEwiszcG_q7_aAhVFsI8KHTWRAcYQ_BIIhgEwEQ' 8 | categories: 9 | - Seminar 10 | topics: 11 | - Kubernetes 12 | - AWS 13 | links: 14 | - type: rsvp 15 | url: 'https://www.facebook.com/events/2097484827237220/' 16 | title: Facebook event 17 | --- 18 | # Cloud Talk Advanced Solution Series: Kubernetes on AWS Part 2 19 | 20 | > ในครั้งนี้เราจะเจาะลึกไปที่การนำ Kubernetes มาต่อยอดใช้งานเชิงปฏิบัติการ ทั้งการทำ Deployment automation การสร้าง Delivery Pipeline รวมถึงการใช้งานหลักๆ บนระบบทางด้าน Scaling, Monitoring, Logging 21 | 22 | นอกจากนี้เรายังแชร์ ปัญหาการใช้งาน แนวางการแก้ไขปัญหา รวมถึงข้อควรระวังในการใช้งาน Kubernetes เพื่อให้ทุกท่านใช้งานได้อย่างมีประสิทธิภาพสูงสุด 23 | -------------------------------------------------------------------------------- /data/2018-03/code-craft-line-meetup.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: code-craft-line-developer-meetup-1 3 | date: '2018-03-15' 4 | time: 18:30 ~ 22:00 5 | location: 6 | title: CODE CRAFT 7 | url: https://www.google.com/maps/place/c%C3%B8de+CRAFT+Bar+%26+Studio/@13.8064289,100.5200998,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29b8cf5f10bb3:0xe9eec03b79e68253!8m2!3d13.8064237!4d100.5222885 8 | categories: 9 | - Meetup 10 | topics: 11 | - LINE 12 | - Firebase 13 | links: 14 | - type: rsvp 15 | url: https://www.facebook.com/events/160284541347064/ 16 | title: Facebook Event 17 | --- 18 | 19 | # อดไป Meetup Line Dev. มานั่งดู Live ด้วยกันมั้ย? 20 | 21 | > มันแซ้ดอ่ะนายยย ลงชื่อไปแต่สุ่มไม่ได้ที่นั่งซะงั้น แงแง เห็นเค้าบอกว่าใครอด ให้รอดู live ทาง facebook จะอยู่บ้านดูคนเดียวก็คงจะเหงา เลยอยากชวนมาดูไปพร้อมกัน เรามีจอฉายใหญ่ 55 นิ้วแหน่ะ ,, ดูกันเต็มๆตาไปเหล๋ย หรือจะสั่งเบียร์มาจิบไปดูไปก็ยังได้ (อย่าเพิ่งเมาก่อนจบไลฟ์ก็พอน่า~) 22 | 23 | After Party กันต่อที่ชั้นล่างก็ได้นะยูวว์ ไม่ห้ามเด้อ อิอิ 24 | -------------------------------------------------------------------------------- /data/2018-02/thaipy-feb-2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: thaipy-feb-2018 3 | date: '2018-02-08' 4 | time: '18:30 ~ 20:30++' 5 | location: 6 | title: Bhiraj Tower 7 | url: >- 8 | https://www.google.com/maps/place/BHIRAJ+TOWER+at+EmQuartier/@13.7314622,100.5672243,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29f01858d150f:0xbc0e87a22c16ae1c!8m2!3d13.731457!4d100.569413 9 | detail: 'aCommerce HQ, 33rd floor' 10 | categories: 11 | - Meetup 12 | topics: 13 | - Ruby 14 | - Python 15 | links: 16 | - type: rsvp 17 | url: 'https://www.meetup.com/ThaiPy-Bangkok-Python-Meetup/events/246228255/' 18 | title: Meetup.com 19 | detail: 'Free, snacks and drinks provided' 20 | --- 21 | # ThaiPy Bangkok Meetup: Ruby for Python Devs + Insecure Things to Avoid in Python 22 | 23 | > This is for anyone who likes beauty and productivity with their code. 24 | 25 | - "Ruby for python developers" - Dan Itsara (Glazziq) 26 | - "Some insecure things to avoid in python" - Dominik 'Disconnect3d' Czarnota (Collective Sense) 27 | -------------------------------------------------------------------------------- /data/2018-12/domain-driven-design.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: domain-driven-design-20181227 3 | date: '2018-12-27' 4 | time: 09:00 ~ 17:30 5 | location: 6 | title: ห้อง 1111C ชั้น 11 C.P.Tower 1 (Silom) 7 | url: https://goo.gl/maps/r4knBeMv2rH2 8 | categories: 9 | - Workshop 10 | topics: 11 | - Domain Driven Design 12 | links: 13 | - type: rsvp 14 | url: https://www.eventbrite.com/e/domain-driven-design-by-roofimon-tickets-52188647650 15 | title: Eventbrite 16 | - type: website 17 | url: https://fb.me/greans66 18 | title: เกรียนส์ 66 (Organizer) 19 | --- 20 | 21 | # Domain-Driven Design 22 | 23 | > Workshop designed by roofimon based on Domain-Driven Design: Tackling Complexity in the Heart of Software : by Eric Evans 24 | 25 | ถึงจะ Based on หนังสือ แต่หัวข้อ Workshop ย่อม Design by พี่ Roofimon โดยในหนังสือพูดถึง 26 | 27 | - Concepts 28 | - Putting the Model to Work 29 | - Building Blocks of a Model-Driven Design 30 | - Supple Design 31 | - Context Mapping for Strategic Design 32 | - Large-scale Structure for Strategic Design -------------------------------------------------------------------------------- /data/2018-03/techatagoda.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: tech-at-agoda-20 3 | date: '2018-03-17' 4 | time: 13:00 ~ 16:00 5 | location: 6 | title: Tech@Agoda Home 7 | url: >- 8 | https://www.google.com/maps/place/The+Offices+At+Central+World/@13.7461805,100.5388239,17z/data=!3m1!5s0x30e29ecfc46acedb:0xdb78b1e7e3812c1!4m8!1m2!2m1!1sBangkok,+The+Offices+At+Central+World,+Bangkok,+meetup1,+th!3m4!1s0x30e29ecfd2620337:0xe3abefcb26228c94!8m2!3d13.7457892!4d100.5380479 9 | detail: The Offices at CentralWorld, 44th floor 10 | categories: 11 | - Meetup 12 | topics: 13 | - Rx 14 | - Kotlin 15 | links: 16 | - type: ticket 17 | url: https://www.meetup.com/TechAtAgoda/events/248655740/ 18 | title: Meetup 19 | --- 20 | 21 | # TechAtAgoda #20 : Rx VS Kotlin 22 | 23 | > Let's learn advanced topics of RX, how it does our life easy if you know how to use it. Follow by best practice in Kotlin. 24 | 25 | - Konstantin Aksenov, Warot Tangswanit - Rx is a way of life, best practice, and advanced topics. 26 | - Inaki Villar, Verachad Wongsawangtham - Kotlin advanced topics. 27 | -------------------------------------------------------------------------------- /data/2018-05/codeclub.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: codeclub-may-2018 3 | date: '2018-05-05' 4 | time: 10:00 ~ 16:00 5 | location: 6 | title: Sansiri PLC Head Office 7 | url: https://www.google.com/maps/place/%E0%B8%9A%E0%B8%A3%E0%B8%B4%E0%B8%A9%E0%B8%B1%E0%B8%97+%E0%B9%81%E0%B8%AA%E0%B8%99%E0%B8%AA%E0%B8%B4%E0%B8%A3%E0%B8%B4+%E0%B8%88%E0%B8%B3%E0%B8%81%E0%B8%B1%E0%B8%94+(%E0%B8%A1%E0%B8%AB%E0%B8%B2%E0%B8%8A%E0%B8%99)+:+Sansiri+PLC+Head+office/@13.7582842,100.5334193,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29eb50c4ca0b9:0xec7176713e5eafaf!8m2!3d13.758279!4d100.535608 8 | detail: ชั้น 16 ห้อง 1601 9 | categories: 10 | - Codefest 11 | topics: [ ] 12 | links: 13 | - type: rsvp 14 | url: https://www.facebook.com/events/1439756129467541/ 15 | title: Facebook Event 16 | --- 17 | 18 | # CodeClub #5: Return of the Club 19 | 20 | > We don't talk about CodeClub 21 | 22 | 1st RULE: You do not talk about CODE CLUB.
2nd RULE: You DO NOT talk about CODE CLUB.
3th RULE: You HAVE to code.
4th RULE: You come when you come. You go when you go. Bring friends or don't bring. 23 | -------------------------------------------------------------------------------- /README.en.md: -------------------------------------------------------------------------------- 1 | **⚠️ This project is no longer maintained. See the latest Thai tech event calendar at https://th.techcal.dev. ⚠️** 2 | 3 | --- 4 | 5 | # calendar.thaiprogrammer.org 6 | 7 | Curated list of tech events relevant to tech people in Thailand. 8 | Also available as [**JSON file**](https://thaiprogrammer-tech-events-calendar.spacet.me/calendar.json), [**ICS File**](https://thaiprogrammer-tech-events-calendar.spacet.me/calendar.ics), and on [**Google Calendar**](https://calendar.google.com/calendar/embed?src=j5i0o6v2ihfboe19upl9lhonbci6ankr%40import.calendar.google.com&ctz=Asia%2FBangkok). 9 | 10 | ## Event data 11 | 12 | The [`data`](data) folder in this repository contains the event data. 13 | For convenience, you can [see the list of events here.](https://thaiprogrammer-tech-events-calendar.spacet.me/#list) 14 | 15 | ## Website 16 | 17 | The source code for the website can be found in [website](website) folder. It’s a Vue app. 18 | 19 | ## Contributing 20 | 21 | Please see [CONTRIBUTING.md](CONTRIBUTING.md) for more information about contributing to this repository. 22 | -------------------------------------------------------------------------------- /data/2018-11/go-get-th-3.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: go-get-th-3 3 | date: "2018-11-24" 4 | time: "12:00 ~ 17:30" 5 | location: 6 | title: Z.com G Tower MRT Rama IX 7 | url: https://goo.gl/maps/MSXGRcXUyrL2 8 | categories: 9 | - Meetup 10 | topics: 11 | - Workshop 12 | - Openspace 13 | links: 14 | - type: rsvp 15 | url: https://www.facebook.com/events/1927689697323594 16 | title: Facebook Event 17 | - type: ticket 18 | url: https://www.eventpop.me/e/4583 19 | title: Eventpop 20 | - type: website 21 | url: https://fb.me/gogetth/ 22 | title: Facebook Fan Page 23 | --- 24 | 25 | # GO GET TH Workshop 26 | 27 | > We know nothing but we have something to share and we also want you to share something... 28 | 29 | ## Prerequisite 30 | 31 | - Please finish your lunch before attend. 32 | - Please bring your own laptop 33 | - Install last stable Go version 34 | - Bring your own Power Strip 35 | 36 | 37 | ## Agenda 38 | 39 | - 12:00 Register, Networking 40 | - 13:00 Session start 41 | 42 | *Note:* Please read https://en.wikipedia.org/wiki/Open_Space_Technology 43 | -------------------------------------------------------------------------------- /data/2018-03/angular-developers-thailand-meetup.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: angular-developers-thailand-meetup-march-2018-188547875079146 3 | date: '2018-03-05' 4 | time: 18:30 ~ 22:00 5 | location: 6 | title: LINK Collaboration Space 7 | url: https://www.google.com/maps/place/LINK+Collaboration+Space/@13.7369995,100.5200761,17z/data=!4m5!3m4!1s0x30e299312368f6eb:0x822246345e9e0e3b!8m2!3d13.7394382!4d100.5219107 8 | links: 9 | - type: ticket 10 | url: https://www.eventpop.me/e/3063-angular-meetup-march-2018 11 | title: Event Pop 12 | - type: rsvp 13 | url: https://www.facebook.com/events/188547875079146/ 14 | title: Facebook Event 15 | categories: 16 | - Meetup 17 | topics: 18 | - Angular 19 | --- 20 | 21 | # Angular Developers Thailand Meetup March 2018 22 | 23 | > Event พบปะและแลกเปลี่ยนเรื่อง Angular 24 | 25 | Session มีดังนี้ (อาจมีการปรับเปลี่ยน) 26 | 27 | - RouteReuseStrategy by Khun Tum 28 | - Angular 6.0 Panel Discussion 29 | 30 | สำหรับท่านที่สนใจจะแชร์ 2 - 10 นาที หรือ เป็นสปีกเกอร์สามารถติดต่อทีมงาน หรือใน [Facebook Group](https://www.facebook.com/groups/angularjs.th/) ได้เลยครับ 31 | -------------------------------------------------------------------------------- /data/2018-03/wordpress-bangkok.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: wordpress-bangkok-248691875 3 | date: '2018-03-21' 4 | time: 19:00 ~ 21:00 5 | location: 6 | url: https://www.google.com/maps/place/LINK+Collaboration+Space/@13.7394434,100.519722,17z/data=!3m1!4b1!4m5!3m4!1s0x30e299312368f6eb:0x822246345e9e0e3b!8m2!3d13.7394382!4d100.5219107 7 | title: LINK Collaboration Space 8 | categories: 9 | - Meetup 10 | topics: 11 | - WordPress 12 | links: 13 | - type: ticket 14 | url: https://www.meetup.com/Bangkok-WordPress/events/248691875/ 15 | title: Meetup.com 16 | --- 17 | 18 | # Meet Gutenberg: The new editing experience of WordPress 19 | 20 | > Gutenberg เป็น Codename ของ WordPress Editor ตัวใหม่ที่อยู่ระหว่างการพัฒนา และจะได้รับการผนวกเข้าร่วมกับ WordPress รุ่นถัดไป ใน Meetup ครั้งนี้ เราจะมาแนะนำกันแบบคร่าวๆว่า Gutenberg คืออะไร มีความสำคัญอย่างไร เปิด Demo การใช้งาน ปิดท้ายด้วยการถาม-ตอบ 21 | 22 | เชิญชวนทุกคนมาร่วมพูดคุย แชร์ประสบการณ์การการใช้งาน Gutenberg กัน 23 | 24 | แต่เพื่อให้การพูดคุยกันครั้งนี้สนุกยิ่งขึ้น โดยเฉพาะในช่วงเวลาของการถาม-ตอบ เราแนะนำให้ทุกคนโหลด Gutenberg และลองใช้งานดูก่อนที่จะมาเจอกัน 25 | -------------------------------------------------------------------------------- /data/2018-04/watts-up.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: watts-up-april-2018 3 | date: '2018-04-24' 4 | time: 19:00 ~ 21:00 5 | location: 6 | title: KX - Knowledge Exchange Center 7 | url: https://www.google.com/maps/place/The+Knowledge+Exchange:+KX/@13.7204878,100.4961223,17z/data=!3m1!4b1!4m5!3m4!1s0x30e298ee5d02d0a3:0xe2511ae461733d57!8m2!3d13.7204878!4d100.498311 8 | categories: 9 | - Meetup 10 | topics: 11 | - Energy Tech 12 | links: 13 | - type: rsvp 14 | url: https://www.facebook.com/events/223184011569130/ 15 | title: Facebook Event 16 | --- 17 | 18 | # Watt's Up? Meetup: The Future of Mobility - Electric cars 19 | 20 | > How will electric mobility in Asia evolve in the coming years? What will be the trend globally? The topic for this meetup will be The Future of Mobility & Electric cars. We'll have a presentation of the electric car company FOMM with fireside chat […]. 21 | 22 | Welcome to the Watt's Up? Meetup! We are building a community of professionals, entrepreneurs, founders, and individuals who are interested in smart & renewable energy, to contribute to a green business ecosystem in Thailand. 23 | -------------------------------------------------------------------------------- /data/2018-03/gdg-mobile-site-certification-study-jam.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: gdg-mobile-site-certification-study-jam-march-2018 3 | date: '2018-03-09' 4 | time: 19:00 ~ 21:00 5 | location: 6 | title: Ananda UrbanTech 7 | url: https://www.google.com/maps/place/Ananda+Development+Public+Company+Limited/@13.722757,100.5521173,17z/data=!3m1!4b1!4m5!3m4!1s0x311d5ea12f71553f:0xd5f0d96c9d24a623!8m2!3d13.722757!4d100.554306 8 | categories: 9 | - Workshop 10 | topics: 11 | - Mobile Web 12 | - Web 13 | links: 14 | - type: ticket 15 | url: https://dev.wi.th/event/mobile-site-certification-study-jam 16 | title: Devcamp 17 | price: FREE 18 | - type: rsvp 19 | url: https://www.facebook.com/events/880177345495897/ 20 | title: Facebook Event 21 | --- 22 | 23 | # Mobile Site Certification Study Jam by GDG Thailand 24 | 25 | > เวิร์คช้อปและทำแบบทดสอบเพื่อรับ Mobile Site Certification 26 | 27 | เข้าร่วมเวิร์คช้อปพิเศษในวันศุกร์ที่ 9 มีนาคมนี้ พร้อมกับรับใบประกาศจาก Google 28 | โดยผู้เข้าร่วมจะต้องนำคอมพิวเตอร์เข้ามาทำแบบทดสอบ 29 | รับจำนวนจำกัดเพียง 100 ท่าน / เปิดที่นั่งพิเศษให้นักพัฒนาหญิงจำนวน 40 ท่าน 30 | -------------------------------------------------------------------------------- /data/2018-10/ios-dev-th-13.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 'ios-dev-th-meetup-13' 3 | date: '2018-10-24' 4 | time: '18:30 ~ 23:00' 5 | categories: 6 | - Meetup 7 | topics: 8 | - iOS 9 | location: 10 | title: GetLinks 11 | url: https://goo.gl/maps/6BbgM1W8SUN2 12 | detail: 193/36 10th floor Lake Rajada Office Complex, Klongtoey, Bangkok 10110 13 | links: 14 | - type: website 15 | url: https://web.facebook.com/events/302983530520951/ 16 | title: Facebook Event 17 | - type: rsvp 18 | url: http://getlinks.co/page/events/iosmeetup2018/?ref=P_TH_FB 19 | title: GetLinks Event 20 | --- 21 | 22 | # iOSDev Meetup Presented by GetLinks 23 | 24 | > iOS Dev เตรียมตัวเจอกันได้ที่งาน 'iOSDev Meetup' พบเพื่อนใหม่ในสายอาชีพเดียวกัน เรียนรู้ทักษะใหม่ และปาร์ตี้กันไปยาวๆ เจอกันไดัที่ GetLinks ตั้งแต่หกโมงครึ่งเป็นต้นไป 25 | 26 | - 18.30 - 19.00: Registration 27 | - 19.00 - 19.45: Session #1 Lets talk about function by Ambas Chobsanti from Agoda. 28 | - 19.45 - 20.15: Break 29 | - 20.15 - 21.00: Session #2 Auto Layout, a how to think guide by Pitiphong Phongpattranont from Omise. 30 | - 21.00 - 23.00: Hangout with the rest -------------------------------------------------------------------------------- /data/2018-12/code-in-the-dark-2-cnx-2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: code-in-the-dark-2-cnx-2018 3 | date: '2018-12-15' 4 | time: 19:00 ~ 22:00 5 | categories: 6 | - Codefest 7 | topics: 8 | - Frontend 9 | - HTML 10 | - CSS 11 | location: 12 | title: THiNKNET CNX เจ็ดยอด 13 | url: https://goo.gl/maps/wMvE8rkqQc62 14 | links: 15 | - type: website 16 | url: https://www.facebook.com/igeargeek/ 17 | title: Organizer Facebook 18 | - type: ticket 19 | url: https://www.eventpop.me/e/ 20 | title: Event Pop 21 | price: FREE 22 | - type: rsvp 23 | url: https://www.facebook.com/events/706961619677650/ 24 | title: Facebook Event 25 | --- 26 | 27 | # Code in the Dark Thailand #2 : CNX 2018 28 | 29 | > กิจกรรมประลองฝีมือเพื่อค้นหาสุดยอดเซียน Frontend ในประเทศไทย! 30 | 31 | โดยให้ผู้ร่วมสนุก มาแข่งกันเขียนโค้ด HTML/CSS เพื่อสร้างหน้าเว็บตามโจทย์ที่กำหนดให้ แต่ความท้าทายของงานนี้คือ ผู้ร่วมสนุกจะต้องเขียนโค้ดโดยไม่ให้ Preview โค้ดที่เขียนในระหว่างแข่งขันจนกว่าจะหมดเวลา และหลังจากหมดเวลาแล้วเราจะมาโหวตหาผู้ชนะกัน 32 | 33 | ในครั้งนี้เรารับผู้เข้าร่วมแข่งขัน 18 คน 34 | และผู้เข้าร่วมโหวต 15 คนเท่านั้น -------------------------------------------------------------------------------- /data/2018-07/sysadmin-day.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: sysadmin-day-july-2018 3 | date: '2018-07-20' 4 | time: 12:30 ~ 15:55 5 | location: 6 | title: Netway Communication 7 | url: https://www.google.com/maps/place/Netway+Communication/@13.819613,100.512742,15z/data=!4m5!3m4!1s0x0:0xe3d78f79d77622ee!8m2!3d13.819613!4d100.512742 8 | categories: 9 | - Seminar 10 | topics: 11 | - SysAdmin 12 | links: 13 | - type: website 14 | url: https://mailchi.mp/netwayenterprise/netwayconnect4 15 | title: Event Page 16 | - type: ticket 17 | url: https://mailchi.mp/netwayenterprise/netwayconnect4#%E0%B8%A5%E0%B8%87%E0%B8%97%E0%B8%B0%E0%B9%80%E0%B8%9A%E0%B8%B5%E0%B8%A2%E0%B8%99 18 | title: Registration Form 19 | price: FREE 20 | - type: rsvp 21 | url: https://www.facebook.com/events/1741968902590864/ 22 | title: Facebook Event 23 | --- 24 | 25 | # SysAdmin Day 2018 26 | 27 | > ขอเชิญชวนเพื่อนๆชาว SysAdmin Thailand มาร่วมงาน SysAdmin Day 2018 โดยงานนี้ก็จะเป็นโอกาสดีที่เราจะมาร่วมอัพเดทประเด็นไอที ไม่ว่าจะเป็น Security, Cyber Protection, New Tech, etc. 28 | 29 | และหลังจากจบงาน ก็จะมี Party กันแบบชิลๆ อีกด้วย 30 | -------------------------------------------------------------------------------- /data/2018-10/kotlin-meetup-1-2-70.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 'kotlin-meetup-1-2-70' 3 | date: '2018-10-18' 4 | time: '18:30 ~ 21:00' 5 | categories: 6 | - Seminar 7 | topics: 8 | - Kotlin 9 | location: 10 | title: Learn Hub+ Co Learning Space 11 | url: https://goo.gl/maps/NSLhDna3FL12 12 | detail: Learn Hub+ Co Learning Space ชั้น 4 ธนาคารกรุงเทพ ติด BTS สยาม 13 | links: 14 | - type: ticket 15 | url: https://www.eventpop.me/e/4317-kotlin-meetup-1-2-70 16 | title: Event Pop 17 | price: Free 18 | --- 19 | 20 | # Kotlin Meetup 1.2.70 21 | 22 | > กลับมาอีกครั้งกับงาน Kotlin Meetup ครั้งที่ 1.2.70 และแน่นอนอาหารเครื่องดื่มฟรีสำหรับผู้ร่วมงานทุกท่่าน สามารถดูรายละเอียดตารางงานได้ตามด้านล่างครับ 23 | 24 | ตารางงาน 25 | 26 | 18.30 - 18.50 Registration 27 | 28 | 18.50 - 19.00 Opening Remark 29 | 30 | 19.10 - 19:40 Write a better code with Conductor's Controller by Kittinun Vantasin [Mobile Developer @ Mercari] 31 | 32 | 19.40 - 19:50 Break 33 | 34 | 19:50 - 20.20 Start your Firebase admin with Kotlin by Kotlin2JS by Theerasan Tonthonkam [Android Developer @ Eatigo] 35 | 36 | 20.20 - 21.00 Closing Remark and Networking -------------------------------------------------------------------------------- /data/2018-02/7peaks-meetup.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 7peaks-meetup-246897327 3 | date: '2018-02-22' 4 | time: '19:00 ~ 21:00' 5 | location: 6 | title: 7 Peaks Software 7 | url: >- 8 | https://www.google.com/maps/place/7+Peaks+Software/@13.739292,100.5552093,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29edcf8a9dcf5:0xcf0d1a437c55d078!8m2!3d13.739292!4d100.557398 9 | detail: 'Dhammalert Building, 2nd floor' 10 | categories: 11 | - Meetup 12 | topics: 13 | - Blockchain 14 | - Ethereum 15 | links: 16 | - type: rsvp 17 | url: 'https://www.meetup.com/7Peaks-Tech-Events-Bangkok/events/246897327/' 18 | title: Meetup.com 19 | - type: rsvp 20 | url: 'https://www.facebook.com/events/2025335341040804/' 21 | title: Facebook Event 22 | --- 23 | # 7 Peaks Tech Events Bangkok — Let's Build a Decentralised Blockchain App on Ethereum 24 | 25 | > On this workshop, we'll build together a very simple decentralised application, on top of Ethereum. 26 | 27 | We'll demystify all the complexity nowadays surrounding the Blockchain topic, and in a short time, with simple tools, we'll build a Blockchain application on top of the Ethereum test network. 28 | -------------------------------------------------------------------------------- /data/2018-06/code-mania-111.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: code-mania-111 3 | date: '2018-06-10' 4 | time: 09:00 ~ 18:00 5 | location: 6 | title: Siam University 7 | url: https://www.google.com/maps/place/Siam+University/@13.7211612,100.4511758,17z/data=!3m1!4b1!4m5!3m4!1s0x30e2983b3ccda6b9:0x7160b277b60e7199!8m2!3d13.721156!4d100.4533645 8 | categories: 9 | - Conference 10 | topics: [] 11 | links: 12 | - type: ticket 13 | url: https://www.eventpop.me/e/3438-codemania111 14 | title: Event Pop 15 | - type: rsvp 16 | url: https://www.facebook.com/events/197707097512882/ 17 | title: Facebook Event 18 | --- 19 | 20 | # Code Mania 111 — Diversity Makes Us Stronger 21 | 22 | > ผลักดัน Diversity ให้มีมากขึ้นในวงการ Technology ในเมืองไทย 23 | 24 | ทำไมถึงสำคัญ? ต่างคน ต่าง background ต่าง skills ต่างแนวคิด ต่างมุมมอง ถ้าเราได้มาทำงานร่วมกัน แบ่งปันแนวคิดร่วมกัน พวกเราเชื่อว่าวงการเราจะเติบโต และก้าวกระโดดไปได้อีกไกลแน่นอน 25 | 26 | อีก 1 ประเด็นที่เราปฏิเสธไม่ได้คือ วงการนี้มีผู้ ช ค่อนข้างเยอะ และผู้ ช ก็มักจะคิดไปในแนวทางเดียวกัน งานรอบนี้เลยอยากจะมีส่วนช่วยผลักดันให้ผู้ ญ เข้ามามีส่วนร่วมมากขึ้นด้วยครับ เราจะได้มีมุมมองต่อปัญหาที่แตกต่างกันมากขึ้น 27 | -------------------------------------------------------------------------------- /data/2019-01/dot-net-connection.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: dot-net-connection 3 | date: '2019-01-19' 4 | time: '13:00 ~ 17:00' 5 | location: 6 | title: Microsoft (Thailand) Limited 7 | url: 'https://goo.gl/maps/yjtpaAz6GKo' 8 | categories: 9 | - Workshop 10 | topics: 11 | - Dot NET 12 | links: 13 | - type: ticket 14 | url: https://www.eventpop.me/e/4978 15 | title: Eventbrite 16 | price: FREE 17 | - type: rsvp 18 | url: 'https://www.facebook.com/events/2237016369951923/' 19 | title: Facebook event 20 | --- 21 | # Dot Net Connection 22 | 23 | > ขอเชิญผู้สนใจเทคโนโลยี .NET พบปะสังสรรค์เพื่อแลกเปลี่ยนความรู้ ทำงานร่วมกัน หาคนทำงาน 24 | 25 | |เวลา|รายการ| 26 | |-|-| 27 | |12:00 - 13:00|ลงทะเบียนเข้าร่วมงาน อาคารซีอาร์ซี ออลซีซั่นเพลส ชั้น 38| 28 | |13:00 - 13:30|ตัวแทนจากไมโครซอฟท์และสมาคมโปรแกรมเมอร์ไทยกล่าวเปิดงานและวัตถุประสงค์ของการจัดงาน| 29 | |13:30 - 14:30|ผู้เข้าร่วมงานทยอยแนะนำตัวเอง คือใคร ทำอาชีพอะไร ใช้ .NET ทำอะไรบ้าง อยากช่วยเหลือหรือให้ความช่วยเหลือใครในเรื่องใด| 30 | |14:30 – 15:50|แบ่งกลุ่มย่อยและคุยกันตามอัธยาศัย| 31 | |15:50 - 16:00|แบ่งกลุ่มย่อยและคุยกันตามอัธยาศัย ตัวแทนผู้จัดงานไมโครซอฟท์และสมาคมโปรแกรมเมอร์กล่าวขอบคุณผู้ร่วมงาน| -------------------------------------------------------------------------------- /data/2018-06/reactbkk.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: reactbkk-3 3 | date: '2018-06-24' 4 | time: 09:00 ~ 22:00 5 | location: 6 | title: EnCo 7 | url: https://www.google.com/maps/place/Energy+Complex+Company+Limited./@13.8193932,100.5572412,15z/data=!4m5!3m4!1s0x0:0x686cce3b970b6f75!8m2!3d13.8193932!4d100.5572412 8 | detail: Synergy Hall, Energy Complex 9 | categories: 10 | - Conference 11 | topics: 12 | - React 13 | links: 14 | - type: website 15 | url: https://www.facebook.com/reactbkk/ 16 | title: Facebook Page 17 | - type: ticket 18 | url: https://www.eventpop.me/e/3607-react-bangkok-3-0-0 19 | title: Event Pop 20 | price: 500 THB 21 | - type: rsvp 22 | url: https://www.facebook.com/events/1146190705520929/ 23 | title: Facebook Event 24 | --- 25 | 26 | # React Bangkok 3.0.0 27 | 28 | > กลับมาอีกครั้งกับงาน “React Bangkok 3.0.0” อัดแน่นไปด้วย Speaker ที่จะมาเล่าประสบการณ์และให้ความรู้อย่างเข้มข้น และยังมีกิจกรรม Networking จะให้ผู้ร่วมงานทุกคนได้ทำความรู้จักและแลกเปลี่ยนความรู้และประสบการณ์กับเพื่อนๆ ในวงการเดียวกันอีกด้วย 29 | 30 | รายชื่อหัวข้อในงานและตารางงานจะประกาศในภายหลังผ่านทางเพจ [Facebook React Bangkok](https://www.facebook.com/reactbkk/) 31 | -------------------------------------------------------------------------------- /data/2018-10/devfest-bangkok-2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 'devfest-bangkok-2018' 3 | date: '2018-10-20' 4 | time: '10:00 ~ 17:30' 5 | categories: 6 | - Conference 7 | topics: 8 | - Android 9 | - Web 10 | - AI 11 | location: 12 | title: CU Innovation Hub 13 | url: https://goo.gl/maps/zfa3iUVZVMt 14 | detail: Chaloem Rajakumari 60 Building (Chamchuri 10 Building), 19 Floor, Soi Chula 12, Chulalongkorn University, Phyathai Road, Pathumwan, Bangkok, Thailand 10330 15 | links: 16 | - type: ticket 17 | url: https://dev.wi.th/event/devfest-bangkok-2018 18 | title: Devcamp 19 | price: FREE 20 | --- 21 | 22 | # DevFest Bangkok 2018 23 | 24 | > DevFest is now open for registration. Join community-led developer conference focusing on Google Technology. 25 | 26 | Thai developer communities comes together and bring amazing things to ecosystem at DevFest with more than 10 speakers and partner showcase. You will have a chance to meet developer experts and community manager from many platforms like Android, Web, AI and more. 27 | 28 | Special : Win prize from codelab and lot of activities during this year DevFest. 29 | 30 | Register : https://dev.wi.th/event/devfest-bangkok-2018 -------------------------------------------------------------------------------- /data/2018-08/blognone-tomorrow.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: blognone-tomorrow-2018 3 | date: '2018-08-08' 4 | time: 09:00 ~ 17:00 5 | location: 6 | title: BITEC Bangna 7 | url: https://www.google.com/maps/place/Bangkok+International+Trade+%26+Exhibition+Centre/@13.669908,100.610031,15z/data=!4m5!3m4!1s0x0:0xfa656177eddbb2b1!8m2!3d13.669908!4d100.610031 8 | categories: 9 | - Conference 10 | topics: [] 11 | links: 12 | - type: website 13 | url: https://www.blognone.com/tomorrow 14 | title: Blognone Tomorrow 15 | - type: ticket 16 | url: https://www.eventpop.me/e/3803-blognone-tomorrow 17 | title: Event Pop 18 | price: 2500 THB 19 | - type: rsvp 20 | url: https://www.facebook.com/events/254153168684020/ 21 | title: Facebook Event 22 | --- 23 | 24 | # Blognone Tomorrow 25 | 26 | > บริษัทน้อยใหญ่ทั่วโลกกำลังเผชิญความท้าทายจากการเปลี่ยนแปลงทางเทคโนโลยี ไม่ว่าจะเป็น AI, Big Data, Internet of Things, Cloud Computing แต่คำถามคือเทคโนโลยีตัวไหนบ้างที่สำคัญและสร้างผลกระทบจริงๆ ต่อธุรกิจ 27 | 28 | Blognone Tomorrow จึงเชิญตัวแทนจากบริษัทเทคโนโลยีแถวหน้าของโลก มาเล่ามุมมองและแบ่งปันสิ่งที่พวกเขากำลังทำ ด้วยหวังว่ามุมมองเหล่านั้นจะช่วยให้คำตอบกับคำถามข้างต้นแก่เราได้ 29 | -------------------------------------------------------------------------------- /data/2018-08/wwth-20.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: wwth-20 3 | date: '2018-08-08' 4 | time: '18:30 ~ 21:30' 5 | location: 6 | title: K-PUB at Show DC 7 | url: 'https://www.google.com/maps/place/K-PUB/@13.7521378,100.5728542,15z/data=!4m2!3m1!1s0x0:0x21feb37a2ab08dd9' 8 | categories: 9 | - Meetup 10 | topics: 11 | - eSport 12 | - Marketing 13 | links: 14 | - type: rsvp 15 | url: 'https://www.facebook.com/events/180519492690322/' 16 | title: Facebook event 17 | --- 18 | # WWTH 20.0 — Why eSport Marketing? 19 | 20 | > WWTH is back! It's our 9th year anniversary and it is our 20th Web Wednesday event in Thailand. Join us at K-Pub at Show DC at 6.30pm onwards. As always, we are bringing you the upcoming trend that marketers and advertisers are excited about it. "Why eSport Marketing?" 21 | 22 | WWTH กลับมาอีกครั้ง และครั้งนี้เป็นการฉลองครบรอบ 9 ปีของเรา นับเป็นครั้งที่ 20 ที่เราจัดงานนี้ขึ้นในเมืองไทย 23 | 24 | ครั้งนี้เราจะมาเจอกันที่ K-Pub at Show DC ช่วยเอื้อเฟื้อสถานที่ให้กับเรา เริ่มงานกันเวลาเดิมตั้งแต่ 18.30 น. เป็นต้นไป และหัวข้อครั้งนี้ก็น่าสนใจอีกเช่นเคย เราจะพาทุกคนไปอัพเดตกันว่าทำไมนักการตลาด/นักโฆษณาถึงควรหันมาสนใจในเรื่อง eSport กับหัวข้อที่ว่า "Why eSport Marketing?" 25 | -------------------------------------------------------------------------------- /data/2018-02/insurtech-ignite-hackathon.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: insurtech-ignite-hackathon 3 | date: 2018-02-03 ~ 2018-02-04 4 | location: 5 | title: CU Innovation Hub 6 | url: >- 7 | https://www.google.com/maps/place/CU+Innovation+Hub/@13.7426771,100.5257938,17z/data=!3m1!4b1!4m5!3m4!1s0x30e2992ce63a9795:0x30d3c8c1558d1354!8m2!3d13.7426719!4d100.5279825 8 | detail: null 9 | categories: 10 | - Hackathon 11 | topics: 12 | - Insurtech 13 | links: 14 | - type: ticket 15 | url: 'https://dev.wi.th/event/insurtech-ignite-hackathon' 16 | title: Devcamp 17 | --- 18 | # Insurtech Ignite Hackathon 19 | 20 | > การแข่งขันพัฒนาซอฟต์แวร์ และเทคโนโลยีที่ท้าทายที่สุดครั้งหนึ่งของประเทศไทย พร้อมโอกาสในการพัฒนาธุรกิจ และนวัตกรรมร่วมกับ บริษัทประกันภัยชั้นนำของประเทศ ชิงรางวัลกว่า 100,000 บาท ในวันที่ 3 กุมภาพันธ์ - 4 กุมภาพันธ์ 2561 21 | 22 | InsurTech Ignite Hackthon ครั้งแรกของบริษัทประกันภัยชั้นนำ ของประเทศ ที่รวมตัวกันภายใต้ สมาคมประกันวินาศภัยไทย จัด Hackathon ให้สตาร์ทอัพและผู้ประกอบการรุ่นใหม่เข้ามามีส่วนร่วมในการพัฒนานวัตกรรมที่เกี่ยวข้องกับการประกันภัย ชิงรางวัลรวมมูลค่า 100,000 บาท พร้อมรับการบ่มเพาะเป็นระยะเวลา 2 เดือน และมีโอกาสได้พัฒนานวัตกรรมร่วมกับบริษัทประกันภัยชั้นนำของประเทศ 23 | -------------------------------------------------------------------------------- /data/2018-03/bangkokml.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: bangkokml-march-2018 3 | date: '2018-03-07' 4 | time: 18:00 ~ 20:30 5 | categories: 6 | - Meetup 7 | topics: 8 | - Machine Learning 9 | location: 10 | url: https://www.google.com/maps/place/%E0%B8%AD%E0%B8%B2%E0%B8%84%E0%B8%B2%E0%B8%A3%E0%B8%AD%E0%B8%99%E0%B8%B8%E0%B8%AA%E0%B8%A3%E0%B8%93%E0%B9%8C+50%E0%B8%9B%E0%B8%B5/@13.7338248,100.5295361,17z/data=!3m1!4b1!4m5!3m4!1s0x30e298d54d047b6b:0xf96364b67dc56482!8m2!3d13.7338248!4d100.5295361 11 | title: อาคารอนุสรณ์ 50ปี 12 | links: 13 | - type: rsvp 14 | url: https://www.meetup.com/bangkokml/events/248256932/ 15 | title: Meetup 16 | --- 17 | 18 | # BKK Machine Learning — "Meta-Learning" and "Kernel Methods for Comparing Distribution" 19 | 20 | > Bangkok Machine Learning meetup is back! This time we will learn about two interesting topics in machine learning from two very special guests, Sam Witterveen and Wittawat Jitkrittum. 21 | 22 | - Introduction to Meta-Learning: the future of Machine Learning by Sam Witteveen, Google Developer Expert in Machine Learning 23 | - Introduction to Kernel Methods for Comparing Distributions by Wittawat Jitkrittum, Max Planck Institute for Intelligent Systems 24 | -------------------------------------------------------------------------------- /data/2018-03/thaipy-ai-camera-security-production-monitoring-and-logging.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: thaipy-bangkok-meetup-246773984 3 | date: '2018-03-08' 4 | time: 18:30 ~ 20:30++ 5 | categories: 6 | - Meetup 7 | topics: 8 | - Python 9 | location: 10 | title: Bhiraj Tower 11 | url: >- 12 | https://www.google.com/maps/place/BHIRAJ+TOWER+at+EmQuartier/@13.7314622,100.5672243,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29f01858d150f:0xbc0e87a22c16ae1c!8m2!3d13.731457!4d100.569413 13 | detail: 'aCommerce HQ, 33rd floor' 14 | links: 15 | - type: ticket 16 | url: https://www.meetup.com/ThaiPy-Bangkok-Python-Meetup/events/246773984/ 17 | title: Meetup 18 | --- 19 | 20 | # ThaiPy Bangkok Meetup: AI Camera Security + Production monitoring and logging 21 | 22 | > Monthly meetup for those using python, learning python of just py-curious. Python is one of more popular programming languages in the word and rising further, being used in fields such as web, science, big data, dev-ops and digital entertainment. 23 | 24 | - "AI Camera Security Surveillance using Python" - TaeWoo Kim (One Smart Lab) 25 | 26 | - "Centralised logging and monitoring of production deployments" - Pinnapong Silpsakulsuk (aCommerce) 27 | -------------------------------------------------------------------------------- /data/2018-03/django-girls-bangkok.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: django-girls-bangkok-march-2018 3 | date: '2018-03-24' 4 | location: 5 | url: https://www.google.com/maps/place/Learn+Hub/@13.74532,100.5323423,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29ed20f89d211:0x810d7dd9fa79451d!8m2!3d13.74532!4d100.534531 6 | title: LearnHub Co-Learning Space 7 | categories: 8 | - Workshop 9 | topics: 10 | - Django 11 | links: 12 | - type: website 13 | url: 'https://djangogirls.org/bangkok/' 14 | title: Django Girls Bangkok 15 | --- 16 | # Django Girls Bangkok 17 | 18 | > If you are a woman and want to learn how to make websites, we have good news for you: we are holding a one-day workshop for beginners! 19 | 20 | We believe the IT industry will greatly benefit from bringing more women into technology. We want to give you an opportunity to learn how to program and become one of us – women programmers! 21 | 22 | If you are a woman, know English and have a laptop, you can apply for our event! Don't worry, you don't need to know any technical stuff – our workshop is for people who are new to programming. 23 | 24 | As a workshop attendee you will attend a **one-day Django workshop** during which you will create your first website! 25 | -------------------------------------------------------------------------------- /data/2018-04/scb-tech-day.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: scb-tech-day-march-2018 3 | date: '2018-04-27 ~ 2018-04-29' 4 | location: 5 | title: SCB Head Office 6 | url: https://www.google.com/maps/place/SCB+%E0%B8%AA%E0%B8%B3%E0%B8%99%E0%B8%B1%E0%B8%81%E0%B8%87%E0%B8%B2%E0%B8%99%E0%B9%83%E0%B8%AB%E0%B8%8D%E0%B9%88/@13.8287192,100.5615933,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29cf9dc1612c3:0x855d60349f4ed731!8m2!3d13.828714!4d100.563782?dcr=0 7 | categories: 8 | - Hackathon 9 | topics: 10 | - Financial Tech 11 | links: 12 | - type: website 13 | url: https://docs.google.com/forms/d/e/1FAIpQLSfNC8HzIRo2Ouf4CHPHwoF54ub6P6uOVmm3qviXlPt0E1he7w/viewform?fbzx=5245257866068083000 14 | title: Registration Form 15 | --- 16 | 17 | # SCB Tech Day 18 | 19 | > SCB Tech Day is Siam Commercial Bank's first challenge-driven technology competition. A 3-day competition where you will generate creative ideas, meet great people, consult with inspiring mentors and turn your idea into a marketable application! 20 | 21 | Transform your idea into innovative banking solutions. 22 | 23 | **Note:** Team members must be currently enrolled bachelor’s or master’s degree students, or a graduate from the *same university*. Each team has 3-5 members. 24 | -------------------------------------------------------------------------------- /data/2019-01/ios-conf-sg.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ios-conf-sg-2019 3 | date: '2019-01-17 ~ 2019-01-19' 4 | location: 5 | title: "Matrix at Biopolis" 6 | url: https://goo.gl/maps/L57Y9zqtAxS2 7 | categories: 8 | - Conference 9 | topics: 10 | - iOS 11 | - Swift 12 | - tvOS 13 | - macOS 14 | - watchOS 15 | links: 16 | - type: ticket 17 | url: https://ti.to/iosconfsg/2019 18 | title: Tito 19 | price: 100 ~ 1,000 SGD 20 | - type: website 21 | url: https://fb.me/iosconfsg/ 22 | title: Facebook Group 23 | - type: website 24 | url: https://twitter.com/iosconfsg 25 | title: Twitter 26 | - type: website 27 | url: https://2019.iosconf.sg 28 | title: Official Website 29 | --- 30 | 31 | # iOS Conf SG 2019 32 | 33 | > 300+ attendees from every where 34 | > 35 | > 72+ hours of pure iOS and Swift talks 36 | > 37 | > 20+ speakers from country and beyond 38 | 39 | ## Conference 40 | 41 | 18th and 19th January - 2 full days - single-track - conference featuring 20+ pure iOS and Swift programming talks. 42 | 43 | ## Workshops 44 | 45 | 17th January - 1 full day workshop and hands-on experience on modern application architecture and functional programming in Swift. 46 | 47 | 48 | -------------------------------------------------------------------------------- /website/src/router.js: -------------------------------------------------------------------------------- 1 | import Router from 'vue-router' 2 | import Vue from 'vue' 3 | 4 | import EventInfoPage from './components/EventInfoPage' 5 | import HomePage from './components/HomePage' 6 | import ListPage from './components/ListPage' 7 | import AdminPage from './components/AdminPage' 8 | 9 | Vue.use(Router) 10 | 11 | export default new Router({ 12 | mode: 'history', 13 | scrollBehavior(to, from, savedPosition) { 14 | if (savedPosition) { 15 | return savedPosition 16 | } 17 | return { x: 0, y: 0 } 18 | }, 19 | routes: [ 20 | { 21 | path: '/', 22 | name: 'HomePage', 23 | component: HomePage 24 | }, 25 | { 26 | path: '/list', 27 | name: 'ListPage', 28 | component: ListPage 29 | }, 30 | { 31 | path: '/editor', 32 | name: 'DataEditorPage', 33 | component: () => 34 | import(/* webpackChunkName: "data-generator" */ './components/DataEditorPage') 35 | }, 36 | { 37 | path: '/admin', 38 | name: 'AdminPage', 39 | component: AdminPage 40 | }, 41 | { 42 | path: '/event/:id', 43 | name: 'EventInfoPage', 44 | component: EventInfoPage 45 | } 46 | ] 47 | }) 48 | -------------------------------------------------------------------------------- /data/2018-07/vue.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: vuejs-thailand-meetup-3 3 | date: '2018-07-24' 4 | time: '18:30 ~ 21:30' 5 | location: 6 | url: https://www.google.com/maps/place/Tencent+(Thailand)+Company+Limited/@13.7871852,100.5723683,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29dd2d7bef373:0xda2e847cc72274b4!8m2!3d13.7871852!4d100.574557 7 | title: Tencent (Thailand) Company Limited 8 | detail: อาคารเมืองไทย-ภัทร คอมเพล็กซ์ (อาคาร A) ชั้น 16 9 | categories: 10 | - Meetup 11 | topics: 12 | - Vue 13 | links: 14 | - type: ticket 15 | title: Event Pop 16 | url: 'https://www.eventpop.me/e/3828-vue-js-thailand-meetup-3' 17 | --- 18 | 19 | # Vue.js Thailand Meetup #3 ตอน Vue in Production 20 | 21 | > มาสังสรรค์แลกเปลี่ยนความรู้กันระหว่าง Vue Developers ในประเทศไทย ครั้งที่ 3 แล้ว กับหัวข้อ Vue in Production เอาประสบการณ์จริงมาแชร์กัน 22 | 23 | * “Vuepress” by ตั้ง Warat Wongmaneekit, Google Developer Expert 24 | * “Storybook” by อั๋น Naris Jarinsee, Lead Developer @ Sellsuki 25 | * “Vue with Typescript” พงศ์ Chaiyapong Lapliengtrakul, CEO @ 3DS Interactive 26 | * “Testing in Vue.js” Jane Phongsak Ritpitakphong, Developer @ ODDS 27 | * “MPA (Multipage App) with Vue” by North Thanatat Tamtan, Software Developer, Health at Home 28 | -------------------------------------------------------------------------------- /data/2018-05/tw-vodqa-bdd.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: tw-vodqa-bdd 3 | date: '2018-05-03' 4 | time: 18:00 ~ 21:00 5 | location: 6 | title: BIG Co-Working Space 7 | url: https://www.google.com/maps/place/BIG+Co-working+Space/@13.7566867,100.571952,15z/data=!4m2!3m1!1s0x0:0xf2124609ad0be030?sa=X&ved=0ahUKEwjX1NOmz_zZAhWBuY8KHYfJA6UQ_BIIuwEwDg 8 | categories: 9 | - Meetup 10 | topics: 11 | - QA 12 | - Behavior Driven Development 13 | links: 14 | - type: ticket 15 | url: https://www.eventpop.me/e/3017 16 | title: Eventbrite 17 | price: FREE 18 | - type: rsvp 19 | url: https://www.facebook.com/events/188143461832197/ 20 | title: Facebook Event 21 | --- 22 | 23 | # TW Talks Tech: VodQA - Behaviour Driven Development 24 | 25 | > ThoughtWorks is proud to present the next instalment of our tech talks series and VodQA, featuring a talk and a demo of BDD in action by our very own QAs. 26 | 27 | VodQA (values-oriented discussion for quality analysts) is an opportunity for testing enthusiasts to get together, network and collaborate on the latest developments in software testing world. The forum offers a unique platform within the software testing industry to strengthen the QA community through knowledge sharing. 28 | -------------------------------------------------------------------------------- /data/2018-07/go-get-th.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: go-get-th-july-2018 3 | date: '2018-07-18' 4 | time: 19:00 ~ 21:30 5 | location: 6 | url: https://www.google.com/maps/place/Tencent+(Thailand)+Company+Limited/@13.7871852,100.5723683,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29dd2d7bef373:0xda2e847cc72274b4!8m2!3d13.7871852!4d100.574557 7 | title: Tencent (Thailand) Company Limited 8 | detail: อาคารเมืองไทย-ภัทร คอมเพล็กซ์ (อาคาร A) ชั้น 16 9 | categories: 10 | - Meetup 11 | topics: 12 | - Go 13 | links: 14 | - type: ticket 15 | url: https://ti.to/goget-th/goget-th-1 16 | title: ti.to 17 | price: FREE 18 | - type: rsvp 19 | url: https://www.facebook.com/events/1058642547621209/ 20 | title: Facebook Event 21 | --- 22 | 23 | # $ go get th #1 24 | 25 | > มาพูดคุย แลกเปลี่ยนความรู้ แชร์ประสบการณ์ และร่วมกันสร้าง Gopher community ในประเทศไทย (เปิดให้รับบัตรพร้อมกัน ใน วันศุกร์ที่ 13 กรกฎาคม เวลาเที่ยงตรง) 26 | 27 | * "Type, Interface and Method" by Weerasak Chongnguluam 28 | * "Distributes workers with Golang" by Lattapon Yodsuwan 29 | 30 | Lightning talks: 31 | 32 | * "$go get th" by AnuchitO 33 | * "How Slice work in GO" by Kinnch Chatchalerm 34 | * "Introduction to Profiling Go Programs" by Tanakorn Suanprang 35 | -------------------------------------------------------------------------------- /data/2019-01/smart-contract-blockchain.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: smart-contract-blockchain 3 | date: 2019-01-19 ~ 2019-01-20 4 | location: 5 | title: 3DS INTERACTIVE CO., LTD. 6 | url: 'https://goo.gl/maps/JVZtTzccVw12' 7 | categories: 8 | - Workshop 9 | topics: 10 | - Blockchain 11 | - Causes 12 | links: 13 | - type: ticket 14 | url: https://www.eventpop.me/e/4426-smart-contract-to-blockchain 15 | title: Eventpop 16 | price: 8000 THB 17 | - type: rsvp 18 | url: 'https://www.facebook.com/events/268742623991433/' 19 | title: Facebook event 20 | --- 21 | # Workshop: สอนเขียน Smart Contract เพื่อเข้าใจ Blockchain สำหรับ Developer 22 | 23 | > ในประเทศไทยยังขาดแคลน Blockchain Devloper ฉะนั้นการเวิร์คช็อปคอร์สนี้ Workshop: สอนเขียน Smart Contract เพื่อเข้าใจ Blockchain สำหรับ Developer เพื่อเรียนเขียนโค้ด Blockchain เป็นโอกาสเยี่ยมที่ไม่ควรมองข้าม! 24 | 25 | This talk will explore Grid from pipe dream to pipeline. We’ll motivate Grid by discussing its long list of predecessors, including Bootstrap and Flexbox. Then we’ll get dirty and code สิ่งที่ผู้อบรมจะได้กลับไปคือประสบการณ์ แบบ Hands-On กับผู้เชี่ยวชาญด้าน Blockchain และ Smart Contract เพื่อไปพัฒนาฝีมือให้กับสายอาชีพตนเองด้าน Blockchain developer! 26 | -------------------------------------------------------------------------------- /data/2019-06/jsconf-asia-2019.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: jsconf-asia-2019 3 | date: 2019-06-14 ~ 2019-06-16 4 | location: 5 | title: Singapore 6 | detail: >- 7 | [LASALLE College of the Arts](https://www.google.fr/maps/place/LASALLE+College+of+the+Arts/@1.3026003,103.8514892,19.89z/data=!4m5!3m4!1s0x31da19bbe54abb45:0xed0ecef2d74379c!8m2!3d1.3029095!4d103.8515946); 8 | 9 | categories: 10 | - Conference 11 | topics: 12 | - JavaScript 13 | links: 14 | - type: website 15 | url: 'https://2019.jsconf.asia/' 16 | title: 2019.jsconf.asia 17 | - type: ticket 18 | url: 'https://events.pouchnation.com/event/jsconfasia2019' 19 | title: Buy tickets 20 | price: 790 SGD (2019 Jan) 21 | - type: rsvp 22 | url: 'https://www.facebook.com/events/491088001393972/' 23 | title: Facebook event 24 | --- 25 | # JSConf.Asia 2019 26 | 27 | > งาน JavaScript ที่ใหญ่ที่สุดในเอเชียตะวันออกเฉียงใต้ 28 | > จะได้เจอคนจาก Microsoft, Mozilla, … ด้วย 29 | 30 | JSConf.Asia 2019 is a 3 day long celebration of the web technology and design. It is the sixth edition of Southeast Asia’s most influential community event from developers for developers with the aim to educate, inspire and entertain around open source and the web. 31 | -------------------------------------------------------------------------------- /data/2018-01/7peaks-meetup-azure-cloud.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 7peaks-meetup-246084420 3 | date: '2018-01-17' 4 | time: '19:00 ~ 21:00' 5 | location: 6 | title: 7 Peaks Software 7 | url: >- 8 | https://www.google.com/maps/place/7+Peaks+Software/@13.739292,100.5552093,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29edcf8a9dcf5:0xcf0d1a437c55d078!8m2!3d13.739292!4d100.557398 9 | detail: 'Dhammalert Building, 2nd floor' 10 | categories: 11 | - Meetup 12 | topics: 13 | - Azure 14 | - Cloud 15 | links: 16 | - type: rsvp 17 | url: 'https://www.meetup.com/7Peaks-Tech-Events-Bangkok/events/246084420/' 18 | title: Meetup.com 19 | --- 20 | # 7 Peaks Tech Events Bangkok — Scale your web application from local to global with Azure cloud 21 | 22 | > How to scale your web application from local market to global audience? Scalability, Performance, Availability, Security, Resiliency. 23 | 24 | Raphael will present, through a simple case study, what are the best practices to scale globally your web application. Using AppServices, Auto-Scaling, DNS, CDN, Traffic Manager, Application Gateway, Blob Storage, Cosmos DB, SQL, Tables, Queues, Functions etc., we will reflect together how to design/scale our webapp to deliver the best performances. 25 | -------------------------------------------------------------------------------- /data/2018-05/arduino-day.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: arduino-day-2018-in-bangkok 3 | date: '2018-05-12' 4 | time: 10:30 ~ 18:00 5 | location: 6 | title: PINN Creative Space 7 | url: https://www.google.com/maps/place/PINN+Creative+Space/@13.7597009,100.5667648,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29e8c7622d085:0xe4943f3c7f49e0d2!8m2!3d13.7596957!4d100.5689535 8 | categories: 9 | - Workshop 10 | - Meetup 11 | topics: 12 | - Arduino 13 | links: 14 | - type: rsvp 15 | url: https://www.facebook.com/events/1959311901064765/ 16 | title: Facebook Event 17 | --- 18 | 19 | # Arduino Day 2018 in Bangkok 20 | 21 | > เรียนเชิญแฟนๆ Arduino ทั้งหลายทั่วไทย ร่วมงาน “Arduino Day” (นอกสหรัฐเรียก “Genuino Day”) ซึ่งเป็น Event ที่จัดร่วมกันอย่างเป็นทางการทั่วโลกในวันที่ 12 พฤษภาคม 2561 โดยในประเทศไทย งานจัดที่ PINN Creative Space สาขา เดอช็อปป แกรนด์ พระราม 9 22 | 23 | เรียนเชิญ เมกเกอร์ทุกท่านที่รังสรรค์งานผ่าน Arduino / Genuino ทุกท่านมาร่วมเฉลิมฉลองในวันครบรอบวันเกิดของ Arduino ซึ่งเป็นจุดเริ่มต้นที่สำคัญของ Maker Movement และทำให้เกิดวัฒนธรรมของ Open Source Hardware อย่างแพร่หลาย 24 | 25 | ในงานมีทั้งการปล่อยของ, แลกเปลี่ยนความรู้, Workshop ต่างๆ ที่น่าสนใจมากมาย 26 | 27 | มาร่วมเป็นส่วนหนึ่งของงานที่ยิ่งใหญ่ที่จัดพร้อมกันทั่วโลกกันค่ะ 28 | -------------------------------------------------------------------------------- /data/2018-04/ais-innovation-with-api.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: aisdc-innovation-with-api-9 3 | date: '2018-04-19' 4 | time: 18:00 ~ 20:00 5 | location: 6 | title: AIS D.C. 7 | url: https://www.google.com/maps/place/AIS+Design+Centre+(AIS+D.C.)/@13.7301202,100.5682861,15z/data=!4m2!3m1!1s0x0:0x6e20f6ea464039bc?sa=X&ved=0ahUKEwjx0-_91a_aAhUCw4MKHUklCloQ_BIIuAEwDg 8 | categories: 9 | - Seminar 10 | topics: 11 | - AIS APIs 12 | - IoT 13 | links: 14 | - type: ticket 15 | url: https://www.zipeventapp.com/AIS/e/Innovation-with-APIs-9 16 | title: ZipEvent 17 | price: FREE 18 | - type: rsvp 19 | url: https://www.facebook.com/events/198383420938218/ 20 | title: Facebook Event 21 | --- 22 | 23 | # Innovation with API #9 by AIS D.C. 24 | 25 | > เรียนรู้ระบบ APIs ของ AIS รวมถึงการประยุกต์ใช้บนผลิตภัณฑ์จริง ให้คุณต่อยอดไอเดียบนระบบดิจิทัลของเรา สู่การสร้างนวัตกรรมใหม่ให้โดนใจผู้ใช้ และตอบโจทย์หลากหลายความต้องการ และพิเศษในช่วงท้าย สัมผัสประสบการณ์ IoT จริงที่ NB-IoT Exhibition 26 | 27 | สิ่งที่คุณจะได้จากการเข้าร่วม 28 | 29 | 1. ความรู้ความเข้าใจเกี่ยวกับ APIs 30 | 2. รู้จัก Public APIs และ SDKs ของ AIS ที่จะเป็นประโยชน์อย่างมากในการต่อยอดผลิตภัณฑ์ของคุณ 31 | 3. รู้ว่าการใช้ APIs จะช่วยลดเวลาในการพัฒนาผลิตภัณฑ์ได้อย่างไร 32 | -------------------------------------------------------------------------------- /data/2018-09/digital-thailand-big-bang.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: digital-thailand-big-bang-2018 3 | date: '2018-09-19 ~ 2018-09-23' 4 | location: 5 | title: IMPACT Challenger 6 | url: https://www.google.com/maps/place/IMPACT+Challenger/@13.9132688,100.5443085,17z/data=!3m1!4b1!4m5!3m4!1s0x30e2837152d0a991:0xbc62ba4648b1ff1a!8m2!3d13.9132636!4d100.5464972 7 | categories: 8 | - Exposition 9 | topics: [] 10 | links: 11 | - type: website 12 | url: https://www.digitalthailandbigbang.com/ 13 | title: Digital Thailand Big Bang 14 | - type: rsvp 15 | url: https://www.facebook.com/events/162044197823128/ 16 | title: Facebook Event 17 | --- 18 | 19 | # Digital Thailand Big Bang 2018 20 | 21 | > กลับมาอีกครั้งกับงานมหกรรมด้านดิจิทัลเทคโนโลยีระดับนานาชาติ งานเดียวของไทย งานที่รวมพลังเทคโนโลยีของประเทศและภูมิภาค ทั้งจากภาครัฐและเอกชนมาจัดแสดง เพื่อเปิดโลก และปลุกทุกคนเข้าสู่การเปลี่ยนแปลงด้านนวัตกรรม ประสบความสำเร็จอย่างล้นหลามจาก Digital Thailand Big Bang 2017 22 | 23 | นำมาสู่การประกาศเพิ่มพื้นที่ให้ใหญ่ขึ้น รองรับการแสดงเทคโนโลยีชั้นนำ การเพิ่มวันจัดงาน เพื่อเปิดโอกาสให้ทุกคนมาสนุกกับดิจิทัลและเรียนรู้โลกที่กำลังเปลี่ยนแปลงด้วยกัน รวมถึงขยายการ Roadshow สู่ 4 จังหวัดในช่วงเดือนกรกฎาคม-สิงหาคม 2561 (ขอนแก่น เชียงใหม่ สงขลา และระยอง) 24 | -------------------------------------------------------------------------------- /data/2018-10/ux-talk-nia.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 'ux-talk-nia' 3 | date: '2018-10-07' 4 | time: '09:30 ~ 16:00' 5 | categories: 6 | - Seminar 7 | topics: 8 | - UX 9 | location: 10 | title: Bitec Bangna Hall 98 11 | url: https://goo.gl/maps/CLqQ1BCddrw 12 | links: 13 | - type: ticket 14 | url: http://www.innovationthailand.org/f10 15 | title: Event website 16 | price: Free 17 | --- 18 | 19 | # UX Talk 20 | 21 | > UX Talk เป็นหนึ่งในงาน Innovation Thailand Expo 2018 22 | 23 | ทุกวันนี้องค์กรต่างๆ ในประเทศไทยเริ่มมีการตื่นตัว ในทางฝั่งของ UX หรือ User Experience Design มากขึ้น การมี UX ที่ดีกลายเป็นอาวุธสำคัญเพื่อช่วยผลักดันให้ธุรกิจเติบโตได้อย่างรวดเร็ว มาฟังเรื่องราวเกี่ยวกับ UX Design ในหลายแง่มุม เช่น 24 | 25 | การเพิ่มมูลค่าให้ธุรกิจด้วย User Experience Design หรือ 26 | เราจะสามารถนำข้อมูลที่เรามีอยู่ในมือมาใช้เพื่อประกอบการตัดสินใจได้อย่างไร นอกจากนั้นบรรยากาศในการทำงานก็เป็นส่วนสำคัญที่บ่มเพาะให้ศาสตร์ด้านนี้เติบโตเช่นกัน ภายในงานเราจะพูดถึงวิธีการวิจารณ์งานแบบมีประสิทธิภาพไปจนถึงวิธีการทำให้คนในทีมเห็นเป้าหมายเดียวกันและรู้สึกว่าตนเองเป็นกำลังสำคัญในการขับเคลื่อนทีม 27 | 28 | มาดูกันว่า ปัจจุบันนี้เรามีการนำ UX มาใช้เพื่อพัฒนาคนในทีมและองค์กรอย่างไรบ้าง 29 | #InnovationThailandExpo2018 #ITE2018 #InnovationFestival #NIA -------------------------------------------------------------------------------- /data/2018-06/tencent.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: tencent-th-open-house-11-ai-ml 3 | date: '2018-06-29' 4 | time: 18:30 ~ 21:30 5 | location: 6 | url: https://www.google.com/maps/place/Tencent+(Thailand)+Company+Limited/@13.7871852,100.5723683,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29dd2d7bef373:0xda2e847cc72274b4!8m2!3d13.7871852!4d100.574557 7 | title: Tencent (Thailand) Company Limited 8 | detail: อาคารเมืองไทย-ภัทร คอมเพล็กซ์ (อาคาร A) ชั้น 16 9 | categories: 10 | - Meetup 11 | topics: 12 | - AI 13 | links: 14 | - type: ticket 15 | url: https://www.eventpop.me/e/3768 16 | title: Event Pop 17 | price: FREE 18 | - type: rsvp 19 | url: https://www.facebook.com/events/187042805346224/ 20 | title: Facebook Event 21 | --- 22 | 23 | # Tencent Open House #11: AI & Machine Learning 24 | 25 | > พบกับหัวข้อ "Technology for the next gen" ครั้งที่ 2 - AI & Machine Learning ค่ะ!! 26 | 27 | * "Advances in nlp and image recognition with TensorFlow hub demo" by Nart - Data Scientist at Agoda 28 | * "Recommender Systems: from Classical Algorithms to Deep Learning" by James - Data Scientist at Agoda & GDE in Machine Learning 29 | * "People + AI: Human Intelligence meets Machine Intelligence" by Ta - Co-founder @Skooldio & GDE in Machine Learning 30 | -------------------------------------------------------------------------------- /data/2018-01/kiwi-com-talks.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: kiwi-com-talks-meetup-246060093 3 | date: '2018-01-22' 4 | time: '17:30 ~ 20:00' 5 | location: 6 | title: The Hive Thonglor 7 | url: >- 8 | https://www.google.com/maps/place/The+Hive+Thonglor/@13.7320056,100.574429,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29e55a95f6f93:0xf9a8634f35bf33a6!8m2!3d13.7320004!4d100.5766177 9 | detail: Meet us at the rooftop garden 10 | categories: 11 | - Meetup 12 | topics: 13 | - JavaScript 14 | links: 15 | - type: rsvp 16 | url: >- 17 | https://www.meetup.com/Kiwi-com-talks-The-age-of-JavaScript/events/246060093/ 18 | title: Meetup.com 19 | --- 20 | # Kiwi.com talks — Let’s talk about JavaScript beyond the web 21 | 22 | > We are group of digital nomads from Kiwi.com travelling to Bangkok in January 2018 who would be pleased to share acquired knowledge about developing JavaScript apps with the others. 23 | 24 | JavaScript world has exceeded the limits of browser environment and it's present in backend & mobile app world as well. Come and hear what we have learned so far while using latest technologies like Next.js, GraphQL or React Native. 25 | 26 | - Next.js by Michal Sanger 27 | - GraphQL by Martin Zlamal 28 | - Building mobile app with React Native by Václav Šír 29 | -------------------------------------------------------------------------------- /data/2018-03/devcamp-android-bangkok.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: devcamp-android-bangkok-2018 3 | date: 2018-03-31 ~ 2018-04-01 4 | location: 5 | url: https://www.google.com/maps/place/KBank+Siam+Pic-Ganesha+Theatre/@13.7453529,100.5340086,15z/data=!4m5!3m4!1s0x0:0xfb75b4e46ea2473b!8m2!3d13.7453529!4d100.5340086?sa=X&ved=0ahUKEwjA8-vV8NTZAhVLKY8KHW-yDx8Q_BIIhgEwCg 6 | title: KBank Siam Pic-Ganesha Theatre 7 | categories: 8 | - Conference 9 | topics: 10 | - Android 11 | links: 12 | - type: website 13 | url: https://android.wi.th/bangkok/ 14 | title: android.wi.th/bangkok 15 | - type: ticket 16 | url: https://dev.wi.th/event/android-bangkok 17 | title: Devcamp 18 | - type: rsvp 19 | url: https://www.facebook.com/events/417872145301444/ 20 | title: Facebook Event 21 | --- 22 | 23 | # Android Bangkok 2018 24 | 25 | > Intensive Android Conference with experts from around the world — Android Conference has everything Android Developer need for building next-generation apps with more than 15 Android experts from around the world. 26 | 27 | Android Bangkok is intensive conference with 15 speakers from around the world. 28 | 29 | - Seminar session 30 | - Networking party 31 | - Android shop 32 | - App sandbox 33 | - Job board 34 | - and more... 35 | 36 | -------------------------------------------------------------------------------- /docs/architecture/decisions/0002-store-event-data-as-markdown-files-with-yaml-front-matter.md: -------------------------------------------------------------------------------- 1 | # 2. Store event data as Markdown files with YAML front matter 2 | 3 | Date: 2018-02-21 4 | 5 | ## Status 6 | 7 | Accepted 8 | 9 | ## Context 10 | 11 | As more events are added: 12 | 13 | - README file gets harder to change. Adding events become more cumbersome. 14 | - Format is unnatural. It is supposed to be a simple Markdown file but not it has a lot of weird formatting. 15 | - When adding events, there is a large diff in JSON file due to other events shifted their line position. 16 | 17 | Therefore, a new format for storing events is needed. 18 | 19 | ## Decision 20 | 21 | Change the format to Markdown files, one event per file, with extra metadata in the YAML front matter. 22 | 23 | - It is familiar to those who uses static site generators, like Jekyll. 24 | - It is human-readable, and easily editable. 25 | - Libraries exists to parse this kind of file. 26 | 27 | Files are organized in `data` directory, which is split into folders for each month. Markdown files can then be created inside. 28 | 29 | Related GitHub issue: https://github.com/ThaiProgrammer/tech-events-calendar/issues/42 30 | 31 | ## Consequences 32 | 33 | - Events are no longer listed in README.md file. 34 | -------------------------------------------------------------------------------- /data/2018-03/data-science-bkk.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: data-science-bkk-197600341008878 3 | date: '2018-03-20' 4 | time: 18:30 ~ 20:30 5 | location: 6 | url: https://www.google.com/maps/place/Learn+Hub/@13.74532,100.5323423,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29ed20f89d211:0x810d7dd9fa79451d!8m2!3d13.74532!4d100.534531 7 | title: LearnHub Co-Learning Space 8 | categories: 9 | - Meetup 10 | topics: 11 | - Data Science 12 | links: 13 | - type: ticket 14 | url: https://goo.gl/forms/k2dMW3HOcAAr5Ci52 15 | title: Google Forms 16 | price: FREE 17 | - type: rsvp 18 | url: https://www.facebook.com/events/197600341008878/ 19 | title: Facebook Event 20 | --- 21 | 22 | # Data Science BKK #4 23 | 24 | > DS:BKK wants to step it up a notch and presents you a talk on real-time bidding (RTB). 25 | 26 | Have you ever heard Cloudera founder Jeff Hammerbacher said the following? 27 | 28 | "The best minds of my generation are thinking about how to make people click ads. That sucks." 29 | 30 | Well, we agree wholeheartedly with the first sentence and not necessarily the second. So if you want to know WHY and HOW the best minds of our generation are "making people click", don't miss this meetup! 31 | 32 | - "Applying Machine Learning in Real-Time Bidding" by Yiping Jin of Knorex 33 | -------------------------------------------------------------------------------- /data/2018-02/ruby-tuesday-1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ruby-tuesday-1-246894729 3 | date: '2018-02-27' 4 | time: 19:00 ~ 20:30++ 5 | categories: 6 | - Meetup 7 | topics: 8 | - Ruby 9 | location: 10 | url: https://www.google.com/maps/place/LINK+Collaboration+Space/@13.7394434,100.519722,17z/data=!3m1!4b1!4m5!3m4!1s0x30e299312368f6eb:0x822246345e9e0e3b!8m2!3d13.7394382!4d100.5219107 11 | title: LINK Collaboration Space 12 | links: 13 | - type: ticket 14 | url: https://www.meetup.com/ruby-tuesdays-bangkok/events/246894729/ 15 | title: Meetup 16 | - type: rsvp 17 | url: https://www.facebook.com/events/1538831062867110/ 18 | title: Facebook Event 19 | --- 20 | 21 | # Ruby Tuesday #1 22 | 23 | > Ruby Tuesday is an event to gather all who are interested in the programming language Ruby. Whether you're an expert or a beginner, you're welcome to join. 24 | 25 | This will be our very first time holding at Link co-working space - see below for the address. There will be two short talks, with plenty of time to mingle and meet other Ruby developers and friendly tech people. 26 | 27 | - Talk 1: Getting Started with Rails and Docker - Dan Itsara from Glazziq 28 | 29 | - Talk 2: Coding with Ruby on Sketchup - Khun Yuthana Tubtimtong creator of Quicksketch, QuickNano, Qprecast & Qestimate 30 | -------------------------------------------------------------------------------- /data/2018-05/bkk-web.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: bkk-web-ux-design-thinking-panel 3 | date: '2018-05-08' 4 | time: 19:00 ~ 22:00 5 | location: 6 | title: Launchpad 7 | url: https://www.google.com/maps/place/Launchpad+Co.,+Ltd/@13.7212933,100.5236788,19z/data=!3m1!4b1!4m5!3m4!1s0x30e298cdd6e8270d:0x7e9aa39655924697!8m2!3d13.721292!4d100.524226?hl=en 8 | categories: 9 | - Meetup 10 | topics: 11 | - UX 12 | - Design Thinking 13 | links: 14 | - type: ticket 15 | url: https://www.eventbrite.com/e/ux-methodologies-design-thinking-panel-discussion-tickets-43830199306 16 | title: Eventbrite 17 | price: FREE 18 | - type: rsvp 19 | url: https://www.facebook.com/events/157368031634931/ 20 | title: Facebook Event 21 | --- 22 | 23 | # BKK WEB Meetup — UX Methodologies & Design Thinking - Panel Discussion 24 | 25 | > We have invited some of the best experts in Thailand to come talk about all the different UX Methodologies, processes, best pratices in panel discussion moderated by Piyush from Agoda.com. 26 | 27 | We will talk about Design Thinking, Design Sprints, etc, and explain what it means, how to get started and how to apply it in your company to get the best results. Our Moderator Piyush will start the discussion but half way though it, we will take questions from the audience. 28 | -------------------------------------------------------------------------------- /data/2019-01/unblock-bangkok-game-of-crypto-markets.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: unblock-bangkok-game-of-crypto-markets 3 | date: '2019-01-17' 4 | time: '18:30 ~ 21:30' 5 | location: 6 | title: Spaces Chamchuri Square 7 | url: 'https://goo.gl/maps/9b47QC1ApbD2' 8 | categories: 9 | - Meetup 10 | topics: 11 | - Networking 12 | links: 13 | - type: ticket 14 | url: https://www.eventbrite.com/e/unblock-bangkok-a-game-of-crypto-markets-feat-coinmarketcap-tickets-54516700920 15 | title: Eventbrite 16 | price: FREE 17 | - type: rsvp 18 | url: 'https://www.facebook.com/events/289279668603095/' 19 | title: Facebook event 20 | --- 21 | # Unblock Bangkok - Game of Crypto Markets 22 | 23 | > A GAME OF CRYPTO MARKETS 24 | 25 | We’re kicking off the New Year strong taking lead from the official announcement on the list of licensed exchanges by the Security Exchange Commission on the 7th of January. In light of this recent development, local and global blockchain players will discuss the potentials in the Thailand market and how exchange players can tap into new opportunities. 26 | 27 | This upcoming Unblock meetup will bring together local and global blockchain players to explore the potential of the Thailand market and how exchange players can tap into new opportunities within the country. 28 | -------------------------------------------------------------------------------- /data/2018-06/angular.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: angular-meetup-june-2018 3 | date: '2018-06-21' 4 | time: 18:30 ~ 23:00 5 | location: 6 | title: CODE CRAFT 7 | url: https://www.google.com/maps/place/c%C3%B8de+CRAFT+Bar+%26+Studio/@13.8064289,100.5200998,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29b8cf5f10bb3:0xe9eec03b79e68253!8m2!3d13.8064237!4d100.5222885 8 | categories: 9 | - Meetup 10 | topics: 11 | - Angular 12 | links: 13 | - type: ticket 14 | url: https://www.eventpop.me/e/3668-angular-meetup-th 15 | title: Event Pop 16 | - type: rsvp 17 | url: https://www.facebook.com/events/280593772483436/ 18 | title: Facebook Event 19 | --- 20 | 21 | # Angular Developers Thailand Meetup June 2018 22 | 23 | > กลับมาแล้วกลับ Angular Meetup: Event พบปะ แลกเปลี่ยน กับเพื่อนในวงการเดียวกัน เดือนนี้มีความพิเศษคือเป็น Panel Discussion ในการพิจารณาเลือกใช้ Frontend Framework 24 | 25 | โดยพิจารณาจากปัจจัยต่างๆ ดังนี้ 26 | 27 | * View Rendering 28 | * State Management 29 | * Development Experience 30 | * System Design 31 | * SEO 32 | * On-boarding 33 | * System Flow 34 | * Industry Usage 35 | * Long-term Maintenance 36 | 37 | Session นี้จะมีผู้ที่มีประสบการณ์ทั้งสองฝั่ง Angular และ React 38 | และพลาดไม่ได้กับกิจกรรม Networking จะให้ผู้ร่วมงานทุกคนได้ทำความรู้จักและแลกเปลี่ยนความรู้และประสบการณ์กับเพื่อนๆ 39 | -------------------------------------------------------------------------------- /data/2018-10/ux-to-talk-with-team.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 'ux-to-talk-with-team' 3 | date: '2018-10-20' 4 | time: '09:00 ~ 17:00' 5 | categories: 6 | - Workshop 7 | topics: 8 | - UX 9 | location: 10 | title: 3Digits Academy 11 | url: https://goo.gl/maps/yxqoDbczJaS2 12 | detail: 248 Krungthonburi Road, Bangkok, Thailand 10600 13 | links: 14 | - type: rsvp 15 | url: https://www.facebook.com/events/245132012864604/ 16 | title: Facebook Event 17 | - type: ticket 18 | url: https://www.eventpop.me/e/4249-ux-talk-team-ui-talk-dev 19 | title: Event Pop 20 | price: 4,500 ~ 5,500 THB 21 | --- 22 | 23 | # Workshop: UX to talk with TEAM, UI to talk with DEV 24 | 25 | > เคยมีคำถามไหม ว่า UX คืออะไร?, ต้องทำอะไรบ้าง?, ถ้าทำงานกับทีมที่มี Product Owner, Project Manager หรือรวมไปถึง Developer เราจะต้องทำงานร่วมกันอย่างไร? เพราะแน่นอนว่าเราไม่ได้ทำงานเพียงตัวคนเดียว! 26 | 27 | เคยมีคำถามไหมว่า UX และ UI คืออะไร? ต้องทำอะไรบ้าง? ถ้าทำงานกับทีมที่มี Product Owner, Project Manager หรือรวมไปถึง Developer เราจะต้องทำงานร่วมกันอย่างไร? เวิร์คช็อปทั้ง 2 วันนี้จะทำให้คุณได้เข้าใจทีมงานกันมากขึ้น Step by step จนกว่าคุณจะมีโปรเจ็คของตัวเอง 28 | 29 | Workshop: UX to talk with TEAM, UI to talk with DEV. 30 | 🗓 20-21 ต.ค. 2561 รายละเอียดเพิ่ม คลิก bit.ly/UXUItotalkTeamAndDev 31 | 32 | #UX #UI #sketch #Design 33 | -------------------------------------------------------------------------------- /data/2018-03/gopomelo-google-cloud.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: gopomelo-google-cloud-infra-workshop-3 3 | date: '2018-03-14' 4 | time: 14:00 ~ 17:00 5 | categories: 6 | - Workshop 7 | topics: 8 | - Google Cloud 9 | location: 10 | url: https://www.google.com/maps/place/Campus+101/@13.6910054,100.6098815,17z/data=!4m15!1m9!4m8!1m0!1m6!1m2!1s0x30e29ff962170d97:0x6e0b6220cf75a7eb!2sCampus+101,+6%2F1+Punna+Withi+11+Alley,+Khwaeng+Bang+Chak,+Khet+Phra+Khanong,+Krung+Thep+Maha+Nakhon+10260!2m2!1d100.6120702!2d13.6910002!3m4!1s0x30e29ff962170d97:0x6e0b6220cf75a7eb!8m2!3d13.6910002!4d100.6120702?hl=en&shorturl=1 11 | title: Campus 101 12 | links: 13 | - type: ticket 14 | url: https://www.gopomelo.com/event/google-cloud-infra-workshop-3 15 | title: GoPomelo 16 | - type: rsvp 17 | url: https://www.facebook.com/events/2017115425226034/ 18 | title: Facebook Event 19 | --- 20 | 21 | # Google Cloud Infra Workshop by GoPomelo 22 | 23 | > Our Google certified engineers will help provide you with an introduction to Google Cloud Platform capabilities and provide you with insights and tools that you can use to automate your infrastructure requirements. 24 | 25 | - Introduction to GCP Infrastructure 26 | - Workshop #1 – How to automate and monitor on GCP 27 | - Workshop #2 – Understand Hybrid Cloud and Migration Services 28 | -------------------------------------------------------------------------------- /data/2018-04/ruby-tuesday.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ruby-tuesday-3 3 | date: '2018-04-24' 4 | time: 18:30 ~ 21:00 5 | location: 6 | title: Nimbl3 office 7 | url: https://www.google.com/maps/place/Interchange+21/@13.7364044,100.5594287,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29ee2f53990a9:0xa8f38648b5dc7821!8m2!3d13.7363992!4d100.5616228 8 | detail: Interchange 21 building, 24th floor 9 | categories: 10 | - Meetup 11 | topics: 12 | - Ruby 13 | links: 14 | - type: ticket 15 | url: https://www.meetup.com/ruby-tuesdays-bangkok/events/249697229/ 16 | title: Meetup 17 | price: FREE 18 | --- 19 | 20 | # Ruby Tuesday #3 21 | 22 | > Tis the Songkran season for Ruby Tuesday! We have Nimbl3 who will be presenting a talk about “Mobile UI testing with RSpec and Appium” and Alyson Takai, developer from Oozou on “Planning and building a hackathon challenge in 4 hours.” Entrance is free! 23 | 24 | Ruby Tuesday is an event to gather all who are interested in the programming language Ruby. Whether you're an expert or a beginner, you're welcome to join. International software development company Nimbl3 will be hosting our meetup for Ruby Tuesday #3. 25 | 26 | As usual, there will be two short talks, with plenty of time to mingle and to meet other Ruby developers and friendly tech people. Light snacks and drinks will be provided. 27 | -------------------------------------------------------------------------------- /data/2018-03/missconf-sp4.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: missconf-sp4 3 | date: '2018-03-31' 4 | time: 08:30 ~ 17:00 5 | location: 6 | title: BIG Co-working Space 7 | url: https://www.google.com/maps/place/BIG+Co-working+Space/@13.7566867,100.571952,15z/data=!4m5!3m4!1s0x0:0xf2124609ad0be030!8m2!3d13.7566867!4d100.571952 8 | categories: 9 | - Conference 10 | topics: 11 | - Security 12 | links: 13 | - type: ticket 14 | url: https://www.eventbrite.com/e/missconfsp40-tickets-43992838765 15 | title: Eventbrite 16 | price: FREE 17 | --- 18 | 19 | # #MiSSConf(SP4.0) 20 | 21 | > งาน #MiSSConf(SP4.0) นี้ จัดขึ้นโดยมีวัตถุประสงค์เพื่อให้คนที่กำลังทำงาน หรือมีความสนใจ ในด้านที่เกี่ยวข้องกับความมั่นคงปลอดภัยสารสนเทศนั้น ได้มีช่องทางในการเพิ่มพูนความรู้ ทักษะ ความเข้าใจ และเปิดมุมมองให้กว้างขึ้น 22 | 23 | เพราะองค์ความรู้ด้านนี้มีแตกแขนงมากมาย ซึ่งเป็นการยากที่จะศึกษา เรียนรู้ ได้ด้วยตนเอง โดยคณะวิทยากรที่มีความเชี่ยวชาญ ได้เสียสละเวลาส่วนตัว มาถ่ายทอดประสบการณ์ ร่วมแลกเปลี่ยนความรู้ ให้ทุกท่านแบบไม่มีค่าใช้จ่ายใดๆ 24 | 25 | รวมถึงการได้เป็นอีกหนึ่งช่องทาง ให้คนที่ทำงานอยู่นอกวงการนี้ หรือแม้กระทั่งน้องๆ นักศึกษา ได้เห็นว่าเนื้องานของคนในวงการนี้เป็นเช่นไร แล้วก่อให้เกิดเป็นแรงบันดาลใจ อยากศึกษาหาความรู้เพิ่มเติม หรือแม้แต่ก้าวเข้ามาทำงานในสายนี้ต่อไป เพื่อเป็นส่วนหนึ่งที่จะช่วยแก้ปัญหาการขาดแคลนแรงงานในวงการนี้ได้ด้วยเช่นกัน 26 | -------------------------------------------------------------------------------- /data/2018-06/pycon.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: pycon-thailand-2018 3 | date: '2018-06-16 ~ 2018-06-17' 4 | location: 5 | title: KX - Knowledge Exchange Center 6 | url: https://www.google.com/maps/place/The+Knowledge+Exchange:+KX/@13.7204878,100.4961223,17z/data=!3m1!4b1!4m5!3m4!1s0x30e298ee5d02d0a3:0xe2511ae461733d57!8m2!3d13.7204878!4d100.498311 7 | categories: 8 | - Conference 9 | topics: 10 | - Python 11 | links: 12 | - type: website 13 | url: https://th.pycon.org/ 14 | title: PyCon Thailand 2018 15 | - type: ticket 16 | url: https://www.eventpop.me/e/3271 17 | title: Event Pop 18 | price: 3000 THB 19 | - type: rsvp 20 | url: https://www.facebook.com/events/1984960525088587/ 21 | title: Facebook Event 22 | --- 23 | 24 | # PyCon Thailand 2018 25 | 26 | > ขอเชิญทุกคนเข้าร่วมงาน Python Conference Thailand โดยงานจะจัดขึ้นในวันที่ 16-17 มิถุนายน 2561 ซึ่งเป็นครั้งแรกของงาน PyCon ในประเทศไทย 27 | 28 | Keynote speaker: [Wes McKinney](http://wesmckinney.com/) 29 | 30 | Wes McKinney ได้สร้างซอฟท์แวร์เพื่อการจัดการข้อมูลและการคำนวณสถิติที่ใช้งานง่ายและมีความเร็วสูง โดยระบบส่วนมากถูกพัฒนาในภาษา Python ตั้งแต่ปีพ.ศ.2550 เขาเป็นที่รู้จักจากการเริ่มพัฒนาโปรเจค Pandas และเขียนหนังสือชื่อ Python for Data Analysis และยังเป็นผู้สนับสนุน Arrow, Kudu (ช่วงเริ่มต้น) และโปรเจค Parquet ภายใต้มูลนิธิ Apache Software 31 | -------------------------------------------------------------------------------- /data/2018-04/google-assistant-workshop.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: google-assistant-workshop-april-2018 3 | date: '2018-04-21' 4 | time: 16:00 ~ 18:30 5 | location: 6 | title: The Stock Exchange of Thailand 7 | url: https://www.google.com/maps/place/%E0%B8%95%E0%B8%A5%E0%B8%B2%E0%B8%94%E0%B8%AB%E0%B8%A5%E0%B8%B1%E0%B8%81%E0%B8%97%E0%B8%A3%E0%B8%B1%E0%B8%9E%E0%B8%A2%E0%B9%8C%E0%B9%81%E0%B8%AB%E0%B9%88%E0%B8%87%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B9%80%E0%B8%97%E0%B8%A8%E0%B9%84%E0%B8%97%E0%B8%A2+The+Stock+Exchange+of+Thailand/@13.763536,100.567759,15z/data=!4m5!3m4!1s0x0:0xb7d75ea04f6dea83!8m2!3d13.763536!4d100.567759 8 | categories: 9 | - Workshop 10 | topics: 11 | - Google Assistant 12 | links: 13 | - type: ticket 14 | url: https://dev.wi.th/event/google-assistant 15 | title: Devcamp 16 | price: FREE 17 | - type: rsvp 18 | url: https://www.facebook.com/events/194478231280165/?event_time_id=194478241280164 19 | title: Facebook Event 20 | --- 21 | 22 | # Google Assistant Workshop 23 | 24 | > “Create your Google Assistant with Dialogflow” - Warat Wongmaneekit, “Building Conversational Apps with Actions on Google” - Lim Shang Yi, GDE 25 | 26 | Series of Action on Google workshop from codelab, conversational design workshop, bot making, hand-on and NLP talks. Save the date for all workshop with Google, GDG, GDE and expert 27 | -------------------------------------------------------------------------------- /data/2018-01/docker-in-thai-meetup.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: docker-in-thai-meetup-january-2018 3 | date: '2018-01-17' 4 | time: '18:30 ~ 21:00 (Talk / Networking)' 5 | location: 6 | title: GetLinks (Thailand) 7 | url: >- 8 | https://www.google.com/maps/place/GetLinks+(Thailand)/@13.7315052,100.5581013,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29eddc5e7b307:0x969a71171a67b46a!8m2!3d13.7315!4d100.56029 9 | detail: Lake Rajada Office Complex 10th Floor 10 | categories: 11 | - Meetup 12 | topics: 13 | - Docker 14 | links: 15 | - type: ticket 16 | url: 'https://www.eventpop.me/e/2822' 17 | title: Event Pop 18 | price: Free (sold out) 19 | - type: rsvp 20 | url: 'https://www.facebook.com/events/504227713281643/' 21 | title: Facebook event 22 | - type: rsvp 23 | url: >- 24 | https://events.docker.com/events/details/docker-bangkok-presents-docker-in-thai-meetup-january-2018 25 | title: Docker.com 26 | --- 27 | # Docker in Thai Meetup 28 | 29 | > พูดคุยกันเรื่อง Docker ในงาน Docker in Thai Meetup ครั้งที่สอง คราวนี้พูดถึงเรื่องการทำ Blue/Green Deployment ด้วย Docker ([คืออะไร?](http://www.somkiat.cc/blue-green-deployment/)) และเพิ่มเติมด้วยการคอนฟิก Liveness, Readiness ใน Kubernetes 30 | 31 | - Blue/Green micro service deployment using docker by K. Supaket 32 | - Liveness/Readyness with Kubernetes by K. Praparn 33 | -------------------------------------------------------------------------------- /data/2018-03/sansiri-future-technology-for-enterprise.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: sansiri-future-technology-for-enterprise 3 | date: '2018-03-24' 4 | time: 12:30 ~ 16:30 5 | location: 6 | title: Siripinyo Building 7 | url: https://www.google.com/maps/place/Siripinyo+Building/@13.7581537,100.5332889,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29eb60ea4d33b:0xca0afc8056bd96c5!8m2!3d13.7581537!4d100.5354776?dcr=0 8 | categories: 9 | - Seminar 10 | topics: 11 | - Blockchain 12 | - AI 13 | - IoT 14 | - Property Tech 15 | links: 16 | - type: website 17 | url: https://www.facebook.com/sansiricareers/photos/a.553502798055321.1073741828.111497848922487/1896202903785297/?type=3&permPage=1 18 | title: Announcement 19 | - type: ticket 20 | url: https://docs.google.com/forms/d/14o76rEz051rN-Vjl4n937HjfAJ8WCHahn9muh-dUkB8/viewform?edit_requested=true 21 | title: Registration Form 22 | price: FREE 23 | issue: https://github.com/ThaiProgrammer/tech-events-calendar/issues/108 24 | --- 25 | 26 | # Future Technology for Enterprise by Sansiri 27 | 28 | > แสนสิริจัดเต็มกับ Guru ที่จะมาแชร์ประสบการณ์สุด Exclusive ภายในงาน Future Technology for Enterprise 29 | 30 | - Blockchain & Nodejs 31 | - Machine Learning , AI และ IoT 32 | - Property Tech Trend 33 | 34 | โอกาสไม่คอยใคร ถ้าสนใจต้องเข้ามา 35 | สอบถามข้อมูลเพิ่มเติม 36 | โทร. 086-084-3926 / 080-808-0771 37 | -------------------------------------------------------------------------------- /data/2018-05/google-assistant-workshop.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: google-assistant-workshop-may-2018 3 | date: '2018-05-11' 4 | time: 18:00 ~ 20:30 5 | location: 6 | title: The Stock Exchange of Thailand 7 | url: https://www.google.com/maps/place/%E0%B8%95%E0%B8%A5%E0%B8%B2%E0%B8%94%E0%B8%AB%E0%B8%A5%E0%B8%B1%E0%B8%81%E0%B8%97%E0%B8%A3%E0%B8%B1%E0%B8%9E%E0%B8%A2%E0%B9%8C%E0%B9%81%E0%B8%AB%E0%B9%88%E0%B8%87%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B9%80%E0%B8%97%E0%B8%A8%E0%B9%84%E0%B8%97%E0%B8%A2+The+Stock+Exchange+of+Thailand/@13.763536,100.567759,15z/data=!4m5!3m4!1s0x0:0xb7d75ea04f6dea83!8m2!3d13.763536!4d100.567759 8 | categories: 9 | - Workshop 10 | topics: 11 | - Google Assistant 12 | links: 13 | - type: ticket 14 | url: https://dev.wi.th/event/google-assistant 15 | title: Devcamp 16 | price: FREE 17 | - type: rsvp 18 | url: https://www.facebook.com/events/194478231280165/?event_time_id=194478237946831 19 | title: Facebook Event 20 | --- 21 | 22 | # Google Assistant Workshop 23 | 24 | > “Quick recap Google Assistant updates from I/O” - Tanakit Saisillapee, HBot, “Conversational design | How to design UX for Action on Google” - Tanakit Saisillapee, HBot 25 | 26 | Series of Action on Google workshop from codelab, conversational design workshop, bot making, hand-on and NLP talks. Save the date for all workshop with Google, GDG, GDE and expert 27 | -------------------------------------------------------------------------------- /data/2018-07/facebook-build-day.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: facebook-build-day-hack-for-good-july-2018 3 | date: '2018-07-07' 4 | time: 09:30 ~ 17:00 5 | location: 6 | title: Facebook Bangkok 7 | url: https://www.google.com/maps/place/Gaysorn+Tower/@13.7459878,100.5386776,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29ec555ff6bfd:0xaff0b5c27571cdbe!8m2!3d13.7459826!4d100.5408663 8 | detail: Gaysorn Tower 9 | categories: 10 | - Hackathon 11 | topics: 12 | - Facebook 13 | links: 14 | - type: ticket 15 | url: https://docs.google.com/forms/d/e/1FAIpQLSegHyKwlxIfyJjUML-EX6CfUieM_sRqgR8WCC2WQ0qIV9v-4w/viewform 16 | title: Registration Form 17 | price: FREE 18 | - type: rsvp 19 | url: https://www.facebook.com/events/281777212390126/ 20 | title: Facebook Event 21 | --- 22 | 23 | # Build Day: Hack for Good by Facebook Developer Circles Bangkok 24 | 25 | > กลับมาอีกครั้งกับงาน Hack ประจำปีของ Facebook Developer Circle 26 | 27 | * ฟัง Talk จาก Facebook Engineer 2 ท่าน 28 | * เยี่ยมชม Office ของ Facebook ประเทศไทย (ดูภาพ: https://brandinside.asia/facebook-thailand/) 29 | * ร่วม "Hack" for good เฟ้นหาไอเดียเด็ดที่จะมาช่วยสร้างความเปลี่ยนแปลงเชิงบวกแก่ชุมชนในประเทศไทย 30 | * นอกจากรางวัลสำหรับผลงานชนะเลิศในงานแล้ว ทุกคนยังสามารถส่งผลงานเพื่อชิงรางวัลรวมกว่า $230,000 ในรอบระดับโลกได้อีกด้วย (ดูรายละเอียดเพิ่มเติม: https://devcommunitychallenge.devpost.com/) 31 | -------------------------------------------------------------------------------- /data/2018-04/cloud-talk.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: cloud-talk-aws-advanced-solution-series-april-2018 3 | date: '2018-04-27' 4 | time: 13:30 ~ 16:45 5 | location: 6 | title: True IDC 7 | url: https://www.google.com/maps/place/True+IDC/@13.76448,100.568187,15z/data=!4m2!3m1!1s0x0:0xb6d271169990395b?sa=X&ved=0ahUKEwiszcG_q7_aAhVFsI8KHTWRAcYQ_BIIhgEwEQ 8 | categories: 9 | - Seminar 10 | topics: 11 | - Cloud 12 | - AWS 13 | - Kubernetes 14 | links: 15 | - type: ticket 16 | url: https://goo.gl/forms/BDQKcoTK0LYtNAGq1 17 | title: Registration Form 18 | price: FREE 19 | - type: rsvp 20 | url: https://www.facebook.com/events/165279544134229/ 21 | title: Facebook Event 22 | --- 23 | 24 | # Cloud Talk AWS Advanced Solution Series 25 | 26 | > นาทีนี้เมื่อกล่าวถึงระบบจัดการ containerized application ที่กำลังติดทุก trend และทุกคนนึกถึงอยู่ในตอนนี้ คือเจ้า Kubernetes นี่เอง ใน​ CloudTalk - Advanced Soulution Series ครั้งแรกนี้ ทุกคนจะได้รู้จักการใช้งาน Kubernates […] 27 | 28 | ซึ่ง เป็น platform หรือเครื่องมือที่ช่วย build, deploy และ scale ตัว containerized application ให้เป็นเรื่องง่าย ๆ และเรียนรู้การประยุกต์การใช้งานร่วมกับ public cloud อย่าง AWS ได้ 29 | 30 | ใน CloudTalk ครั้งนี้ยังอยากชวนเพื่อนๆ CloudTalker มาเสวนากันเรื่องการประยุกต์ใช้ Kubenetes นี้ใน Solution หรือ Application ต่างๆ ข้อดี/ข้อเสีย เพื่อแลกเปลี่ยนความเห็นกันในแบบ Cloudtalk อีกด้วย 31 | -------------------------------------------------------------------------------- /data/2018-06/thailand-startup-week.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: thailand-startup-week-2018 3 | date: '2018-06-16 ~ 2018-06-20' 4 | location: 5 | title: HUBBA Thailand (multiple locations) 6 | url: https://www.google.com/maps/place/HUBBA+Thailand/@13.72519,100.587628,15z/data=!4m5!3m4!1s0x0:0xd33e81e42904a76b!8m2!3d13.72519!4d100.587628 7 | categories: 8 | - Exposition 9 | topics: 10 | - Startup 11 | links: 12 | - type: website 13 | url: https://www.facebook.com/THStartupWeek/ 14 | title: Facebook Page 15 | - type: ticket 16 | url: https://hubbaexperience.typeform.com/to/i4s3If 17 | title: Registration Form 18 | price: FREE 19 | - type: rsvp 20 | url: https://www.facebook.com/events/1683610605094012/ 21 | title: Facebook Event 22 | --- 23 | 24 | # Thailand Startup Week 2018 25 | 26 | > 60 events within 5 days all FREE for you. Tracks: UX/UI, Founder Experience Sharing, Growth Hacking, Funding and Legal, Dev Tech Talk, NETWORKING and more 27 | 28 | Just for you all entrepreneur out there- HUBBA, Techsauce, and Techstar collaborating together to bring you series of events where you can learn and grow your business. From basic topics to founders experiences all covered within this 5 days. 29 | 30 | Locations: 31 | 32 | * DISCOVERY HUBBA (SIAM DISCOVERY) 33 | * HUBBA-TO (ONNUT 1/1) 34 | * HUBBA (EKKAMAI SOI 4) 35 | * HUBBA SILOM (SILOM COMPLEX) 36 | -------------------------------------------------------------------------------- /data/2019-01/codeplearn.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: codeplearn 3 | date: '2019-01-19' 4 | time: 09:30 ~ 17:30 5 | location: 6 | title: Premier Prep, 10th floor Wannasorn Tower, Phaya Thai 7 | url: https://goo.gl/maps/ziwoZoJHgmM2 8 | categories: 9 | - Workshop 10 | topics: 11 | - Code 12 | links: 13 | - type: ticket 14 | url: https://www.eventpop.me/e/4903-codeplearn 15 | title: Get Ticket 16 | price: FREE 17 | - type: rsvp 18 | url: https://www.facebook.com/events/369429557166010 19 | title: Facebook event 20 | --- 21 | 22 | # CodePlearn 23 | 24 | > กิจกรรมที่พาน้องๆ ระดับประถมปลายและมัธยมต้น มาทำความรู้จักกับการเขียนโปรแกรมในวันหยุดสุดสัปดาห์อย่างสนุกสนาน สำหรับน้อง ๆ ป.4 – 6 กับการเล่น Coding toys ที่จับต้องได้ 25 |   26 | พวกเรากำลังจัดกิจกรรมที่พาน้องๆ ระดับประถมปลายและมัธยมต้นที่ยังอยู่ในวัยเรียน มาทำความรู้จักกับการเขียนโปรแกรมในวันหยุดสุดสัปดาห์อย่างสนุกสนาน ไปกับการเล่นของเล่นโค้ดที่จับต้องได้ สนุกไปกับการเขียนโค้ดเพื่อบังคับหุ่นยนต์สำหรับรุ่นเด็กเล็ก และเขียนโปรแกรมสร้างส่วนเสริมในเกมมายคราฟ (Minecraft) ที่เด็กๆ รู้จักกันดี ด้วย Block Programming สำหรับรุ่นเด็กโต 27 | 28 | เป้าหมายของเราคือการแนะนำให้น้องๆ ได้สัมผัสกับความสนุกสนานและประโยชน์ของการเขียนโปรแกรมตั้งแต่วัยเยาว์ โดยการให้พื้นที่ที่พวกเขาสามารถเล่นและทดลองเขียนโปรแกรมได้อย่างอิสระและสนุกสนาน เพื่อที่พวกเขาจะได้นำทักษะการเขียนโปรแกรมไปใช้ในอนาคต หรือเติบโตไปเป็นนักพัฒนาซอฟต์แวร์ที่ดีในอนาคต -------------------------------------------------------------------------------- /data/2018-02/bkkhack.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: bkkhack-243386060 3 | date: '2018-02-22' 4 | time: 18:00 ~ 22:00 5 | location: 6 | title: Learn Hub 7 | url: https://www.google.com/maps/place/Learn+Hub/@13.7444559,100.5315245,17z/data=!4m8!1m2!2m1!1slearn+hub%2B!3m4!1s0x30e29ed20f89d211:0x810d7dd9fa79451d!8m2!3d13.74532!4d100.534531 8 | detail: Bangkok Bank (Siam), 4th floor 9 | categories: 10 | - Codefest 11 | topics: 12 | - Hack Night 13 | links: 14 | - type: rsvp 15 | url: https://www.meetup.com/bkkhack/events/243386060/ 16 | title: Meetup.com 17 | detail: Free 18 | --- 19 | # BKK/hack Hack Night 20 | 21 | > ไม่ว่าคุณอยากจะเขียนภาษาอะไร Python, Ruby, JavaScript, Scala, PHP, Prolog คุณมาได้เลย อยากทำ Arduino ก็ขนมาได้ ถ้าอยากหาทีมสำหรับทำโปรเจค open source หรือหาคนช่วยโปรเจคงานอดิเรกของคุณจัดมาเลย! จะเขียนภาษาไหน ระดับใดก็ได้ มีกฎข้อเดียวคือคุณต้องเอาเครื่องมาเอง 22 | 23 | An event for all the coding/maker community. Any language, any level. The only rule is you must bring a laptop. 24 | 25 | We seek to foster a welcoming cross-cultural community of hackers in and around BKK. Share your knowledge and learn from others, in a relaxed but hands-on setting. 26 | 27 | This Meetup group focuses on participatory events—hacking is doing, not listening to presentations. Bring your own hobby projects, contribute to open source together, ask questions you encounter in your work. 28 | -------------------------------------------------------------------------------- /data/2018-03/bkkhack.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: bkkhack-bpthjpyxfbmc 3 | date: '2018-03-29' 4 | time: 19:00 ~ 23:00 5 | location: 6 | title: Learn Hub 7 | url: https://www.google.com/maps/place/Learn+Hub/@13.7444559,100.5315245,17z/data=!4m8!1m2!2m1!1slearn+hub%2B!3m4!1s0x30e29ed20f89d211:0x810d7dd9fa79451d!8m2!3d13.74532!4d100.534531 8 | detail: Bangkok Bank (Siam), 4th floor 9 | categories: 10 | - Codefest 11 | topics: 12 | - Hack Night 13 | links: 14 | - type: rsvp 15 | url: https://www.meetup.com/bkkhack/events/bpthjpyxfbmc/ 16 | title: Meetup.com 17 | detail: Free 18 | --- 19 | # BKK/hack Hack Night 20 | 21 | > ไม่ว่าคุณอยากจะเขียนภาษาอะไร Python, Ruby, JavaScript, Scala, PHP, Prolog คุณมาได้เลย อยากทำ Arduino ก็ขนมาได้ ถ้าอยากหาทีมสำหรับทำโปรเจค open source หรือหาคนช่วยโปรเจคงานอดิเรกของคุณจัดมาเลย! จะเขียนภาษาไหน ระดับใดก็ได้ มีกฎข้อเดียวคือคุณต้องเอาเครื่องมาเอง 22 | 23 | An event for all the coding/maker community. Any language, any level. The only rule is you must bring a laptop. 24 | 25 | We seek to foster a welcoming cross-cultural community of hackers in and around BKK. Share your knowledge and learn from others, in a relaxed but hands-on setting. 26 | 27 | This Meetup group focuses on participatory events—hacking is doing, not listening to presentations. Bring your own hobby projects, contribute to open source together, ask questions you encounter in your work. 28 | -------------------------------------------------------------------------------- /data/2018-01/bkk-web-101-angular.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: bkk-web-101-angular-2-4-5-oh-my-41515114826 3 | date: '2018-01-16' 4 | time: '19:00 ~ 22:00' 5 | location: 6 | title: Launchpad 7 | url: >- 8 | https://www.google.com/maps/place/Launchpad+Co.,+Ltd/@13.7212933,100.5236788,19z/data=!3m1!4b1!4m5!3m4!1s0x30e298cdd6e8270d:0x7e9aa39655924697!8m2!3d13.721292!4d100.524226?hl=en 9 | detail: null 10 | categories: 11 | - Meetup 12 | topics: 13 | - Angular 14 | links: 15 | - type: ticket 16 | url: >- 17 | https://www.eventbrite.com/e/bkk-web-101-angular-2-4-5-oh-my-tickets-41515114826 18 | title: Eventbrite 19 | price: Free 20 | - type: rsvp 21 | url: 'https://www.facebook.com/events/1781210951888915/' 22 | title: Facebook event 23 | --- 24 | 25 | # BKK WEB 101 - Angular 2, 4, 5, Oh My 26 | 27 | > I will walk through the methods I used to create the app starting with the Angular CLI and how to best structure your code to make it scalable. 28 | 29 | This talk will cover all of the topics in the bulleted list by show casing an app to keep track of your favorite movies and discover new ones. This app will include the ability to login in and persist your movie list using Firebase. 30 | 31 | Jesse will cover the following topics: CLI, TypeScript, Modules, Components, Templates, Directives, Lifecycle hooks, Services, Routing, Observables, Forms, Pipes, HTTP Requests, Animations 32 | -------------------------------------------------------------------------------- /data/2018-10/firebase-dev-fest.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 'firebase-dev-day' 3 | date: '2018-10-07' 4 | time: '09:00 ~ 17:00' 5 | categories: 6 | - Seminar 7 | topics: 8 | - Firebase 9 | location: 10 | title: Glowfish Sathorn 11 | url: https://goo.gl/maps/ps2o8wTGXBQ2 12 | detail: Glowfish Sathorn - 2nd Floor @ SathornThani Building 2 BTS Chong Nonsri Exit2 (Skywalk connect with BTS) 13 | links: 14 | - type: website 15 | url: https://www.facebook.com/events/333243620770180/ 16 | title: Facebook Event 17 | - type: ticket 18 | url: http://dev.wi.th/event/firebase-dev-day 19 | title: Devcamp 20 | price: FREE 21 | --- 22 | 23 | # Firebase Dev Day 2018 24 | 25 | > Firebase Dev Day 2018 - Learn how Firebase helps developers build better products 26 | 27 | Firebase Dev Day 2018 is back! 28 | Learn how Firebase helps developers build better products 29 | . 30 | The event will take place on 7th October at Glowfish Sathon (BTS Chong Nonsi Exit 2) https://www.facebook.com/events/333243620770180/# 31 | . 32 | Registration steps 33 | 1. Fill out this form https://goo.gl/crUFu9 34 | 2. Lucky developers will get invite codes via email. 35 | 3. Redeem your invite code with a form in email. 36 | 4. Get a ticket confirmation email with QR. 37 | . 38 | There are 250 limited seats then secure your seat right now. 39 | *** Walk-in is not allowed *** 40 | . 41 | #FirebaseDevDay #FirebaseThailand #GDGThailand 42 | -------------------------------------------------------------------------------- /data/2018-02/asia-pacific-ethereum-meetup.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: asia-pacific-ethereum-meetup-20180225 3 | date: '2018-02-25' 4 | time: '09:00 ~ 17:00' 5 | location: 6 | title: KX - Knowledge Exchange Center 7 | url: https://www.google.com/maps/place/The+Knowledge+Exchange:+KX/@13.7204878,100.4961223,17z/data=!3m1!4b1!4m5!3m4!1s0x30e298ee5d02d0a3:0xe2511ae461733d57!8m2!3d13.7204878!4d100.498311 8 | categories: 9 | - Conference 10 | - Meetup 11 | topics: 12 | - Blockchain 13 | - Ethereum 14 | links: 15 | - type: ticket 16 | url: https://baoming.in 17 | title: Information & Ticketing Site 18 | price: $35 19 | resources: 20 | - type: video 21 | title: Morning's Livestream 22 | url: https://www.youtube.com/watch?v=jpmaMMAUDU0 23 | - type: video 24 | title: Afternoon's Livestream 25 | url: https://www.youtube.com/watch?v=OOJVpL9Nsx8 26 | --- 27 | 28 | # Asia-Pacific Ethereum Community Meetup 29 | 30 | > The event covers Ethereum-based technology sharing, discussions on some wonderful use cases and the development of various Asia-Pacific Ethereum communities, etc. The confirmed guests include Vitalik Buterin, Karl Floersch, OmiseGo Team and other developers 31 | 32 | …and various Ethereum community representatives (from China, Korea, Singapore, America, Japan etc.), founders of excellent Ethereum-based projects, well-known investors and enterprise representatives in this sector. 33 | -------------------------------------------------------------------------------- /data/2018-03/true-digital-park-tech-supper-club.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: true-digital-park-tech-supper-club-1 3 | date: '2018-03-15' 4 | time: 18:00 ~ 21:00 5 | location: 6 | title: Wishbeer Home Bar 7 | url: https://www.google.com/maps/place/Wishbeer+Home+Bar+-+Craft+Beer+Bar/@13.716606,100.589822,15z/data=!4m5!3m4!1s0x0:0xd74bd9f588db0cec!8m2!3d13.716606!4d100.589822?sa=X&ved=0ahUKEwil942Bx-vZAhUF448KHVbIBSIQ_BIIuwEwCg 8 | categories: 9 | - Meetup 10 | topics: 11 | - Blockchain 12 | links: 13 | - type: ticket 14 | url: http://events.truedigitalpark.com/app/netattm/Attendee/Page/70295?SeminarId=194566 15 | title: True Digital Park 16 | - type: rsvp 17 | url: https://www.facebook.com/events/205619973519004/ 18 | title: Facebook Event 19 | - type: rsvp 20 | url: https://www.eventpop.me/e/3123-techsupperclub-1 21 | title: Event Pop 22 | --- 23 | 24 | # True Digital Park | Tech Supper Club #1: “The Future of Crypto” 25 | 26 | > Forget about the price of Bitcoin for a second. Join us for an exclusive fireside chat with Jun Hasegawa and Paul Ark (Polapat Arkkrapridi). 27 | 28 | How is blockchain changing the world? What are the use cases? What to expect from cryptocurrencies in 2018? Will this new digital economy stay or go bust? 29 | 30 | Explore these questions together in this casual gathering. The session will be conducted in English and take around 1 hour, followed by networking session. 31 | -------------------------------------------------------------------------------- /data/2018-05/etda-security.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: etda-security-may-2018 3 | date: '2018-05-16' 4 | time: 12:45 ~ 16:30 5 | location: 6 | title: ETDA 7 | url: https://www.google.com/maps/place/ETDA/@13.7536949,100.5633206,16z/data=!4m8!1m2!2m1!1sETDA!3m4!1s0x30e29e8c65183c19:0xcdcc14361f156129!8m2!3d13.7593316!4d100.5681969 8 | categories: 9 | - Seminar 10 | topics: 11 | - Security 12 | links: 13 | - type: ticket 14 | url: https://www.zipeventapp.com/e/Open-Forum-16-05-61 15 | title: ZipEvent 16 | price: FREE 17 | - type: rsvp 18 | url: https://www.facebook.com/events/630898360590797/ 19 | title: Facebook Event 20 | --- 21 | 22 | # The Essential Element of Your Security 23 | 24 | > ETDA Thailand จับมือ Gigamon เชิญทุกท่าน ร่วมเวที Open Forum: Cybersecurity Knowledge Sharing Series ครั้งที่ 3 กับหัวข้อ THE ESSENTIAL ELEMENT OF YOUR SECURITY 25 | 26 | ETDA ได้ดำเนินการพัฒนาแผนปฏิบัติการด้านความมั่นคงปลอดภัยไซเบอร์ และแผนพัฒนาบุคลากรด้านความมั่นคงปลอดภัยไซเบอร์ของประเทศ และได้ดำเนินโครงการจัดสัมมนาให้ความรู้ต่อเนื่อง เพื่อแบ่งปันองค์ความรู้จากผู้เชี่ยวชาญด้าน Cybersecurity ที่หลากหลาย ทั้งจากภาครัฐและภาคเอกชน โดยได้จัดเวที Open Forum: Cybersecurity Knowledge Sharing Series มาอย่างต่อเนื่องในปี 2561 นี้ โดยครั้งนี้จะจัดขึ้นเป็นครั้งที่ 3 27 | 28 | * Top Cyberthreats and The Road Ahead 29 | * Customer Use Case 30 | * Power Your Tools to Prevent Threats 31 | * Cybersecurity Ecosystem 32 | * Q & A 33 | -------------------------------------------------------------------------------- /data/2018-04/basic-theory-of-robotics.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: aisdc-basic-theory-of-robotics-april-2018 3 | date: '2018-04-21' 4 | time: 13:00 ~ 15:00 5 | location: 6 | title: AIS D.C. 7 | url: https://www.google.com/maps/place/AIS+Design+Centre+(AIS+D.C.)/@13.7301202,100.5682861,15z/data=!4m5!3m4!1s0x0:0x6e20f6ea464039bc!8m2!3d13.7301202!4d100.5682861 8 | categories: 9 | - Seminar 10 | topics: 11 | - Robotics 12 | links: 13 | - type: ticket 14 | url: https://www.zipeventapp.com/AIS/e/Basic-of-Theory-of-Robotics 15 | title: ZipEvent 16 | price: FREE 17 | - type: rsvp 18 | url: https://www.facebook.com/events/143605366478163/ 19 | title: Facebook Event 20 | --- 21 | 22 | # Basic Theory of Robotics 23 | 24 | > ความเข้าใจทั่วไปเกี่ยวกับหุ่นยนต์ คงหนีไม่พ้นเครื่องจักรเคลื่อนย้ายสิ่งของที่ต้องใช้คนบังคับ แต่ปัจจุบันนี้มีหุ่นยนต์ที่เรียกว่าเป็น ‘เครื่องจักรอัตโนมัติแบบยืดหยุ่น’ ซึ่งมีความซับซ้อน สามารถรับรู้และดำเนินการเองได้ล่วงหน้า ทำหน้าที่เป็นตัวแทนของปัญญาประดิษฐ์ทางร่างกาย 25 | 26 | ทฤษฎีในวิทยาการทางการแพทย์ยังคงถงเถียงกันเรื่องการโปรแกรมในภาวะพร้อมกัน (Concurrent Programing) การใช้ปัญญาประดิษฐ์ การควบคุมมอเตอร์ เพื่อขยายขอบเขตทางนวัตกรรมและเครื่องจักรอัตโนมัติ 27 | 28 | เกี่ยวกับผู้บรรยาย: 29 | ผศ.ดร.จักรกฤษณ์ ศุทธากรณ์ 30 | คณบดีคณะวิศวกรรมศาสตร์ มหาวิทยาลัยมหิดล 31 | สำเร็จการศึกษาปริญญาเอกด้านหุ่นยนต์ จากมหาวิทยาลัย Johns Hopkins 32 | ผู้เชี่ยวชาญด้านหุ่นยนต์ หุ่นยนต์ทางการแพทย์ และวิศวกรรมชีวการแพทย์ 33 | -------------------------------------------------------------------------------- /data/2018-07/stupidhackth.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: stupidhackth-2 3 | date: '2018-07-14 ~ 2018-07-15' 4 | location: 5 | url: https://www.google.com/maps/place/LINK+Collaboration+Space/@13.7394434,100.519722,17z/data=!3m1!4b1!4m5!3m4!1s0x30e299312368f6eb:0x822246345e9e0e3b!8m2!3d13.7394382!4d100.5219107 6 | title: LINK Collaboration Space 7 | categories: 8 | - Hackathon 9 | topics: 10 | - Stupid Hackathon 11 | links: 12 | - type: website 13 | url: https://stupidhackth.github.io/2/ 14 | title: stupidhackth.github.io/2 15 | - type: ticket 16 | url: https://www.eventpop.me/e/3789-the-stupid-hackathon-thailand-2-will-take-place-on-july-14th-to-15th-2018-at-link-collaboration-space-banthat-thong-rd-rong-muang-pathum-wan-bangkok 17 | title: Event Pop 18 | price: FREE 19 | - type: rsvp 20 | url: https://www.facebook.com/events/169587413711647/ 21 | title: Facebook Event 22 | --- 23 | 24 | # The Stupid Hackathon Thailand #2 25 | 26 | > สร้างสิ่งของเพี้ยนๆ ที่ไม่มีใครต้องการ และทำไอเดียบ้าๆ บอๆ ให้กลายเป็นจริง! งาน Hackathon แบบกี๊คๆ ที่ไม่จำกัดไอเดีย ไม่เน้นฝั่งธุรกิจ แต่เน้นความสนุกสำหรับนักพัฒนาแบบเพียวๆ!! 27 | 28 | * เราจัดงานนี้เพื่อให้นักพัฒนาได้มาสนุกกันกับการสร้างอะไรที่ตัวเองอยากสร้าง โดยไม่ต้องคำนึงถึงเรื่องธุรกิจใดๆ แต่เพื่อความมันส์ล้วนๆ 29 | * นอกจากความสนุกแล้ว ผู้ร่วมงานจะได้เรียนรู้และฝึกฝนทักษะ จากการลงมือทำจริงๆ 30 | * เพื่อให้นักพัฒนาได้มาเจอกัน และเสริมสร้างชุมชนนักพัฒนาให้แข็งแกร่งยิ่งขึ้น!! 31 | -------------------------------------------------------------------------------- /data/2018-02/codecampvn-blockchain2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: codecampvn-blockchain2018 3 | date: '2018-02-24' 4 | time: 19:00 ~ 22:00 5 | categories: 6 | - Conference 7 | topics: 8 | - Blockchain 9 | location: 10 | url: https://www.google.com/maps/place/The+Knowledge+Exchange:+KX/@13.720493,100.4961223,17z/data=!3m1!4b1!4m5!3m4!1s0x30e298ee5d02d0a3:0xe2511ae461733d57!8m2!3d13.7204878!4d100.498311 11 | title: 'The Knowledge Exchange: KX' 12 | links: 13 | - type: website 14 | url: http://codecampvn.me/blockchain2018 15 | title: codecampvn.me 16 | - type: ticket 17 | url: http://codecampvn.me/payment?workshop=5a814a722a0f7b8849a918cf 18 | title: codecampvn.me 19 | price: FREE 20 | - type: rsvp 21 | url: https://www.facebook.com/events/142821576521958/ 22 | title: Facebook Event 23 | --- 24 | 25 | # Blockchain Developers new trend in 2018 26 | 27 | > The more popular blockchain / distributed ledger systems sharing in this event: Hyperledger, stellar & IOTA. Junior & Senior blockchain engineers encourage to join this workshop. 28 | 29 | Welcome To Block Chain Zone. A distributed ledger is defined as a peer-to-peer network, which uses a defined consensus mechanism to prevent modification of an ordered series of time-stamped records 30 | 31 | Topics: Hyperledger Fabric + Kurbenetes: Scaling architecture; Stellar: Overview Architecture development; IOTA: Architecture of blockchain 3.0; Ethereum: Solidity in 2018 32 | -------------------------------------------------------------------------------- /data/2018-02/tencent-thailand-open-house-8.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: tencent-thailand-open-house-8 3 | date: '2018-02-27' 4 | time: '18:30 ~ 21:30' 5 | location: 6 | url: https://www.google.com/maps/place/Tencent+(Thailand)+Company+Limited/@13.7871852,100.5723683,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29dd2d7bef373:0xda2e847cc72274b4!8m2!3d13.7871852!4d100.574557 7 | title: Tencent (Thailand) Company Limited 8 | detail: อาคารเมืองไทย-ภัทร คอมเพล็กซ์ (อาคาร A) ชั้น 16 9 | categories: 10 | - Meetup 11 | topics: 12 | - Web 13 | - Math 14 | links: 15 | - type: ticket 16 | url: https://www.eventpop.me/e/3034 17 | title: Event Pop 18 | price: FREE 19 | - type: rsvp 20 | url: https://www.facebook.com/events/2073397532701007/ 21 | title: Facebook Event 22 | resources: 23 | - type: video 24 | url: https://www.facebook.com/TencentTHOpenHouse/videos/2635922993215074/ 25 | title: Facebook Live 26 | --- 27 | 28 | # Tencent Thailand Open House # 8 : MATH PROGRAMMING & WEB ASSEMBLY 29 | 30 | > ไม่ว่าคุณจะเป็นโปรแกรมเมอร์, Tester, PM, นักศึกษา หรือใครก็ตามในโลกดิจิตัล นี่คืออีกโอกาสดีที่คุณจะได้สัมผัสกับผู้มีประสบการณ์ตรงและเพื่อนร่วมอุดมการณ์อย่างใกล้ชิด! 31 | 32 | - Math <- Abstraction -> Programming — I'Boss (Supanat Potiwarakorn), ผู้มีความเชื่อว่าซอฟต์แวร์ที่ดีเกิดจากทีมงานที่มีความสุข 33 | 34 | - For the love of WebAssembly — Phoom (Phoomparin Mano), นักพัฒนาอายุน้อย ที่ชื่นชอบการพัฒนาซอฟต์แวร์และผู้คนเพื่อชีวิตที่ดีขึ้น 35 | -------------------------------------------------------------------------------- /data/2018-05/ruby-wednesday-4.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ruby-wednesday-4 3 | date: '2018-05-30' 4 | time: 18:30 ~ 21:00 5 | location: 6 | title: Nimbl3 office 7 | url: https://www.google.com/maps/place/Interchange+21/@13.7364044,100.5594287,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29ee2f53990a9:0xa8f38648b5dc7821!8m2!3d13.7363992!4d100.5616228 8 | detail: Interchange 21 building, 24th floor 9 | categories: 10 | - Meetup 11 | topics: 12 | - Ruby 13 | links: 14 | - type: ticket 15 | url: https://www.meetup.com/ruby-tuesdays-bangkok/events/250440423/ 16 | title: Meetup.com 17 | price: FREE 18 | --- 19 | 20 | # Ruby Wednesday #4 21 | 22 | > Ruby Tuesday is an event to gather all who are interested in the programming language Ruby. Whether you're an expert or a beginner, you're welcome to join. There will be two short talks, with plenty of time to mingle and to meet other Ruby developers and friendly tech people. 23 | 24 | We're having Ruby Tuesday on a Wednesday this month to work around the Visakha Bucha holiday! International software development company Nimbl3 will be hosting our meetup again for this month. 25 | 26 | * Solving algorithmic problems in Ruby - Thai Pangsakulyanont 27 | * Reducing Duplicate Code Using Model Concerns - Pathompon Jirawanidchakorn (Boat) 28 | 29 | Ruby Tuesday is completely free to attend. Beverages and snacks will also be provided with compliments from Nimbl3. Help us build the Ruby community in Thailand. See you on the 30th! 30 | -------------------------------------------------------------------------------- /data/2018-04/medical-robotics.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: aisdc-medical-robotics-april-2018 3 | date: '2018-04-22' 4 | time: 13:00 ~ 15:00 5 | location: 6 | title: AIS D.C. 7 | url: https://www.google.com/maps/place/AIS+Design+Centre+(AIS+D.C.)/@13.7301202,100.5682861,15z/data=!4m2!3m1!1s0x0:0x6e20f6ea464039bc?sa=X&ved=0ahUKEwjx0-_91a_aAhUCw4MKHUklCloQ_BIIuAEwDg 8 | categories: 9 | - Seminar 10 | topics: 11 | - Robotics 12 | - Medical Tech 13 | links: 14 | - type: ticket 15 | url: https://www.zipeventapp.com/AIS/e/Medical-Robotics 16 | title: ZipEvent 17 | price: FREE 18 | - type: rsvp 19 | url: https://www.facebook.com/events/163312781157559/ 20 | title: Facebook Event 21 | --- 22 | 23 | # Medical Robotics 24 | 25 | > หุ่นยนต์ทางการแพทย์ ถือเป็นสหวิทยาการ ที่ต้องใช้ทั้งวิทยาการคอมพิวเตอร์ คณิตศาสตร์ วิศวกรรมเครื่องกล และการแพทย์ เป็นหนึ่งในการเปลี่ยนแปลงมาตรฐานด้านวิทยาศาสตร์การแพทย์ให้มีความแม่นยำมากยิ่งขึ้น 26 | 27 | ความสำเร็จของการผ่าตัดที่ชาญฉลาดของระบบ Da Vinci ได้กระตุ้นการดำเนินธุรกิจเชิงพาณิชย์ รวมถึงดึงดูดการลงทุน และนวัตกรรมทางด้านหุ่นยนต์ทางการแพทย์มากมาย ยกตัวอย่างเช่น หุ่นยนต์ผ่าตัด หุ่นยนต์ฟื้นฟู หุ่นยนต์ปรากฏตัวทางไกล (telepresence robot) หุ่นยนต์ไบโอ (biorobot) และร้านขายยาอัตโนมัติ 28 | 29 | เกี่ยวกับผู้บรรยาย: 30 | ผศ.ดร.จักรกฤษณ์ ศุทธากรณ์ 31 | คณบดีคณะวิศวกรรมศาสตร์ มหาวิทยาลัยมหิดล 32 | สำเร็จการศึกษาปริญญาเอกด้านหุ่นยนต์ จากมหาวิทยาลัย Johns Hopkins 33 | ผู้เชี่ยวชาญด้านหุ่นยนต์ หุ่นยนต์ทางการแพทย์ และวิศวกรรมชีวการแพทย์ 34 | -------------------------------------------------------------------------------- /data/2018-08/mit-inclusive-innovation-asia-2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: mit-inclusive-innovation-asia-2018 3 | date: '2018-08-24' 4 | time: '13:30 ~ 19:30' 5 | location: 6 | url: 'https://www.google.com/maps/place/University+of+the+Thai+Chamber+of+Commerce/@13.7798677,100.5603119,15z/data=!4m5!3m4!1s0x0:0x66e0f2c1ee23aa2d!8m2!3d13.7798677!4d100.5603119' 7 | title: University of the Thai Chamber of Commerce 8 | categories: 9 | - Conference 10 | topics: [] 11 | links: 12 | - type: website 13 | url: https://www.mitinclusiveinnovation.com/regions/asia/ 14 | title: MIT Inclusive Innovation Challenge (Asia) 15 | - type: ticket 16 | url: https://docs.google.com/forms/d/e/1FAIpQLSf2JWNRxjxGBjUbVJNOAZa7CB72cDW9-poHS5VmKBBWNifkEA/viewform 17 | title: Registration Form 18 | price: FREE 19 | - type: rsvp 20 | url: 'https://www.facebook.com/events/884965878355798/' 21 | title: Facebook event 22 | --- 23 | # MIT Inclusive Innovation Asia 2018 24 | 25 | > DEPA and UTCC, in collaboration with the MIT Initiative on the Digital Economy, cordially invite you to join the MIT Inclusive Innovation Event, presenting 2 exciting activities. 26 | 27 | - The Inclusive Innovation Challenge, with 12 Finalists from all over Asia, competing for over US $1 million in 4 categories 28 | 29 | - The Think Big Act Small Symposium on Inclusive Innovation for the Future of Work, with 5 inspirational talks from inclusive innovation thought leaders from around the world. 30 | -------------------------------------------------------------------------------- /data/2018-03/bkkjs-a11y.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: bkkjs-2-a11y 3 | date: '2018-03-14' 4 | time: 19:00 ~ 21:00 5 | location: 6 | url: https://www.google.com/maps/place/Learn+Hub/@13.74532,100.5323423,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29ed20f89d211:0x810d7dd9fa79451d!8m2!3d13.74532!4d100.534531 7 | title: LearnHub Co-Learning Space 8 | categories: 9 | - Meetup 10 | topics: 11 | - Accessibility 12 | - Web 13 | links: 14 | - type: ticket 15 | url: https://www.meetup.com/Bangkok-Javascript/events/248495815/ 16 | title: Meetup.com 17 | price: FREE 18 | - type: rsvp 19 | url: https://www.facebook.com/events/359719787842719/ 20 | title: Facebook Event 21 | --- 22 | 23 | # BKK.JS #2 a11y - Web For Everyone 24 | 25 | > ในคราวนี้เราจะมาพูดเรื่อง Web Accessibility หรือเว็บไซต์ที่ทุกคนเข้าถึงได้ ซึ่งในงานนี้ เราจะมาเรียนรู้ว่าจะพัฒนาเว็บไซต์อย่างไร ให้ทุกคนสามารถเข้าถึงได้ ไม่ว่าจะเป็นผู้พิการทางสายตา หรือผู้พิการทางการได้ยิน ได้มีประสบการณ์ที่ดีในการใช้งานเว็บไซต์ของคุณ 26 | 27 | พบกับคุณชไลเวท พิพัฒพรรณวงศ์ Web Accessibility Specialist จากบริษัท 9Expert จำกัด ที่จะมาเล่าถึงวิธีต่าง ๆ ในการพัฒนาเว็บของเราให้รองรับมาตรฐานสากลในด้าน Web Accessibility 28 | 29 | และหลังจากนั้น พบกับคุณปวินท์ เปี่ยมไทย ที่จะมาสาธิตการเข้าใช้งานเว็บไซต์ และเขียนโปรแกรม แบบฉบับของผู้พิการทางสายตากันในช่วง Panel Discussion ซึ่งจะมีผู้ร่วมสนทนาเพิ่มเติมคือคุณเปรมศิริ สุทธิภูมิ จากเว็บ Thaiwebaccessibility.com มาร่วมพูดคุยในประเด็นต่าง ๆ ที่เกี่ยวข้อง และจะเปิดให้ผู้ฟังถามคำถามได้ด้วย 30 | -------------------------------------------------------------------------------- /website/src/components/Spinner.vue: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 63 | 64 | 67 | -------------------------------------------------------------------------------- /data/2018-03/thoughtworks-talks-tech-transformation-with-devops.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: tw-talks-tech-3-devops-transformation 3 | date: '2018-03-29' 4 | time: '18:00 ~ 21:00++' 5 | location: 6 | url: https://www.google.com/maps/place/BIG+Co-working+Space/@13.7566867,100.571952,15z/data=!4m2!3m1!1s0x0:0xf2124609ad0be030?sa=X&ved=0ahUKEwiimvyUuPzZAhVCsY8KHQ9vDKgQ_BIItQEwDg 7 | title: BIG Co-Working Space 8 | categories: 9 | - Meetup 10 | topics: 11 | - DevOps 12 | links: 13 | - type: ticket 14 | url: https://www.eventpop.me/e/3183-twth-talks-tech-3-devops-transformation 15 | title: EventPop 16 | price: FREE 17 | - type: rsvp 18 | url: https://www.facebook.com/events/567188980310998/ 19 | title: Facebook Event 20 | --- 21 | 22 | # ThoughtWorks Talks Tech: Transforming and Improving Operations with DevOps 23 | 24 | > ThoughtWorks is proud to present the next instalment of our tech talks series, this time with a DevOps theme and special guests! 25 | 26 | We believe that developers should be able to enjoy building high quality software in an efficient and cost-effective way, with minimal human dependencies. How do we create an environment that minimises time and resource wastage, and optimise for productivity in a delivery team? Topics in these talks will range from the transformation to an automated infrastructure, how to prepare teams and organisations for success, how to survive the wild west of legacy systems and migrate to an automated world of daily deploys. 27 | -------------------------------------------------------------------------------- /data/2018-10/twtalks.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: tw-th-20181003 3 | date: '2018-10-03' 4 | time: '18:00 ~ 21:00' 5 | location: 6 | title: BIG Co-Working Space 7 | url: https://www.google.com/maps/place/BIG+Co-working+Space/@13.7566648,100.5697955,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29e8b209f69c3:0xf2124609ad0be030!8m2!3d13.7566648!4d100.5719842 8 | categories: 9 | - Meetup 10 | topics: 11 | - Cloud 12 | links: 13 | - type: website 14 | url: https://www.facebook.com/events/529475470810760/ 15 | title: Facebook Event 16 | - type: rsvp 17 | url: https://www.eventpop.me/e/4261-keifmorrisbkk 18 | title: Event Pop 19 | --- 20 | 21 | # ThoughtWorks Talks Tech: From the Iron Age to the Cloud Age by Keif Morris 22 | 23 | > ThoughtWorks Thailand is excited to welcome Keif Morris to Bangkok! 24 | 25 | **Title**: From the Iron Age to the Cloud Age by Keif Morris 26 | Abstract: The move to cloud is driving a shift in how we manage changes to infrastructure. Long cycles are out, and rapid improvement loops are in. This talk describes the principles and practices that organisations and teams can apply to deliver more reliable infrastructure more quickly. 27 | 28 | **Agenda**: 29 | 30 | - 18:30 - 19:00: Sign-in 31 | - 19:00 - From the Iron Age to the Cloud Age by Keif Morris 32 | - 20:00+: Networking 33 | 34 | ** Snacks and drinks will be provided 35 | 36 | **Key Benefits of Attending**: 37 | "Iron Age to Cloud Age" talk is well-suited towards technical leads, architects, and managers. 38 | -------------------------------------------------------------------------------- /data/2018-10/ux-talk-in-ite2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ite2018 3 | date: '2018-10-07' 4 | time: '09:30 ~ 16:30' 5 | location: 6 | title: Bitec Bangna Hall 98 7 | url: https://www.google.com/maps/place/ศูนย์นิทรรศการและการประชุม+ไบเทค/@13.6699808,100.6084787,15z/data=!4m5!3m4!1s0x0:0xfa656177eddbb2b1!8m2!3d13.6699808!4d100.6084787 8 | categories: 9 | - Seminar 10 | topics: 11 | - UX 12 | - Business 13 | links: 14 | - type: website 15 | url: http://innovationthailand.org 16 | title: ITE - Innovation Thailand Expo 2018 17 | - type: ticket 18 | url: http://www.innovationthailand.org/f10 19 | price: Free 20 | - type: website 21 | url: https://www.facebook.com/events/538405903250404 22 | title: Facebook Event 23 | --- 24 | 25 | # Future Business Forum "UX TALK" 26 | 27 | > ทุกวันนี้องค์กรต่างๆ ในประเทศไทยเริ่มมีการตื่นตัว ในทางฝั่งของ UX หรือ User Experience Design มากขึ้น การมี UX ที่ดีกลายเป็นอาวุธสำคัญเพื่อช่วยผลักดันให้ธุรกิจเติบโตได้อย่างรวดเร็ว มาฟังเรื่องราวเกี่ยวกับ UX Design ในหลายแง่มุม เช่น 28 | 29 | การเพิ่มมูลค่าให้ธุรกิจด้วย User Experience Design หรือ 30 | เราจะสามารถนำข้อมูลที่เรามีอยู่ในมือมาใช้เพื่อประกอบการตัดสินใจได้อย่างไร นอกจากนั้นบรรยากาศในการทำงานก็เป็นส่วนสำคัญที่บ่มเพาะให้ศาสตร์ด้านนี้เติบโตเช่นกัน ภายในงานเราจะพูดถึงวิธีการวิจารณ์งานแบบมีประสิทธิภาพไปจนถึงวิธีการทำให้คนในทีมเห็นเป้าหมายเดียวกันและรู้สึกว่าตนเองเป็นกำลังสำคัญในการขับเคลื่อนทีม 31 | 32 | มาดูกันว่า ปัจจุบันนี้เรามีการนำ UX มาใช้เพื่อพัฒนาคนในทีมและองค์กรอย่างไรบ้าง 33 | -------------------------------------------------------------------------------- /data/2018-06/isodevth-12.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: iosdevth-12 3 | date: '2018-06-26' 4 | time: 18:00 ~ 21:00 5 | location: 6 | title: Skooldio 7 | url: https://www.google.com/maps/place/Skooldio/@13.7453082,100.5323123,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29ed20f866c4d:0x463779056a8f1ee3!8m2!3d13.7453082!4d100.534501?shorturl=1 8 | categories: 9 | - Meetup 10 | topics: 11 | - iOS 12 | links: 13 | - type: website 14 | url: https://www.facebook.com/groups/iosthailand/ 15 | title: Facebook Group 16 | - type: ticket 17 | url: https://www.eventpop.me/e/3712-iosdevth-12 18 | title: Event Pop 19 | price: FREE 20 | issue: https://github.com/ThaiProgrammer/tech-events-calendar/issues/123 21 | --- 22 | 23 | # iOSDevTH Meetup #12 24 | 25 | > Area for meet up with iOS Developers in Bangkok (also Thailand) 26 | 27 | * **“A brief summary of WWDC 2018” - Pitiphong, Omise** \ 28 | Let's see what's new in the WWDC 2018 especially on the iOS platform. We'll walkthrough on many things announced in the WWDC 2018. Let's see what we can do in the iOS 12. 29 | 30 | * **“Writing High-Performance Swift Code” - Thongchai, Rakuten Viki** \ 31 | Thongchai (Hlung) will be sharing about dimensions of performance for Swift language, starting from the basics of allocation, reference counting, and method dispatch. Then he will share stories and ways the compiler can optimize our code and how we can take advantage of it. Finally, he will use Hopper disassembler to inspect how the compiler modifies our code. 32 | -------------------------------------------------------------------------------- /data/2018-05/tencent.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: tencent-th-open-house-10-mobile-cross-platform 3 | date: '2018-05-31' 4 | time: 18:30 ~ 21:00 5 | location: 6 | url: https://www.google.com/maps/place/Tencent+(Thailand)+Company+Limited/@13.7871852,100.5723683,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29dd2d7bef373:0xda2e847cc72274b4!8m2!3d13.7871852!4d100.574557 7 | title: Tencent (Thailand) Company Limited 8 | detail: อาคารเมืองไทย-ภัทร คอมเพล็กซ์ (อาคาร A) ชั้น 16 9 | categories: 10 | - Meetup 11 | topics: 12 | - Mobile 13 | - Flutter 14 | - React Native 15 | links: 16 | - type: ticket 17 | url: https://www.eventpop.me/e/3597 18 | title: Event Pop 19 | price: FREE 20 | - type: rsvp 21 | url: https://www.facebook.com/events/226021218163622/ 22 | title: Facebook Event 23 | --- 24 | 25 | # Tencent TH Open House #10: Mobile Cross Platform ดีจริงหรือ? 26 | 27 | > ขอเชิญทุกท่านพบกับ 3 นักพัฒนาแอปพลิเคชันบนมือถือมาแรง มาบอกเล่าประสบการณ์จากงานจริงที่มีประโยชน์ และน่าติดตาม 28 | 29 | ไม่ว่าคุณจะเป็นโปรแกรมเมอร์, Tester, PM, นักศึกษา หรือใครก็ตามในโลกดิจิตัล 30 | นี่คืออีกโอกาสดีที่คุณจะได้สัมผัสกับผู้มีประสบการณ์ตรงและเพื่อนร่วมอุดมการณ์อย่างใกล้ชิด! 31 | 32 | * "บอกเล่าประสบการณ์ 1 ปี กับงาน production ด้วย react-native ทั้งรัก ทั้งชัง" By Wasit Jingjit & Chawan Aphichartphankawee @Fictionlog 33 | * "Fast? Fun? Flutter!" By Phoomparin Mano, Full-Stack Developer, iTAX Thailand 34 | 35 | Live video is available on [Tencent Thailand Open House Facebook Page](https://www.facebook.com/TencentTHOpenHouse/). 36 | -------------------------------------------------------------------------------- /website/build/check-versions.js: -------------------------------------------------------------------------------- 1 | const chalk = require('chalk') 2 | const semver = require('semver') 3 | const shell = require('shelljs') 4 | const packageConfig = require('../package.json') 5 | 6 | function exec(cmd) { 7 | return require('child_process') 8 | .execSync(cmd) 9 | .toString() 10 | .trim() 11 | } 12 | 13 | const versionRequirements = [ 14 | { 15 | name: 'node', 16 | currentVersion: semver.clean(process.version), 17 | versionRequirement: packageConfig.engines.node 18 | } 19 | ] 20 | 21 | if (shell.which('npm')) { 22 | versionRequirements.push({ 23 | name: 'npm', 24 | currentVersion: exec('npm --version'), 25 | versionRequirement: packageConfig.engines.npm 26 | }) 27 | } 28 | 29 | module.exports = function checkVersions() { 30 | const warnings = [] 31 | 32 | versionRequirements.forEach(mod => { 33 | if (!semver.satisfies(mod.currentVersion, mod.versionRequirement)) { 34 | warnings.push( 35 | `${mod.name}: ${chalk.red(mod.currentVersion)} should be ${chalk.green( 36 | mod.versionRequirement 37 | )}` 38 | ) 39 | } 40 | }) 41 | 42 | if (warnings.length) { 43 | console.log('') 44 | console.log( 45 | chalk.yellow( 46 | 'To use this template, you must update following to modules:' 47 | ) 48 | ) 49 | console.log() 50 | 51 | warnings.forEach(warning => { 52 | console.log(` ${warning}`) 53 | }) 54 | 55 | console.log() 56 | process.exit(1) 57 | } 58 | } 59 | -------------------------------------------------------------------------------- /data/2019-02/wordcamp-bangkok-2019.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: wordcamp-bangkok-2019 3 | date: 2019-02-16 ~ 2019-02-17 4 | time: 08:00 ~ 17:00 5 | location: 6 | title: Siam University 7 | url: https://www.google.com/maps/place/Siam+University/@13.7211612,100.4511758,17z/data=!3m1!4b1!4m5!3m4!1s0x30e2983b3ccda6b9:0x7160b277b60e7199!8m2!3d13.721156!4d100.4533645 8 | categories: 9 | - Conference 10 | topics: 11 | - WordPress 12 | links: 13 | - type: website 14 | url: https://2019.bangkok.wordcamp.org 15 | title: 2019.bangkok.wordcamp.org 16 | - type: ticket 17 | url: https://2019.bangkok.wordcamp.org/tickets/ 18 | title: 2019.bangkok.wordcamp.org 19 | price: FREE for Contributor Day, 300 THB for Conference Day 20 | - type: rsvp 21 | url: https://www.facebook.com/events/353284348554343/ 22 | title: Facebook Event 23 | --- 24 | # WordCamp Bangkok 2019 25 | 26 | > WordCamp เป็นงานสัมมนาของ WordPress ที่เปิดโอกาสให้ทุกคนที่มีความสนใจเรื่องราวเกี่ยวกับ WordPress อาทิเช่น บล็อกเกอร์, นักพัฒนา, นักออกแบบ, นักการตลาด, เจ้าของธุรกิจ, ผู้บริหาร, นักศึกษา และจากสาขาอื่นๆทั่วประเทศให้ได้มาพบปะ และทำกิจกรรมร่วมกัน 27 | 28 | 16 กุมภาพันธ์ - Contributor Day วันที่ทุกคนมาแจมกัน เพื่อ Contribute ให้กับ WordPress เราจะได้เรียนรู้ว่าเราสามารถมีส่วนช่วยพัฒนา WordPress ให้ดีขึ้นได้อย่างไร 29 | 30 | 17 กุมภาพันธ์ - Conference Day เข้าร่วมฟังหัวข้อการบรรยายต่างๆที่เกี่ยวข้องกับ WordPress ครอบคลุมตั้งแต่ ผู้เริ่มต้นใช้งาน, บล็อกเกอร์, นักพัฒนา, นักออกแบบ และคนที่ทำธุรกิจ รวมไปถึงกิจกรรมต่างๆ ที่จะช่วยให้คุณได้พบกับเพื่อนใหม่ๆ 31 | -------------------------------------------------------------------------------- /data/2018-02/thoughtworks-ux-vs-ba.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: thoughtworks-ux-vs-ba-2981 3 | date: '2018-02-21' 4 | time: '18:00 ~ 22:00' 5 | location: 6 | title: BIG Co-working Space 7 | url: >- 8 | https://www.google.com/maps/place/BIG+Co-working+Space/@13.7566867,100.571952,15z/data=!4m5!3m4!1s0x0:0xf2124609ad0be030!8m2!3d13.7566867!4d100.571952 9 | detail: null 10 | categories: 11 | - Meetup 12 | topics: 13 | - UX 14 | - BA 15 | links: 16 | - type: ticket 17 | url: 'https://www.eventpop.me/e/2981' 18 | title: Event Pop 19 | price: FREE 20 | resources: 21 | - type: video 22 | url: https://www.facebook.com/thoughtworksthailand/videos/1905106199799926/ 23 | title: Facebook Live 24 | --- 25 | # ลั่นกลองรบ : ศึกระหว่าง User Experience กับ Business Analyst 26 | 27 | > ThoughtWorks Talks Tech #1 มาพร้อมกับ ความเข้มข้น ของหัวข้อสนทนาเพื่อการสร้างซอฟแวร์ที่ดีที่สุด เมื่อฝั่งของธุรกิจ (Business Analyst) และตัวแทนของผู้ใช้ (User Experience) ต้องห้ำหั่นกันเพื่อเป็นตัวแทนเสียงของแต่ละฝ่าย เราจะทำกันอย่างไร เพื่อสร้างอนาคตที่ดีที่สุดของซอฟแวร์ร่วมกัน 28 | 29 | จำเป็นหรือไม่ ที่งานจะต้องมี Business Analyst / User Experience คนๆ นี้ สำคัญอย่างไร? เป็นไปได้หรือไม่ที่ เราจะเป็นทั้ง Business Analyst และ User Experience พร้อมๆ กัน? เมื่อความต้องการของทั้งสองฝ่ายต่างกันอย่างสุดขั้ว เราจะทำอย่างไรเพื่อให้งานของเราออกมาดีที่สุด? บทเรียนเจ็บๆ และเทคนิคจากผู้เชี่ยวชาญ 30 | 31 | มาร่วมลั่นกลองรบในงานครั้งนี้ที่จะสร้างความตื่นเต้น เสียงหัวเราะ ความสนุก ไปพร้อมกับการได้ความรู้ของการพัฒนาซอฟแวร์ให้จบ กับที่นี่ ThoughtWorks Tech Talk #1 32 | -------------------------------------------------------------------------------- /data/2018-01/google-cloud-onboard-bangkok.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: google-cloud-onboard-bangkok-2018 3 | date: '2018-01-30' 4 | time: '08:30 ~ 17:30' 5 | location: 6 | title: Centara Grand at CentralWorld 7 | url: >- 8 | https://www.google.com/maps/place/Centara+Grand+at+CentralWorld/@13.7477222,100.5365583,17z/data=!3m1!4b1!4m5!3m4!1s0x30e2992f7809567f:0xccc050cff0e7d234!8m2!3d13.747717!4d100.538747 9 | detail: 'Convention Centre B2, 22nd Floor' 10 | categories: 11 | - Workshop 12 | topics: 13 | - Google Cloud Platform 14 | - Cloud 15 | links: 16 | - type: website 17 | url: 'https://cloudplatformonline.com/2018-onboard-bkk.html' 18 | title: Google Cloud 19 | - type: ticket 20 | url: 'https://cloudplatformonline.com/2018-onboard-bkk.html#register' 21 | title: Google Cloud 22 | price: Free 23 | --- 24 | # Google Cloud OnBoard Bangkok 2018 25 | 26 | > งานสัมมนา Google Cloud OnBoard นี้เป็นงานสัมมนาฟรีที่วิทยากรจาก Google จะมาแนะนำเทคโนโลยีของ Google Cloud Platform งานนี้เหมาะกับทั้ง IT Managers, Systems Engineers and Operations professionals, Developers, Solution Architects, และผู้ที่สนใจในเทคโนโลยีของ Google ทุกคน 27 | 28 | Cloud OnBoard is a free full-day instructor-led enablement and training event that will provide you with a step-by-step technical introduction to the Google Cloud Platform (GCP). Through a combination of instructor-led presentations and hands-on labs, you will learn how to get started with Google App Engine, Datastore, Storage, Container Engine, Compute Engine and Network, Big Data and Machine Learning. 29 | -------------------------------------------------------------------------------- /data/2019-02/elixir-casually-meetup.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: elixir-casually-meetup-feb-2019 3 | date: '2019-02-21' 4 | location: 5 | title: Monstar Hub 6 | url: https://goo.gl/maps/Lj7b6gKWkPt 7 | categories: 8 | - Meetup 9 | topics: 10 | - Elixir 11 | - Concurrency 12 | links: 13 | - type: ticket 14 | url: https://www.eventpop.me/e/5173-elixir-casually-1 15 | title: Eventpop 16 | price: Free 17 | - type: rsvp 18 | url: https://www.facebook.com/events/324285348213492/ 19 | title: Facebook Event 20 | resources: 21 | - type: video 22 | url: https://youtu.be/ktlNa1GH-Gs 23 | title: 'Session 1: From JavaScript, to Ruby, to Elixir' 24 | - type: video 25 | url: https://youtu.be/BXij7iojRkI 26 | title: 'Session 2: Concurrency in Elixir' 27 | --- 28 | # Elixir Casually - The 1st Elixir Language Meetup in Thailand 29 | 30 | > พบกับ Elixir Meetup ครั้งแรกของไทย ขอเชิญชวนทุกคนมาร่วมพูดคุย จิบเบียร์ 🍻 กินพิซซ่า 🍕 และทำความรู้จัก Elixir programming language แบบ casual casual 31 | 32 | พับกบ เอ้ย! 33 | พบผับ เอ้ย! 34 | พบกับ เอ้ย! 35 | ถูกแล้ว! 🐸 36 | 37 | พบกับ Elixir Meetup ครั้งแรกของไทย ขอเชิญชวนทุกคนมาร่วมพูดคุย จิบเบียร์ 🍻 กินพิซซ่า 🍕 และทำความรู้จัก Elixir ภาษาน้องใหม่มาแรง ฟันเฟืองชิ้นหลักของระบบสเกลใหญ่อย่าง Pinterest, Discord, Moz, Bleacher Report และ Omise และเริ่มถูกหมายปองจากองค์กรชั้นนำ ไม่ว่าจะเป็น Pivotal Labs, Pager Duty, Thoughtbot ฯลฯ 38 | 39 | ไม่ว่าจะสนใจ Elixir มานานแต่ยังไม่มีโอกาสได้ลอง หรืออยากปล่อยของด้าน functional programming เรารอคุณอยู่นะ 😆 40 | 41 | งานนี้ฟรี! ไม่มีค่าใช้จ่ายใดๆ 42 | -------------------------------------------------------------------------------- /website/src/components/EventInfoPage.vue: -------------------------------------------------------------------------------- 1 | 32 | 33 | 56 | 57 | 59 | -------------------------------------------------------------------------------- /data/2018-02/wordcamp-bangkok-2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: wordcamp-bangkok-2018 3 | date: 2018-02-17 ~ 2018-02-18 4 | time: 08:00 ~ 17:00 5 | location: 6 | title: มหาวิทยาลัยสยาม 7 | url: >- 8 | https://www.google.com/maps/place/Siam+University/@13.7182852,100.450954,17z/data=!3m1!4b1!4m5!3m4!1s0x30e2983b3ccda6b9:0x7160b277b60e7199!8m2!3d13.71828!4d100.453148 9 | detail: null 10 | categories: 11 | - Conference 12 | topics: 13 | - WordPress 14 | links: 15 | - type: website 16 | url: https://2018.bangkok.wordcamp.org 17 | title: 2018.bangkok.wordcamp.org 18 | - type: ticket 19 | url: https://2018.bangkok.wordcamp.org/tickets/ 20 | title: 2018.bangkok.wordcamp.org 21 | price: FREE for Contributor Day, 300 THB for Conference Day 22 | - type: rsvp 23 | url: https://web.facebook.com/events/365647900565474/ 24 | title: Facebook Event 25 | --- 26 | # WordCamp Bangkok 2018 27 | 28 | > WordCamp เป็นงานสัมมนาของ WordPress ที่เปิดโอกาสให้ทุกคนที่มีความสนใจเรื่องราวเกี่ยวกับ WordPress อาทิเช่น บล็อกเกอร์, นักพัฒนา, นักออกแบบ, นักการตลาด, เจ้าของธุรกิจ, ผู้บริหาร, นักศึกษา และจากสาขาอื่นๆทั่วประเทศให้ได้มาพบปะ และทำกิจกรรมร่วมกัน 29 | 30 | 17 กุมภาพันธ์ - Contributor Day วันที่ทุกคนมาแจมกัน เพื่อ Contribute ให้กับ WordPress เราจะได้เรียนรู้ว่าเราสามารถมีส่วนช่วยพัฒนา WordPress ให้ดีขึ้นได้อย่างไร 31 | 32 | 18 กุมภาพันธ์ - Conference Day เข้าร่วมฟังหัวข้อการบรรยายต่างๆที่เกี่ยวข้องกับ WordPress ครอบคลุมตั้งแต่ ผู้เริ่มต้นใช้งาน, บล็อกเกอร์, นักพัฒนา, นักออกแบบ และคนที่ทำธุรกิจ รวมไปถึงกิจกรรมต่างๆ ที่จะช่วยให้คุณได้พบกับเพื่อนใหม่ๆ 33 | -------------------------------------------------------------------------------- /data/2018-03/education-disruption-hackathon.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: education-disruption-hackathon-2018 3 | date: '2018-03-31 ~ 2018-04-01' 4 | location: 5 | title: dtac House 6 | url: https://www.google.com/maps/place/DTAC+House/@13.7323411,100.5306771,15z/data=!4m5!3m4!1s0x0:0x47897c7efbf5dd14!8m2!3d13.7323411!4d100.5306771?sa=X&ved=0ahUKEwjG58Da0e3ZAhWBYo8KHdrJC2sQ_BIIhwEwDg 7 | detail: Chamchuri Square, 33th floor 8 | categories: 9 | - Hackathon 10 | topics: 11 | - Education 12 | links: 13 | - type: website 14 | url: https://www.disruptignite.com/hackathon 15 | title: Education Disruption Hackathon 2018 16 | - type: ticket 17 | url: https://goo.gl/forms/EXbxenUGvwbcTYvt2 18 | title: Application Form 19 | price: FREE 20 | --- 21 | 22 | # Education Disruption Hackathon 2018 23 | 24 | > เฟ้นหา Edtech Startup ที่สามารถสร้างนวัตกรรม หรือ เทคโนโลยีทางการศึกษา ที่มีศักยภาพที่จะมาปฏิวัติหรือสร้างการเปลี่ยนแปลงให้กับการศึกษาไทย และสามารถเติบโตเป็น Unicorn ของประเทศ 25 | 26 | ไม่ว่าคุณจะเป็นทีม Startup ที่ทำ EdTech startup หรือ EdTech Social Enterprise อยู่แล้ว หรือคุณเพิ่งเริ่มต้น และมีไอเดียเจ๋งๆ ที่จะสร้างการเปลี่ยนแปลงให้กับวงการการศึกษา คุณสามารถมาออก Product ที่งานนี้ หรือทีมที่มี Product ในตลาดอยู่แล้ว ก็สามารถมาออก feature ใหม่ที่งานนี้ได้เลย 27 | 28 | ทีมที่ชนะเลิศอันดับ 1 จะได้รับเงินรางวัล 200,000 บาท พร้อมกับได้ fast track เข้า dtac Accelerate Final Pitch และ Fast Track ในการรับสิทธิ์เข้าร่วมลงทุนจากกองทุน 500 TukTuks 29 | 30 | ทีมที่ชนะเลิศอันดับที่ 2 จะได้รับเงินรางวัล 100,000 บาท และ 50,000 บาท สำหรับทีมที่ได้อันดับที่ 3 31 | -------------------------------------------------------------------------------- /scripts/generate-event-html-files.js: -------------------------------------------------------------------------------- 1 | // This script generates a separate HTML file for each event. 2 | // This allows each event’s URL to be shared easily on Facebook 3 | // and other social networks. 4 | // 5 | // See this issue for more information: 6 | // https://github.com/ThaiProgrammer/tech-events-calendar/issues/87 7 | // 8 | // 1. Reads `index.html` file (template) 9 | // 2. Reads `calendar.json` (data) 10 | // 3. For each event, create `public/event/[id].html`, 11 | // replacing the meta tags. 12 | 13 | const fs = require('fs') 14 | 15 | const html = fs.readFileSync('public/index.html', 'utf8') 16 | const data = JSON.parse(fs.readFileSync('public/calendar.json', 'utf8')) 17 | const mkdirp = require('mkdirp') 18 | const path = require('path') 19 | const escapeHtml = require('escape-html') 20 | 21 | for (const event of data) { 22 | const { id } = event 23 | const outFilepath = `public/event/${id}.html` 24 | const imageUrl = event.image ? `/${event.image}` : '/og-image.png' 25 | 26 | const metaTags = ` 27 | 28 | 29 | 30 | ` 31 | const outHtml = html 32 | .replace(/"]|"([^"]*)")+>/g, '') 33 | .replace(//, () => metaTags) 34 | .replace(//g, '') 35 | console.log(`Generating "${outFilepath}"...`) 36 | mkdirp.sync(path.dirname(outFilepath)) 37 | fs.writeFileSync(outFilepath, outHtml) 38 | } 39 | -------------------------------------------------------------------------------- /website/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | calendar.thaiprogrammer.org 20 | 21 | 22 |
23 | calendar.thaiprogrammer.org loading… 24 |
25 |
26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /data/2018-04/young-innovation-creator.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: young-innovation-creator-workshop-apr-2018 3 | date: '2018-04-20 ~ 2018-04-22' 4 | location: 5 | title: HUBBA Ekkamai 6 | url: https://www.google.com/maps/place/HUBBA+Thailand/@13.727733,100.587628,16z/data=!4m5!3m4!1s0x0:0xd33e81e42904a76b!8m2!3d13.72519!4d100.587628?hl=en-US 7 | categories: 8 | - Workshop 9 | topics: 10 | - Product Development 11 | links: 12 | - type: ticket 13 | url: https://www.eventpop.me/e/2996-young-innovation-creator 14 | title: Event Pop 15 | price: FREE (500 THB deposit) 16 | - type: rsvp 17 | url: https://www.facebook.com/events/446376452498377/ 18 | title: Facebook Event 19 | --- 20 | 21 | # Young Innovation Creator 22 | 23 | > Workshop 3 วัน ที่จะให้เยาวชนเข้าใจการสร้าง Website/Application ได้อย่างถูกต้อง สวยงาน โดนใจ User โดยพี่ ๆ ในวงการ (สำหรับเยาวชน 18-25 ปี, สมัครได้ถึงวันที่ 13 เมษายน 2561) 24 | 25 | ค่ายนี้จะทำให้ทุกคนได้เข้าใจตั้งแต่การรับ Requirement จากลูกค้า 26 | ขั้นตอนการทำงาน การใช้ Tool ต่าง ๆ ในการทำงานร่วมกันกับผองเพื่อนจากที่ต่าง ๆ และ กิจกรรมมากมาย 27 | ทุกทีมจะได้สร้างสรรค์ผลงานจาก Requirement และต้องทำมันให้ได้ภายในเวลาที่กำหนด 28 | งานนี้จะนำพาทุกคนไปสู่การรู้กระบวนการสร้าง Website / App ที่ใคร ๆ ก็ต้องการ !!! 29 | 30 | วิทยากร: 31 | 32 | 1. Krissada Chalermsook, CTO & Co-founder at LEAN Innovation 33 | 2. Pichaya Srifar, CTO & Co-founder at Getlinks 34 | 3. Wicki Worawich, CTO & Co-founder at FlowAccount 35 | 4. Kotchawat Varin, Web Developer at Gable 36 | 5. Saranyu Koo , Technology Advisor at ChuerJai 37 | 6. Nati Namvong, CTO at Sellsuki.com 38 | -------------------------------------------------------------------------------- /data/2018-08/fwp-hackathon-august-2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: fwp-hackathon-august-2018 3 | date: '2018-08-04' 4 | time: '9:00 ~ 18:00' 5 | location: 6 | title: Thai Summit Tower 7 | url: 'https://www.google.com/maps/place/Thai+Summit+Tower/@13.7478154,100.5671671,15z/data=!4m5!3m4!1s0x0:0xe916568426b92304!8m2!3d13.7478154!4d100.5671671' 8 | categories: 9 | - Hackathon 10 | topics: 11 | - Welfare 12 | - Open Data 13 | - Data Science 14 | links: 15 | - type: ticket 16 | url: 'http://bit.ly/fwpwelfarehack' 17 | title: Registration form 18 | price: FREE 19 | - type: rsvp 20 | url: 'https://www.facebook.com/events/483513672109242/' 21 | title: Facebook event 22 | --- 23 | # FWP Hackathon : Hack Welfare 24 | 25 | > ร่วมค้นหาเปิดโปงข้อมูล คุณภาพชีวิตในสังคมที่ต้องดิ้นรน เชิญชวน programmer, data scientist, นักศึกษา หรือผู้ที่สนใจเรื่องคุณภาพชีวิตสวัสดิการสังคม ร่วมกันค้นหาข้อมูลออนไลน์ที่มีอยู่ในภาครัฐ 26 | 27 | เช่น… 28 | - ที่อยู่อาศัยและสิ่งแวดล้อม 29 | - ด้านสุขภาพสาธารณสุข 30 | - ด้านความไม่ปลอดภัยในชีวิตและทรัพย์สิน 31 | - ประกันสังคม 32 | - แรงงาน 33 | - ผู้สูงอายุ 34 | - เด็กและเยาวชน 35 | 36 | แล้วนำข้อมูลมาใส่ออนไลน์ใน platform ที่เราสร้างเตรียมไว้ สังเคราะห์ visualize ข้อมูลที่น่าสนใจ พร้อมเล่าเรื่องบน blog ร่วมภารกิจฟรีไม่มีค่าใช้จ่ายใดๆ แต่จำกัดที่นั่งไม่เกิน 50 คน ในวันที่ 4 ส.ค. นี้ ณ สำนักงานอนาคตใหม่ ชั้น 5 อาคารไทยซัมมิททาวเวอร์ ถนนเพชรบุรี ใกล้แยกอโศก-เพชร (สถานี MRT เพชรบุรี ทางออก 2) 37 | 38 | ลงทะเบียนได้เลยที่ http://bit.ly/fwpwelfarehack ปิดรับสมัคร 31 ก.ค. แจ้งผลผู้มีสิทธิ์เข้าร่วมที่เพจ อนาคตใหม่ - The Future We Want วันที่ 1 ส.ค. นี้ 39 | -------------------------------------------------------------------------------- /website/build/build.js: -------------------------------------------------------------------------------- 1 | require('./check-versions')() 2 | 3 | process.env.NODE_ENV = 'production' 4 | 5 | const ora = require('ora') 6 | const rm = require('rimraf') 7 | const path = require('path') 8 | const chalk = require('chalk') 9 | const webpack = require('webpack') 10 | const config = require('../config') 11 | 12 | const webpackConfig = require('./webpack.prod.conf') 13 | 14 | const spinner = ora('building for production...') 15 | 16 | function main() { 17 | spinner.start() 18 | 19 | rm( 20 | path.join(config.build.assetsRoot, config.build.assetsSubDirectory), 21 | err => { 22 | if (err) throw err 23 | compile() 24 | } 25 | ) 26 | } 27 | 28 | function compile() { 29 | webpack(webpackConfig, (err, stats) => { 30 | spinner.stop() 31 | if (err) throw err 32 | process.stdout.write( 33 | `${stats.toString({ 34 | colors: true, 35 | modules: false, 36 | children: false, // If you are using ts-loader, setting this to true will make TypeScript errors show up during build. 37 | chunks: false, 38 | chunkModules: false 39 | })}\n\n` 40 | ) 41 | 42 | if (stats.hasErrors()) { 43 | console.log(chalk.red(' Build failed with errors.\n')) 44 | process.exit(1) 45 | } 46 | 47 | console.log(chalk.cyan(' Build complete.\n')) 48 | console.log( 49 | chalk.yellow( 50 | ' Tip: built files are meant to be served over an HTTP server.\n' + 51 | " Opening index.html over file:// won't work.\n" 52 | ) 53 | ) 54 | }) 55 | } 56 | 57 | main() 58 | -------------------------------------------------------------------------------- /data/2018-11/software-architect-meetup.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: software-architect-meetup-2 3 | date: "2018-11-29" 4 | time: "18:30 ~ 21:00" 5 | location: 6 | title: "AIS D.C." 7 | url: https://goo.gl/maps/dEFJVWsPKX42 8 | categories: 9 | - Meetup 10 | topics: 11 | - Software 12 | links: 13 | - type: rsvp 14 | url: https://www.zipeventapp.com/AIS/e/Software-Architect-Meetup-2 15 | --- 16 | 17 | # Software Architect Meetup #2 18 | 19 | > Software Architect Meetup เกิดขึ้นจากการที่กลุ่มคนนึงเริ่มเห็นว่าเมืองไทยในขณะที่ Developer Community กำลังเติบโตขึ้นมาก แต่หัวข้อจำนวนมากใน Meetup ต่างๆ มักจะเป็นหัวข้อที่เน้นไปที่การใช้เครื่องมือเฉพาะทาง ภาษาเฉพาะทาง 20 | 21 | เราอยากเห็นเมืองไทยมีการพูดถึงพื้นฐานการพัฒนาซอฟต์แวร์ การออกแบบซอฟต์แวร์ และหัวข้อการเขียนโปรแกรมเชิงลึกมากขึ้น เพราะเราพบจากประสบการณ์ว่า ถ้าพื้นฐานการออกแบบและการพัฒนาซอฟต์แวร์ดี เครื่องมือก็จะเป็นแค่กระบวนท่า และการเข้าใจหัวข้อการออกแบบ Software Architecture เป็นสิ่งสำคัญสิ่งนึงของนักพัฒนาซอฟต์แวร์ที่ต้องการจะก้าวข้ามขั้นและพัฒนาตัวเอง 22 | 23 | Panel Discussion: "What is Software Architecture" 24 | 25 | Theory, Vision, Implementation for Software Architecture 26 | 27 | เราจะทำ Panel Discussion กัน เพื่อตามมาความหมายของ Software Architecture ทั้งในมุมทฤษฎี, วิสัยทัศน์ และการปรับประยุกต์ใช้เข้ากับองค์กร ผ่านมุมมองของบุคคลต่างๆ ที่ทำงานในอุตสาหกรรมซอร์ฟแวร์ของไทย เพื่อเจาะลึกแง่มุมต่างๆ เช่น ประสิทธิภาพของซอร์ฟแวร์กับสถาปัตยกรรมซอร์แวร์, ความรวดเร็วในการพัฒนา กับสถาปัตยกรรรมซอร์ฟแวร์ หรือประเด็นอื่นๆ ที่น่าสนใจ ซึ่งผู้ร่วมทำ Panel Discussion ได้แก่ Chakrit Likitkhajorn, Passapong Champillon Thaithatgoon และผู้ร่วมสนทนาอื่นๆอีกมากมาย -------------------------------------------------------------------------------- /website/src/store.js: -------------------------------------------------------------------------------- 1 | import Vue from 'vue' 2 | import Vuex from 'vuex' 3 | 4 | Vue.use(Vuex) 5 | 6 | const store = new Vuex.Store({ 7 | state: { 8 | events: [], 9 | loading: true, 10 | error: null, 11 | admin: !!localStorage.calendarAdmin 12 | }, 13 | mutations: { 14 | eventsLoaded(state, { events }) { 15 | state.events = events 16 | state.loading = false 17 | }, 18 | eventsFailedToLoad(state, { error }) { 19 | state.error = error 20 | state.loading = false 21 | }, 22 | adminModeSet(state, { admin }) { 23 | state.admin = admin 24 | } 25 | }, 26 | actions: { 27 | async load({ commit }) { 28 | try { 29 | const events = await window 30 | .fetch('/calendar.json') 31 | .then(response => response.json()) 32 | commit('eventsLoaded', { events }) 33 | } catch (error) { 34 | commit('eventsFailedToLoad', { error }) 35 | } 36 | }, 37 | toggleAdminMode({ commit, state }) { 38 | const admin = !state.admin 39 | localStorage.calendarAdmin = admin ? '1' : '' 40 | commit('adminModeSet', { admin }) 41 | } 42 | }, 43 | getters: { 44 | topics(state) { 45 | return [ 46 | ...new Set([].concat(...state.events.map(e => e.topics || []))) 47 | ].sort() 48 | }, 49 | locations(state) { 50 | const map = new Map() 51 | for (const event of state.events) { 52 | map.set(event.location.title, event.location) 53 | } 54 | return [...map.values()] 55 | } 56 | } 57 | }) 58 | 59 | export default store 60 | -------------------------------------------------------------------------------- /data/2018-04/nextzy-cnx-meetup.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: nextzy-cnx-meetup-4 3 | date: '2018-04-06' 4 | time: 13:00 ~ 17:00 5 | location: 6 | title: The Brick Plus, Chiang Mai 7 | url: https://www.google.com/maps/place/The+Brick+Plus/@18.7939942,98.9703277,17z/data=!4m8!1m2!2m1!1sthe+brick+plus!3m4!1s0x30da3a888cd9125f:0xd5cddeeabc90b5fc!8m2!3d18.7948966!4d98.9719646 8 | categories: 9 | - Meetup 10 | - Workshop 11 | topics: 12 | - Telemetry 13 | links: 14 | - type: ticket 15 | url: https://www.eventpop.me/e/3146-nexzy-meetup-4 16 | title: Event Pop 17 | price: FREE 18 | - type: rsvp 19 | url: https://www.facebook.com/events/2018172948429835/ 20 | title: Facebook Event 21 | --- 22 | 23 | # Nextzy CNX Meetup #4 มาทำ Sixth Sense ให้แอพพลิเคชั่นกันเถอะ (Free workshop: Telemetry with Influxdb/Grafana) 24 | 25 | > มาสร้าง Sixth Sense ให้กับระบบใน Production กันเถอะ เพื่อสุขภาพจิต และชีวิตที่ดีหลังขึ้น Prod 26 | 27 | กลับมาอีกครั้งกับ Meetup ครั้งที่ 4 ของเหล่าโจรสลัด Nextzy ที่พร้อมจะแบ่งปันประสบการณ์และความรู้ในด้าน Software Development สู่พี่น้องชาวเชียงใหม่กัน 28 | 29 | ครั้งนี้เรามีวิทยากรสุดพิเศษ คุณ Mahasak Pijittum, Senior Software Engineer, Agoda ที่จะมามอบความรู้และเทคนิคต่างๆ 30 | 31 | - Telegraf basics (installation / permission / query) 32 | - Grafana basics (installation / dashboard / datasource) 33 | - Integrating with sample application (NodeJS) 34 | - Integrating with your application (Consulting & workshop) 35 | - Elasticsearch datasource (Demonstration & workshop) 36 | 37 | สำหรับใครที่อยากรู้ว่า บริษัทระดับ Enterprise ที่มีผู้ใช้งานจากทั่วทุกมุมโลก เขาใช้เทคนิคดีๆอะไรกันบ้าง ก็เตรียมคำถามมาได้เลย 38 | -------------------------------------------------------------------------------- /data/2018-03/hubba-devcorner-march-2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: hubba-devcorner-march-2018 3 | date: '2018-03-22' 4 | time: 18:30 ~ 21:00 5 | categories: 6 | - Meetup 7 | topics: 8 | - Developer Life 9 | location: 10 | title: HUBBA Ekkamai 11 | url: https://www.google.com/maps/place/HUBBA+Thailand/@13.727733,100.587628,16z/data=!4m5!3m4!1s0x0:0xd33e81e42904a76b!8m2!3d13.72519!4d100.587628?hl=en-US 12 | links: 13 | - type: ticket 14 | url: https://www.eventpop.me/e/3061-devcorner-2 15 | title: Event Pop 16 | price: FREE with 500 THB deposit 17 | - type: rsvp 18 | url: https://www.facebook.com/events/150900568915951/ 19 | title: Facebook Event 20 | --- 21 | 22 | # DevCorner by HUBBA Thailand: เพราะเป็น Dev จึงเจ็บปวด! 23 | 24 | > มาร่วมแชร์ประสบการณ์ เปิดใจ ไขทุกข้อสงสัย พร้อมเทคนิคการรับมือกับทุกปัญหาที่แสนจะระทมของ Developer ไม่ว่าคุณจะเป็น Developer สาย Cooperate, Startup, SME หรือ เป็นนักศึกษาที่กำลังจะเดินเข้าสู่เส้นทางสายนี้ และก้าวผ่านไปสู่การเป็น Developer ที่แข็งแกร่งที่สุดในปฐพีไปด้วยกัน! 25 | 26 | นอกจากนี้คุณยังจะได้พบกับคุณ ‘ปัญจมพงศ์ เสริมสวัสดิ์ศรี’ หรือที่หลายๆคนรู้จักกันในนาม ‘ปันเจ’ ผู้หลงรักการเป็น Full-Stack Developer มานานกว่า 8 ปี และยังเป็น Google Developer Expert in Web Technologies ปัจจุบันยังเป็น CTO ของสตาร์ทอัพด้านการท่องเที่ยวชื่อดัง อย่าง ‘TakeMeTour’ อีกด้วย 27 | 28 | งานนี้เรายังได้ Moderator เสียงนุ่ม ‘เนียร์- ชยพร ตันติสุขารมย์’ อดีต Software Engineer ของ HUBBA ที่ล่าสุดเพิ่งผันตัวไปเป็น Product Manager ที่ Skooldio ที่จะมาร่วมพูดคุยพร้อมแชร์ประสบการณ์กับเราอย่างเต็มเหนี่ยวในเวลา 2 ชั่วโมงนี้ด้วย 29 | 30 | เรียกได้ว่าเป็นอีเวนต์ของชาว Developer โดยแท้จริงเลยทีเดียว งานนี้ไม่มาไม่ได้แล้วนะ ;) 31 | -------------------------------------------------------------------------------- /data/2018-03/webpresso.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: webpresso-digital-trend-2018 3 | date: '2018-03-24' 4 | time: 12:00 ~ 17:00 5 | location: 6 | title: CP Tower 1 7 | url: https://www.google.com/maps/place/C.+P.+Tower,+Khwaeng+Silom,+Khet+Bang+Rak,+Krung+Thep+Maha+Nakhon+10500/@13.7274735,100.5304808,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29f2c6097395d:0x53a7db086a3d0191!8m2!3d13.7275053!4d100.5326877 8 | detail: ห้องประชุม 1102 ชั้น 11 9 | categories: 10 | - Seminar 11 | topics: 12 | - Web 13 | links: 14 | - type: ticket 15 | url: https://www.eventpop.me/e/3118-twa-webpresso-digital-trends-2018 16 | title: Event Pop 17 | price: FREE 18 | - type: rsvp 19 | url: https://www.facebook.com/events/2226485340918447/ 20 | title: Facebook Event 21 | --- 22 | 23 | # "Digital Trend 2018" WebPresso จิบกาแฟคนทำเว็บ โดยสมาคมผู้ดูแลเว็บไทย 24 | 25 | > 24 มีนาคมนี้ มาร่วมรับฟัง และพูดคุย แบบใกล้ชิดกับแนวโน้มเทรนด์ออนไลน์ และเจาะลึกทุกข้อมูลจากมุมมองของวิทยากรผู้เชี่ยวชาญในวงการดิจิทัลไทย ถึงการเปลี่ยนแปลงที่จะเกิดขึ้นในปี 2018 บอกเลยว่าห้ามพลาดค่ะ ^^ 26 | 27 | วิทยากรที่จะมาร่วมพูดคุยกับเราในครั้งนี้มี 4 ท่าน จาก 4 แขนงสายงานดิจิทัล ได้แก่ 28 | 29 | - คุณอินทนนท์ ปัญญาโสภา ผู้ร่วมก่อตั้ง Grappik เว็บไซต์สาระด้านกราฟิกดีไซน์และเว็บดีไซน์ที่กำลังมาแรง 30 | - คุณจักรพงษ์ คงมาลัย MD แห่งบริษัท Moonshot และเป็นผู้ร่วมก่อตั้ง Thumbsup in Thailand และ Rainmaker 31 | - คุณวรัทธน์ วงศ์มณีกิจ Product Owner แห่ง THOTH ZOCIAL บริษัทผู้พัฒนาบริการ Social Monitoring ชั้นนำของไทย และเป็นคนไทยคนแรกที่ได้รับ Google Developer Expert หมวด Web Technologies 32 | - คุณจิติรัตน์ สุพรจิรพัฒน์ Head of FAST Mindshare Thailand บริษัทระดับโลกด้านโซลูชั่นและบริการสำหรับนักการตลาด 33 | -------------------------------------------------------------------------------- /data/2018-06/bkk-web.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: bkk-web-105-transitioning-from-digital-agency-to-saas-business 3 | date: '2018-06-05' 4 | time: 19:00 ~ 22:00 5 | location: 6 | title: Launchpad 7 | url: https://www.google.com/maps/place/Launchpad+Co.,+Ltd/@13.7212933,100.5236788,19z/data=!3m1!4b1!4m5!3m4!1s0x30e298cdd6e8270d:0x7e9aa39655924697!8m2!3d13.721292!4d100.524226?hl=en 8 | categories: 9 | - Meetup 10 | topics: 11 | - Business 12 | links: 13 | - type: ticket 14 | url: https://www.eventbrite.com/e/bkk-web-105-transitioning-from-digital-agency-to-saas-business-tickets-45962678609 15 | title: Eventbrite 16 | price: FREE 17 | - type: rsvp 18 | url: https://www.facebook.com/events/448466378908616/ 19 | title: Facebook Event 20 | --- 21 | 22 | # BKK WEB #105 — Transitioning from Digital Agency to SaaS business 23 | 24 | > What do you do when you have built up a 30 person digital agency but no longer love what you are doing? Lessons learned swapping clients for customers by building and running our own SaaS business. Stuff we tried along the way, what worked, and what flopped. 25 | 26 | …Why now is the golden age for SaaS companies and how with your skills you are well placed to make the same transition. 27 | 28 | * Background story 29 | * Why clients suck 30 | * Stuff we tried, what worked, what failed 31 | * Going big or going home 32 | * Getting to first million in revenue 33 | * Lessons learned looking back 34 | * Tips on how you can do it too 35 | 36 | Luke likes to build stuff on the internets. He finds writing about himself in the 3rd person awkward and has no time for linkedin. You can find him on twitter or telegram as @lukeinth. 37 | -------------------------------------------------------------------------------- /data/2018-02/tech-at-agoda-19-metaprogramming.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: tech-at-agoda-19-metaprogramming 3 | date: '2018-02-10' 4 | location: 5 | title: The Offices at Centralworld 6 | url: >- 7 | https://www.google.com/maps/place/The+Offices+At+Central+World/@13.7461805,100.5388239,17z/data=!3m1!5s0x30e29ecfc46acedb:0xdb78b1e7e3812c1!4m8!1m2!2m1!1sBangkok,+The+Offices+At+Central+World,+Bangkok,+meetup1,+th!3m4!1s0x30e29ecfd2620337:0xe3abefcb26228c94!8m2!3d13.7457892!4d100.5380479 8 | detail: null 9 | categories: 10 | - Meetup 11 | topics: 12 | - .NET 13 | - Scala 14 | links: 15 | - type: ticket 16 | url: 'https://www.meetup.com/TechAtAgoda/events/246665015/' 17 | title: Meetup.com 18 | --- 19 | # TechAtAgoda - Metaprogramming 20 | 21 | > Monthly Meetup from Agoda, One of Fanciest Tech Company in Thailand. We was thinking a lot about how to start a new year and what topic to choose. So, finally... First topic of 2018 year is Metaprogramming. Tada! We gonna focus on Roslyn and Scalameta: 22 | 23 | [Roslyn](https://github.com/dotnet/roslyn) "Getting started with Roslyn analyzers" by Krisztian Bodrogi, Senior Software Engineer at Agoda. Introduction to Roslyn (.NET Compiler Platform) and Roslyn diagnostic analyzers to build static analyzers for your project. Krisztian will explain how the platform works and show some examples for Roslyn API. 24 | 25 | [Scalameta](http://scalameta.org/) Senior Software Developer at Agoda, Bartosz Bąbol (Bartek) will share his experience in Metaprogramming: "Magic at Compile Time. Metaprogramming in Scala". You can also check out his impressive blog to find some cool stuff about fun with Scalameta (http://www.bbartosz.com/) 26 | -------------------------------------------------------------------------------- /data/2018-04/owasp-thailand-meeting.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: owasp-thailand-meeting-3-2018 3 | date: '2018-04-26' 4 | time: 18:00 ~ 20:45 5 | location: 6 | title: 'SEC: Securities and Exchange Commission, Thailand' 7 | url: https://www.google.com/maps/place/%E0%B8%AA%E0%B8%B3%E0%B8%99%E0%B8%B1%E0%B8%81%E0%B8%87%E0%B8%B2%E0%B8%99%E0%B8%84%E0%B8%93%E0%B8%B0%E0%B8%81%E0%B8%A3%E0%B8%A3%E0%B8%A1%E0%B8%81%E0%B8%B2%E0%B8%A3+%E0%B8%81.%E0%B8%A5.%E0%B8%95.+(SEC+:+Securities+and+Exchange+Commission,+Thailand)/@13.766633,100.5186718,13z/data=!4m8!1m2!2m1!1sSEC:+Securities+and+Exchange+Commission,+Thailand!3m4!1s0x30e29c3bcd4efe8d:0xd1bf6313d1b8cf68!8m2!3d13.7955739!4d100.5604175 8 | detail: ชั้น 16 ห้อง 1601 9 | categories: 10 | - Meetup 11 | topics: 12 | - Security 13 | links: 14 | - type: ticket 15 | url: https://market.sec.or.th/EVENTS/eventregis.aspx?event_code=OWASP042018&lang=th 16 | title: Registration Form 17 | price: FREE 18 | - type: rsvp 19 | url: https://www.facebook.com/events/936608966506253/ 20 | title: Facebook Event 21 | --- 22 | 23 | # OWASP Thailand Meeting 3/2018 24 | 25 | > สวัสดีครับสมาชิก OWASP Thailand ทุกท่านสำหรับเดือนนี้ต้องบอกเลยว่า Celeb แห่งวงการ IT Security เมืองไทยได้ให้เกียรติมาบรรยายและแชร์ประสบการณ์อีกครั้ง ซึ่งงานครั้งนี้จัดในหัวข้อ "DevSecOps 101" โดยคุณนฤดม รุ่งศิริวงศ์ หัวหน้าทีม Security ธนาคารเกียรตินาคิน ให้เกียรติมาบรรยายครับ 26 | 27 | สถานที่ ชั้น 16 ห้อง 1601 สำนักงานคณะกรรมการกำกับหลักทรัพย์และตลาดหลักทรัพย์ กลต ถนนวิภาวดีรังสิตนะครับสำหรับใครที่มาไม่ถูกแนะนำให้ดูตามแผนที่ตามลิงค์ข้างล่างนะครับ 28 | 29 | ผู้ที่สนใจมาร่วมงานกันได้ในวันพฤหัสบดีที่ 26 เมษายน 2561 เวลา 18.00 - 20.45 น. โดยสามารถลงทะเบียนได้ที่ลิงค์ด้านล่างนะครับ 30 | -------------------------------------------------------------------------------- /data/2018-03/ibm-power-your-future-with-ai-forum-invitation-2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ibm-power-your-future-with-ai-forum-invitation-2018 3 | date: '2018-03-08' 4 | time: '08:30 ~ 16:30' 5 | categories: 6 | - Conference 7 | topics: 8 | - AI 9 | location: 10 | url: https://www.google.com/maps/place/Grand+Hyatt+Erawan+Bangkok/@13.7437023,100.5396588,16z/data=!4m20!1m14!4m13!1m4!2m2!1d100.547846!2d13.7429044!4e1!1m6!1m2!1s0x30e29ed0796254fd:0x9e847c23cf565839!2sGrand+Hyatt+Erawan+Bangkok,+494+Rajdamri+Road,+Khwaeng+Lumphini,+Khet+Pathum+Wan,+Bangkok+10330!2m2!1d100.5404889!2d13.7435228!3e0!3m4!1s0x0:0x9e847c23cf565839!8m2!3d13.7435228!4d100.5404889 11 | title: Grand Hyatt Erawan Bangkok 12 | links: 13 | - type: website 14 | url: https://www.techtalkthai.com/ibm-power-your-future-with-ai-forum-invitation/ 15 | title: TechTalkThai 16 | - type: ticket 17 | url: https://docs.google.com/forms/d/e/1FAIpQLSdzkTttYL7QqEP8o0gymjqd1tReDf5lOciZxJRC9cL0AbJBxg/viewform 18 | title: Google Forms 19 | --- 20 | 21 | # Power Your Future with AI Forum by IBM 22 | 23 | > ไอบีเอ็ม ประเทศไทย เชิญร่วมงานสัมมนา Power Your Future with AI Forum เพื่ออัพเดทเทคโนโลยีใหม่ๆ และช่วยองค์กรเตรียมความพร้อมด้าน AI อาทิ Power Systems, Storage Systems, Hybrid Data Management, Unified Governance, Cloud, Analytics และ Blockchain 24 | 25 | นอกจากนี้ภายในงานยังได้พบกับ 26 | 27 | - โซลูชันบูธเจาะลึกทุกเทคโนโลยีสำหรับธุรกิจระดับองค์กร พร้อมสาธิตการทำงานของโซลูชันต่างๆให้ชม 28 | - วิสัยทัศน์และมุมมองด้าน AI ที่มีผลต่อธุรกิจในอนาคตอันใกล้ พร้อมตัวอย่างกรณีศึกษาจากหลากหลายอุตสาหกรรมที่ประสบความสำเร็จในการนำ AI ไปประยุกต์ใช้ 29 | - อัพเดทสุดยอดนวัตกรรมด้าน AI ที่เข้ามาช่วยเปลี่ยนข้อมูลขององค์กรให้กลายเป็นเครื่องมือในการแข่งขันทางธุรกิจ 30 | -------------------------------------------------------------------------------- /data/2018-09/agile-thailand.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: agile-thailand-2018 3 | date: '2018-09-01' 4 | time: 09:00 ~ 17:30 5 | location: 6 | title: SCB Park 7 | url: https://www.google.com/maps/place/SCB+Park+Plaza/@13.8269871,100.5640887,15z/data=!4m2!3m1!1s0x0:0x264ce22e7a3ed5bd?sa=X&ved=0ahUKEwiwpbDwhfjbAhVIn5QKHQ5tDcQQ_BIImwEwDw 8 | categories: 9 | - Conference 10 | topics: 11 | - Agile 12 | links: 13 | - type: ticket 14 | url: https://www.eventbrite.com/e/agile-thailand-2018-tickets-47551286177 15 | title: Eventbrite 16 | price: FREE 17 | - type: rsvp 18 | url: https://www.facebook.com/events/228712157946562/ 19 | title: Facebook Event 20 | --- 21 | 22 | # Agile Thailand 2018 23 | 24 | > จากที่อไจล์ได้เข้ามามีบทบาทในชีวิตของพวกเรา ไม่ว่าจะเป็นพวกหัวหน้า ที่ไม่รู้อะไรเลย แต่จะเอาอไจล์ หรือไอ้เพื่อนบ้า ที่ไปเรียนอะไรมาก็ไม่รู้ อยู่ ๆ กลับมาก็บ้าพลัง เอะอะอะไรก็ให้เขียน โพสอิท ล่าสุดได้ยินมาว่า HR ก็จะอไจล์กับเขาด้วย ยังจัดงานสัมมนาใหญ่โดยมีธีมหลักเป็นอไจล์เลย 25 | 26 | นี่มันอะไรกันเนี่ย ... แล้วแต่คนที่เอาเข้ามา หัวหน้าก็จะให้ Stand Up เพื่อนก็จะ TDD อีกคนก็จะให้ทำ Board ลูกค้าเอะอะอะไรก็ Backlog แล้วงานจะทำกันไหม พอไปถามพี่กู๋ อ้าวพูดไม่เหมือนกันอีก เวปนี้ว่าแบบนั้น โค้ชคนนั้นพูดแบบนี้ มันน่าจะถึงเวลาที่ต้องมาคุยกันหรือยัง ????? มาสังคายนากันสักทีดีไหม ... 27 | 28 | ## ลักษณะงาน 29 | 30 | ช่วงเช้าเชิญวิทยากรมาพูด ส่วนช่วงบ่ายเป็น Openspace ที่เปิดโอกาสให้ผู้ร่วมงานได้นำเสนอหัวข้อที่อยากจะคุยกัน 31 | แล้วใครสนใจหัวข้อไหน ก็ไปตั้งวงคุยกันได้ 32 | 33 | งานฟรี มีข้าวเลี้ยง หยิบของแจกตามสบาย 34 | 35 | ## ทำยังไงถึงจะได้มาเหรอ 36 | 37 | งานฟรี แต่มีควิซ - งานฟรีดี ๆ จัดกันมาหลายที จัดเท่าไหร่ก็ตั๋วไม่พอ ปีนี้ขอนิดนึง มีคำถามเล่น ๆ แต่ต้องตอบจริง ๆ มาถามสัก 2 ข้อ ใครตอบโดนใจ เอาตั๋วไปเลย "ตอบเหอะ ... อยากเจอ" 38 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | # created by git-ignore 3 | .DS_Store 4 | .AppleDouble 5 | .LSOverride 6 | 7 | # Icon must ends with two \r. 8 | Icon 9 | 10 | # Thumbnails 11 | ._* 12 | 13 | # Files that might appear on external disk 14 | .Spotlight-V100 15 | .Trashes 16 | 17 | 18 | # created by git-ignore 19 | # Windows image file caches 20 | Thumbs.db 21 | ehthumbs.db 22 | 23 | # Folder config file 24 | Desktop.ini 25 | 26 | # Recycle Bin used on file shares 27 | $RECYCLE.BIN/ 28 | 29 | # Windows Installer files 30 | *.cab 31 | *.msi 32 | *.msm 33 | *.msp 34 | 35 | 36 | # created by git-ignore 37 | # Logs 38 | logs 39 | *.log 40 | 41 | # Runtime data 42 | pids 43 | *.pid 44 | *.seed 45 | 46 | # Directory for instrumented libs generated by jscoverage/JSCover 47 | lib-cov 48 | 49 | # Coverage directory used by tools like istanbul 50 | coverage 51 | 52 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 53 | .grunt 54 | 55 | # Compiled binary addons (http://nodejs.org/api/addons.html) 56 | build/Release 57 | 58 | # Dependency directory 59 | # Deployed apps should consider commenting this line out: 60 | # see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git 61 | node_modules 62 | 63 | # Generated by `scripts/generate-json.js` 64 | /public/calendar.json 65 | /public/event-images/ 66 | 67 | # Generated by `scripts/generate-ics.js` 68 | /public/calendar.ics 69 | 70 | # Generated by `scripts/generate-svg.js` 71 | /public/generated/calendar-images 72 | 73 | # Generated by webpack 74 | /public/index.html 75 | /public/static/ 76 | 77 | # Generated by `scripts/generate-event-html-files.js` 78 | /public/event/ 79 | 80 | # We don’t use npm. 81 | /package-lock.json 82 | 83 | /tmp 84 | -------------------------------------------------------------------------------- /data/2018-01/bkkhack.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: bkkhack-243386059 3 | date: '2018-01-25' 4 | location: 5 | title: อาคาร 100 ปี วิศวฯ จุฬาฯ 6 | url: >- 7 | https://www.google.com/maps/place/%E0%B8%AD%E0%B8%B2%E0%B8%84%E0%B8%B2%E0%B8%A3+100+%E0%B8%9B%E0%B8%B5+%E0%B8%A7%E0%B8%B4%E0%B8%A8%E0%B8%A7%E0%B8%AF+%E0%B8%88%E0%B8%B8%E0%B8%AC%E0%B8%B2%E0%B8%AF/@13.7373391,100.5308892,17z/data=!4m8!1m2!2m1!1z4Lit4Liy4LiE4Liy4LijIDEwMCDguJvguLUg4Lin4Li04Lio4Lin4LivIOC4iOC4uOC4rOC4suC4rw!3m4!1s0x30e29ed5c73c4281:0x1d308f75b16d208f!8m2!3d13.736365!4d100.5339478 8 | detail: >- 9 | [Enginex: Coworking Space of CU 10 | Intania](https://www.facebook.com/pages/Enginex-Coworking-Space-of-CU-Intania/1145859865449291), 11 | 6th floor 12 | categories: 13 | - Codefest 14 | topics: 15 | - Hack Night 16 | links: 17 | - type: rsvp 18 | url: 'https://www.meetup.com/bkkhack/events/243386059/' 19 | title: Meetup.com 20 | detail: Free 21 | --- 22 | # BKK/hack Hack Night 23 | 24 | > ไม่ว่าคุณอยากจะเขียนภาษาอะไร Python, Ruby, JavaScript, Scala, PHP, Prolog คุณมาได้เลย อยากทำ Arduino ก็ขนมาได้ ถ้าอยากหาทีมสำหรับทำโปรเจค open source หรือหาคนช่วยโปรเจคงานอดิเรกของคุณจัดมาเลย! จะเขียนภาษาไหน ระดับใดก็ได้ มีกฎข้อเดียวคือคุณต้องเอาเครื่องมาเอง 25 | 26 | An event for all the coding/maker community. Any language, any level. The only rule is you must bring a laptop. 27 | 28 | We seek to foster a welcoming cross-cultural community of hackers in and around BKK. Share your knowledge and learn from others, in a relaxed but hands-on setting. 29 | 30 | This Meetup group focuses on participatory events—hacking is doing, not listening to presentations. Bring your own hobby projects, contribute to open source together, ask questions you encounter in your work. 31 | -------------------------------------------------------------------------------- /data/2018-11/bkk-web-10.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: bkkweb-20181106 3 | date: "2018-11-06" 4 | time: "19:00 ~ 22:00" 5 | location: 6 | title: Launchpad 7 | url: https://www.google.com/maps/place/บริษัท+ลอนช์แพด+จำกัด/@13.721292,100.5220373,17z/data=!3m1!4b1!4m5!3m4!1s0x30e298cdd6e8270d:0x7e9aa39655924697!8m2!3d13.721292!4d100.524226 8 | categories: 9 | - Meetup 10 | topics: 11 | - UX 12 | - Branding 13 | links: 14 | - type: rsvp 15 | url: https://www.facebook.com/events/529361374162133/ 16 | title: Facebook Event 17 | - type: ticket 18 | url: https://www.eventbrite.com/e/bkk-web-10-branding-the-missing-element-to-user-experience-design-ux-design-tickets-49202572218 19 | title: Eventbrite 20 | - type: website 21 | url: https://www.facebook.com/groups/bkkweb/ 22 | title: Facebook Group 23 | - type: website 24 | url: http://morphos.is 25 | title: Morphosis (Organizer) 26 | - type: website 27 | url: http://firecreekweb.com 28 | title: Firecreek (Organizer) 29 | --- 30 | 31 | # Branding, the missing element to User Experience Design 32 | 33 | > What is User Experience? UX? Why does branding matter? 34 | 35 | ### WE WILL COVER: 36 | 37 | - Discussion about what UX means? 38 | - The usual misconceptions. 39 | - The importance of understanding how UX and Branding affects business decisions. 40 | - Branding is beyond logo and visual. 41 | - Design is objective not subjective. 42 | 43 | 44 | ### AGENDA 45 | 46 | - 7:00 pm - Networking 47 | - 7:20 pm - Talk Starts 48 | - 8:00 pm - Q&A 49 | - 8:45 pm - Final Words & Networking 50 | 51 | ### LOOKING FOR THE NEXT SPEAKERS 52 | 53 | PS: We are always looking for new speakers. 54 | If you are interested, please send us an email at jeremie@morphos.is 55 | -------------------------------------------------------------------------------- /data/2018-07/bangkok-ai.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: bangkok-ai-meetup-7 3 | date: '2018-07-05' 4 | time: 18:30 ~ 21:00 5 | location: 6 | title: HUBBA Silom 7 | url: https://www.google.com/maps/place/HUBBA+Silom/@13.7284528,100.5327612,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29fae73679647:0x7c7a75a8f471f6f4!8m2!3d13.7284528!4d100.5349499 8 | categories: 9 | - Meetup 10 | topics: 11 | - AI 12 | - Financial Tech 13 | links: 14 | - type: ticket 15 | url: https://www.eventbrite.com/e/bangkok-ai-meetup7-ai-in-finance-tickets-47296341631?aff=efbevent 16 | title: Eventbrite 17 | price: 148.39 THB 18 | - type: rsvp 19 | url: https://www.facebook.com/events/295353091035603/ 20 | title: Facebook Event 21 | --- 22 | 23 | # Bangkok AI Meetup#7 “AI in Finance” 24 | 25 | > “Financial institutions must be able to deliver an easy to navigate, a seamless digital platform that goes far beyond a miniatured online banking offering.” —Jim Marous 26 | 27 | Artificial Intelligence (AI) has become an essential tool to improve financial services. Almost every company in the financial industry has already adopted AI to save time, reduce costs, and add value. 28 | 29 | In this event, financial and AI experts are invited to share experiences and to discuss on AI-based financial technologies. 30 | 31 | **Language:** Thai 32 | 33 | * “Data-driven Investment Strategies” by Sira Sujjinanont, CTO at Jitta 34 | * “Intelligent banking applications” by Dr.Thadpong Pongthawornkamol, Principal Visionary Architect and Head of ML Team at KBTG 35 | * “Smart Accounting Service” by Dr.Ithipan Methasate 36 | CTO, Accrevo 37 | * Panel talk on “financial service improvement using AI and data analytics” by the invited speakers 38 | * Q&A and clinic session (technical discussion) 39 | -------------------------------------------------------------------------------- /data/2018-01/thaipy-functional-programming-in-python.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: functional-programming-in-python-by-thaipy-jan 3 | date: '2018-01-11' 4 | time: '18:30 ~ 20:30++ (Meetup)' 5 | location: 6 | title: Bhiraj Tower 7 | url: >- 8 | https://www.google.com/maps/place/BHIRAJ+TOWER+at+EmQuartier/@13.7314622,100.5672243,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29f01858d150f:0xbc0e87a22c16ae1c!8m2!3d13.731457!4d100.569413 9 | detail: 'aCommerce HQ, 33rd floor' 10 | categories: 11 | - Meetup 12 | topics: 13 | - Python 14 | - Functional Programming 15 | links: 16 | - type: rsvp 17 | url: 'https://www.meetup.com/ThaiPy-Bangkok-Python-Meetup/events/245135592/' 18 | title: Meetup.com 19 | detail: 'Free, snacks and prinks provided' 20 | --- 21 | # ThaiPy Bangkok Meetup — Functional Programming in Python and Panel on Women in Thai Tech 22 | 23 | > Meetup รายเดือนจากกลุ่ม ThaiPy - Bangkok Python Meetup สำหรับผู้ที่สนใจในภาษา Python ภายในงานจะมีการพูดคุยพบปะในบรรยากาศเป็นกันเอง เพื่อแลกเปลี่ยนความรู้และประสบการณ์ โดยหัวข้อที่จะพูดถึงจะเริ่มตั้งแต่ระดับ Beginner ไปจนถึง Advance 24 | 25 | - "Every language needs its underscore: FP in Python" - Alexander Schepanovski. 26 | - "Panel Discussion: What it's like to a female in Thai tech" - To help support the upcoming [Django Girls one day workshop 10 March 2018](https://djangogirls.org/bangkok/). 27 | - Short talks and lightning talks 28 | 29 | Monthly meetup for those using python, learning python of just py-curious. Python is one of more popular programming languages in the word and rising further, being used in fields such as web, science, big data, dev-ops and digital entertainment. We to have talks from beginners to advance and provide a friendly atmosphere to meet and network with your fellow pythonistas. 30 | -------------------------------------------------------------------------------- /data/2018-03/bangkok-raspberry-jam-2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: bangkok-raspberry-jam-2018 3 | date: '2018-03-04' 4 | time: 10:00 ~ 19:00 5 | categories: 6 | - Workshop 7 | - Meetup 8 | topics: 9 | - Raspberry Pi 10 | location: 11 | url: https://www.google.com/maps/place/PINN+Creative+Space/@13.7597009,100.5667648,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29e8c7622d085:0xe4943f3c7f49e0d2!8m2!3d13.7596957!4d100.5689535 12 | title: PINN Creative Space 13 | links: 14 | - type: ticket 15 | url: https://www.eventpop.me/e/2987-pinn-raspberryjam_6 16 | title: Event Pop 17 | price: FREE 18 | - type: rsvp 19 | url: https://www.facebook.com/events/167276634091530/ 20 | title: Facebook Event 21 | --- 22 | 23 | # Bangkok Raspberry Jam 2018 24 | 25 | > งานเพื่อพบปะสังสรรค์และแสดงผลงานของกลุ่มคนที่สนใจใช้งาน Raspberry Pi และมีการจัด Workshop เพื่อให้ความรู้เกี่ยวกับการใช้งาน Raspberry Pi ให้กับผู้ที่สนใจโดยไม่มีค่าใช้จ่าย และภายในงานจะมีการจำหน่ายบอร์ด Raspberry Pi และอุปกรณ์ต่างๆ สำหรับผู้ที่สนใจอีกด้วย 26 | 27 | PINN Creative Space ได้จัดกิจกรรม “Bangkok Raspberry Jam Big Birthday Weekend 2018” ในวันอาทิตย์ที่ 4 มีนาคม 2561 ซึ่งเป็นวันที่ Raspberry Pi มีอายุครบ 6 ขวบปีพอดี โดยในระยะเวลา 6 ปีที่ผ่านมาจำนวนผู้ใช้งาน Raspberry Pi ในประเทศไทยได้เพิ่มมากขึ้น ทั้งใช้งานในงานอดิเรก ใช้เพื่อการสอน และใช้ในการผลิตเป็นผลิตภัณฑ์ต่างๆอย่างมากมาย 28 | 29 | เพื่อเป็นการเฉลิมฉลองให้กับการครบรอบนี้ ทาง Pinn Creative Space ได้จัดงานเพื่อพบปะสังสรรค์และแสดงผลงานของกลุ่มคนที่สนใจใช้งาน Raspberry Pi และมีการจัด Workshop เพื่อให้ความรู้เกี่ยวกับการใช้งาน Raspberry Pi ให้กับผู้ที่สนใจโดยไม่มีค่าใช้จ่าย(นำเครื่องคอมพิวเตอร์ส่วนตัวมาสำหรับการอบรมด้วยตัวเอง) และภายในงานจะมีการจำหน่ายบอร์ด Raspberry Pi และอุปกรณ์ต่างๆสำหรับผู้ที่สนใจอยากเข้ามาศึกษาและใช้งาน Raspberry Pi อีกด้วย 30 | -------------------------------------------------------------------------------- /data/2018-08/typescript-thailand-meetup-1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: typescript-thailand-meetup-1 3 | date: '2018-08-16' 4 | time: '18:00 ~ 21:00' 5 | location: 6 | title: BIG Co-working Space 7 | url: 'https://www.google.com/maps/place/BIG+Co-working+Space/@13.7566867,100.571952,15z/data=!4m5!3m4!1s0x0:0xf2124609ad0be030!8m2!3d13.7566867!4d100.571952' 8 | categories: 9 | - Meetup 10 | topics: 11 | - TypeScript 12 | - Angular 13 | - Vue 14 | - React 15 | links: 16 | - type: ticket 17 | title: Event Pop 18 | url: 'https://www.eventpop.me/e/3936-typescript-thailand-meetup-1' 19 | price: FREE 20 | - type: rsvp 21 | url: 'https://www.facebook.com/events/1365101183623296/' 22 | title: Facebook event 23 | --- 24 | # TypeScript Thailand Meetup #1 ตอน TypeScript is Everywhere 25 | 26 | > ครั้งแรกในประเทศไทย ชวนเพื่อนๆ Developer ทั้ง Frontend และ Backend มาสังสรรค์แลกเปลี่ยนความรู้กัน ใช้ TypeScript อยู่แล้ว หรืออยากรู้ว่า TypeScript ดีอย่างไร ต้องมางานนี้ แล้วคุณจะได้รู้ว่าทำไมพวกเราถึงคิดว่า TypeScript นี่แหละคือคำตอบของทั้ง Frontend และ Backend ในอนาคต 27 | 28 | - “Opening & Azure Function by TypeScript” by Suthep Sangvirotjanaphat 29 | - “Typescript: Beyond Traditional type system” by Chakrit Likitkhajorn 30 | - “TypeScript in Popular Frontend frameworks Vuejs, React and Angular” by Chaiyapong Lapliengtrakul (Vuejs), Porawit Poboonma (Angular) และ React Speaker นิรนาม 31 | 32 | งานนี้เหมาะกับใคร? 33 | 34 | - Developer ทั้งใหม่และเก่า ไม่ว่าจะใช้งาน TypeScript อยู่แล้ว หรือไม่เคยใช้ TypeScript มาก่อนแต่สนใจว่า TypeScript มีอะไรดีทำไมถึงได้เป็นที่นิยม 35 | - Developer สาย TypeScript ที่อยากมาพบเจอทำความรู้จัก Dev ที่ใช้ TypeScript เหมือนกัน และแลกเปลี่ยนความรู้อะไรใหม่ๆ 36 | - Developer ที่อยากรู้ว่า TypeScript 3.0 ที่เพิ่งจะออกมามีอะไร update บ้าง 37 | -------------------------------------------------------------------------------- /data/2019-02/bkkweb-112.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: bkk-web-112-application-stack-for-the-decentralized-web 3 | date: '2019-02-12' 4 | time: '19:00 ~ 22:00' 5 | location: 6 | title: Launchpad 7 | url: 'https://www.google.com/maps/place/Launchpad+Co.,+Ltd/@13.7212933,100.5236788,19z/data=!3m1!4b1!4m5!3m4!1s0x30e298cdd6e8270d:0x7e9aa39655924697!8m2!3d13.721292!4d100.524226?hl=en' 8 | categories: 9 | - Meetup 10 | topics: 11 | - Web3.0 12 | - Web2.0 13 | - dApp 14 | - Decentralized Apps 15 | links: 16 | - type: ticket 17 | url: https://www.eventbrite.com/e/bkk-web-112-application-stack-for-the-decentralized-web-tickets-53986420838 18 | title: Eventbrite 19 | price: FREE 20 | - type: rsvp 21 | url: 'https://www.facebook.com/events/544989175975685/' 22 | title: Facebook event 23 | --- 24 | # BKK WEB #112 - Application Stack for The Decentralized Web 25 | 26 | > With the advent of Bitcoin, Ethereum and Blockchain hype there is a much needed understanding of the underlying technology. Today we will explore the facets of a dApp (decentralized apps) from the eyes of a developer. 27 | 28 | You will understand not only the problem domain and the benefits that web3.0 applications will enable, but how it works together from a technical architecture perspective. We will end with a quick demonstration of a working dApp and how you can start developing applications for the decentralized web. 29 | 30 | What we will cover: 31 | 32 | - What exactly is Web3.0 and dApp ? 33 | - What’s wrong with Web2.0 and importance of decentralization 34 | - What is an architecture of a Fully decentralized apps and all its different components 35 | - Short comings of modern Decentralized Apps (UX and Scalability) and the potential future application stack 36 | - Quick dApp demo 37 | -------------------------------------------------------------------------------- /data/2018-06/ysetter-reality.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ysetter-reality-hackathon-2 3 | date: '2018-06-16 ~ 2018-06-17' 4 | location: 5 | title: 3DS Interactive 6 | url: https://www.google.com/maps/place/3DS+INTERACTIVE+CO.,LTD./@13.7198884,100.5045238,17z/data=!3m1!4b1!4m5!3m4!1s0x30e298e9e5426c17:0x540ea391d8bfb1b6!8m2!3d13.7198884!4d100.5067125 7 | categories: 8 | - Hackathon 9 | topics: [] 10 | links: 11 | - type: ticket 12 | url: https://www.eventpop.me/e/3390 13 | title: Event Pop 14 | price: FREE 15 | --- 16 | 17 | # YSetter Reality Hackathon 2 18 | 19 | > ขอเชิญ นักเรียน นิสิตนักศึกษา ร่วมเข้าแข่งขันพัฒนาแอพพลิเคชั่น เชิงสร้างสรรค์ ด้วยโจทย์ "Good Space By Sansiri" พร้อมชิงเงินรางวัลมูลค่ากว่า 100,000 บาท!! จาก Sansiri PLC ด้วย React, NodeJS, MongoDB (ส่งใบสมัครได้วันนี้ถึงวันที่ 12 มิถุนายน 2561) 20 | 21 | โดยรวมกลุ่ม 4 คน หรือ แบบเดี่ยว เข้าร่วมคัดเลือกสัมภาษณ์รอบแรก เพื่อเข้าแข่งรอบสุดท้าย 22 | 23 | **วัตถุประสงค์โครงการ:** 24 | 25 | 1. เสริมสร้างค่านิยมให้คนรุ่นใหม่ นิสิต นักศึกษา สร้างโอกาส เพื่อพบปะ ช่วยเหลือกัน สร้างสังคมแห่งการแบ่งปัน และสร้างร่วมกันพัฒนาและสร้างสรรค์สังคมให้ดีขึ้น 26 | 2. ให้นักเรียน นักศึกษา มีโอกาส ค้นหาตัวเองเจอ ว่าเจองานที่ใช่หรือไม่ 27 | 3. การเรียนรู้ตลอดชีวิต ไม่ใช่แค่ในห้องเรียน 28 | 4. นำเทคโนโลยีที่กลายเป็นส่วนหนึ่งในชีวิตประจำวัน มาใช้ในเชิงสร้างสรรค์ 29 | 5. สร้างการรับรู้ กระบวนการทำงานในสายพัฒนาแอพพลิเคชั่นให้บุคคลทั่วไปรับรู้และเข้าใจมากขึ้น 30 | 31 | **สิ่งที่น้องๆจะได้รับ:** 32 | 33 | 1. เรียนรู้จากกลุ่มคนทำงานในสายวิชาชีพพัฒนาซอฟแวร์ และเข้าถึงแหล่งความรู้จากผู้มีประสบการณ์ 34 | 2. โอกาสได้ฝึกงานจริง เผชิญสถานะการณ์จริง ทำงานกับผู้มีประสบการณ์ และโอกาสได้งานรองรับตั้งแต่เรียนอยู่ 35 | 3. เจอเพื่อนใหม่ 36 | 4. เรียนรู้การทำงานเป็นทีม 37 | 5. ไอเดียที่น่าสนใจมีโอกาสได้รับการต่อยอด หรือลงทุนจากนักลงทุน 38 | -------------------------------------------------------------------------------- /data/2018-04/gdg-ai-day.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ai-day-bangkok-april-2018 3 | date: '2018-04-21' 4 | time: 08:00 ~ 16:20 5 | location: 6 | title: The Stock Exchange of Thailand 7 | url: https://www.google.com/maps/place/%E0%B8%95%E0%B8%A5%E0%B8%B2%E0%B8%94%E0%B8%AB%E0%B8%A5%E0%B8%B1%E0%B8%81%E0%B8%97%E0%B8%A3%E0%B8%B1%E0%B8%9E%E0%B8%A2%E0%B9%8C%E0%B9%81%E0%B8%AB%E0%B9%88%E0%B8%87%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B9%80%E0%B8%97%E0%B8%A8%E0%B9%84%E0%B8%97%E0%B8%A2+The+Stock+Exchange+of+Thailand/@13.763536,100.567759,15z/data=!4m5!3m4!1s0x0:0xb7d75ea04f6dea83!8m2!3d13.763536!4d100.567759 8 | categories: 9 | - Conference 10 | topics: 11 | - AI 12 | - TensorFlow 13 | links: 14 | - type: ticket 15 | url: https://dev.wi.th/event/ai-day 16 | title: Devcamp 17 | price: FREE 18 | --- 19 | 20 | # AI Day Bangkok 21 | 22 | > One day seminar gather AI expert from Google, GDE and leading AI corporate in Thailand and Singapore. Learn the basics to confidently start a new career or upgrade your skills in AI and ML. We also talk about Google latest AI tools TensorFlow. The event will be held in English. 23 | 24 | The adoption of Artificial Intelligence is accelerating all over the world in all types of industries and businesses. With pioneers such as Andrew Ng describing AI as the "new electricity", we are seeing a great deal of discussion around what AI can do and how this "new electricity" really works. 25 | 26 | In this one day conference, we will have a variety of experts showing some of the latest and greatest technology that is being used in developing and creating real-world AI products. It's one thing to see people talk about the emergence of these technologies and another to see industry experts break down how some of these products are being made with tips and tricks of the trade. 27 | -------------------------------------------------------------------------------- /data/2018-07/ruby-tuesday-6.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ruby-tuesday-6 3 | date: '2018-07-31' 4 | time: '19:00 ~ 21:00' 5 | location: 6 | title: Launchpad 7 | url: 'https://www.google.com/maps/place/Launchpad+Co.,+Ltd/@13.721292,100.5236788,19z/data=!3m1!4b1!4m5!3m4!1s0x30e298cdd6e8270d:0x7e9aa39655924697!8m2!3d13.721292!4d100.524226?hl=en' 8 | categories: 9 | - Meetup 10 | - Workshop 11 | topics: 12 | - Ruby 13 | links: 14 | - type: rsvp 15 | url: 'https://www.meetup.com/ruby-tuesdays-bangkok/events/252967303/' 16 | title: Meetup.com 17 | --- 18 | # Ruby Tuesday #6: Workshop Special! 19 | 20 | > This month we're trying something new! We'll be holding a Ruby workshop. We'll have one session for beginners on the basics of Ruby, and a second session for intermediate developers focused on working with Rack, the library that supports Rails, Sinatra, and other web frameworks. 21 | 22 | Ruby Tuesday is an event to gather all who are interested in the programming language Ruby. Whether you're an expert or a beginner, you're welcome to join. 23 | 24 | As usual, there will be plenty of time to mingle and to meet other Ruby developers and friendly tech people. 25 | 26 | Pizza and drinks at this month's meetup is sponsored by Gummy Bear Tech Recruitment, and the space has been generously donated by Launchpad. 27 | 28 | Sessions: 29 | - Beginning Ruby 30 | - Writing Rack middleware 31 | 32 | If you are also interested in presenting a topic for future Ruby Tuesday, contact us! 33 | 34 | If your company is hiring, please do send us the information so we can help you spread the word. 35 | 36 | Ruby Tuesday is completely free to attend. Help us build the Ruby community in Thailand. See you on the 31st! 37 | 38 | What to bring: 39 | - Please bring your laptop to participate in the workshop! 40 | 41 | -------------------------------------------------------------------------------- /data/2018-08/barcamp-bangkok.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: barcamp-bangkok-2018 3 | date: '2018-08-05' 4 | time: '10:00 ~ 18:00' 5 | location: 6 | title: TK Park 7 | url: https://www.google.com/maps/place/Thailand+Knowledge+Park+(TK+Park)/@13.7468988,100.5362244,17z/data=!3m2!4b1!5s0x30e29ecfc46acedb:0xdb78b1e7e3812c1!4m5!3m4!1s0x30e29ecfe7e2048b:0x70c06d7f845c6e1e!8m2!3d13.7468936!4d100.5384131 8 | categories: 9 | - Unconference 10 | topics: 11 | - Barcamp 12 | links: 13 | - type: website 14 | url: http://www.barcampbangkok.org/ 15 | title: Barcamp Bangkok Website 16 | - type: ticket 17 | url: https://bit.ly/BarcampBKK2018 18 | title: Registration form 19 | - type: rsvp 20 | url: 'https://www.facebook.com/events/2144773272477374/' 21 | title: Facebook event 22 | --- 23 | 24 | # Barcamp Bangkok 2018 25 | 26 | > บาร์แคมป์บางกอกคืองานแรกๆ ของกลุ่มชุมชมคนไอทีในเมืองไทย ซึ่งได้มีการรวบรวมเหล่ายอดฝีมือไว้มากที่สุด ซึ่งก็มากจากหลายหลายสาขา ไม่เฉพาะทางด้านไอทีเท่านั้น งานบาร์แคมป์บางกอกจะไม่มีการเตรียมหัวข้อเอาไว้ล่วงหน้า ผู้เข้าร่วมงานสามารถมีส่วนร่วมในการเป็นผู้พูดและแบ่งปันเนื้อหาที่น่าสนใจ 27 | 28 | …ให้กับกลุ่มคนที่มาร่วมงานบาร์แคมป์บางกอก ซึ่งจะเป็นการสร้างสรรค์แนวคิดและนวัตกรรมใหม่ๆ ร่วมกัน 29 | 30 | Barcamp is the mother of community groups in Thailand. It’s the event that brings people together across many diverse areas of interest; mostly technical but also creative and community development. 31 | 32 | With no fixed agenda, the participants decide what the agenda will be, by volunteering to speak about a broad range of topics that they think are interesting and important. 33 | 34 | It’s a great way to discover new ideas and uncover new synergies across the tech community. It builds the bridges across the tech community that foster deeper creativity and innovation. 35 | -------------------------------------------------------------------------------- /data/2018-09/sift-optimization-seminar-sep-2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: sift-optimization-seminar-sep-2018 3 | date: '2018-09-27' 4 | time: '13:30 ~ 15:30' 5 | location: 6 | title: Sift Analytics Thailand 7 | detail: 'CW Tower A, 30th floor' 8 | url: 'https://www.google.com/maps/place/CW+Tower/@13.7697029,100.5736351,15z/data=!4m5!3m4!1s0x0:0x561861afd1a1133a!8m2!3d13.7697029!4d100.5736351' 9 | categories: 10 | - Seminar 11 | topics: 12 | - Data Science 13 | links: 14 | - type: website 15 | url: 'https://www.siftanalyticsgroup.com/opt-th-agenda' 16 | title: Agenda 17 | - type: ticket 18 | url: 'https://www.siftanalyticsgroup.com/optimization-seminar' 19 | title: Registration 20 | price: FREE 21 | - type: rsvp 22 | url: 'https://www.facebook.com/events/1699936890055991/' 23 | title: Facebook event 24 | --- 25 | # Transform Your Business Decision-Making with Data Science 26 | 27 | > Industry 4.0, IoT, AI, ML and Data Science. These are the buzzwords dominating the tech landscape today, and everyone is rushing to embrace these concepts to stay ahead of the competition. How familiar are you? How can you ensure your company’s competitive advantage? 28 | 29 | If your organization is looking to improve productivity within: 30 | 31 | - Supply Chain Management 32 | - Price Optimization 33 | - Advanced Scheduling 34 | - Revenue/ Inventory Management 35 | - Service Operations 36 | 37 | Join us for this complimentary half-day seminar in Bangkok! 38 | 39 | **Topics:** 40 | 41 | - “Demand Forecasting: Applied Advanced Analytics to Understand Demand Better” by Dr. Tipagorn Insuk, Predictive Analytics Consultant, SIFT Analytics Group 42 | - “Decision Optimization: Advancing to Prescriptive Analytics to Make Optimal Decisions” by Mr. Mah Win-Hong, Client Technical Professional, IBM 43 | -------------------------------------------------------------------------------- /data/2018-09/hubba-nomad-night-drew-deanna-sep-2018.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: hubba-nomad-night-drew-deanna-sep-2018 3 | date: '2018-09-10' 4 | time: '18:00 ~ 21:00' 5 | location: 6 | title: HUBBA Silom 7 | url: 'https://www.google.com/maps/place/HUBBA+Silom/@13.7284528,100.5327612,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29fae73679647:0x7c7a75a8f471f6f4!8m2!3d13.7284528!4d100.5349499' 8 | categories: 9 | - Meetup 10 | topics: 11 | - Marketing 12 | links: 13 | - type: ticket 14 | title: Event Pop 15 | url: 'https://www.eventpop.me/e/3998' 16 | price: FREE 17 | - type: rsvp 18 | url: 'https://www.facebook.com/events/659804897724859/' 19 | title: Facebook event 20 | --- 21 | # Nomad night: Nomad life with Drew&Deanna 22 | 23 | > We’d love to welcome you to the night of popular youtubers, Drew Binsky and his girlfriend, Deanna. Drew makes daily travel videos on FB and YT to 1.3 million followers. Deanna is a digital marketing expert who is highly skilled in lead generation, email marketing and more. 24 | 25 | Since 2015, Drew and Deanna have been traveling together in over 50 countries while working remotely from their computers. 26 | 27 | Drew & Deanna's meetup will discuss the following topics in detail: 28 | - How Drew started travel blogging, social media, and videos 29 | - Tips for starting a travel blog and how to monetize it 30 | - Why it's important to focus on growing your audience over anything else 31 | - Making videos for FB and YT 32 | - How to make videos, why video the future of digital marketing, and how to make money from it 33 | - General marketing travel tips and advice Deanna's presentation 34 | - The power of Digital Marketing discussing the challenges, building a list for email marketing and how to market it right. 35 | 36 | There will be a Q&A session, FREE Pizza & U Beer! 37 | -------------------------------------------------------------------------------- /.circleci/config.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | jobs: 3 | build: 4 | working_directory: ~/src 5 | docker: 6 | - image: circleci/node:8 7 | steps: 8 | - checkout 9 | - restore_cache: 10 | key: dependency-cache-{{ checksum "package.json" }} 11 | - run: 12 | name: yarn 13 | command: yarn install --frozen-lockfile 14 | - save_cache: 15 | key: dependency-cache-{{ checksum "package.json" }} 16 | paths: 17 | - ./node_modules 18 | - run: 19 | name: lint 20 | command: yarn lint 21 | - run: 22 | name: test 23 | command: yarn test 24 | - run: 25 | name: build 26 | command: yarn build 27 | - run: 28 | name: generate CI comment 29 | when: always 30 | command: | 31 | mkdir -p tmp && node scripts/generate-ci-comment.js | tee tmp/ci-comment.txt && node scripts/post-ci-comment.js 32 | - store_artifacts: 33 | path: ~/src/public 34 | prefix: public 35 | facebook: 36 | working_directory: ~/src 37 | docker: 38 | - image: circleci/node:8 39 | steps: 40 | - checkout 41 | - restore_cache: 42 | key: dependency-cache-{{ checksum "package.json" }} 43 | - run: 44 | name: yarn 45 | command: yarn install --frozen-lockfile 46 | - run: 47 | name: buffer new events 48 | command: node scripts/post-to-buffer.js 49 | workflows: 50 | version: 2 51 | commit: 52 | jobs: 53 | - build 54 | nightly: 55 | triggers: 56 | - schedule: 57 | cron: "30 1 * * *" 58 | filters: 59 | branches: 60 | only: 61 | - master 62 | jobs: 63 | - facebook 64 | -------------------------------------------------------------------------------- /data/2018-03/unesco-microsoft-womens-hackathon.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: unesco-microsoft-womens-hackathon-592081577794651 3 | date: '2018-03-31 ~ 2018-04-01' 4 | location: 5 | title: Microsoft (Thailand) 6 | url: https://www.google.com/maps/place/Microsoft+(Thailand)/@13.7390206,100.5459929,17z/data=!3m1!4b1!4m5!3m4!1s0x30e29edeea4242f9:0x3884b66371c14b49!8m2!3d13.7390154!4d100.5481816 7 | categories: 8 | - Hackathon 9 | topics: 10 | - Social Technology 11 | links: 12 | - type: website 13 | url: http://womenhackathon.in.th/ 14 | title: womenhackathon.in.th 15 | - type: ticket 16 | url: https://forms.office.com/Pages/ResponsePage.aspx?id=K0SWSKa3HkWowCBYiswFgig5V2G1EA9Iqoqxf-tIAsNUMU4zSE02MVVTWDFHU0paSkg0MFZJMEtNWS4u 17 | title: Registration Form 18 | - type: rsvp 19 | url: https://www.facebook.com/events/592081577794651/ 20 | title: Facebook Event 21 | --- 22 | 23 | # UNESCO-Microsoft Women's Hackathon for Culture of Peace 24 | 25 | > ขอเชิญ "ผู้หญิงทุกคนที่เป็น นักพัฒนา Web/Mobile Application นักออกแบบ UX/UI นักออกแบบสื่อการเรียนรู้ออนไลน์" รวมทีม 2-5 คน เพื่อร่วม Hackathon เปิดโลกสันติวัฒนธรรม ผ่านเนื้อหาการเรียนรู้ประวัติศาสตร์ร่วมรากอุษาคเนย์ ชิงถ้วยพระราชทาน สมเด็จพระเทพรัตนราชสุดาฯ สยามบรมราชกุมารี 26 | 27 | บริษัทไมโครซอฟท์ (ประเทศไทย) จำกัด ร่วมกับ องค์การยูเนสโก กรุงเทพมหานคร และ สถาบันเทคโนโลยีเพื่อนวัตกรรมสังคม (Social Technology Institute) 28 | 29 | ขอเชิญ "ผู้หญิงทุกคนที่เป็น นักพัฒนา Web/Mobile Application นักออกแบบ UX/UI นักออกแบบสื่อการเรียนรู้ออนไลน์" รวมทีม 2-5 คน เพื่อร่วม Hackathon เปิดโลกสันติวัฒนธรรม ผ่านเนื้อหาการเรียนรู้ประวัติศาสตร์ร่วมรากอุษาคเนย์ (Shared Histories of South-East Asia) ชิงถ้วยพระราชทาน สมเด็จพระเทพรัตนราชสุดาฯ สยามบรมราชกุมารี 30 | 31 | เพื่อตอบโจทย์ "ทำอย่างไรทุกคนจึงจะเข้าถึงสันติวัฒนธรรม และเข้าใจว่าประวัติศาสตร์มีไว้เพื่อปรองดอง ไม่ใช่เพื่อแตกแยก" 32 | -------------------------------------------------------------------------------- /data/2018-11/code-mania-1000.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: code-mania-1000 3 | date: "2018-11-10" 4 | time: "08:00 ~ 18:30" 5 | location: 6 | title: 'The Knowledge Exchange: KX' 7 | url: https://goo.gl/maps/Rvkq1SwCAEq 8 | categories: 9 | - Conference 10 | topics: 11 | - Web 12 | - Mobile 13 | - iOT 14 | - Database 15 | - Infrastructure 16 | - DevOps 17 | - Cloud 18 | - Blockchain 19 | - Deep Tech 20 | links: 21 | - type: ticket 22 | url: https://www.eventpop.me/e/4355 23 | title: Event Pop 24 | price: '500 ~ 2,500 THB' 25 | - type: website 26 | url: https://web.facebook.com/CodeManiaByTPA 27 | title: Facebook Fan Page 28 | - type: website 29 | url: https://web.facebook.com/groups/ThaiPGAssociateSociety 30 | title: Facebook Group 31 | - type: website 32 | url: https://www.thaiprogrammer.org 33 | title: สมาคมโปรแกรมเมอร์ไทย 34 | --- 35 | 36 | # Code Mania 1000 37 | 38 | > ธีมงานรอบนี้คือ “Deep Tech” ทางสมาคมโปรแกรมเมอร์ไทยของเราได้เล็งเห็นถึงความสำคัญในเรื่อง “Deep Technology” 39 | 40 | จึงอยากที่จะเป็นส่วนหนึ่งในการผลักดันสิ่งนี้ให้มีมากขึ้นในประเทศไทย 41 | โครงการที่จะช่วยพัฒนาและอัพเดตทักษะที่สำคัญของกลุ่มโปรแกรมเมอร์ เพื่อนำความรู้และประสบการณ์ส่งเสริมกันในกลุ่มคนที่สนใจ 42 | 43 | รวมถึงส่งเสริมภาพลักษณ์โปรแกรมเมอร์ในการเข้าถึงบุคคลทั่วไปมากยิ่งขึ้น 44 | โดยมีกลุ่มเป้าหมายเป็น Programmer, Developer นิสิตนักศึกษา ผู้ที่มีความสนใจด้าน Programming 45 | งานโค้ดมาเนีย จัดขึ้นปีละสองครั้ง ช่วงไตรมาส 2 และ 4 ของปี 46 | ลักษณะของงาน แบ่งออกเป็น 2 ช่วง คือ ช่วงเช้า ประกอบด้วยFlash talk เป็น talk สั้น ๆคนละ 5 นาที จากการรวบรวมหัวข้อที่ได้รับการโหวตจากสมาชิก และ session เปิดงาน Deep Tech จาก keynote speaker 47 | 48 | ช่วงบ่าย แบ่งเป็น 3 ห้องละ 5 session รวม 15 session ประกอบด้วยหัวข้อต่างๆมากมาย ได้แก่ web, mobile, iOT, Database, infrastructure, devops, cloud, Blockchain, etc 49 | -------------------------------------------------------------------------------- /data/2018-08/pizza-hackathon.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: pizza-hackathon-2018 3 | date: '2018-08-25 ~ 2018-08-26' 4 | location: 5 | title: KX Innovation Center 6 | url: https://www.google.com/maps/place/The+Knowledge+Exchange:+KX/@13.7205004,100.498368,15z/data=!4m2!3m1!1s0x0:0xe2511ae461733d57?sa=X&ved=2ahUKEwiu39HqzZvcAhWXfSsKHbfdDMQQ_BIwCnoECAsQCw 7 | categories: 8 | - Hackathon 9 | - Codefest 10 | topics: 11 | - Blockchain 12 | - Social Impact 13 | - Mobile Development 14 | links: 15 | - type: ticket 16 | url: https://www.eventpop.me/e/3890-pizzahack 17 | title: Event Pop 18 | price: FREE 19 | - type: rsvp 20 | url: https://www.facebook.com/events/205814763443058/ 21 | title: Facebook Event 22 | --- 23 | 24 | # Pizza Hackathon 2018 25 | 26 | > ครั้งแรกของเมืองไทยกับงาน Blockchain Hackathon ที่ยิ่งใหญ่ที่สุด และ Hack กัน Marathon กว่า 25 ชั่วโมง การรวมตัวของ Developer กว่า 100 ท่าน และ Staff ที่มาให้ความรู้เรื่องการพัฒนา Decentralized Application อีกกว่า 10 ท่าน 27 | 28 | อาทิ [พี่เนย](https://www.facebook.com/nuuneoi), [พี่โต๊ด](https://www.facebook.com/totiz), [พี่ฮ้อ](https://www.facebook.com/tonhor), [พี่ก่อ](https://www.facebook.com/iam.notkorr), [พี่บิ๊ก](https://www.facebook.com/biig.nttmw), [พี่เอ็กซ์](https://www.facebook.com/igroomgrim) และอีกหลายท่าน 29 | 30 | Q: งานนี้เหมาะกับใคร? \ 31 | A: งานนี้เหมาะกับ Developer เท่านั้น ไม่ต้องรู้เรื่องการเขียน Smart Contract มาก็ได้ เราจะมาเรียนรู้กันในงานนี้ แต่แนะนำให้ผ่าน CryptoZombies เลเวล 2 ขึ้นไปก่อนมางานครับ 32 | 33 | Q: งานนี้มาแล้วได้อะไร? \ 34 | A: ทุกคนจะกลับไปพร้อมความรู้เรื่องการพัฒนา Decentralized Application 35 | 36 | Q: เตรียมตัวอย่างไรก่อนมางานเนื่องจากเป็นงาน 2 วัน 1 คืน? \ 37 | A: เตรียมโน้ตบุ๊คส่วนตัวมา และใครที่อยู่ข้ามคืน แนะนำเตรียมถุงนอน (สำหรับคนที่ต้องการนอน) , เสื้อผ้า , แปรงสีฟัน และของใช้ส่วนตัวมาด้วย มีที่อาบน้ำให้ 38 | -------------------------------------------------------------------------------- /data/2018-09/devops-bkk.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: devops-bkk-2018 3 | date: '2018-09-08' 4 | time: '8:00 ~ 17:00' 5 | location: 6 | title: TBD 7 | url: TBD 8 | categories: 9 | - Conference 10 | topics: 11 | - DevOps 12 | links: 13 | - type: ticket 14 | title: Event Pop 15 | url: 'https://www.eventpop.me/e/3928-devops-bkk-2018' 16 | price: 2500 THB 17 | - type: rsvp 18 | url: 'https://www.facebook.com/events/2318942718333069/' 19 | title: Facebook event 20 | --- 21 | 22 | # DevOps BKK 2018 23 | 24 | > DevOps BKK 2018 is a Thailand Annual Modern DevOps Technology Conference, organized by a group of DevOps companies in Thailand. The conference will feature topics and contents covering all aspects of the trending technologies such as Docker, K8S, Teamcity, etc. 25 | 26 | DevOps BKK 2018 คือ งานประชุมเทคโนโลยี DevOps ประจำปีของไทย ซึ่งเกิดขึ้นจากการร่วมมือกันระหว่างกลุ่มของบริษัทที่ใช้เทคโนโลยี DevOps ในประเทศไทย งานจะจัดขึ้น 1 วัน โดยจะมีหัวข้อและเนื้อหาครอบคลุมทุกด้าน ของเทคโนโลยีที่กำลังเป็นที่นิยมในวงการ DevOps 27 | 28 | **DevOps BKK 2018 เหมาะกับใคร?** \ 29 | เหมาะสำหรับ Server Architecture, Infrastructure Engineer, Developer, IT Expert, System Architect, และผู้บริหาร รวมไปถึงผู้ที่สนใจศึกษาเทคโนโลยีที่กำลังจะเข้ามาเปลี่ยนแปลงการพัฒนาองค์กร 30 | คุณจะมีโอกาสได้เรียนรู้ว่าบริษัทอื่นๆกำลังใช้เทคโนโลยี DevOps เพื่อเอาชนะอุปสรรคทางเทคนิคและความท้าทายอย่างไร 31 | 32 | งานจะแบ่งเป็น 3 แทร็ค จัดขึ้นพร้อมกันใน 3 ห้องประชุม โดยแต่ละแทร็คประกอบไปด้วย session ที่แตกต่างกันโดยแต่ละ session จะใช้เวลาประมาณ 1 ชั่วโมง ผู้เข้าชมจะเลือกได้ว่าต้องการฟัง session ใดได้จาก agenda โดย โดยทั้ง 3 ห้องประชุม แบ่งเป็น Main Stage ซึ่งเป็นห้องประชุมขนาดใหญ่ และ ห้อง Conference 1 และ ห้อง Conference 2 จะเป็นห้องประชุมที่มีขนาดรองลงมา (โดยห้อง Conference 1 และ 2 จะรองรับแบบ First come First serve) 33 | 34 | Note: Sessions are in Thai language. 35 | -------------------------------------------------------------------------------- /website/src/App.vue: -------------------------------------------------------------------------------- 1 | 25 | 26 | 31 | 32 | 80 | --------------------------------------------------------------------------------