Web Development

Web development articles and tutorials. For those who are beginning their web development journey or are interested in starting.

feature image for html tag attributes
Self-Learn
Web Development

HTML Tag Attributes

 

 HTML tag attributes in programming languages behave similarly to adjectives and adverbs in the English language. English uses adjectives and adverbs to describe subjects and verbs, respectively. Tag attributes provide additional information on how the element behaves or its configuration. There are two types of tag attributes: Global Attributes and Element-Specific Attributes. Even though their […]

Read More
featured image for html for beginners
Self-Learn
Web Development

HTML for Beginners

 

 HTML for beginners is the first of multiple articles dedicated to Html basics. The writings include topics such as the concept’s general definition and creating a web page with styles. The goal is to help beginners learn about Html. There is a Spanish version of this article here. Also, the other pieces from this Html […]

Read More
featured image problem solving without writing code
Self-Learn
Web Development

Practice Problem Solving for Web Development without Code

 

 If you are deciding that making a career change into web development is your next move, you have probably researched the soft skills that you will need. Doing a quick Google search on soft skills for programming you will find problem-solving as one of the skills often listed. Let’s make three exercises using everyday tasks […]

Read More
featured image for programming language: the general parts
Self-Learn

Programming Language: The General Parts

 

 Programmers are writers for computers using a programming language. They write lists of instructions. Computers read and follow the lists but they do not rationalize the given instructions. Computers just follow instructions without question. A computer understands Binary Code which consists of only 0’s and 1’s. That is the only thing that the computer reads. […]

Read More
resources for newbie coders featured image
Self-Learn
Web Development

Resources for Newbie Web Coders

 

 I have spent long hours searching, reading, hearing, and viewing free tutorials. So, I am listing all the Front-End web development resources for newbie coders that I have used to learn HTML, CSS, Javascript, ReactJS and AngularJS. I will be updating the list when I continue to find resources that have been helpful a couple […]

Read More
learn to program featured image
Web Development

Learn to Code

 

 I never thought I would learn to code after my first impression of a computer program. I remember like it was yesterday when I had one of my first encounters with a line of code. Other than the lines of code seen when you turned ON the computer’s Operating System. It was when I created […]

Read More