Hi and Welcome!

My name is Bronwen, and I have wanted to teach myself code for years. I am finally at a point where I have the time and dedication to devote myself to this goal.

After hours of Youtube research trying to find the “best path”, I concluded that there is no ideal path, but some resources are better than others.

This blog aims to document the best resources I find and share tips and tricks in a language you can understand, the language of a new coder, without all the technical jargon, and explain every line of code.

Feel free to look around and follow me on social media for random coding posts. If you find something useful, please share it – it may inspire another budding developer and reach new people, which keeps me motivated to keep posting.

Bronwen Gien World of Dev
Bronwen Gien World of Dev
Featured Posts
Should I Learn CSS in 2022
Featured

Should I Learn CSS in 2022

CSS stands for Cascading Style Sheets and standard method for styling web pages. CSS specifies how HTML components should appear on a screen. Web browsers read HTML files that normally

Read More
Lists in HTML with Examples
Featured

Lists in HTML with Examples

In HTML, you can display lists of information in multiple manners. You can display it as an ordered, unordered or description list. The two most commonly used lists types are

Read More

When to use id or class in HTML