├── _posts ├── hidden │ └── .gitkeep ├── read_sf_lf │ └── .gitkeep ├── read_sf_plf │ └── .gitkeep ├── 2024-02-06-spotify.markdown ├── 2024-12-15-fun-projects.markdown ├── 2025-02-04-ros-topics.markdown ├── 2024-12-29-quest-for-peace.markdown ├── 2024-12-07-gold-watch.markdown ├── 2024-12-27-paradox-of-suffering.markdown ├── 2024-12-21-the-turn.markdown ├── 2024-12-19-awaken.markdown ├── 2024-12-24-ignition.markdown ├── 2024-12-28-analysis-of-paradox-of-suffering.markdown ├── 2024-12-22-the-prestige.markdown ├── 2024-12-14-story-bachelor.markdown └── 2024-12-20-the-pledge.markdown ├── CNAME ├── ads.txt ├── img ├── 404-bg.jpg ├── about-bg.jpg ├── archive.jpg ├── bg-walle.jpg ├── dataflow.png ├── favicon.ico ├── home-bg-o.jpg ├── home-bg.jpg ├── bg-material.jpg ├── contact-bg.jpg ├── home-bg-art.jpg ├── icon_wechat.png ├── liminality.jpg ├── post-bg-css.jpg ├── post-bg-rwd.jpg ├── post-bg-web.jpg ├── blog-desktop.jpg ├── blog-keynote.jpg ├── blog-md-navbar.gif ├── blog-sidebar.jpg ├── home-bg-geek.jpg ├── post-bg-2015.jpg ├── post-bg-e2e-ux.jpg ├── post-bg-kuaidi.jpg ├── post-bg-miui6.jpg ├── in-post │ ├── forcify.jpg │ ├── post-kuaidi-1.jpg │ ├── post-kuaidi-2.jpg │ ├── post-metro-ui.jpg │ ├── post-f-f-weibo.png │ ├── post-metro-real.jpg │ ├── post-wmu │ │ ├── maoyan.jpg │ │ ├── wepiao.jpg │ │ └── question.jpg │ ├── post-c-u-ali-memo.jpg │ ├── post-c-u-ali-team.png │ ├── open-source-license.png │ ├── post-c-u-ali-079717.png │ ├── post-metro-panorama.jpg │ ├── post-eleme-pwa │ │ ├── eleme-at-io.jpg │ │ ├── Architecture.png │ │ ├── Lighthouse-after.png │ │ ├── after-skeleton.jpg │ │ ├── before-skeleton.jpg │ │ ├── nextTick-&-Load.png │ │ ├── thisTick-&-Load.png │ │ ├── Lighthouse-before.png │ │ ├── msite-After-Optim.png │ │ ├── msite-Before-Optim.png │ │ ├── PUSH-link-rel-preload.jpg │ │ └── PRECACHE-future-routes.jpg │ ├── post-nextgen-web-pwa │ │ ├── sw-sw.png │ │ ├── sw-race.png │ │ ├── PWAR-007.jpeg │ │ ├── ios2-a2hs.gif │ │ ├── qcon-trend.png │ │ ├── flipkart-1.jpeg │ │ ├── flipkart-2.jpeg │ │ ├── flipkart-3.jpeg │ │ ├── sw-lifecycle.png │ │ ├── PWAR-014+PWA.jpeg │ │ └── qcon-hybridzation.png │ ├── post-js-version │ │ ├── javascript-java.jpg │ │ └── keep-calm-and-learn-javascript.png │ └── post-alitrip-pd │ │ ├── post-alitrip-pd.013.jpg │ │ ├── post-alitrip-pd.014.jpg │ │ ├── post-alitrip-pd.016.jpg │ │ ├── post-alitrip-pd.018.jpg │ │ ├── post-alitrip-pd.019.jpg │ │ ├── post-alitrip-pd.020.jpg │ │ ├── post-alitrip-pd.021.jpg │ │ ├── post-alitrip-pd.023.jpg │ │ ├── post-alitrip-pd.026.jpg │ │ ├── post-alitrip-pd.028.jpg │ │ ├── post-alitrip-pd.029.jpg │ │ ├── post-alitrip-pd.030.jpg │ │ └── post-alitrip-pd.031.jpg ├── post-bg-alibaba.jpg ├── post-bg-alitrip.jpg ├── post-bg-android.jpg ├── post-bg-dreamer.jpg ├── post-bg-halting.jpg ├── post-bg-infinity.jpg ├── post-bg-ios9-web.jpg ├── post-bg-miui-ux.jpg ├── post-bg-os-metro.jpg ├── post-bg-universe.jpg ├── bg-little-universe.jpg ├── post-bg-js-module.jpg ├── post-bg-js-version.jpg ├── post-bg-re-vs-ng2.jpg ├── post-bg-see-u-ali.jpg ├── post-bg-unix-linux.jpg ├── post-sample-image.jpg ├── post-bg-apple-event-2015.jpg ├── post-bg-digital-native.jpg ├── post-bg-farewell-flash.jpg └── post-bg-nextgen-web-pwa.jpg ├── pwa ├── icons │ ├── 128.png │ └── 512.png └── manifest.json ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ├── Gemfile ├── .gitignore ├── less ├── variables.less ├── sidebar.less ├── mixins.less ├── side-catalog.less ├── search.less ├── highlight.less └── snackbar.less ├── _includes ├── friends.html ├── multilingual-sel.html ├── ads.html ├── short-about.html ├── mathjax_support.html ├── search.html ├── featured-tags.html ├── about │ └── en.md ├── sns-links.html ├── head.html ├── nav.html ├── intro-header.html └── footer.html ├── search.json ├── offline.html ├── 404.html ├── _layouts ├── default.html ├── page.html ├── keynote.html └── post.html ├── package.json ├── js ├── hux-blog.min.js ├── sw-registration.js ├── snackbar.js ├── jquery.tagcloud.js ├── hux-blog.js ├── animatescroll.min.js ├── archive.js ├── simple-jekyll-search.min.js └── jquery.nav.js ├── feed.xml ├── about.html ├── index.html ├── Rakefile ├── Gruntfile.js ├── README.md ├── archive.html └── _config.yml /_posts/hidden/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | blog.rangonomics.com -------------------------------------------------------------------------------- /_posts/read_sf_lf/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_posts/read_sf_plf/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ads.txt: -------------------------------------------------------------------------------- 1 | google.com, pub-6487568398225121, DIRECT, f08c47fec0942fa0 -------------------------------------------------------------------------------- /img/404-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/404-bg.jpg -------------------------------------------------------------------------------- /img/about-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/about-bg.jpg -------------------------------------------------------------------------------- /img/archive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/archive.jpg -------------------------------------------------------------------------------- /img/bg-walle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/bg-walle.jpg -------------------------------------------------------------------------------- /img/dataflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/dataflow.png -------------------------------------------------------------------------------- /img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/favicon.ico -------------------------------------------------------------------------------- /img/home-bg-o.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/home-bg-o.jpg -------------------------------------------------------------------------------- /img/home-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/home-bg.jpg -------------------------------------------------------------------------------- /pwa/icons/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/pwa/icons/128.png -------------------------------------------------------------------------------- /pwa/icons/512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/pwa/icons/512.png -------------------------------------------------------------------------------- /img/bg-material.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/bg-material.jpg -------------------------------------------------------------------------------- /img/contact-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/contact-bg.jpg -------------------------------------------------------------------------------- /img/home-bg-art.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/home-bg-art.jpg -------------------------------------------------------------------------------- /img/icon_wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/icon_wechat.png -------------------------------------------------------------------------------- /img/liminality.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/liminality.jpg -------------------------------------------------------------------------------- /img/post-bg-css.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-css.jpg -------------------------------------------------------------------------------- /img/post-bg-rwd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-rwd.jpg -------------------------------------------------------------------------------- /img/post-bg-web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-web.jpg -------------------------------------------------------------------------------- /img/blog-desktop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/blog-desktop.jpg -------------------------------------------------------------------------------- /img/blog-keynote.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/blog-keynote.jpg -------------------------------------------------------------------------------- /img/blog-md-navbar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/blog-md-navbar.gif -------------------------------------------------------------------------------- /img/blog-sidebar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/blog-sidebar.jpg -------------------------------------------------------------------------------- /img/home-bg-geek.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/home-bg-geek.jpg -------------------------------------------------------------------------------- /img/post-bg-2015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-2015.jpg -------------------------------------------------------------------------------- /img/post-bg-e2e-ux.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-e2e-ux.jpg -------------------------------------------------------------------------------- /img/post-bg-kuaidi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-kuaidi.jpg -------------------------------------------------------------------------------- /img/post-bg-miui6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-miui6.jpg -------------------------------------------------------------------------------- /img/in-post/forcify.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/forcify.jpg -------------------------------------------------------------------------------- /img/post-bg-alibaba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-alibaba.jpg -------------------------------------------------------------------------------- /img/post-bg-alitrip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-alitrip.jpg -------------------------------------------------------------------------------- /img/post-bg-android.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-android.jpg -------------------------------------------------------------------------------- /img/post-bg-dreamer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-dreamer.jpg -------------------------------------------------------------------------------- /img/post-bg-halting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-halting.jpg -------------------------------------------------------------------------------- /img/post-bg-infinity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-infinity.jpg -------------------------------------------------------------------------------- /img/post-bg-ios9-web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-ios9-web.jpg -------------------------------------------------------------------------------- /img/post-bg-miui-ux.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-miui-ux.jpg -------------------------------------------------------------------------------- /img/post-bg-os-metro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-os-metro.jpg -------------------------------------------------------------------------------- /img/post-bg-universe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-universe.jpg -------------------------------------------------------------------------------- /img/bg-little-universe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/bg-little-universe.jpg -------------------------------------------------------------------------------- /img/post-bg-js-module.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-js-module.jpg -------------------------------------------------------------------------------- /img/post-bg-js-version.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-js-version.jpg -------------------------------------------------------------------------------- /img/post-bg-re-vs-ng2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-re-vs-ng2.jpg -------------------------------------------------------------------------------- /img/post-bg-see-u-ali.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-see-u-ali.jpg -------------------------------------------------------------------------------- /img/post-bg-unix-linux.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-unix-linux.jpg -------------------------------------------------------------------------------- /img/post-sample-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-sample-image.jpg -------------------------------------------------------------------------------- /img/in-post/post-kuaidi-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-kuaidi-1.jpg -------------------------------------------------------------------------------- /img/in-post/post-kuaidi-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-kuaidi-2.jpg -------------------------------------------------------------------------------- /img/in-post/post-metro-ui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-metro-ui.jpg -------------------------------------------------------------------------------- /img/in-post/post-f-f-weibo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-f-f-weibo.png -------------------------------------------------------------------------------- /img/in-post/post-metro-real.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-metro-real.jpg -------------------------------------------------------------------------------- /img/in-post/post-wmu/maoyan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-wmu/maoyan.jpg -------------------------------------------------------------------------------- /img/in-post/post-wmu/wepiao.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-wmu/wepiao.jpg -------------------------------------------------------------------------------- /img/post-bg-apple-event-2015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-apple-event-2015.jpg -------------------------------------------------------------------------------- /img/post-bg-digital-native.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-digital-native.jpg -------------------------------------------------------------------------------- /img/post-bg-farewell-flash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-farewell-flash.jpg -------------------------------------------------------------------------------- /img/post-bg-nextgen-web-pwa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/post-bg-nextgen-web-pwa.jpg -------------------------------------------------------------------------------- /img/in-post/post-c-u-ali-memo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-c-u-ali-memo.jpg -------------------------------------------------------------------------------- /img/in-post/post-c-u-ali-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-c-u-ali-team.png -------------------------------------------------------------------------------- /img/in-post/post-wmu/question.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-wmu/question.jpg -------------------------------------------------------------------------------- /img/in-post/open-source-license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/open-source-license.png -------------------------------------------------------------------------------- /img/in-post/post-c-u-ali-079717.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-c-u-ali-079717.png -------------------------------------------------------------------------------- /img/in-post/post-metro-panorama.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-metro-panorama.jpg -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /img/in-post/post-eleme-pwa/eleme-at-io.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-eleme-pwa/eleme-at-io.jpg -------------------------------------------------------------------------------- /img/in-post/post-nextgen-web-pwa/sw-sw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-nextgen-web-pwa/sw-sw.png -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | gem 'jekyll-paginate' 3 | 4 | gem "jekyll", "~> 4.0" 5 | gem "rake" 6 | 7 | gem "webrick", "~> 1.7" 8 | -------------------------------------------------------------------------------- /img/in-post/post-eleme-pwa/Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-eleme-pwa/Architecture.png -------------------------------------------------------------------------------- /img/in-post/post-nextgen-web-pwa/sw-race.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-nextgen-web-pwa/sw-race.png -------------------------------------------------------------------------------- /img/in-post/post-eleme-pwa/Lighthouse-after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-eleme-pwa/Lighthouse-after.png -------------------------------------------------------------------------------- /img/in-post/post-eleme-pwa/after-skeleton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-eleme-pwa/after-skeleton.jpg -------------------------------------------------------------------------------- /img/in-post/post-eleme-pwa/before-skeleton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-eleme-pwa/before-skeleton.jpg -------------------------------------------------------------------------------- /img/in-post/post-eleme-pwa/nextTick-&-Load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-eleme-pwa/nextTick-&-Load.png -------------------------------------------------------------------------------- /img/in-post/post-eleme-pwa/thisTick-&-Load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-eleme-pwa/thisTick-&-Load.png -------------------------------------------------------------------------------- /img/in-post/post-js-version/javascript-java.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-js-version/javascript-java.jpg -------------------------------------------------------------------------------- /img/in-post/post-nextgen-web-pwa/PWAR-007.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-nextgen-web-pwa/PWAR-007.jpeg -------------------------------------------------------------------------------- /img/in-post/post-nextgen-web-pwa/ios2-a2hs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-nextgen-web-pwa/ios2-a2hs.gif -------------------------------------------------------------------------------- /img/in-post/post-nextgen-web-pwa/qcon-trend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-nextgen-web-pwa/qcon-trend.png -------------------------------------------------------------------------------- /img/in-post/post-eleme-pwa/Lighthouse-before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-eleme-pwa/Lighthouse-before.png -------------------------------------------------------------------------------- /img/in-post/post-eleme-pwa/msite-After-Optim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-eleme-pwa/msite-After-Optim.png -------------------------------------------------------------------------------- /img/in-post/post-eleme-pwa/msite-Before-Optim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-eleme-pwa/msite-Before-Optim.png -------------------------------------------------------------------------------- /img/in-post/post-nextgen-web-pwa/flipkart-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-nextgen-web-pwa/flipkart-1.jpeg -------------------------------------------------------------------------------- /img/in-post/post-nextgen-web-pwa/flipkart-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-nextgen-web-pwa/flipkart-2.jpeg -------------------------------------------------------------------------------- /img/in-post/post-nextgen-web-pwa/flipkart-3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-nextgen-web-pwa/flipkart-3.jpeg -------------------------------------------------------------------------------- /img/in-post/post-nextgen-web-pwa/sw-lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-nextgen-web-pwa/sw-lifecycle.png -------------------------------------------------------------------------------- /img/in-post/post-alitrip-pd/post-alitrip-pd.013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-alitrip-pd/post-alitrip-pd.013.jpg -------------------------------------------------------------------------------- /img/in-post/post-alitrip-pd/post-alitrip-pd.014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-alitrip-pd/post-alitrip-pd.014.jpg -------------------------------------------------------------------------------- /img/in-post/post-alitrip-pd/post-alitrip-pd.016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-alitrip-pd/post-alitrip-pd.016.jpg -------------------------------------------------------------------------------- /img/in-post/post-alitrip-pd/post-alitrip-pd.018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-alitrip-pd/post-alitrip-pd.018.jpg -------------------------------------------------------------------------------- /img/in-post/post-alitrip-pd/post-alitrip-pd.019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-alitrip-pd/post-alitrip-pd.019.jpg -------------------------------------------------------------------------------- /img/in-post/post-alitrip-pd/post-alitrip-pd.020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-alitrip-pd/post-alitrip-pd.020.jpg -------------------------------------------------------------------------------- /img/in-post/post-alitrip-pd/post-alitrip-pd.021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-alitrip-pd/post-alitrip-pd.021.jpg -------------------------------------------------------------------------------- /img/in-post/post-alitrip-pd/post-alitrip-pd.023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-alitrip-pd/post-alitrip-pd.023.jpg -------------------------------------------------------------------------------- /img/in-post/post-alitrip-pd/post-alitrip-pd.026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-alitrip-pd/post-alitrip-pd.026.jpg -------------------------------------------------------------------------------- /img/in-post/post-alitrip-pd/post-alitrip-pd.028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-alitrip-pd/post-alitrip-pd.028.jpg -------------------------------------------------------------------------------- /img/in-post/post-alitrip-pd/post-alitrip-pd.029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-alitrip-pd/post-alitrip-pd.029.jpg -------------------------------------------------------------------------------- /img/in-post/post-alitrip-pd/post-alitrip-pd.030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-alitrip-pd/post-alitrip-pd.030.jpg -------------------------------------------------------------------------------- /img/in-post/post-alitrip-pd/post-alitrip-pd.031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-alitrip-pd/post-alitrip-pd.031.jpg -------------------------------------------------------------------------------- /img/in-post/post-eleme-pwa/PUSH-link-rel-preload.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-eleme-pwa/PUSH-link-rel-preload.jpg -------------------------------------------------------------------------------- /img/in-post/post-nextgen-web-pwa/PWAR-014+PWA.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-nextgen-web-pwa/PWAR-014+PWA.jpeg -------------------------------------------------------------------------------- /img/in-post/post-eleme-pwa/PRECACHE-future-routes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-eleme-pwa/PRECACHE-future-routes.jpg -------------------------------------------------------------------------------- /img/in-post/post-nextgen-web-pwa/qcon-hybridzation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-nextgen-web-pwa/qcon-hybridzation.png -------------------------------------------------------------------------------- /img/in-post/post-js-version/keep-calm-and-learn-javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guilyx/guilyx.github.io/HEAD/img/in-post/post-js-version/keep-calm-and-learn-javascript.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | _site 2 | _posts/_draft 3 | _posts/_archive 4 | _archive 5 | node_modules 6 | .vscode 7 | *.log 8 | *.lock 9 | *.sh 10 | .DS_Store 11 | .jekyll-cache 12 | */.DS_Store 13 | */*/.DS_Store 14 | -------------------------------------------------------------------------------- /less/variables.less: -------------------------------------------------------------------------------- 1 | // Variables 2 | 3 | @brand-primary: #0085a1; 4 | @brand-gray: #a3a3a3; 5 | 6 | @gray-dark: lighten(black, 25%); 7 | @gray-light: lighten(black, 75%); 8 | 9 | @white-faded: fade(white, 80%); 10 | -------------------------------------------------------------------------------- /_includes/friends.html: -------------------------------------------------------------------------------- 1 | {% if site.friends %} 2 |
{{site.sidebar-about-description}}
10 | {% endif %} 11 | 12 | {% include sns-links.html %} 13 |
14 |
15 |
18 |
19 |