你将学到什么
How to go from idea to design, and from design to code
How to integrate with web API's like Google Firebase to build a modern web application
How to take the anxiety and guesswork out of coding with analytical debugging
课程概况
Do you want to experience what it is to go from idea to code? If so, this is the place for you! This is the third course in the Coding for Designers, Managers, and Entrepreneurs Specialization. If you’re a hands-on collaborator with developers, this course is specifically designed for you. In this course, we’re going to focus on creating application logic (controllers) with Javascript, including interfaces to external API’s and resources you can leverage to do a lot quickly. This course and its specialization will help you build a creative confidence and competence that will make you an even better collaborator on digital projects.
课程大纲
Automating Your Gruntwork with Javascript
At its core, software is about automating tasks that machines can do better than humans, and you'll go straight to the heart of that with this week's case and related practice. You'll use Javascript to extract, transform, and load/render external data- a Google Sheet.
Creating & Managing Users with Google Firebase
More than ever, modern software development is about integrating pre-existing code and services. Rarely is a modern application built from scratch. As you’ve seen, creating and maintaining code is a lot of work, so it’s better to leverage basic building blocks that someone else has created and is maintaining. This week, you’ll work with some code that interfaces to Google’s Firebase, a popular ‘back end as a service’ platform.