Full Stack Programming (5 cr)
Code: TTC2080-3032
General information
- Enrollment
-
01.08.2024 - 22.08.2024
Registration for the implementation has ended.
- Timing
-
26.08.2024 - 18.12.2024
Implementation has ended.
- Number of ECTS credits allocated
- 5 cr
- Local portion
- 5 cr
- Mode of delivery
- Face-to-face
- Unit
- School of Technology
- Campus
- Lutakko Campus
- Teaching languages
- Finnish
- Seats
- 0 - 35
- Degree programmes
- Bachelor's Degree Programme in Information and Communications Technology
Realization has 16 reservations. Total duration of reservations is 40 h 0 min.
Time | Topic | Location |
---|---|---|
Tue 27.08.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
P2_D330
Ohjelmointiluokka
|
Tue 03.09.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
P2_D330
Ohjelmointiluokka
|
Tue 10.09.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
P2_D330
Ohjelmointiluokka
|
Tue 17.09.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
P2_D330
Ohjelmointiluokka
|
Tue 24.09.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
Verkko/Online (KYHA)
|
Tue 01.10.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
P2_D330
Ohjelmointiluokka
|
Tue 08.10.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
P2_D330
Ohjelmointiluokka
|
Tue 22.10.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
P2_D330
Ohjelmointiluokka
|
Tue 29.10.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
P2_D330
Ohjelmointiluokka
|
Tue 05.11.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
Verkko/Online (KYHA)
|
Tue 12.11.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
P2_D330
Ohjelmointiluokka
|
Tue 19.11.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
P2_D330
Ohjelmointiluokka
|
Tue 26.11.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
P2_D330
Ohjelmointiluokka
|
Tue 03.12.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
P2_D330
Ohjelmointiluokka
|
Tue 10.12.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
Verkko/Online (KYHA)
|
Tue 17.12.2024 time 08:00 - 10:30 (2 h 30 min) |
Full Stack -ohjelmointi TTC2080-3032 |
P2_D330
Ohjelmointiluokka
|
Evaluation scale
0-5
Objective
Purpose:
After completing this course you are able to implement small-scale web applications used in real roles, carry out interface programming in a web browser as well as server programming on a server.
EUR-ACE Competences:
Knowledge and Understanding
Engineering Practice
Learning outcomes:
You know and understand the key tasks of both user interface programming performed by the web browser and server programming performed on the server as part of full stack programming. You know how to implement small web applications in which you use both user interface programming performed by the web browser and server programming performed on the server in the right roles.
Content
- web browser as programming environment
- JavaScript programming language
- DOM structure and manipulations
- HTML5 and JavaScript interfaces
- web server environment
- role of HTTP protocol in Full Stack programming
- cookies, session management, authentication methods
- utilization of external interfaces
- data security issues
- utilization of databases
Materials
Course material in GitLab / LabraNet service
Teaching methods
Lectures, exercises, research assignment. Can be studied virtually.
Completion alternatives
Recognition of prior learning
Student workload
Lectures 25h, exercises 80h, research assignment 30h
Assessment criteria, satisfactory (1)
Sufficient 1: You know the key building blocks of a Full Stack web application and the tools to create them. You are able to implement a simple Full Stack web application where the interface communicates with the server side.
Satisfactory 2: You know how to design and build a Full Stack web application where the interface communicates with the server side utilizing a database on the server.
Assessment criteria, good (3)
Good 3: You are able to design and implement Full Stack web application containing a CRUD functionality where data security has been taken into account. You are able to document the architecture of the implementation and the building blocks for the most parts.
Very good 4: You are able to design and implement such a Full Stack web application where the made choices have been justified. The implementation contains various user roles and authentication methods. You can purposefully synthesize such program libraries into the implementation that have not been directly introduced during the course.
Assessment criteria, excellent (5)
Excellent 5: Following good practices, you are able to design and implement such a Full Stack web application where the techniques introduced in the course have been extensively used and where the made choices are well justified. The implementation has been documented comprehensively and clearly. The application and the documentation are presented audio-visually. You are able to critically assess your own competence in the used solutions.
Qualifications
- basic skills in programming
- basic skills in web publishing (HTML and CSS)
- basic skills in database management