代做INFO1111: Computing 1A Professionalism 2025 Semester 1代做留学生Java程序

INFO1111: Computing 1A Professionalism

2025 Semester 1

Self-Learning Report

Task 1: Foundation:  Learning Vercel

Instructions

Important: This section should be removed prior to submission.

You should use this template to generate your self-learning report. Keep in mind the following key points:

Submissions: There will be three opportunities during the semester to submit this report. For each submission you can attempt one task (the Foundation Report is Task 1 ) and aim for a rating of ‘OK’ or ‘STRONG’. Each submission should use the same report template, but amended to include new information. You can only attempt the advanced task (the Advanced Report is Task 2) after you have achieved a ‘STRONG’ on the foundation task.

Minimum requirement: Remember that in order to pass the unit, you must achieve at least a rating of ‘OK’ on ‘Self-Learning Report (Task 1: Foundation)’.

Using this template: When completing each section you should remove the explanation text and replace it with your material. Your report should begin with the “Background” section.

Referencing: You should also ensure that any resources you use are suitably referenced, and references are included into the reference list at the end of this document. You should use the IEEE reference style. [1] (the reference included here shows you how this can be easily achieved)

Scenario

In New South Wales, strata-titled apartment buildings are governed by the Strata Schemes Management Act (2015). Each building is subdivided into units, or lots, and are collectively part of the Owners Corporation (aka body corporate) which is responsible for things like the maintenance of common areas, and insurance for the building. For this, owners pay levies into an administration fund and capital works fund.

The act sets out the responsibilities of the Strata Committee, which are elected representatives of the owners, responsible for managing the body corporate. There must be a Treasurer, Secretary and Chairperson, and it can have other members, up to a maximum of 9.

Imagine you have been elected to the committee and are now managing the building yourself. Design a website to support the management of the building.

Overview of the tool/technology to be self-learnt

Vercel is a cloud platform. for hosting web applications, particularly optimized for frontend frameworks and static sites. It enables developers to deploy web applications with ease, offering features like automatic CI/CD, serverless functions, and edge computing. Vercel supports popular frameworks like Next.js, React, Vue, and Svelte, allowing seamless deployment and scaling.

Knowing how to use Vercel and similar platforms to it is an important skill for several reasons:

Real-world application: Vercel (and similar platforms) are widely used in the industry for hosting modern web applications. Learning to deploy and manage applications on Vercel is a valuable skill for frontend and full-stack developers.

Seamless deployment: Vercel simplifies the deployment process with continuous integration and automatic previews, reducing the complexity of managing infrastructure.

Performance optimization: Vercel provides built-in performance optimizations such as edge caching and automatic scaling, ensuring fast and reliable applications.

Career readiness: Proficiency in using Vercel is beneficial for web development roles, as many companies leverage it or similar cloud platforms for rapid and efficient deployment workflows.

Steps and ratings for self-learning Vercel

The following is a list of steps you need to carry out to meet the goals of this report. For each step you must provide evidence that you have successfully carried out that step, as described in Section 4. above.

OK Rating

To achieve an “OK” rating you will need to self-learn how to do and demonstrate all of the following using Vercel:

1. Create a new project, name it something of your choice related to the Strata Management scenario which your website will be about.

2. Deploy a simple web application using Next.js, React, or another framework / template of your choice. Modify it to suit the scenario.

3. Connect a GitHub repository to Vercel for automatic deployments.

4. Set up environment variables in the Vercel project.

5. Upload static assets to the project (eg, images, PDFs)

STRONG Rating

To achieve a “STRONG” rating in addition to the above you will need to self-learn how to do and demonstrate all of the following using Vercel:

6. Configure the project settings, using the vercel.json file. Explain what the different options are, their effects and uses cases. Look into deployment regions, cron jobs and custom build commands.

7. Investigate serverless edge functions and make 3 functions that achieve something related to the strata scenario. How are edge functions different from regular serverless functions?

8. Make at least 5 new webpages on your website and demonstrate some basic features of HTML, CSS and JavaScript.

