Blogs
Welcome to Modi’s developer blog. I learn by doing and I share things along my learning journey.
What is "Resource Acquisition Is Initialization (RAII)" and how does it make C++ safe?
·4 mins
The basic idea is to represent a resource by a local object, so that the local object’s destructor will release the resource.
POST vs. GET ... When to use which?
·3 mins
POST and GET are both HTTP method that can be use to send data, but when to use which?
10 件我希望讀研究所前知道的事
·1 min
如果研究所重來我會想做出什麼改變?有什麼事情是我想告訴當時的自己?
Make it work, make it right, make it fast
·2 mins
Making software project the right way.