CMSC335 (Spring 2022)
Web Application Development with JavaScript
	Syllabus
	Introduction
	
		Web Application Development with JavaScript
		provides an introduction to modern ways of developing Web Applications/Services using JavaScript for both front-end and back-end. The course covers topics on fundamental JavaScript language constructs, server-side JavaScript, back-end data persistence, and client-side JavaScript to build Web Applications that interact with Web services and back-end databases.
		
	
	Prerequisites
	
		Minimum grade of C- in CMSC216 and CMSC250.
	
	Credits
	
		Credits → 3
	
	Learning Outcomes
	
		Students will demonstrate the ability to:
	
	
		- Understand and develop web pages using HTML and CSS features.
- Use JavaScript language constructs for developing dynamic web pages.
- Understand the behavior (interaction with web pages) of code written in JavaScript.
- Use JavaScript to develop web services that interacts with 3rd-party services via web APIs.
- Understand the mechanism to provide data persistence in the back end.
- Use client-side JavaScript framework/libraries to develop single page applications (SPAs) interacting with web APIs.
Coordinators
	
		Nelson Padua-Perez, Office:
		IRB 2210
	
	Textbook
	
	
		No required textbook.
	
	Class Format
	
		- Lectures be recorded (if this represents a problem for you contact your instructor).
- No quizzes, no pop quizzes.
- Lecture attendance is not required
- You do not need to notify your instructor if you will be missing lecture, unless
			graded material (e.g., exam) takes place on that particular lecture.
- We may have a limited number of online office hours in addition to on-campus office hours.
- Students are expected to abide by the university health guidelines (e.g., masks in
			lecture).
- Email should be used for urgent matters and not to
			address project questions, lecture material questions, etc.
- The above format will be updated in case the class moves to an online format.
- The course will have approximately seven programming assignments (projects/exercises). There will be no semester-long projects
- All programming assignments will be individually developed, unless specified otherwise.
Course Topics (Subject to Change)
	
		- HTM5
- HTML5 APIs
- CSS, CSS Preprocessors
- Page Layouts (CSS Grid Layout, CSS Flexbox Layout)
- Single Page Applications
- JavaScript
			
				- Variables, data types, expressions, operators
- Conditional, iteration, statements
- Functions, arrays
- Prototypes, inheritance and Object-Oriented JS
- ES6 syntax
- DOM, events, events handling
- Modules
- JavaScript standard library
- Iterators and generators
- Asychronous JavaScript
 
- Server-Side JavaScript
			
				- Introduction to Node.js
- Express
- Data persistence with MongoDB
- User authorization and authentication
- Data validation on the backend
- Unit testing, integration testing using Postman
 
- Introduction to React
- Miscellaneous
Grading
	
		
			
				
					| 50% | Programming Assignments (e.g., exercises, projects) | 
				
					| 30% | Semester Exams (2), (15% and 15%) | 
				
					| 20% | Final Exam | 
			
		
	  
	Grading Concerns
	
		It is your responsibility to submit regrade requests by a
			specified deadline; no regrade requests will be processed afterwards.
			Deadlines to address any grading concerns will be available
			at Grading Concerns.
		
	
	Assignments
	
		- Deadlines -
			All assignments are due at 11:55 pm and you have until
			11:55 pm of the next day to submit your work with
			a 12% penalty. You will not receive any credit for
			a submission after the late date, except the Good Faith Attempt credit
			(additional information below).
            The submit server will use 11:56 pm as the deadline, otherwise
            assignments submitted exactly at 11:55 pm will be considered late.
            The actual deadline for assignments is 11:55 pm.
		
- Submit Server -
			You need to use the
			submit server to submit
			you work. We will not accept work submitted otherwise (e.g.,
			email, etc.).
		
- Which Assignments Gets Graded -
			Your last on time submission. If you have a late submission(s), no on time submission will be graded and only the last late submission will be graded.
		
- Good Faith Attempt (GFA) -
			You must satisfy a minimum set of requirements (Good Faith Attempt (GFA)) for most programming assignments, otherwise you will fail the course (automatic
			grade of F). GFAs are not due at the end of the semester (a common misunderstanding). GFAs requirements and deadline are available at
			at CMSC335 GFAs.
		
- Closed Assignments -
			All programming assignments in this course are
				to be written individually (unless explicitly
				indicated otherwise).
			
		
