Ashish Bhangaleashish1332.hashnode.dev·Sep 21, 2024Jamstack Architecture: A Simple GuideIntroduction: What is Jamstack? Jamstack is a modern web development architecture that is changing how websites are built and delivered. The name Jamstack stands for JavaScript, APIs, and Markup. It separates the front-end (the part users see) from t...Discuss·1 likeJavaScript
Kunal Bhavarekbhavre78.hashnode.dev·Dec 17, 2023What is Markup and Markdown Language?Most people are quite aware of HTML. Which can be abbreviated as Hyper Text Markup Language trust me it’s quite important to know the full form. So here our main focus is on what Markup and Markdown language is? Markup and markdown languages are two ...Discuss·4 likes·91 readsHTML5
Mr Joyweblanceguru.hashnode.dev·Nov 2, 2023Schema Markup For Web Developers: Boosting SEO And Rich SnippetsSchema is a code that can be incorporated into your web pages SEO for web developers means the search engines are able to figure out the content on your web pages and implement it better in SERP search results. Schema implementation or structured da...Discussschema
Har_ley❤techhalaji.hashnode.dev·Aug 2, 2023Markdown vs MarkupWhat is Markup? Markup is a general term for a language that describes a document's formatting. Markup languages are usually used for web text formatting. Examples are HTML(Hyper Text Markup Language), and XML (Extensible Markup Language).HTML is wid...Discuss·10 likesmarkdown
Peace Sandypeacesandy.hashnode.dev·Jul 16, 2023How to Build a Simple Transparent Login Form with HTML and CSSIn this tutorial, we will create a simple, responsive login form using only HTML and CSS. As you can see in the above image, the login form has a transparent design and a background image. Note: The code for this project can be found on my GitHub, a...Discuss·45 likes·212 readslogin form
Tech Blogsmrtechblogs.hashnode.dev·Apr 10, 2023Writing Markup with JSX in ReactJSX is an extension to JavaScript that allows you to write XML-like code to create and manipulate React elements. With JSX, you can easily define dynamic content and manipulate the DOM elements. In this article, we will discuss how to write markup wi...DiscussJSX
Dionysia LemonakiforfreeCodeCampfreecodecamp.org·Nov 11, 2022What is YAML? The YML File FormatYAML is one of the most popular languages for writing configuration files. In this article, you will learn how YAML compares to XML and JSON - two languages also used for creating configuration files. You will also learn some of the rules and feature...Discussmarkup
Damilola OladeleforfreeCodeCampfreecodecamp.org·Nov 10, 2022What is the Jamstack? Tutorial for BeginnersYou may have heard the term Jamstack and have been wondering what it means. Well, the Jamstack is nothing more than a modern way of building web applications. Jamstack takes advantage of existing technologies – which we'll discuss in a minute. The re...Discussapi
Idera Dev Toolsideradevtools.hashnode.dev·Nov 8, 2022Know The Best React Markdown Editor Components for Your AppYou might not notice it, but Markdown is a huge part of the internet today. Whenever people send stylish messages or post formatted content, they use Markdown. Various popular platforms support Markdown, including messaging platforms like Discord and...Discuss·74 readsFroala
Joel OlawanleforfreeCodeCampfreecodecamp.org·Oct 27, 2022How to Open an XML FileXML stands for eXtensible Markup Language. XML files are readable files that describe the structure of data. You store XML files with the .xml extension. An XML file contains tags that specify how the document should be structured and how it should b...Discussbeginner