HTML

(2021) – Web Developer Full Course : HTML, CSS, JavaScript, Node.js and MongoDB

I recently started to create a Full Web Developer Course on my YouTube Channel and recently finished with the HTML and the CSS Section of this FREE course. More videos will be up on upload. HTML Section CSS Section JavaScript Section This section covers the basics of JavaScript along with the modern features that the…

✨Top 5 resources to learn Vue.js [in no particular order]

Hey everyone πŸ‘‹πŸ», In this article, I will be mentioning the top 5 resources that I highly recommend if you want to learn Vue.js. PS : I am not an affiliate of any of these resources/courses. These are just some of my personal recommendations if you are looking to learn Vue. Introduction Vue is a…

Web Dev Made Easy

Hey everyone πŸ‘‹πŸ», In this article, I will tell you about a website using which you can use as a resource for learning Web Development. So the website name is this : web.dev https://web.dev Now some of the featured courses on their website are : 1. Learn Responsive Design This course takes you on a…

HTML Tags that you might not know

In this article, let us see some of the awesome but rarely used HTML tags that could be helpful in your new projects. 1. <details> tag The <details> tag is used to specify additional details that the user can open and close on demand. So this means that the user can hide or show some information behind…

Rendering Dynamic Content and Template Engines

Hey everyone πŸ‘‹πŸ», In this article, let us learn about how we can render dynamic content to the client (which is not static). Let us first touch briefly on what a template engine is because rendering dynamic content is closely related to what a template engine will help us in achieving. Template Engines – a…