- No Pop Quizzes -
			There are no quizzes or pop quizzes.
		
Regarding Posting of Assignments' Solutions/Implementations
	
		- 
				Posting of any assignment solution (even after the course is over)
				in a publicly available online location (e.g., github, Chegg) is prohibited under
				the Code of Academic Integrity (facilitation of academic dishonesty). Any
				student responsible for publicly posting assignments' solutions will be reported
				to the Office of Student Conduct and risks the sanction of an "XF" in the course.
			
		
- 
			Posting of your assignments in a private repository where only selected
			people (e.g., potential employers) have access is OK.
		
TA Room/Office Hours
	
		Office hours get extremely busy the day before an assignment deadline and getting help
		is not guaranteed. Please start your assignments early so you can address any problems
		during office hours.
	
	Backups
	
		You are responsible for creating backups of your work. You may use the submit server as a backup tool by submitting often.
	
	Piazza
	
		We will be using (Piazza) for class
		communication. You will not be able to register to Piazza yourself.
		Your instructor will register you using the email address
		you have in the school system. Posting of any kind of code in Piazza is not allowed.
	
	Class Announcements
	
		You are responsible for checking announcements (at least twice a day) we
		post in the announcements Piazza folder.
	
	Excused Absence and Academic Accommodations
	
		See the section titled "Attendance and Missed Assignments"
		available at Course Related Policies.
	
	Accessibility
	
		See the section titled "Accessibility" available at
		Course
			Related Policies.
	
	Academic Integrity
	Please read this information carefully. We take academic integrity
			matters seriously.
	
	
		- 
			Academic dishonesty includes not only cheating, fabrication,
			and plagiarism, but also includes helping other students commit acts of
			academic dishonesty by allowing them to obtain copies of your work. All
			submitted work must be your own. Cases of academic dishonesty
			will be pursued to the fullest extent possible as stipulated by the
			Office of Student Conduct.
		
- Situations that often lead to academic integrity violations:
			
				- A student's friend/roommate shares an assignment's code. Once you provide
					your code to another student, you are a facilitator, even if you indicate to the student "not to copy-paste" any of it. Actually we had a case in which a student CS degree was revoked for this reason.
				
- Students use online resources (github, Chegg, etc.) to find assignments' solutions.
					The solutions are found by several students and all will be involved in an
					academic case.
				
- Students assume we don't have tools that check for similarities among all students' submissions.
				
- Students get desperate and don't want a 0 in the assignment.
				
- Students are not aware of the expectations regarding academic integrity.
				
- Students assume we don't take academic integrity matters seriously.
- You should only receive assistance from instructors/TAs. We have seen cases
					in which the use of tutors have led to academic integrity violations (e.g., tutors
					looked for assignment's solutions online).
 
- 
				The Office of Student Conduct is responsible for handling academic integrity matters. After a report is submitted by an instructor, the case is evaluated by the office and it could result in an XF grade, degree revocation, or dismissal from the university.
			
		
- 
			One of the most negative consequences of academic integrity violations is the emotional burden an academic integrity case has on a student. We have seen students extremely distraught as a result of an academic integrity violation. In many cases students chances for recommendations, TA positions, and other opportunities are negatively affected.
		
- Please read the section titled "Academic Integrity" available at
			Course Related Policies
			and the information available at
			 Academic Integrity
		
Class Concerns
	
		If you or your parents have any class concerns, feel free to contact
		the instructor. If an issue arises with the instructor, report it using
		the form available at https://www.cs.umd.edu/classconcern.
	
	Miscellaneous
	
		- 
			At the end of the semester visit (www.courseevalum.umd.edu) to
			complete your course evaluations.
		
- 
				Contact your instructor, the Counseling Center, or both, if you are experiencing difficulties that affect your performance in your courses.
			
		
- 
			UMD Course related policies are available at
			http://www.ugst.umd.edu/courserelatedpolicies.html.
		
- 
	                          We plan to record lectures and lab/discussion sessions, but
				                      technical problems may prevent us from creating a recording.
						                          You are still responsible for any material covered in lecture/lab.
									                  
Copyright
	
		All course materials are copyright UMCP, Department of Computer Science
		© 2022. All rights reserved. Students are permitted to use course
		materials for their own personal use only. Course materials may not be
		distributed publicly or provided to others (excepting other students in
		the course), in any way or format.