Mastering the Art of Speaking: Why It Matters and How to Improve

In our increasingly connected world, the ability to speak fluently is more than just a nice-to-have—it’s a necessity. Whether you’re climbing the corporate ladder, pursuing personal growth, or navigating the halls of academia, articulate speech can open doors and create opportunities. The Power of Fluent Speech For non-native English speakers, the journey to fluency can…

Read More

Learn to Code: Episode 013 – CSS Properties

In this episode we’ll talk about some of the basic CSS properties and how we can use them in our HTML page. For now, we will just play around with the basic properties and how to apply them to HTML so the page won’t look that pretty. Some of the properties we’ll discuss are: color…

Read More

Learn to Code: Episode 012 – CSS Basics

Now it’s time to discuss CSS finally! All websites must have HTML. Whereas CSS (Cascading Style Sheet) is optional but essential in any website. We can only do so much with HTML alone. CSS makes web pages become lively. There are three ways to add a style into a web page: Linked stylesheet file Inline…

Read More

Learn to Code: Episode 010 – HTML Forms – Intro to HTML Part 7

Reaching the 10th episode/lesson since I started teaching how to code for free with more episodes to come! Make sure to tell your friends about this. They don’t need to pay anything to anyone to learn web development! Again these tutorials are in TAGLISH (Tagalog and English) and are really made for complete beginners. English…

Read More

Learn to Code: Episode 006 – HTML Tags – Intro to HTML Part 3

In the last episode, we talked about the most common HTML tags that we must be familiar with. This episode is the continuation where we will discuss more HTML tags using Visual Studio Code. We’ll start with what is called “self-closing” tags. Named because it does not require a closing tag in order to use.…

Read More