Kunj Patelkunj.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’t markup language (a recursive acronym), which emphasizes that...41 likes·276 readsBlogsWithCC
Chris Bongersdaily-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...40 likes·59 readsWeb Development
Sarvesh 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...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 ...xml
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’s look at what is XML file. XML stands...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’d 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 ...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...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 ...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...xxe
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 ...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...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...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...33 readsxml