My Favorite Functions and Patterns: debounce
This is the fourth post on my favorite functions and patterns in functional programming. Today, I’m sharing the function `debounce`.
This is the fourth post on my favorite functions and patterns in functional programming. Today, I’m sharing the function `debounce`.
Welcome to the second installation in my series on functions and patterns in functional programming, featuring function: curry, named after Haskell Curry.
The Blockchain. I ignored it for so long. Too much hype. Too many stories of fraud. Those things are enough, but I absolutely hated…
Having this Elixir-to-Node bridge allows us to use a tried-and-tested JavaScript library for our app while we get our Elixir client off the ground.
Jason had a theory: He dislikes abbreviations and acronyms, ambiguity and magic. And he likes explicitness and clarity. So he wondered why some code naming conventions seem to punish verbosity (when it’s required) and what this all has to do with language naming conventions.
Blaze’s heart was so happy the day she discovered the ability to change font color based on the lightness or darkness of the background. She shares with you the magic of SCSS in this detailed post.
You’ve tested. You’ve deployed. Your work is out in the wild. Then – WHAT IS THAT on your bug report? Oh… You have users on Internet Explorer. Jason shares how to test using Windows Virtual Machine on the MacBook.
Don’t use JSON as a configuration file format, unless you have to. Here are all the reasons why – and what to use instead.
A great way to save hours of time is to always keep cross-browser best practices in mind throughout the process of developing a new site.
This purpose of this article is simply to give an up-to-date example of a React Google Maps component using ES6.
“There’s nothing you can’t do if you get the habits right.” I’d like to highlight the workspace essentials, processes, and resources that have been most useful in my learning process as an apprentice engineer.
I use relatively few plugins and try to keep my VIM environment as simple as possible. Here are the plugins I really like for a simple vim setup.
A deeper look at all of the tools in the Network Tab of the Chrome Developer Tools. Some may be common, but others may be unknown and potentially very useful to any developer.
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.