From 48a2741da5822bfa6fa3953696ee216242111607 Mon Sep 17 00:00:00 2001 From: Vonschell Date: Fri, 11 Oct 2024 20:33:30 +0900 Subject: [PATCH 1/5] Vonschell's Advice --- advice/vonschell-adams-advice.html | 38 ++++++++++++++++++++++ vonschell-adams-advice.html | 51 ++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 advice/vonschell-adams-advice.html create mode 100644 vonschell-adams-advice.html diff --git a/advice/vonschell-adams-advice.html b/advice/vonschell-adams-advice.html new file mode 100644 index 00000000..7fc5fd7d --- /dev/null +++ b/advice/vonschell-adams-advice.html @@ -0,0 +1,38 @@ + + + + + + + Vonschell's Advice For Newbies + + + +
+ Back to Main Page +

Hi, my name is Vonschell and I have some advice for you!

+
+ +
+
+

Embrace the Learning Curve!

+

Coding can be challenging, especially when you're just starting out. It's important to understand + that everyone progresses at their own pace, and it's completely normal to feel overwhelmed at times. + Embrace the learning curve and give yourself permission to struggle. Break complex problems into + smaller, manageable pieces, and celebrate your progress along the way. Remember, persistence is key!

+ +

Practice, Practice and Practice!

+

Theory is important, but the real learning happens when you apply what you've learned. Dedicate time + each day to practice coding outside of the provided assignments. Work on small personal projects to + implement the theory learned into real life problems. The more you code, the more comfortable and + confident you'll become in your skills. Consistent practice will solidify your knowledge and prepare + you for real-world applications.

+
+
+ + + + + \ No newline at end of file diff --git a/vonschell-adams-advice.html b/vonschell-adams-advice.html new file mode 100644 index 00000000..29768206 --- /dev/null +++ b/vonschell-adams-advice.html @@ -0,0 +1,51 @@ + + + + + + + + Skillcrush's Advice For Newbies + + + + + +
+ Back to Main Page +

Hi, my name is Skillcrush and I have some advice for you!

+
+ +
+
+

Confusion is your friend!

+

When you start programming your first web app you are doing something that you have never done + before. It's a new challenge, a new opportunity, and in the case of software development, something + so specific that it's probably never been done before.

+ +

Confusion, therefore, is a sign that you are heading in the right direction. It's a signal that you + have engaged in the problem solving pursuit that is math and technology and that it's time for you + to dig deeper and keep going because clarity awaits.

+ +

Suspended disbelief plays an important role.

+

When you are learning a new technology, whether you are learning to write your first programming + language, or just the latest framework, you go through this uncomfortable phase where you know that + the code you are looking at is doing this THING but you don't understand HOW exactly it's happening. +

+ +

This is a normal part of the process of learning a new technology, and in fact, it's a critical part + of the process.

+ +

You see when you encounter a new programming language part of your learning process includes learning + to train your eye. The way to train your eye is to read a good deal of code even when you don't + totally understand what it's doing.

+
+
+ + + + + \ No newline at end of file From afeebb2620e7dccff2b2a474aa978c8c6ec5a16b Mon Sep 17 00:00:00 2001 From: Vonschell Date: Sat, 12 Oct 2024 13:02:18 +0900 Subject: [PATCH 2/5] Delete vonschell-adams-advice.html --- vonschell-adams-advice.html | 51 ------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 vonschell-adams-advice.html diff --git a/vonschell-adams-advice.html b/vonschell-adams-advice.html deleted file mode 100644 index 29768206..00000000 --- a/vonschell-adams-advice.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - Skillcrush's Advice For Newbies - - - - - -
- Back to Main Page -

Hi, my name is Skillcrush and I have some advice for you!

-
- -
-
-

Confusion is your friend!

-

When you start programming your first web app you are doing something that you have never done - before. It's a new challenge, a new opportunity, and in the case of software development, something - so specific that it's probably never been done before.

- -

Confusion, therefore, is a sign that you are heading in the right direction. It's a signal that you - have engaged in the problem solving pursuit that is math and technology and that it's time for you - to dig deeper and keep going because clarity awaits.

- -

Suspended disbelief plays an important role.

-

When you are learning a new technology, whether you are learning to write your first programming - language, or just the latest framework, you go through this uncomfortable phase where you know that - the code you are looking at is doing this THING but you don't understand HOW exactly it's happening. -

- -

This is a normal part of the process of learning a new technology, and in fact, it's a critical part - of the process.

- -

You see when you encounter a new programming language part of your learning process includes learning - to train your eye. The way to train your eye is to read a good deal of code even when you don't - totally understand what it's doing.

-
-
- -
- -

© Copyright Skillcrush 2021.

-
- - - \ No newline at end of file From 268e1e10f0eb751005d3e906c4373b0f985091e7 Mon Sep 17 00:00:00 2001 From: Vonschell Date: Sat, 12 Oct 2024 14:12:59 +0900 Subject: [PATCH 3/5] Vonschell's advice --- advice/vonschell-a-advice.html | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 advice/vonschell-a-advice.html diff --git a/advice/vonschell-a-advice.html b/advice/vonschell-a-advice.html new file mode 100644 index 00000000..0f2ec550 --- /dev/null +++ b/advice/vonschell-a-advice.html @@ -0,0 +1,38 @@ + + + + + + + Vonschell's Advice For Newbies + + + +
+ Back to Main Page +

