Kunj Patelforkunj.hashnode.net路Aug 20, 2022YAML ain't Markup Language!! -a complete guideWhat is YAML ? YAML is a data serialization language that is often used for writing configuration files. Depending on whom you ask, YAML stands for yet another markup language or YAML ain鈥檛 markup language (a recursive acronym), which emphasizes that...Discuss路41 likes路276 readsBlogsWithCC
Chris BongersforDaily Dev Tipsdaily-dev-tips.hashnode.net路Jan 29, 2021Adding a sitemap in EleventyIn today's article, you will learn how to add a sitemap to your Eleventy website. A sitemap is an essential part of helping search engines understand your website's structure and one of the quickest ways to optimize your site SEO wise. With a sitemap...Discuss路40 likes路59 readsWeb Development
Sarvesh KadamforSarvesh Kadamsarveshkadam.hashnode.net路Sep 29, 2020Getting started with JSON(JavaScript Object Notation)JSON(JavaScript Object Notation) is a storage format that is completely language independent and it is used to store and transport data. It's quite an important topic as the data which we fetch from external API usually consists of Arrays of elements...Discuss路32 likes路185 readsjson
Joliv茅 Hodehoujolivehodehou123.hashnode.net路Apr 6, 2023How To Generate XML Reports In pytest?Many organizations have an automated test suite running in integration and continuous delivery systems but fail to effectively utilize the results generated at the end of the test. Without proper analysis and documentation, it becomes challenging to ...Discussxml
Safal ShresthaforCodingMountain's Blogcodingmountain-1680170230500.hashnode.net路Mar 31, 2023AndroidManifest.xml聽: OverviewBeginners usually ignore or forget about the AndroidManifest.xml file but its role in app development is huge. In this blog, we will try to get to know this important AndroidManifest.xml file better. First, let鈥檚 look at what is XML file. XML stands...Discuss路12 likesandroid app development
Syed Quasimitsmequasim.hashnode.net路Mar 27, 2023Understanding APIs: What They Are and How They WorkHow does the computer communicate? You are right if you think they only talk in 1s and 0s. But... That鈥檇 be like saying humans communicate by making noises and speaking in different languages of their own choice. In all of this, you would ignore the ...Awodire babajide samuel and 1 other are discussing this2 people are discussing thisDiscuss路6 likes路27 readsWeMakeDevs
Henry J. Perezhenryjperez.hashnode.net路Mar 16, 2023The YAML FilesYAML YAML is an information transfer language like JSON or XML. And it is used for its simplicity and consistency. File Extention These YAML files end with .yml or .yaml, either of them is correct. Indentation The indentation in YAML is essential, to...Henry J. Perez and 1 other are discussing this2 people are discussing thisDiscuss路2 likes路171 readsDev OpsYAML
Mojtaba Malekimojtabamaleki.hashnode.net路Mar 6, 2023Xml 1.0Hey y'all! If you're here, then you must be as excited about XML 1.0 as I am! I'm your go-to gal for all the latest and greatest news about XML 1.0. From the latest updates to quirky little tidbits, I'll have it all for you. So if you're looking for ...Discuss路10 likes路26 readsIntro to Web Technologiesxml
Samuel Addisonsamaddy.hashnode.net路Mar 2, 2023XXE Attack: A Guide to Understanding and PreventionXML External Entity (XXE) Attack is a type of security vulnerability that can allow attackers to steal sensitive information or execute arbitrary code. It is a relatively old attack technique, but it is still relevant today, as it can be found in man...Discussxxe
Mojtaba Malekimojtabamaleki.hashnode.net路Feb 27, 2023An Introduction to XMLWelcome to my blog about XML! If you're here, it's probably because you're either confused about what XML is, or you just want to learn more about it. Either way, you've come to the right place! I'm here to break down the basics of XML and hopefully ...Discuss路10 likes路28 readsIntro to Web Technologiesxml
Hemant Mauryahemantmaurya.hashnode.net路Feb 14, 2023Android Activity LifecycleIn android, Activity represents a single screen with a user interface (UI) of an application and it will act as an entry point for users to interact with an app. Generally, the android apps will contain multiple screens and each screen of our applica...Discuss路1 like路28 readsAndroid Devlopmentandroid app development
LemonBoyarnoldwafula.hashnode.net路Feb 3, 2023Getting Started with Bottom Sheets in Android Using Kotlin Part 1 [Beginner Friendly]Hi guys 馃憢, in this article, I'm going to delve into what a bottom sheet is, its common uses, and how it can be implemented in android development using Kotlin. I will cover its implementation in the traditional view system (XML-based). Without furth...Discuss路1 like路31 readsKotlin
Vishwajit VmforVishwajit Vm blogvishwajitvm.hashnode.net路Jan 18, 2023Exporting XML Data into MySQL: A Step-by-Step GuideAs data continues to grow at an unprecedented rate, many organizations are turning to XML as a way to store and share information. However, in order to effectively analyze and utilize this data, it often needs to be imported into a database managemen...Discuss路33 readsxml