computerscience


post-576-thumbnail
Category Vs Design Pattern

In the previous post, we talked about atoms: objects and functions. In this post let's talk about bigger building blocks.

post-455-thumbnail
Function Vs Object

There is an ongoing discussion about the difference between object-oriented programming (OOP) and functional programming (FP). Let's talk about similarities instead. Let's talk about the main building blocks: functions and objects.

Why The Experience Matters…Even In New Technologies

Photo by Hal Gatewood Computer science offers us breakthroughs on seemingly a weekly basis. And as w...

post-341-thumbnail
Yet Another Way To Learn Recursion

Every semester, I pass around a survey to get some feedback on my teaching. This past semester someon...

Finding A Tech Job Made Easy

As a computer science graduate of Northern Illinois University. I would like to share my experience a...

Demystify Closures

In the previous post we implemented functions, but not about closures. Let's fix this.