Duck, Duck, Ruby: Duck Typing in Ruby
The implementation of the Ruby language is built using duck typing and it would seem wise to build our Ruby applications in that way.
Continue ReadingJarrod studied computer science at Louisiana State University, where he discovered the challenge and excitement of writing code. He is passionated about open source software, and enjoys writing scripts to automate anything and everything. If he is not coding at his computer you can find him hanging with friends or reading a good book.
jerryg311
The implementation of the Ruby language is built using duck typing and it would seem wise to build our Ruby applications in that way.
Continue Reading
I value the education I received from college, but I have learned in today’s world, going to college is not a requirement to becoming a good developer.
Continue Reading
In this post we will explore the JSON API format and how it can be used to make interacting with your API consistent and easy.
Continue Reading
Let’s break down how the virtual DOM works in order to see how it can provide updates to the browser’s DOM faster than manually manipulating the DOM.
Continue Reading