A skill I wish I fully mastered

in #hive-1516629 days ago

If there’s one digital skill I wish I had fully mastered, it would definitely be coding.

To be honest, I once learned Web programming and i have a very good knowledge of HTML (Hypetertext MarkUp Language) and CSS (Cascading Styles Sheet). In fact, I tried duplicating some websites using them and did pretty well.

A duplicte business webiste i did myself with HTML and CSS

It wasn’t something I pursued on my own initially; a brother of mine introduced me to coding, and I was eager to learn. He subscribed to Udemy, where I took courses, and that motivated me to practice and dig deeper into coding. We also learned through YouTube, which helped me gain even more knowledge. At one point, we even created a WhatsApp group where he would share coding tutorials to help us learn the basics.

I still remember tags like <a> for anchor, <h> for headers, <p> for paragraphs, and of course, <div>. The <div> tag is used to structure content within a box.

In this case, the class is used to identify the

in CSS. But before you can style it, you need to link your CSS file in the HTML document. I used Visual Studio Code as my editor, and once the CSS file was linked, I could style the elements. For instance, I could my class my
the with name dividend and inside my styles.css i write it just like this .dividend and I can give it a width, height, and even give anything inside the div a different or the same colour

HTML

<div class="dividend"> 
<h4>Juwon</h4>
<h3>Abena</h3>
</div>

Juwon is written in h4 while Abena is written in h3 and so Abena will be bolder than Juwon, in my Css this is how I will change both colours

Styles.CSS

.dividend h4 {
    color: Yellow;
}

.dividend h3 {
    color: Blue;
}

It’s been a while since I learned all of this. Infact, I got to a certain level before returning back to school, when I started learning JavaScript. Unlike HTML and CSS, JavaScript was actually much harder for me. Even learning how to use functions became hard and I struggled to find a balance between learning it and focusing on my studies. As we all know coding requires someone undivided attention and full focus.

The motivation I had earlier began to fade, and I guess laziness got the best of me. I tend to avoid things that seem difficult, which is probably why I stopped. I enjoyed learning to code, but I let procrastination take control, and that eventually led me to quit.

The worst part was when my laptop broke. Without it, I couldn’t watch tutorials or practice anymore. I had a goal when I started coding—to make money for myself. But maybe that was the problem: I was too focused on the end goal (making money) and not on truly embracing the process of learning and making it a part of me.

Once I get a new laptop, I’m determined to get back on track and refresh my memory. My goal is to create something meaningful, like building my own website. I’d love to have a site where people can come to learn—maybe an educational platform—a site where users can download pictures or movies or a site where I can just be advertising my farm business and agricultural products.

All images are mine.

Posted Using InLeo Alpha

Posted Using InLeo Alpha

Sort:  

Looks like you still got some tricks up your sleeve. Getting back on track shouldn't be much of a hassle when you get a new laptop. I understand how not having a laptop to learn things like programming can affect one's motivation. But there are ways to learn on phones. I used to learn with SoloLearn many years ago. Tried that yet?

No I never tried that out. I only used an app called "Mimo" but it was just teaching me the simple things i was already familiar with so I just had to delete it.

Valued by Digital Lifestyle Hub.png

You see those basics, you just refreshed my brain again because I also learnt coding, precisely HTML. Programming requires full dedication and with a laptop to function well and achieve the best result.

Yeah, the previous laptop I was using was Asus and it wasn't that very good for coding. I think of the best laptops for coding is the Hp laptop.

Yea. HP is perfectly okay. I am using HP too.

I actually need that laptop badly. Can you dash me yours😃

Hehehe. I am even thinking of changing mine as it is giving me problems already. Lol

I guess everyone is fighting their own battle🤣🤣

Hahaha 😀 yes

I took up this course in 2019. My sister worked at an IT firm, and that gave me the passageway into the institute(the fee was big) for basic training. It wasn't initially my thing, but I got a hang of it soon. For my project, I even designed and developed a school website. It was fun while it lasted. With not pursuing advanced learning plus my uncemented quivering interest, I let it go.

Frankly, it's a productive akill to pursue, and maybe if I knew what I know now, I'd have pushed for it. However, great as it is, it's not my first choice for a softskill

You are absolutely right. Coding is not an easy skill at all and it requires a lot of time, focus and dedication. But then these things normally pay off at the end of the day.

Thanks for your contribution to the STEMsocial community. Feel free to join us on discord to get to know the rest of us!

Please consider delegating to the @stemsocial account (85% of the curation rewards are returned).

You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support. 
 

Okay I will consider this for sure. Thanks for the support.

Growing up, I used to think these things were for nerds, freaks, and geniuses. There are so many digital skills in the world today. I have never tried this course course that you mentioned, but I know that it is the big deal.

It is just about Web programming and the things that are needed to be able to create and publish your own website. It’ coding but it's not easy to learn as well. You can even take years before you become very good at it