HOW THE PANDEMIC PROVED WHY YOU SHOULD BECOME A WEB DEVELOPER IN 2021 AND BEYOND 👨🏿💻
By: Leon 2K Asare
The global pandemic known as the coranavirus has proven that any business or economy can be shutdown. But, unlike the United States of America or foreign superpowers, as indivduals citizens, it is illegal for us to print our own money. Therefore, if we want to produce cashflow during an economic decline, it will have to be by improving our skillset and hustling. One of the best skills you should considering learning (for economic reasons), is web development. You can turn that skillset into a grand hustle by freelancing (contract work) for indivdual aspiring entrepreneurs, mom and pop businesses to large international companies like Apple and Microsoft.
With remote coding, unlike most 9-5 jobs like hotels, restaurants, bars and tourism related companies who had to layoff or fire staff members during the global pandemic, no one can lay you off as a freelance web developer. Sure, some people can decide to stop doing business with you, and you can decide to stop doing business with them for whatever reason, but no one can prevent you from freelancing , and acquiring new clients and projects.
The Option of Self-Study:
Unlike many other professionals like Plumbers, construction workers, electricians, lawyers and doctors, you don’t need to spend thousands of dollars to attend a trade school or university. Hell, you don’t even have to spend money going to a coding bootcamp, because it is known in the software engineering industry that a lot of web developers are self-taught.
The University Of You:
Your education as a self-taught web developer will come come via books by authors like Jon Duckett, who has written and published books on various coding languages and libraries like HTML, CSS, Javascript, Jquery, PHP and Mysql. There are also websites like W3schools.com, which is a free online coding academy, with its own coding editor. W3school has various coding certificate programs, but you don’t need to take one of the certificate programs to use the code editors or complete the courses for free. But, for those people who would still like to have a certificate to add to their portfolio, you can take the examine for a certificate program for about 100 US bucks. That being said, the true test of your knowledge is not going to be gained through taking coding exams, and most of the people who will seek your service could careless about what exams you have passed and the certificates you have acquired. The people who seek your services only care about what you can do for them. And no better way to show a potential client about the work you can do is by showing them your past projects in your portfolio.
The Pay:
As a newbie web developer if you have little or no reputation, you should expect little or no pay (this will change over time if your skills and reputation continue to grow). In fact your first projects on your portfolio should be your own passion projects. They don’t have to be your dream projects, but projects that you have a passion for, this will give you the motivation to code, even when you don’t want to. For example, if you are a hobbist photographer, you may want to create a photography blog from scratch. Your next step should be getting a web development blog, so that you can share your knowledge with aspiring programmers, and you can in return grow your name in the coding community.
Note: Make sure to share your blog posts on all of your social networks, including : Facebook, Twitter and Linkedin.
The Next Step:
Your next step I would suggest the aspiring web developer do is sign-up to freelance and employment websites like: Upwork, Steady, Craigslist, Glassdoor, LinkedIn, etc. So, that you can connect with people and businesses that want to pay for your programming skills. I would suggest charging lower prices at first, to increase the likelihood of getting a gig contract offer, and as your reputation icreases on the previously mentioned websites/apps, you will be able to steadily increase your price, which in the Bay Area can reach well over a hundred thousand dollars a year.
CODER HUMOR: A DAY IN THE LIFE OF A PROGRAMMER

Four Web Resources Every Aspiring Web Developer Should Utilize..
By: Leon “2K” Asare
Web resources are extremely important to every web developer. They can range from an online YouTube tutorial to a coding repository that can save your code for you like an online bank for your code. So, just in case you lose or something happens to your computer, you will still be able to retrieve your hard coded work. Here are four of my top web resources for the aspiring web developer.
1.W3schools.com is the largest and most used website for web developers. It is not only a magnificent educational tool and online coding academy for newbie coders, but it’s also a good reference website for experienced programmers.
2.Stackoverflow.com is another website that is a good reference resource for the up-and-coming or even professional software engineers. It’s a website where you can take part in public and private Q&As to have your developer questions answered or you can answer questions of other developers who need some useful advice. One of the great features of Stackoverflow.com is the the section that allows you to browse for web development jobs.
3.https://github.com/ is a website the allows web developers to save their thousands or even hundreds of thousands of lines code in an online repository, which can be easily accessed anywhere in the world. The great thing about Github is that it allows for team member collaboration for online web projects. Team members don’t even have to be on the same continent to work on a project together. You can be on a beautiful beach in Ghana West Africa, and your teammates can be scattered throughout America, Asia and Europe; and yet the entire team can can be working on a project simultaneously.
4. YouTube is one of my favorite websites to find free online tutorials. There are literally hundreds or even thousands of hours of free coding tutorials. Most of them are taught by experienced web professionals. One of my favorite YouTube coding channels is https://youtube.com/c/TraversyMedia. It’s taught by one of the best programmers I have ever seen give tutorials (free or paid). He literally has hundreds of hours of free online tutorials on markup and programming languages like HTML, CSS, Javascript, Python, PHP, MYSQL and NodeJs and web frameworks like Reactjs, Bootstrap, AngularJs, Jquery and much more.
When back-end developers feel lazy..
Coder Humor: HTML+CSS+JAVASCRIPT
“The #1 Reason People Fail at Learning Web Development”
Coder Humor:My Design

HTML AND CSS BASICS: WHY USE HTML COMMENTS <!– –> ?

Leon “2K” Asare
FIRST WHAT ARE HTML COMMENTS?
HTML <!–comments–> are little sentences or paragraphs that you put into your HTML document. The comments can be read by (you) the web developer, but are not meant to be viewed by your website visitors.
THEN WHY USE COMMENTS IF VISITORS CAN’T SEE THEM?
The usefulness of HTML comments come in the fact that they can and should be used as notes for web developers. For example, let’s assume that you have a large HTML document, with many links, sections, images and hundreds if not thousands of lines of code. It would be a very good idea to put comments in each section and area that has it’s own unique task. The reason for this is because the next time you revisit your code to upgrade it, you may need to be reminded of the reason each section of your code was invented for, also if you work in a team, your development team will find it helpful if your comments help guide then through the matrix of your code syntax.
“How to Become a Front End Developer in 2020”