Menu

Happy and Healthy

A few issues with anxiety and health started in July 2021 Here are some life changes I made that have been helping to improve things: Spending more time with family, exercise, meditation and naturopathy. Get outside and get some sun! I started with 30 minutes of exercise, like walking and try to jog a bit. […]

YOAST SEO for beginners – certified

Just finished the Yoast course SEO for Beginners. I had an awesome experience learning how to better organize and structure content for web pages. Learning the importance of helping google and other search engines to better understand a website and be able to crawl the content.

SEO training with Yoast

I found a great course on https://yoast.com/free-seo-for-beginners-course-now-available/. The first lesson taught me about google and how google has become the largest search engine. Google also uses special filters to prevent people from cheating when it comes to search engines. They use filters like Panda and Penguin to prevent things like keyword stuffing. Google uses crawlers […]

Simple JS hide/unhide toggle

I was trying to find a simple way to do what JQuery does with toggling and changing classes in JavaScript. I found a simple solution by using javaScripts DOM Toggle class. getElementById.classList.toggle(“hide”); You can check it out on my codepen: JavaScript Toggle example

JS Table Maker

During my Internship, I focused on creating a simple JavaScript application to allow inputs from a modal to change the HTML on the page. It got more complicated as my Mentor asked me to use the JavaScript object layer and DOM to create most of the page in JavaScript. Link: JS Table Maker Some of […]