Mềm yếu và dũng cảm.

Tuổi thơ chị em tôi lớn lên trong một căn nhà bằng gỗ, với tôi, mọi ngóc ngách, màu sắc của viên gạch trong nhà tôi vẫn còn nhớ rõ. Vì trong căn nhà nhỏ đó, mẹ tôi đã chỉ tôi quét, lau và giữ gìn nó ra sao. Hồi lúc đó còn nhỏ chắc lớp bốn lớp năm gì đó, tôi có lần nghĩ: “Mẹ kĩ ghê, nhà mình ít ai tới thăm mà mẹ quét mỗi ngày ba bốn lần”. Sau này suy nghĩ hơn tôi biết, đó không chỉ là căn nhà mà còn là mái ấm, … continue

What are Frameworks?

framework is a hierarchical directory that encapsulates shared resources, such as a dynamic shared library, nib files, image files, localized strings, header files, and reference documentation in a single package. Multiple applications can use all of these resources simultaneously. The system loads them into memory as needed and shares the one copy of the resource among all applications whenever possible. (Apple)

What are SDKs?

The term “SDK” generally refers to a possibly large collection of frameworks and libraries. (StackOverflow)

What are Libraries?

A library is a set of code that was previously written, that can … continue

How could it happen?

Making a mistake is one of the worst you can do at work, especially whilst working in a country like Singapore. If you want to be a professional, don’t make mistake. And yesterday, I made one. But allow me to tell a bit about my working environment 🙂

We are a small, young, creative and innovating company which is growing and moving fast. We want to take the first position in mind of Singapore’s people and around SEA when they really want to buy Insurance to cover their beloved belonging like expensive smartphones, transit, and travel. We have a small, … continue

Một bông hoa dại.

“Hôm nay anh thế nào”?

Tôi ngẩn đầu lên vì câu hỏi trong lúc đứng chờ tàu ở ga Outram Park. Có thể nói đây là trạm trung chuyển giữa tuyến Đông-Tây và Đông-Bắc, cứ mỗi 2-3 phút lại có 1 chuyến tới và rời đi sau 10 giây Rất nhanh và tiện lợi nên nhiều đồng nghiệp của tôi đổi tàu ở đây.

Tôi không bất ngờ bởi câu hỏi, vì trong gần nữa năm trở lại đây, tôi gặp cô ấy rất nhiều lần trong lúc chờ tàu, đến nỗi những bất ngờ trong lúc tình cờ chờ … continue

Principles of REST

Client-Server Mandate

This mandate underscores the fact that REST is a distributed approach via the nature of the separation between client and server. Each service has multiple capabilities and listens for requests. Requests are made by a consumer and accepted or rejected by the server.

Statelessness

Due to the nature of statelessness, it is a guiding principle of RESTful architecture. It mandates what kind of commands can be offered between client and server. Implementing stateless requests means the communication between consumer and service is initiated by the request, and the request contains all the information necessary for the server to … continue

Có lẽ mình sẽ không ở đây lâu đâu..

Hôm nay tôi lại dậy sớm, và nó lại là một ngày chủ nhật. Có lẽ vì lạ chỗ và tôi cũng háo hức muốn nhìn cảnh từ phòng mình, vì đây là đêm đầu tiên ở chỗ mới.

 

Chắc bạn cũng đã có cảm giác thức dậy ở một nơi xa lạ và nhìn ra ngoài vào buổi sớm, mọi thứ rất tuyệt vời. Nơi tôi nằm là cạnh sát cửa sổ, nó là một cái cửa sổ rất lớn và rộng, tôi có thể vừa nằm vừa ngắm thành phố và những con đường từ độ cao … continue