Git & GitHub : For managing your code and triggering deployments
AWS Account : To host your website using an EC2 instance
Static Website Files : HTML, CSS, JS ready to go
SSH Key (.pem) : To access your EC2 securely
NGINX Installed : To serve your website from the EC2 instance
What is the output for the Python code ๐ below?
..................................................
c = {'๐ด', '๐ก', '๐ข'}
c.remove('๐ต')
print(c)
What is the output for the Python code ๐ below?
..................................................
x = ['๐ฅฆ', '๐ฅ', '๐ฝ']
y = x[:]
y.append('๐ ')
print(x)
People think that by seeing the memes, backend devs write something random things in black console "omg this is difficult", at the same time they also thinks front end devs make design, this is easy, but it is definitely not like that.
Tell a bigginner; programming is a skill that improves with practice and experience. Don't be discouraged by initial difficulties; keep coding, learning, and building projects to strengthen your skills.
You can spend 20 hrs coding and only actually produce 2hrs of work. What I recommend. Just do yo shit. Code 4-5 hrs a day, no jokes no play, Just work. Rest is very important, I mean if you're not well rested and Alive, who go use the computer???....lol
I like being able to make mistakes.
Having that room to be able to fail
but knowing that I'm a person
that's resilient, I'll keep trying at a problem
until I come up with a solution.
The first thing you'll need to know and fully understand is this: Learning to code will take time and patience. It's going to take months, maybe years, to learn... and to fully understand. Don't give up. Take a break when you need it, but don't quit.
#TechTwitter#technology
The end goal matters in programming. Would you want to play guitar and mesmerize the crowds, or would you want to make a guitar by hand that has the best sound in the world? The choice is yours! There you have it, my 2 cents metaphor. ๐
Logic is learned too!! First, I need to learn how to break big tasks down into little ones then I learn how to order them. The right order is not always obvious and may take many tries and failures until you get it right.
@e_opore I'm most scared of the steep learning curve associated with coding. It can be hard to keep up with all of the new technologies and trends that are developing, and it can be difficult to know where to start.