9. Create a HTML form. to receive information from users through POST and GET requests. Explain the difference between these types of HTTP requests. Also, investigate HTTP status codes and how you can implement a redirect in a serverless function.

1. Background

1.1. Motivations for self-learning:

Complete the Self-learning survey: motivations to reflect what motivates you to self-learn (i.e. to teach yourself to know something or to do something).

In this section, please decide what your goal for this project will be – what will be the purpose of your web application deployed on Vercel?

1.2. Effective self-learning and its challenges:

1.2.1. What is the most effective way you currently self-learn?

Write ~50 words describing what works best for you when self-learning.

1.2.2. What is the most difficult challenge for you when you are self-learning?

Write ~50 words describing what you find difficult when self-learning.

2. Journal of self-learning activities and reflections. Use the template Journal of self-learning activities and reflections to record each of your activities as you do them, along with your thoughts about the activity. Submit this journal weekly to show and discuss in each week’s tutorial. Use the Journal as a source of information for sections 5 and 6 of this template.

3. Self-learning Plan

3.1. Goals:

Your goals for this report are to:

1. Demonstrate your knowledge (understanding) of Vercel by carrying out the steps 1-9 in the instructions.

2. Demonstrate your skill in applying that knowledge to creating a website project using Vercel by carrying out the steps 1-9 in the instructions.

3. Evaluate your self-learning processes.

3.2. Schedule

3.2.1. List and describe the steps you will take to execute your plan and when you will complete them.

STEPS NO

DESCRIPTION

DATE

1

4. Results: evidence of the steps you have attempted from the instructions

Provide evidence for each step you have completed (e.g. in the form. of screenshots with annotations that explain what you have done in this screenshot and how it represents that). Document your process of accomplishing the requirements step by step, including how you achieved each one.

5. Evaluation

5.1. Knowledge and skills

QUESTIONS

YOUR ANSWER

1. To what extent did you reach the goals for this report?

2. What barriers did you face in reaching the goals?

3. What worked well for you in doing the report?

4. What was frustrating?

5. Other?.....

5.2. Reflect on your use of generative AI. Keep in mind, for this assignment any use of AI to write code and help with your learning is allowed an encouraged, however the University does not condone the use of the DeepSeek AI model. All students have access to Microsoft Copilot for free, read more here: How to use generative artificial intelligence in the classroom - The University of Sydney. You may also choose to use an AI-powered code editor (IDE) like Cursor or Windsurf.

QUESTIONS

YOUR ANSWER

1. To what extent did you use generative AI in this task? Provide an example of where you used AI.

2. What kinds of prompts were helpful? Did you ask follow-up questions? For what kinds of things?

3. What kinds of prompts were not helpful? Were there any instances of the AI model giving output which did not work or was not expected?

4. Imagine that AI was unavailable or its use was prohibited. Do you think you would you have been able to achieve the goals for this task? Why / why not?

5. Do you think that this task has improved your confidence with using AI? What new use cases of generative AI did you discover, and what applications do you think they will have for you in the future?

6. Identify and compare the aspects of the task that AI could help with, and the aspects that AI could not help with. Do you think that in the future, AI capabilities might expand even further to cover more of those things? How would you expect your role to adapt, if you imagine that this task was part of your job?

7. Other?.....

5.3. General self-learning learning processes

QUESTIONS

YOUR ANSWER

1. What worked?

2. What didn’t?

3. What would you do differently?

4. What did you learn about yourself?

5. What recommendations would you make to your future self? What about your past self (before you started the task)?

6. What would you recommend to someone else?

7. Other?.....

6. Learning sources

Learning Source - What source did you use? (Note: Include source details such as links to websites, videos etc.). Contribution to Learning - How did the source contribute to your learning (i.e. what did you use the source for?). You may use information from your Journal for this.

Learning Source - What source did you use? (Note: Include source details such as links to websites, videos etc.).

Contribution to Learning - How did the source contribute to your learning (i.e. what did you use the source for)?

Bibliography

[1] The University of Sydney, _Referencing and citation styles: IEEE,_ 2022, see https:

//libguides.library.usyd.edu.au/c.php?g=508212.


热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图