Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 5.07 KB

File metadata and controls

55 lines (42 loc) · 5.07 KB

growthmindset

How you can benefit from a growth mindset

The growth mindset can open pathways to more creativity and possibility, and enable the setting of higher goals and more achievement.

What is a growth mindset?

A growth mindset believes that one’s fundamental abilities can be developed through perseverance and effort; intelligence and talent are simply good starting points. A growth mindset is synonymous with a love of learning,

By contrast, in a fixed mindset, intelligence and talent are seen as fixed traits, suggesting that success comes from these inherent qualities alone, without the need for further development or effort.

Here’s a simple illustration highlighting the differences between a fixed and a growth mindset:

growth analyis

Perseverance, gumption traps, and maintaining a growth mindset:

    1. Challenges
    • Here’s an example of when I wasn’t in the right mindset: learning Java. I studied a bit of Java at university, and have worked with it in almost every role I’ve had (including my current gig as a developer on Jira Software), and yet I still find it hard to get my head around. When I’m faced with a challenging coding problem, I have a tendency to work over one particular aspect of it again and again until I conclude that it’s impossible or that I’m incapable of solving it. I throw my hands up in surrender and stop. In other words, I’m in a fixed mindset and avoiding the problem by giving up.So, lately, I try to recognize that avoidance, take a step back, and think about the growth mindset.
    1. Obstacles
    • My first impulse when I hit a roadblock is to immediately divert my attention to something else. I lose focus, just like it says in the chart above. Whether it’s clicking a tempting bookmark in my browser, nipping out to grab a coffee, or just about anything to delay keeping at it and fighting through the discomfort. A coworker calls this “instant gratification monkey syndrome.” It’s the idea that we’ll do just about anything other than the actual task at hand if it has suddenly become challenging, and especially when there are so many tempting diversions – articles, videos, email, social – mere clicks away.
    1. Effort
    • I have similar troubles with cycling. When my alarm goes off at 5 A.M., the thought of going out on the bike is dreadful. The temptation to stay in bed is strong, strong, strong curse you, instant gratification monkey but I also know the feeling won’t last and I’ll feel guilty later, as always. The trite-but-true phrase “no pain, no gain” is pure growth mindset!
    1. Criticism
    • I also find it useful to review each of my days and assess how I’ve done. As I mentioned at the beginning, I often judge my days based on my mood at the end. My worst days are when I haven’t managed to get things together, I’ve procrastinated and wasted time, and I find myself with very little to look back on positively. ________________________________________________________________________________________________________________________________________________________________

gethub

Markdown

Markdown is a lightweight and easy to use syntax for styling all forms of writing on the GitHub platform.

What is Markdown?

Markdown is a way to style text on the web. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like # or *.

Basic writing and formatting syntax

Create sophisticated formatting for your prose and code on GitHub with simple syntax.

Headings

####To create a heading, add one to six # symbols before your heading text. The number of # you use will determine the size of the heading.

# The largest heading

## The second largest heading

###### The smallest heading

Links

You can create an inline link by wrapping link text in brackets [ ], and then wrapping the URL in parentheses ( ). You can also use the keyboard shortcut command + k to create a link.

example: githubpages


Getting Started with GitHub Pages

githubpic

Create Your Website

Once you’ve signed in, you’ll create a new repository to get started.

githubguide

On the new repository screen, you need to give this repository a special name to generate your website.

guidegethub