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.
Five Expressions Every Day (5)
Five Expressions Every Day (4)
Five Expressions Every Day (3)
Five Expressions Every Day (2)
Five Expressions Every Day (1)
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’.
Getting Started with WPF
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.
Notes from Professional JavaScript for Web Developers (1)
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.
Javascript Questions
To have a deep understanding of Javascript by some questions gathering from websites.
Start with Symfony
I would like to try generate entities from my existing database. Unfortunately, I was always receiving this error message:
1 | [Symfony\Component\Debug\Exception\ContextErrorException] |
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 |