Getting twiggy with express...Hi there... Introduction Long time no see. Today I am resuming my writing journey once again. Hope my writing skill do not abandon me today. My first time writing a blog about the back end but with the same style. So, let's jump right in... Prerequis...Apr 2, 2023·5 min read
Html( audio and video tags)Html audio and video tags are used to add audio and video elements to a webpage. Here, we are going to talk about audio and video tags in detail. Audio tag: As discussed this tag is used to embed audio files in your Html document. The src attribute i...Dec 13, 2022·2 min read
CSS box ModelIn a document, every HTML element is wrapped around by an imaginary box which is generally addressed by the CSS box model. It contains margins, borders, padding, and the actual content. Content: It is the actual HTML content. It can be text, image, ...Dec 13, 2022·2 min read
Html(on the web server)Web development problems: Ahh...you may think what is wrong with this writer, why did he start with a negative remark. Just listen to me for a while, the best part comes after. So, what I was saying is that in web development, there are 5 major playe...Dec 13, 2022·4 min read
CSS positions & media queriesWelcome back😊 Note: This blog is a mix of two short blogs. Today I am going to discuss CSS positions and media queries. My blogs are generally longer, so this will be a brief discussion about the mentioned topics. This blog will mostly contain infor...Dec 7, 2022·4 min read
Road to CSS gridThe story of today is a sad one😔. It is about the CSS grid. Most developers do not want to waste their time reading CSS. They just have a look at basic CSS and jump straight on bootstrap🚀. So, they ignore the "CSS grid" because they have a containe...Dec 7, 2022·4 min read
Getting started with gitToday's blog is about Git and GitHub. This might be an interesting one. let's check it out 🎈. Before that✋, let me tell you a story. Once upon a time, there were 10 software developers. They got started on a project. They deployed🚀 that project. Th...Dec 4, 2022·3 min read