At the time of this writing, there was this poll conducted in the Sunday time wherein it concluded that artists were not deemed as an essential service. Some has even gone to say that without artist, entertainment steams such as Netflix, Youtube, Spotify and many others wouldn’t exist. This is true however on these onlineContinue reading “Beautifying Websites with CSS: Cascading Style Sheets”
Author Archives: maetosdev
The Beginning, HTML: Hypertext Markup Language
In the exictement of explaining and sharing what I’ve learnt during my journey, I have missed something really important and that is explaining most basic component of a website. Hypertext Markup Language or most commonly known as “HTML” is a language used by programmers to build up text in a website. It is the firstContinue reading “The Beginning, HTML: Hypertext Markup Language”
What is this blog about?
Being new to all this and not having touched programming since 2012 this blogs give readers a first impression of a beginner like me and trust me; I am no expert when coming to coding. With the willingness to learn and try out something new I have convinced myself, to make the switch to techContinue reading “What is this blog about?”
The Importance of Functions
When writing code ensuring readability is of upmost importance and one way to ensure that is to write clean and neat code and not be DRY! (Do.Not.Repeat yourself). As such, functions are used to facilitate this. “When should I use a function?” you might ask? When there is something that you would like to doContinue reading “The Importance of Functions”
