A few months ago, I attended a tech event in my state hosted by google and after the event, I had the opportunity to speak to one of the trainers who encourage me to get into programming.
It took a lot of thinking but, I decided to give it a try and work towards becoming a front end developer.
Now, after that meeting, I had to register for a class with a duration of three months in the technology hub in my state and my journey began.
I spent quite some time reading W3schools and trying to learn about HTML and CSS and after that I was given my first task to create a nav bar; apparently it was the easier thing to do as a programmer.
While I was willing to do it, I had a lot of fear going in, first thing was that I knew nothing about coding; reading to me was different from doing but, I decided to give it a try and not make excuses.
My tutor encouraged me to use notepad instead of vscode because in his own opinion, he wanted his students to know the codes to heart.
Anyways I got started by looking for different samples of nav bars on google and when I had an idea of what I wanted to do, I started working
First thing I did was starting my code with a markup language and I followed by using other tags like head, style and body.
I went on to use font family with the same verdana and a background color of light blue.
After that, I wrote what I wanted to be on the screen and used text-align, but for some reason, it didn't have spaces even though I used a line break.
I got to figure out after trying for a while that I needed justify content and display-flex before it would look arranged which I did.
I went further to using other tags that I had seen in W3schools and I feel like I spent too much time on it for something that was supposed to be easy.
Finally, after trying different things, I got to a point where I was comfortable with and very proud of.
I really don’t know a lot of programming lingos or even much in general but doing this made me really happy and I felt accomplished.
I do hope that I can continue doing this and master this skill because it has always been a dream of mine to go into tech.