7 Reasons Why One Should Try Chrome Dev Editor (CDE)

CDE - Chrome Dev Editor

The article presents information on Chrome Dev Editor which was made available to developers in Google IO 2014 event. I played with it and checked various different capabilities. If you think I missed on one or more cool features, please feel free to shout. Also, created a sample AngularJS Hello World program. Following picture represents the following:

  • Ability to clone GIT ptoject
  • Ability to create javascript web apps. Shown is AngularJS helloworld app.
CDE - Chrome Dev Editor

CDE – Chrome Dev Editor

Well, frankly speaking, to work with Javascript Web Apps, it is same like any other text editor. However, it brings following benefits to the table which makes it very attractive and WORTH A SPIN:

  1. IDE Features: With ease that it presents to create & manage web resources, it gives a feeling of working with an IDE like Eclipse. Like IDE, One could CREATE A PROJECT and then do following:
    • Add one or more files
    • Add one or more folders (segregate styles.css, and js files in different folders)
    • Import files
    • Import folders
    • Over and above all, RUN the project. This is the COOLEST FEATURE.
  2. One-Click Deploy: As one RUNs the project, the web app is opened on following URL, http://127.0.0.1:51792/<projectname>/index.html
  3. Clone Git Project: One could clone git project absolutely easily by just making use of project GIT URL. I tested with https://github.com/defunkt/dotjs.git and it downloaded entire project and made it ready for work. I right-clicked on the project and found that following could be done from within the editor:
    • Create branch
    • Switch branch
    • Commit changes
    • Push to Origin
  4. One-click Deploy to Chrome Web Store: The app could be easily deployed in the Chrome Web Store with just one-click.
  5. Deploy to Mobile: One could deploy the web app on mobile with one click deploy. This is also very cool feature that could provide one more reason to work with this IDE.
  6. Get started quickly with Google Web Projects: One could get started with google projects such as following in no time without need for any setup.
    • Dart (http://www.dartlang.org)
    • Polymer-project( http://www.polymer-project.org)
  7. Ease with Javascript Frameworks Evaluation: One could get started with javascript frameworks in no time. With feature such as one-click deploy, this makes it lot simpler to get started with evaluation of any javascript framework.

To summarize it all, I am stuck to it and recommend the readers to give it a spin. Am sure, you would love it. My favorite of all the above features is Clone Git Projects. Let me know what’s yours favorite.

….

[adsenseyu1]

Ajitesh Kumar
Follow me

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. For latest updates and blogs, follow us on Twitter. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking. Check out my other blog, Revive-n-Thrive.com
Posted in Tools, Web. Tagged with , .

Leave a Reply

Your email address will not be published. Required fields are marked *