Html Masterclass

HTML stands for HyperText Markup Language. It is the standard markup language used to create web pages. HTML is a combination of Hypertext and Markup language. Hypertext defines the link between web pages. A markup language is used to define the text document within the tag to define the structure of web pages.

css masterclass

(cascading style sheets) is a simply designed language intended to simplify the process of making web pages presentable. css allows you to apply styles to html documents. it describes how a webpage should look. it prescribes colors, fonts, spacing, etc. in short, you can make your website look however you want. css lets developers and designers define how it behaves, including how elements are positioned in the browser.

Javascript masterclass

JavaScript is a lightweight, cross-platform, single-threaded, and interpreted compiled programming language. It is also known as the scripting language for webpages. It is well-known for the development of web pages, and many non-browser environments also use it.


What follows is a list of courses I want to create in the future, on tech I use every day. I have ideas but I'll work on the ones that people find most interesting. Join the waiting list for the ones you'd like to join, so I'll know which one is the most requested, and that will be prioritized!

Bash-scripting Masterclass

CLI Masterclass

VIM Masterclass

C# Masterclass