Next Technology Revolution

Next Technology Revolution

Science and Technology is the driving force of all human world advancements. From steam engine to electricity, information technologies to artificial intelligence. Here are some of the up and coming technological trend that will change the world.

Read More

Effective Java Ch1

Effective Java, Third Edition (Joshua Bloch)

  • 您在位置 #322-325的标注 添加于 2018年9月19日星期三 下午9:26:34
Read More

... in JS

“…” is an important new feature in ES6, that brings simplicity and elegance to JS.

Read More

Angular2 Service and Dependency Injection Learning Note

Service is an important design choice in angular 2, the idea is to keep components lean. Here I will cover what I learned about using service and dependency injection. A nice and more detailed resource to look at: https://angular.io/docs/ts/latest/guide/architecture.html

Read More

Problems questions and solutions

I start this post in the idea of collecting and centralizing technical problems and questions that I have through my work and study. It is a place to revisit if similar problem re-occurs or some knowledge fades away. I will keep adding new things into here, as well as collect the scattered notes of the past.

Read More

About Web Scraping

I have been recently working on a project to download online files from a website. Here I would like to describe and record how I tackled it and what are the methods that I used. Due to privacy concerns I will not be able to disclose the name of the website and the project. But I promise this is totally legal action.

Read More

Angular2 Learning Note

Why Angular 2

  • Frameworks is for large scale JavaScript applications.
  • Angular 2 is easy. Simpler than Angular 1.
  • Written in typescript, a superset of JavaScript, which implements many ES6 features.
  • Similarity from Angular 1
  • Mobile oriented and better performance
Read More