Categories: ToolsWeb

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

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

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

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. 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.

Recent Posts

Agentic Reasoning Design Patterns in AI: Examples

In recent years, artificial intelligence (AI) has evolved to include more sophisticated and capable agents,…

3 weeks ago

LLMs for Adaptive Learning & Personalized Education

Adaptive learning helps in tailoring learning experiences to fit the unique needs of each student.…

4 weeks ago

Sparse Mixture of Experts (MoE) Models: Examples

With the increasing demand for more powerful machine learning (ML) systems that can handle diverse…

1 month ago

Anxiety Disorder Detection & Machine Learning Techniques

Anxiety is a common mental health condition that affects millions of people around the world.…

1 month ago

Confounder Features & Machine Learning Models: Examples

In machine learning, confounder features or variables can significantly affect the accuracy and validity of…

1 month ago

Credit Card Fraud Detection & Machine Learning

Last updated: 26 Sept, 2024 Credit card fraud detection is a major concern for credit…

1 month ago