Tutorials Page 61
Best 14 Web Tools Reviewed
The Internet is huge - that's ultimately a truism. But how can you choose from the great pool of information? If you are looking for resources in developing, let us help you. We have a comprehensive list with the latest sites that can let you deal...
Get Query String Parameters with JavaScript
Query string parameters have been incredibly useful on the server side since the internet took liftoff, but it wasn't until AJAX-driven web apps became popular that we relied too much on them on the client side. Not only do we grab parameter values but we also modify...
bind Function
We oftentimes assume that "native" APIs within the browser are fast -- at least faster than shims we create or have been using. I was surprised to recently read this StackOverflow thread which asserts that
Function.prototype.bind
is much slower than what you can shim. The thread cites...slow-deps to Measure NPM Install Time
The ability to quickly add dependencies to an npm project is a gift a curse -- the curse being you oftentimes have no control over those dependencies being available (i.e. the left-pad situation) and the have the potential to bloat your application or even increase project download time. The truth is...
45 Github Issues Dos and Don’ts
Many open source projects use Github Issues as the main medium of communication and tool for task management. Its openness and availability is one of their greatest strengths. But some quick tips will make you a much more responsible participant, especially in large projects. Reporting Issues Do open...
Prevent Bad Commits with husky
I've been contributing to the amazing A-Frame project, a library with allows you to create VR experiences using web technologies, and it's been a blast. The JavaScript code is very concise and uniform, making contribution a joy while keeping the code standards strict. Why is it so concise? The A-Frame project...
List Files in Human Readable Format
I maintain an older computer with a small hard drive. I use it mostly for storing MP3s, videos, and other types of basic media. Unfortunately I often get warnings that disk space is low and so I need to delete files I no longer need; i.e. music or movies...
Upcoming O’Reilly Conferences with 20% Discount!
O'Reilly has a few amazing conferences popping up in the short term that I'm excited to share. I also have an awesome discount code,
PC20DWALSH
, to save you 20% on conference fee! Velocity (DevOps & Web Perf) Conference September 19-22 - New York, NY Since 2008, Velocity...Runs Previous Command with Replace
For some reason most of my typos happen within iTerm, which is kind of funny when you consider most commands are super short.
gut push
doesn't do what I want, nor doeshg ammend
or any other command spelled wrong. Then you have to either retype the whole...Automatic Image Tagging with Cloudinary
Cloudinary serves so many purposes when it comes to your site's media: easy upload with any number of languages and methods, served from cloud and CDN for optimal speed, image manipulation on the fly by simple URL modification, and even background removal with one of their amazing add-ons.