https://www.youtube.com/watch?v=OFgxAFdxYAQ
Cliff Click, during the Q/A, talks about not using getters and setters if you really really care about performance. One of the reasons being that there is...
Just thinking about moving away from PHP in general and to NodeJS. I can definitely make my own blog in NodeJS nowadays without any worries about security updates and etc. Blog from anywhere too si...
It has been quite awhile since I last posted here. Last post, I complained about Citibank's initial setup which was in Nov 2016! and it is almost Sept 2017!
My biggest project has been released at w...
Two weeks ago from today November 15, I opened an Access account at Citibank through their online application. I've never seen a bank account that is online-only, so it is fitting that I sign up on...
Decided to start off an "Interesting things in Software" post to start logging things that I found interesting to read about.
Sonification of Algorithms
It is all about assigning a sound effect (esse...
I am going to assume you know what pointers are for and why you use them. If not, please go learn about stack and heap memory.
If you are like me, you know raw pointers look like this: `int * someNu...
Just watch this:
https://www.youtube.com/watch?v=iLiDezv_Frk and learn why C++ does what it does.
*Mic drop*
When I used to hangout in IRC gamedev channels, template metaprogramming was that arcane and cryptic thing to me... It still is. Why would anyone use it anyway? How does it make life easier for me?...
To start off, I'm using a Mac and you know we have homebrew to install things, so lets use it to use boost in our C++ program.
To install homebrew:
Go to
http://brew.sh/ and you follow the instructio...