Nathan Kallman
Kallmanation

Kallmanation

Follow
homebadges
Tag

Computer Science

#computer-science

More content

Read more stories on Hashnode


Articles with this tag

De Morgan's Theorem

Apr 27, 20213 min read

In my last post, I hinted that De Morgan's Theorem makes "boolean code more readable" but that "we'll talk more about that later". Later is now! Let's...

De Morgan's Theorem

All you need is NAND, NAND, NAND; NAND is all you need!

Apr 19, 20215 min read

All animations courtesy of my Wireworld built in Svelte If you've spent any time programming, you may recognize the "big three" boolean operators:...

All you need is NAND, NAND, NAND; NAND is all you need!

The Conflicting Requirements of Voting

Nov 2, 20205 min read

_Cover photo by Element5 Digital on Unsplash_ To non-technical people it may seem odd that voting is not just done from a mobile app or website. All...

The Conflicting Requirements of Voting

Level up your debugging skills! Putting the Science into Computer Science

Jul 31, 20206 min read

Debugging problems differentiates successful programmers from the mediocre. The good news? It can be learned and improved! Just follow some basic...

Level up your debugging skills! Putting the Science into Computer Science

OOP vs FP: A comparison using "unconditional" FizzBuzz

Jul 21, 20204 min read

If you haven't read the subject of this article yet; check out the original challenge and look over both the functional and object-oriented...

OOP vs FP: A comparison using "unconditional" FizzBuzz

Unconditional Fizzbuzz: an Object-oriented approach

Jul 6, 20203 min read

If you haven't read the original challenge or the functional solution go ahead and give those a read before coming back here. Don't worry, I'll...

Unconditional Fizzbuzz: an Object-oriented approach