Alex Taylorallr.hashnode.dev·Sep 15, 2023Konvertierung zwischen Excel-Arbeitsblättern und XML mit PythonXML (Extensible Markup Language) ist eine erweiterbare Auszeichnungssprache und auch ein Dateiformat. XML ermöglicht benutzerdefinierte Tags, ist erweiterbar, einfach lesbar und schreibbar und leicht zu übertragen. Es ist das am häufigsten verwendete...Discussxml
Ameen Shokoyameenotek.hashnode.dev·Sep 12, 2023Building Android Apps In 2023? Here Are 5 Things You Need To KnowGreetings! If you're here to discover the secrets of crafting robust, scalable, and cutting-edge Android apps, you've landed in the perfect spot. Consider this: Android OS, the backbone of more than 70% of the world's devices, caters to an incredibly...DiscussJetpack Compose
DAMIAN ROBINSONdamianrobinson.hashnode.dev·Sep 10, 2023Basic Guide To XMLXML (Extensible Markup Language) is a widely used language that is designed to store and transport data in a structured format. It's often used for configuration files, data exchange between different systems, and more. XML uses tags to define elemen...Discussxml
Karunkarun.hashnode.dev·Aug 17, 2023Crack the Code: Reading XML Files the Python WayTo read an XML file in Python, you can use the ElementTree module, which is part of the standard library. The ElementTree module allows you to parse XML data easily and navigate through its elements. Here's a step-by-step guide on how to read an XML ...DiscussMaster Python from Basics to Advanced: Unlock Your Coding PotentialPython
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
Cxnsxlecxnsxle.hashnode.dev·Jul 19, 2023XXE VulnerabilityWhat is XXE? XML external entity injection (XXE) is a web security vulnerability that allows us as attackers to interfere with an application's processing of XML data. It often allows us to view files on the application server filesystem, and to inte...Discussxml
Tomstomsdonis.com·Jun 27, 2023Prettier and how to get most out of itIntro What is Prettier? Prettier is an opinionated code formatter that supports many languages and integrates with most of code editors. It must be emphasised that Prettier is opinionated since it provides very few configurable properties (23 as of 2...Discuss·31 readsPrettier
Khushi Agarwalkhushiblogs.hashnode.dev·Jun 25, 2023Getting started with XMLGetting started with Android app development might be an overwhelming process but taking small steps goes a long way. Start building with basic frontend layouts which include basic views. So all these terms might sound unfamiliar but this won't be th...Discussxml
Alfred Michaelfredthedev.hashnode.dev·Jun 13, 2023Unveiling 'Expert or Liar': A Thrilling Journey into .NET MAUI's Quiz App Development Adventure 1Welcome, fellow adventurers, to a thrilling journey into the world of .NET MAUI and the creation of an exciting quiz application called "Expert or Liar." Inspired by the beloved episode from Regular Show, this project combines the magic of .NET MAUI ...Discuss·10 likes.NET
salami adeniyi adedejidonneyo.hashnode.dev·Apr 26, 2023Fragment in ThymeleafWhat is Fragment In Thymeleaf Fragments in thyme leaf is a section set apart for reusable purposes in another HTML file. they are separated and reorganized into a single line of code to reuse in another HTML file. The whole idea behind fragments is t...DiscussThymeleaf