Saying Hello
0110100001100101011011000110110001101111,Even something as simple as hello can seem strange and alien in machine language. Yet our world today in 2018 is shaped by 1’s and 0’s. These 1’s and 0’s represent state at the hardware level. it could be the voltage of a pulse or the change...
the nature of code
Code is truly a bizarre thing, symbols that move electrons around that allow you to read this blog post and it all boils down to 101011101000101111100010010
.
To me this is incredible and I often wonder if people really understand the magic that is happening in all the devi...
Programming in the works part two
I've been plugging away at this little quiz app in my spare time. Making time to program or code can be tough. It is like any other creative disipline, it takes me 20 minutes to get into the right mindset to even begin.
The hard part is getting over that initia...
in the works
The project: build a quiz application in JavaScript.
One of the big challenges in programming is solving problems. When presented with an idea for an app or program there's normally a few questions that run through my mind:
- Where do I start?
- Do I really know how to do this?
- W...