You have an idea. You already had a responsive web app, it works well for mobile. It leads you to the thought of having a…
5,944 total views, 1 views today
View More Authentication & WebView & React NativeYou have an idea. You already had a responsive web app, it works well for mobile. It leads you to the thought of having a…
5,944 total views, 1 views today
View More Authentication & WebView & React NativeNhân tiện mọi người có vẻ hào hứng về chủ đề nho nhỏ này và đang viết được, viết nôt kẻo ít hôm lại lười.…
4,168 total views
View More Singleton: dùng hay không?Bài trước về Singleton có thực sự dễ, tôi nhận được vài comment rất chuẩn về cách cài đặt xử lý với theading. Vì bài…
2,645 total views
View More Singleton.threading() in JavaKhi nói về Design Patterns, gần 100% những người tôi tiếp xúc đều thực hành Singleton như một design pattern phổ biến và dễ nhất…
6,096 total views
View More Singleton có thực sự dễ?Lập trình không dùng if-else, có được không? If-else thật xấu xí Đối diện với một bài toán, lập trình viên (LTV) thường phải trả…
2,917 total views
View More Anti-IF patternHere is my presentation for the workshop at CodeGym today about Design patterns. One of the biggest issue in training design patterns is the trainees don’t…
2,199 total views
View More Design patternsI will have a workshop at CodeGym at the end of this month about Design patterns. One of the biggest issue in training design patterns…
2,338 total views
View More Design patterns in real world problemHôm nay đồng nghiệp hỏi câu này: Tại sao nên viết như #a thay vì #b?
1 2 |
/* a. */ List<?> list = new ArrayList<?>(); /* b. */ ArrayList<?> list = new ArrayList<?>(); |
Tôi mở rộng câu hỏi thành: Sắp xếp…
2,838 total views
View More Abstract. More abstract.