7 Productivity Hacks to Give Your Coding a Boost

Joe Warren
codeburst
Published in
4 min readJan 3, 2018

--

Photographer: William Iven

Time is money, and a wise person once told me to work smarter not harder. There are countless apps and extensions designed to improve your efficiency, and I will be focusing on 7 of my favorites when coding.

Speed listening — Speed listening is something that I still can’t believe I wasn’t previously utilizing. As a podcast enthusiast and as someone who often learns via videos, having the ability to adjust playback speeds has dramatically increased the amount of content that I’m able to consume each day.

Using Video Speed Controller to Change Video Speed

This is especially useful when watching longer programming videos. Not all video platforms have speed controls available for users. For video platforms without speed controls, I use the Video Speed Controller Chrome extension.

Clipy — The Clipy clipboard extension has felt like a life saver! Clipy keeps a history of things you’ve copied to your clipboard. This saves me time from having to recopy things over and over.

Using Clipy to select a previously copied line of text

For example, if I’m going to be using multiple hex color codes, I can copy them all at once and select from my list. My settings are currently configured to keep the last 30 items. Unfortunately for non-Mac users, Clipy is only available on Mac (as of this writing).

Stylish — The Stylish Chrome extension provides custom themes for websites. I love night themes, and Stylish provides a night theme for most sites. In the gif below, you can see what GitHub and Medium look like with Stylish night themes.

Using Stylish to switch to a night theme on GitHub

The night themes feel much better on my eyes which is very helpful when switching from a dark terminal or text editor.

PesticideThe Pesticide Chrome extension provides outlining of elements to better see placement on the page. This app is incredibly helpful when arranging items in CSS.

Pesticide outlining elements on the page

Pesticide can help clear up confusion when working with positioning. When your divs are not behaving properly, check with Pesticide to see if things are set up the way you think they are. You can also use Pesticide on other websites to see how everything is nested and positioned.

Wappalyzer and BuiltWith — Both of these Chrome extensions provide details about the technology that was used to build a website. These handy tools provide instant insight and information about the development of any page you visit.

Demonstration of Wappalyzer and BuiltWith on Netflix site

Trello — I didn’t initially like Trello, but it has become my go-to productivity app. It took me awhile to get used to it, but after giving it some time, I immediately grew attached.

Example of a Trello task list

Trello provides all kinds of productivity and customization features to help you stay organized with things such as tasks, goals, and to-do lists. It also has great collaboration capabilities. Trello’s mobile app is just as smooth, so I’m often adding tasks and ideas while on the go.

White Noise Generator — Working in a noisy environment, I rely heavily on a white noise generator. There are many options out there, but this is the site that I’ve relied on to block out surrounding noise.

Image of White Noise Generator

Although I can work in the midst of noise, I prefer to work in a quiet environment. White noise doesn’t create silence, but it at least drowns out surrounding noise. White noise also has many health benefits.

BONUS: MeetUp

Meetup.com is what really kicked off my journey into coding, so I am very adamant about introducing others to it. The morning that I decided to pursue coding, I simply Googled ‘tech events near me.’ Meetup.com appeared with a list of multiple tech events near me for each day of the week. By attending Meetups, I’ve met people, gained friends, learned new things for free, and have also received emails with exclusive info such as how to sign up for Google’s Sandbox event.

Example of list of tech events on Meetup

Eventbrite is another good site for finding events. No matter what you are interested in, these sites/apps will likely have an event for it. Many events provide free food as well. So get out there and connect with people while eating food and learning new tech for free (most of the times)!

What are your favorite productivity hacks? Do you have any thoughts, comments or questions? Leave a comment below or connect with me on LinkedIn.

--

--