Hi, my name is Vonschell and I have some advice for you!

+
+ +
+
+

Embrace the Learning Curve!

+

Coding can be challenging, especially when you're just starting out. It's important to understand + that everyone progresses at their own pace, and it's completely normal to feel overwhelmed at times. + Embrace the learning curve and give yourself permission to struggle. Break complex problems into + smaller, manageable pieces, and celebrate your progress along the way. Remember, persistence is key!

+ +

Practice, Practice and Practice!

+

Theory is important, but the real learning happens when you apply what you've learned. Dedicate time + each day to practice coding outside of the provided assignments. Work on small personal projects to + implement the theory learned into real life problems. The more you code, the more comfortable and + confident you'll become in your skills. Consistent practice will solidify your knowledge and prepare + you for real-world applications.

+
+
+ +
+

© Copyright Vonschell 2021.

+
+ + + \ No newline at end of file From f54bb053a559679a8c30b6d2ef38b65ee4df6673 Mon Sep 17 00:00:00 2001 From: Vonschell Date: Sat, 12 Oct 2024 14:14:04 +0900 Subject: [PATCH 4/5] Vonschell's advice --- css/vonschell-a.css | 34 ++++++++++++++++++++++++++++++++++ index.html | 3 ++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 css/vonschell-a.css diff --git a/css/vonschell-a.css b/css/vonschell-a.css new file mode 100644 index 00000000..6da7de66 --- /dev/null +++ b/css/vonschell-a.css @@ -0,0 +1,34 @@ +.skillcrush-advice { + background: #cdedfd; +} + +.heading { + border: 5px solid darkblue; + border-radius: 5px; + text-align: center; + background: whitesmoke; + +} + +.white-text { + color: darkblue; +} + +.advice { + text-align: center; + font-size: 20px; + border: 5px solid darkblue; + border-radius: 5px; + background:whitesmoke; +} + +.advice-heading { + text-decoration: underline; + color: darkblue; + font-size: 22px; +} + +.copyright { + text-align: center; + font-style: italic; +} \ No newline at end of file diff --git a/index.html b/index.html index c590e014..4996604c 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - +=' @@ -1447,6 +1447,7 @@

Our Advice for Newbies!

Sean H's Advice
Emma F's Advice
Tracy T's Advice
+ Vonschell's Advice
\ No newline at end of file From f11487bc631a531ea5faa19b3892422b8299143e Mon Sep 17 00:00:00 2001 From: Vonschell Date: Mon, 14 Oct 2024 08:36:49 +0900 Subject: [PATCH 5/5] Deleteing Vonschell's Advice file --- advice/vonschell-adams-advice.html | 38 ---------------------- vonschell-adams-advice.html | 51 ------------------------------ 2 files changed, 89 deletions(-) delete mode 100644 advice/vonschell-adams-advice.html delete mode 100644 vonschell-adams-advice.html diff --git a/advice/vonschell-adams-advice.html b/advice/vonschell-adams-advice.html deleted file mode 100644 index 7fc5fd7d..00000000 --- a/advice/vonschell-adams-advice.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - Vonschell's Advice For Newbies - - - -
- Back to Main Page -

Hi, my name is Vonschell and I have some advice for you!

-
- -
-
-

Embrace the Learning Curve!

-

Coding can be challenging, especially when you're just starting out. It's important to understand - that everyone progresses at their own pace, and it's completely normal to feel overwhelmed at times. - Embrace the learning curve and give yourself permission to struggle. Break complex problems into - smaller, manageable pieces, and celebrate your progress along the way. Remember, persistence is key!

- -

Practice, Practice and Practice!

-

Theory is important, but the real learning happens when you apply what you've learned. Dedicate time - each day to practice coding outside of the provided assignments. Work on small personal projects to - implement the theory learned into real life problems. The more you code, the more comfortable and - confident you'll become in your skills. Consistent practice will solidify your knowledge and prepare - you for real-world applications.

-
-
- -
-

© Copyright Vonschell 2021.

-
- - - \ No newline at end of file diff --git a/vonschell-adams-advice.html b/vonschell-adams-advice.html deleted file mode 100644 index 29768206..00000000 --- a/vonschell-adams-advice.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - Skillcrush's Advice For Newbies - - - - - -
- Back to Main Page -

Hi, my name is Skillcrush and I have some advice for you!

-
- -
-
-

Confusion is your friend!

-

When you start programming your first web app you are doing something that you have never done - before. It's a new challenge, a new opportunity, and in the case of software development, something - so specific that it's probably never been done before.

- -

Confusion, therefore, is a sign that you are heading in the right direction. It's a signal that you - have engaged in the problem solving pursuit that is math and technology and that it's time for you - to dig deeper and keep going because clarity awaits.

- -

Suspended disbelief plays an important role.

-

When you are learning a new technology, whether you are learning to write your first programming - language, or just the latest framework, you go through this uncomfortable phase where you know that - the code you are looking at is doing this THING but you don't understand HOW exactly it's happening. -

- -

This is a normal part of the process of learning a new technology, and in fact, it's a critical part - of the process.

- -

You see when you encounter a new programming language part of your learning process includes learning - to train your eye. The way to train your eye is to read a good deal of code even when you don't - totally understand what it's doing.

-
-
- - - - - \ No newline at end of file