Chong Wang

Thoughts about web development


  • Home

  • Categories

  • Tags

  • Archives

Online Typing Practice For Programmers

Posted on 2018-03-29 | In Tech | 0 comments

Every programmer needs to be a typist, so I was always trying to improve my typing speed. In this article I’ll share some websites that can help you practice your typing skills and my experience of using them.
Most of typing tutors are aimed for general english, and do not provide practice for special characters used frequently in programming.
Typing tutorials and online tools especially for programmers are mostly based on open source code and allow you to practice typing the key sequences that appear in real code, even the awkward characters in code.

Read more »

Five Expressions Every Day (5)

Posted on 2018-03-28 | In English | 0 comments

1. mouthwatering

Source: My mouth is watering already. [Open Languages episode March 23]
Definition: food that is mouth-watering looks or smells extremely good
eg. …more than 150 mouthwatering recipes.

Read more »

Five Expressions Every Day (4)

Posted on 2018-03-27 | In English | 0 comments

1. meet your match

Source: Phoebe: Uh-huh. You’ve met your match Rachel Green. [Friends S06E07, when Rachel and Phoebe had a quarrel over answering machine message.]
Definition: to be in a situation in which your opponent is as good as you or better; 棋逢对手

Read more »

Five Expressions Every Day (3)

Posted on 2018-03-26 | In English | 0 comments

1. state of the art

Source: Wayne: I spent two years developing this machine, it’s absolutely state of the art. [Friends S06E21, when Wayne talked his robot.]
Definition: using the most modern and recently developed methods, materials, or knowledge
eg. His new laptop is state-of-the-art.

Read more »

Five Expressions Every Day (2)

Posted on 2018-03-25 | In English | 0 comments

1. unsolicited

Source: rules for unsolicited information [Health Information Privacy Code (Health 101)]
Definition: not asked for and often not wanted
eg. unsolicited advice/unsolicited calls

Read more »

Five Expressions Every Day (1)

Posted on 2018-03-23 | In English | 0 comments

1. “re:” in the subject line of emails

Most people take this “re:” to stand for ‘reference’ or ‘regarding’. However, this is a misconception. What “re” actually stands for is the Latin word “res”. “Re” is the ablative form of the noun “res”, which means ‘thing’ or ‘affair’. Therefore, “re” means ‘about the thing’ or ‘about the affair’.

Read more »

Getting Started with WPF

Posted on 2018-03-22 | In Tech | 0 comments

Windows Presentation Foundation (WPF) is a UI framework that creates desktop client applications, and it is a subset of the .NET Framework. The WPF development platform supports a broad set of application development features, including an application model, resources, controls, graphics, layout, data binding, documents, and security. WPF uses the Extensible Application Markup Language (XAML) to provide a declarative model for application programming.

Read more »

Notes from Professional JavaScript for Web Developers (1)

Posted on 2018-02-09 | In Tech | 0 comments

Professional JavaScript for Web Developers
I planned to finish Professional JavaScript for Web Developers 3rd Edition within three months. I downloaded an electronic version from Github, and the main content has 900 pages. I would read 10 pages daily after work on average, then I need 90 days for 900 pages from Feb 10 - May 10.

Read more »

Javascript Questions

Posted on 2018-02-08 | In Tech | 0 comments

Javascript
To have a deep understanding of Javascript by some questions gathering from websites.

Read more »

Start with Symfony

Posted on 2018-01-30 | In Tech | 0 comments

I would like to try generate entities from my existing database. Unfortunately, I was always receiving this error message:

1
2
[Symfony\Component\Debug\Exception\ContextErrorException] 
Warning: A non-numeric value encountered

I tried a couple of key words to google, and finally I found the answer from this link. It’s a very simple command:

1
composer update
12
Chong Wang

Chong Wang

 Auckland, NZ

15 posts
2 categories
22 tags
GitHub Linkedin E-Mail Wechat
© 2018 Chong Wang
0%