featured image for five reasons why women should consider a career in web development
Lifestyle
Programming

5 Reasons Why Women Should Consider Web Development

The internet is one of the most critical networks humans have invented until now. You do not need to be in an exact location to be able to write, read, listen to, and see information or digital products that come from different parts of the world, which is fascinating. That’s why women in web development […]

Read More
featured image for html tag nesting
Programming
Self-Learn

HTML Tag Nesting

Hello, Fellow Readers! 👋 In the article HTML for Beginners (Spanish version here), we learned that the Hypertext Markup Language (HTML) is a language for web documents. Also, HTML has a tag structure that denotes elements on the web document, and we even saw how HTML tags look on the browser. In the article HTML Tag […]

Read More
featured image for my first year writing code
Lifestyle
Self-Learn
Web Development

My First Year Writing Code

I turned one year of writing code full time sometime in the 31 days of August that just recently ended. Honestly, I cannot believe how fast time has gone by. I remember reading different articles from programmers about their first years of writing code, and be thinking: “When I turn my first year of coding […]

Read More
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 industrial engineering and web development
Lifestyle

Industrial Engineering and Web Development

A frequent question I get asked when I talk about my career change from industrial engineering to web development is: “Is your Industrial Engineering knowledge useful for Web Development?” To be honest, I also asked myself that question before leaping and switched careers. But the more I learn about programming web-based products, the more I […]

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