-
WordPress
WordPress get_permalink Example
While working on your WordPress theme or plugin, you might need to get the current posts permalink. Below, you will…
Read More » -
jQuery
jQuery Mousewheel Plugin Example
The aim of this example is to use the Mousewheel Plugin, a jQuery plugin that adds cross-browser mouse wheel support…
Read More » -
Ruby
Debugging a Memory Leak on Heroku
This is one of the most frequent questions I’m asked by Heroku Ruby customers: “How do I debug a memory…
Read More » -
Ruby
Your Preproduction Checklist for Your Rails App
Before we dive in to this extended preproduction checklist for a Rails app, you might ask, “Aren’t Brakeman and ongoing…
Read More » -
jQuery
jQuery onChange Event Example
The aim of this example is to go through the change() method of jQuery. What this method does is, basically,…
Read More » -
JavaScript
Developing Large-Scale Applications with TypeScript
As a front-end developer, you’ve probably heard about TypeScript. Maybe you even tried using it. But not many developers know…
Read More » -
jQuery
jQuery CSS add/remove Style Example
The aim of this example is to show how you can manipulate CSS, add or remove styling from elements in…
Read More » -
WordPress
WordPress get_option Example
WordPress has simplified a lot the way we approach functionality, as it has defined many PHP functions, some of them…
Read More » -
Web Dev
Highly productive web developers are T-shaped
Highly productive developers have a deep understanding of their specialization and are incredibly focused. They are rarely confused: they know…
Read More »