Sublime Text 2 Cheatsheets
They say that a workman is only as good as his tools, and the same is true for a web developer.
The more you know about the tools, the better you'll get at performing the task at hand. There are now many tools that can speed up web development - from Browser Developer Tools to build scripts like Grunt; but the most important tool of all is the tool you write your code in - your code editor. For me, that's Sublime Text 2 and there are a ton of keyboard shortcuts available to make life easier available.
So as my Christmas present to you, here are 2 cheatsheets (one for Mac, one for Windows) so you can learn and reference those shortcuts to improve yourself and your developer skills.
PC (click thumbnail to open):
MAC (click thumbnail to open):
Have a great Christmas everyone!
More Blog Posts
Observability with Slack Workflows
I recently needed to keep an eye on a third party's rate limit during a product launch, and Slack Workflows seemed like a nice solution to alert me to issues. Let's take a look at how it worked.
Peacetime vs Wartime
Your monolith is buckling under heavy traffic growth. The quick fix is to beef up the server through vertical scaling and buy yourself six months. The right fix is a four month microservices migration that will either save the company or kill it if you miss the deadline. Meanwhile your $2m client is demanding new features or they'll go elsewhere.
From Sprawl to Structure
The business is growing, and your engineering team is too. Great news - until the sprawl sets in. How can your teams and processes scale with consistency and maturity?
Ship Fast, Scale Clean - Building MVPs That Last
Your founder comes to you with the classic Minimum Viable Product (MVP) dilemma. We need to build quickly for speed to market, but make it maintainable so it can scale as we grow.