This is such a down to earth video explaining the differences. Thanks!
@RowellDionicio3 жыл бұрын
Thanks, Chris!
@richardhere24 жыл бұрын
Awesome video! It would be cool to see what you can do with that YAML file. btw your set is very nice with the overlays, mouse, mic.
@RowellDionicio4 жыл бұрын
Thanks, Richard. One of the future videos I will look into configuration with YAML files.
@eddugs4 жыл бұрын
Good job, Rowell. Congratulations! I hope you can upload more videos related to the devnet cert. (I already checked your videos about parsing XML and JSON with Python)
@RowellDionicio4 жыл бұрын
Thank you! I plan to add more as time permits
@aselahars1 Жыл бұрын
Awesome Explanation,Rowell..
@RowellDionicio Жыл бұрын
Thank you!
@Raja_IT_Trainer2 жыл бұрын
Good explanation... Thanks much for making easy understable vidio..
@RowellDionicio2 жыл бұрын
You're welcome!
@linslus27 Жыл бұрын
Very clear and easy to understand. Thank you!
@RowellDionicio11 ай бұрын
You are welcome!
@ThePakky35dk Жыл бұрын
Awesome! It's easy to understand. (May I know a tool that you use to draw the green arrow or square arrow etc.?)
@anupkumar6013 жыл бұрын
You talked about definitions and structure of XML/JSON. please explain why we should use JSON instead of XML.
@RowellDionicio3 жыл бұрын
JSON is much easier to read (humanly) compared to XML. But it also depends on what system you're using and whether it uses XML or JSON.
@anupkumar6013 жыл бұрын
@@RowellDionicio please correct me where I am wrong. Becouse this is my personal understanding..now days for UI we are mostly use html & scripting language. Javascript/jQuery is the most popular scripting language and JSON is directly supported by javascript.. additionally JSON have values in key/value format that most programming languages support (ie. Dictionary in c#). In compare to JSON , XML have much more features like- validations on data etc.. JSON simply carry data so, it's obesely lightweight than XML.
@silentkille43 жыл бұрын
very informative video I'm learning to be devnet associate and this is helpful. personally, i like YAML it's way more human-readable but as an OK python user im also happy with JSON :D
@RowellDionicio3 жыл бұрын
Personally, I like JSON more but maybe your opinion will change depending on how you have to work with the data.
@microsoftsurfacegeekdetail57392 жыл бұрын
Thank you for doing this video
@RowellDionicio2 жыл бұрын
No problem 😊
@jawssky4 жыл бұрын
Well done. I too thought the use of the arrows and pointer were very helpful.
@RowellDionicio4 жыл бұрын
Thanks!
@Overthought74 жыл бұрын
the YAML example was a bit confusing, as it seems invalid. the outer list of objects has items with different indents
@markthomas96412 жыл бұрын
You might find DeltaJSON a really useful tool for comparing and merging JSON data, it has an API for automating scripts too. I think they have an XML compare tool as well.
@br101nt3 жыл бұрын
ótima explicação, abraços do Brasil .
@RowellDionicio3 жыл бұрын
Thanks for visiting from Brasil!
@verlaine_devnet3 жыл бұрын
Thank you so much
@RowellDionicio3 жыл бұрын
Any time
@JiriBrejcha4 жыл бұрын
Nice job, Rowell! Just our of interest, what software do you use to do the overlays and switch between the screen layouts?
@RowellDionicio4 жыл бұрын
Thanks Jiri. I’m using Ecamm Live.
@Channelrun98784 жыл бұрын
Hi Rowell, Can you show us a tutorial on how to use Python to make the XML output pretty
@RowellDionicio4 жыл бұрын
I sure can!
@AdobadoFantastico3 жыл бұрын
I think YAML will be my new favorite.
@RowellDionicio3 жыл бұрын
Easy peasy, right?
@hyungtaecf2 жыл бұрын
The problem with yaml is that it can’t be minified. It’s terrible for large amounts of data. Half of your file would be just whitespaces.
@sebastianwardana15272 жыл бұрын
so you worked on this yourself?
@RowellDionicio2 жыл бұрын
Yeah I looked at various resources to understand the differences. It was mainly in preparation for the DevNet Associate.
@AndrewTSq7 ай бұрын
JSON is easy to understand. YAML seems to be the worst of them, since I never thought it was clever to use intendation, and I really dislike reading XML. So JSON is the clear winner for me.
@RowellDionicio4 ай бұрын
I agree with you!
@nickhuynh6321 Жыл бұрын
I like json
@RowellDionicio Жыл бұрын
Same here!
@simpson670011 ай бұрын
i mean i know what they look like, i wanted to know why to use one rather than another.
@sebastianwardana15272 жыл бұрын
isnt it funny... you just relearn stuff when you need it... but then you dont wanna use it... bc theres you know... theres stuff out there that you can use right now instead of loading in that data...
@RowellDionicio2 жыл бұрын
I find that I’m referring back to my own stuff often. I just used JSON not too long ago on a project. Saved me hours of time by using a script.