LEVELING UP

Player 3 👶🏻 has entered the game


  • home

  • code

  • archives

  • tags

  • resume

2018, 4月

Posted on 04-25-2018

2018年1月-4月的工作终结和回顾,记录下来自己所做的,所改变的,正在发生的。。。

Read more »

恶意 (-东野圭吾)

Posted on 08-21-2017

《恶意》

受某猪的影响开始阅读她最喜欢的作家的小说

随便在一堆东野圭吾的小说中挑了一本: 《恶意》

太久没有静下来阅读长篇小说

简单的文字,简短的对话

很快的让我进入了整个故事

随着深入的阅读,不断出现对剧情的猜测

真的很有意思

从不同的角色角度交代剧情细节

时不时出现的新线索和值得揣测的对话

让故事的走向不断的变化,不断的推翻旧的猜测

待续。。。

关于断和续

Posted on 08-10-2017

前言

空了半年的博客

上个月过完了自己的28岁生日,终于用上了“年近30”

开始随着时间的累积,值得记录的事物越来越多

越发的觉得记录的重要性

学着写点什么

坚持把记录变成一种生活方式

断

从什么时候开始断说起

2017年2月初,最后一篇博客

工作上开始全力投入到项目从php 到Angular 2 的migration

团队的人员分配问题,前端开发只有我和一个印度小哥(有过angular.js经验)

投入绝大部分时间,精力

学习了全新的框架和语言 (Angular2, TypeScript)

遇到过许多难题和挑战,也都一一解决

工作中没空写博客

下班后也没心思去写博客

导致断了记录的习惯

续

近期项目也稳定了快2个月了

印度小哥上周刚走,由于跟Macys的合同最多只有18个月,必须离开公司

前端又恢复到了2个半开发者,其中半个,韩国阿加西,前后端同时作业

summer 是公司的slow season

活不多,闲暇的时候开始想写博客

每次写博客的时候都在纠结,到底打中文还是打英文呢

我的中英文都是半斤八两,错误连篇

反正也没人看,就自己看的舒服,怎么舒服怎么写,中英文都有 yeah!~~

为了有动力更新, 换个新的主题先

Hexo, NexT

走起

Write a Custom Filtering Pipe

Posted on 02-20-2017

Goal

Write your own custom filtering pipe

Read more »

Continuous Integration

Posted on 01-20-2017

What is CI (continuous integration)

Continuous integration refers to the build and unit testing stages of the software release process.
Every revision that is committed triggers an automated build and test.

Read more »

Write a directive for charting library in Angular 2

Posted on 11-16-2016

Goal

Writing a Angular 2 attribute directive for one of popular charting libraries.

Read more »

Open Source Charting Libraries Comparison

Posted on 11-10-2016

For current working project, our team is looking for a global charting library in our dashboard project.

coming soon…

Component vs Directive in Angular 2

Posted on 11-09-2016

Overview (source: angular.io)

Let’s look at the documentations from Angular.io, there are total three kinds of directives in Angular 2:

  • Component - directives with a template
  • Structural directives - change the DOM layout by adding and removing DOM elements, such as *ngIf, *ngFor
  • Attribute directives - change the appearance or behavior of an element

Component actually is one kind of directives in Angular 2, it is a directive with template. This post is going to focus on Component and Attribute Directives. Let me dive into each kind of directives, and find out what are their characteristics.

Read more »

SublimeLinter path configure

Posted on 10-25-2016

After install sublimeLinter package

installed plugin such as sublimeLinter-php, sublimeLinter-jshint

in Mac OSX, need to configuration user setting file:

1
2
3
path: [
'/Users/ put your account name here /local/bin/'
]

Game of Life Revisit

Posted on 10-13-2016

Conway’s Game of Life

Foreword

Back to college time, I had assignment about using C++ to write a game base on ‘Game of Life’, although I did pass that course any way, I had completed forgot how I did it. This question popped up while I did the practices on Leetcode, I didn’t come up the good solution to pass all the test. I tried to get helps from discussion section, there is a top answer which provided by @yavinci. I think his solution is brilliant with great explanation.

Read more »
1234
nehcob

nehcob

a tiny player of massively multiplayer online role-playing game named EARTH ONLINE

32 posts
39 tags
© 2019 nehcob
Powered by Hexo
Theme - NexT.Muse