Hunter Tran's Blog

Share to be shared

In a list of checkbox, it’s convenient to have a Select all option at the top. But this option is not as simple as it seems. Let’s walk through the ideas, and the logic behind it.

Read more »

This is part 2 of post “XAML for beginner”. In this part, I will introduce the list control: ListBox, GridView. Also included a super short introduction to MVVM and data binding in XAML.

Read more »

A few years back, Microsoft was betting on Windows Phone. Could you guess which language they use to develop apps for these shiny new phones? It’s XAML.

In this post, I will introduce the most basic concept of XAML layout, as well as how to use them in your personal project.

Read more »

Boolean data type represents the true/false value. If you create a class with multiple booleans, here are some tips and tricks to optimize them. This will include using bitwise operations and how to flatten them for display on UI.

Read more »

Designing a system that could serve millions of requests will always be a big challenge. Fortunately, there are multiple solutions to this problem. Depending on how large your system could be, you could utilize these solutions or combine them for a better result.

Read more »

For a long time, my reputation points on StackOverflow (SO) were just around 200. You get 100 by just registering an account. If your reputation score is high, you can brag about it in your CV, or even better, landing your next dream job. In this blog post, I will tell you the story of how I can get +10 reputations EVERY DAY.

Read more »

When I’m looking for numbers in my recent research, I need reliable surveys/market share statistics in computer technologies. So here is a list of them:

Read more »
0%