Helpful shortcuts for developers

Phanendra Guptha Katta
2 min readMay 22, 2021

Being a developer, we work with online code editors for testing functionality in an isolated environment or maybe for exploring a package and create a number of repositories based on the projects we work on. The below-mentioned shortcuts help you to make that process fast.

Online Code Editors

pen.new ⇒ Prototype your frontend code in CodePen’s online development sandbox.

csb.new ⇒ Create a new project online with CodeSandbox.

react.new ⇒ Create a new React project online with CodeSandbox.

vue.new ⇒ Create a new vue.js project online with CodeSandbox.

ng.new ⇒ Create a new Angular project online CodeSandbox.

svelte.new ⇒ Create a new Svelte project using CodeSandbox.

Version controllers

github.new or repo.new ⇒ Open new GitHub repository.

gist.new ⇒ Open new GitHub Gist.

bitbucket.new ⇒ Open a new Bitbucket repository.

Blogging

medium.new or story.new ⇒ Create a new story on Medium.

hn.new ⇒ Create a new developer blog post using hashnode.

Bonus Tip

--

--