-
Python
Testing PyMongo As A Black Pipe
This is the second article in my six-part series on “black pipe” testing. PyMongo, the official Python client for MongoDB,…
Read More » -
jQuery
jQuery Fadeout Example
In this example, the aim is to explain and use the .fadeOut() jQuery method. The fadeOut() method gradually changes the…
Read More » -
jQuery
jQuery slideToggle / slideUp / slideDown Example
In this example, we’ll be considering three popular jQuery methods .slideUp, .slideDown, .slideToggle. For your basic understanding, know that slideUp…
Read More » -
Ruby
Alternative Service Communication Using Pub/Sub
The HTTP protocol was designed for synchronous communication between two entities — for instance, a browser requesting a stylesheet or…
Read More » -
jQuery
jQuery Find Example
In this example we’re going to talk about the .find() method of jQuery. What this method does is kind of…
Read More » -
Ruby
How to Find Ruby Code Smells with Reek
Your Ruby code smells. And it’s okay — mine does, too! Maybe it has some long methods with too many…
Read More » -
Web Dev
How to find a path to mastery as a software developer
Planning out a software development career is hard at all stages of the game. There is no well-defined path to…
Read More » -
Web Dev
You’re not learning too slowly
Learning a new framework or language always feels slow and sluggish at first. I’m working on learning Ruby on Rails…
Read More » -
jQuery
jQuery Siblings Example
The aim of this example is to go through the .siblings() method of jQuery. Basically, the siblings() method returns all…
Read More »