Blogs

Date in Javascript vs C#

20 Mar 2020
Date usage in Javascript and C# are very similar. Here is the comparison of the common methods that I use frequently.

Is 'abc' subsequence of 'ahbgdc'?

20 Apr 2019
Problem Given a string s and a string t, check if s is subsequence of t. You may assume that there is only lower case English letters in both s and t. t is potentially a very long (length ~= 500,000) string, and s is a short string (<=100). A subsequence of a string is a new string which is formed from the original string by deleting some (can be none) of the characters without disturbing the relative positions of the remaining characters.

5 Reasons Why You Should Have A Technical Blog

5 Mar 2019
What is technical blog? A technical blog is a blog which is involving or concerned with applied and professional knowledge. Some people might think technical blog is belonged to a programmer or tech person. In my point of view, everyone can have your own technical blog, and you should have it. For instance, a programmer can share the debugging experience, tutorial of building a web app on the technical blog. An eCommerce seller can share the tips …