LLLangat Langsinlangs.hashnode.dev·Apr 11, 2022 · 4 min readPHP for Beginners: LoopsLoops The next item you should be familiar with in PHP is Loops. Unlike conditionals, loops are code blocks that are called to run over and over as long as a certain set of conditions are met. PHP uses the following types of loops: while loops do…w...00
LLLangat Langsinlangs.hashnode.dev·Apr 5, 2022 · 5 min readPHP Developer Roadmap: Part 1Prerequisites: Before learning PHP, it is important to learn how the internet works. You should know what happens when you type a URL in the browser to the point you’re directed to that location in the web. You should also understand the HTTP protoco...00
LLLangat Langsinlangs.hashnode.dev·Apr 4, 2022 · 6 min readHTML Attributes and Tags for SEOThis article assumes knowledge of HTML. Introduction When a user searches for something in a search engine like Google, what happens is that it strives to give the best content it can find. Google does this by crawling websites and looking at all the...00
LLLangat Langsinlangs.hashnode.dev·Mar 31, 2022 · 6 min readStatistical BiasTypes of Statistical Biases Biases exist in every aspect of our society. We tend to look for information that is in line with what we believe in, with our views, or with things we like. It is as natural as being attracted to some things and not other...00
LLLangat Langsinlangs.hashnode.dev·Mar 26, 2022 · 4 min readWhat is SEO? Part 2Content & On-Site SEO Content SEO is a marketing strategy that involves producing content that appears when a user searches for specific keywords in the search engine. On-Site SEO or On-Page SEO, involves strategies to optimize the elements of the we...00