Tag: good software

Refresh!

It has been almost a month since I last posted about the things I have learned during my time reading Write Great Code: Understand the Machine. Therefore, I think it is time to have a little visit back to the content to freshen up my mind before continueing to post further. This will not only…

By Rosa January 6, 2019 0

Computer Numbers: Binary & Hexadecimal

Last time, I talked about numbering systems and especially how the base numbering system works. We already know the decimal system best of all, because we use it every day. However, the computer is not fond of this system. It rather uses the binary systems for its numeric representations. But what has the hexadecimal systems…

By Rosa December 9, 2018 0

Understand the Machine

Approved by Valentin Utkin When programmers are writing code, they feel like computer gods and their code is the best. And sometimes it is true! However, more often than not, their code is not efficient or the programmer used a shortcut or dirty code to get something to work. Sometimes, the inexperience of the programmer…

By Rosa December 6, 2018 0