7 More Mac Apps to Boost Development Productivity
2024 Edition

Welcome to my blog ππ½
I'm a Front-End Developer with a passion for learning!
I write about Programming π©π½βπ» and Productivity Tips β
Search for a command to run...
2024 Edition

Welcome to my blog ππ½
I'm a Front-End Developer with a passion for learning!
I write about Programming π©π½βπ» and Productivity Tips β
No comments yet. Be the first to comment.
This series contains articles covering my favorite apps, workflows, or tips that I think can help boost a developers productivity.
With all the AI tools popping up these days, I figured I'd try out some speech-to-text software in an attempt to boost my productivity. I've been hearing a lot about βdeveloping at the speed of thoughtβ, so here's a list of the top speech-to-text sof...
Although my experience is primarily with front-end development, my current job is affording me the opportunity to do more full-stack work. Naturally, this meant that I needed to explore the different database GUIs available on the market. Here is a l...

A Note on the Series: Fast Fridays π is a series where you will find fast, short, and sweet tips/hacks that you may or may not be aware of. I will try to provide these (fairly) regularly on Fridays. In this Fast Friday tip, I'll explain how to crea...

Over the past year, Iβve started incorporating a Git GUI into my workflow. I still reach for the terminal about 90% of the time, but Iβve found that a GUI can really shine when it comes to things like viewing diffs, checking stashes, or resolving mer...

Simplifying Branch Management with Git Worktree

With all the AI tools popping up these days, I figured I'd try out some speech-to-text software in an attempt to boost my productivity. I've been hearing a lot about βdeveloping at the speed of thoughtβ, so here's a list of the top speech-to-text sof...

I wrote a similarly titled article back in 2020 including a list of the main apps I use as a full-time developer. Since that was one of my most popular articles and the list of apps I currently use has changed a bit, I thought it would be helpful to write an updated blog post on this topic. Hope you enjoy!
Raycast provides a collection of powerful productivity tools all within an extendable launcher. With its fast and customizable interface, you can search files, run commands, manage apps, and even extend functionality with community-built plugins.
Iβve known about Raycast for a while but was an avid Alfred user for years. I finally made the switch this year and have been happy with the results.

π Free | π Check out Raycast
Shottr is a lightweight screenshot tool designed specifically for macOS. Packed with features like pixel-perfect zoom, text recognition (OCR), and annotation tools, itβs perfect for developers and designers who need to capture and share ideas quickly.

π Free | π Check out Shottr
RunJS is a fast and efficient tool for prototyping JavaScript and TypeScript. It serves as a playground or scratchpad, allowing you to write and execute code seamlessly. The output of your code is displayed side-by-side with the editor, providing instant feedback.
RunJS allows you to install npm packages, making it a good fit for testing and experimenting with libraries. It also allows you to save and organize snippets into a collection for quick and easy access.

π π° Freemium | π Check out RunJS
Rectangle is an open-source, window management tool based on Spectacle (the deprecated window manager I mentioned in my last rendition of this post). Rectangle allows you to move and resize windows using keyboard shortcuts or snap areas. Macs still do not have this feature natively, making this a very handy tool.

π Free | π Check out Rectangle
Eagle is a versatile digital asset management tool designed to help developers, designers, and creatives stay organized. With features like smart folders, tagging, and powerful search capabilities, it lets you effortlessly manage and categorize images, videos, fonts, and other design resources. Eagle streamlines your workflow, ensuring your inspiration and assets are always at your fingertips.

π° Paid | π Check out Eagle
Bruno is a lightweight, open-source, Postman alternative that aims to reinvent the API client. Some of its differentiators includes a native Git integration and offline-only capabilities.
π Free | π Check out Bruno
P.S. Thunder Client is another alternative if youβre looking for an API client that you can use directly inside VS Code.
PixelSnap is a precision measurement tool that makes it effortless to measure anything on your screen. Ideal for developers and designers, it lets you quickly find distances between objects, dimensions of UI elements, or even gaps in layouts. With its smart snapping and intuitive interface, PixelSnap saves time and ensures pixel-perfect accuracy in your work.

π° Paid | π Check out PixelSnap 2
I hope you will find these apps to be a helpful and productive addition to your workflow. Remember to check out my related article, 7 Free Mac Apps to Boost Development Productivity, for a list of other apps that you may want to add to your toolkit.
As always, thank you for reading, and happy coding!