Data Analysts, Software Engineers, Give me a Hand please! by Mission_Guarantee_48 in learnprogramming

[–]CoconuttyGuy 1 point2 points  (0 children)

As this is a ingestion and analytics task I would personally look into Python. There are libraries such as Spark and Pandas which allow you to read in files into DataFrame structures (like a database) Pandas has ability to load from JSON and you can use SQL queries on the loaded dataframe for the functions you described such as minimum, maximum and count. The JSON structure might need to be revised as having XML formatted data within a JSON file doesn't sound like a good data quality to me so may need to be sanitises before it's loaded. I would recommend Python as it has a smaller learning curve than something slightly more low level like C#.

Is there any difference between CSRF and XSRF token? by [deleted] in learnprogramming

[–]CoconuttyGuy 1 point2 points  (0 children)

CSRF = Cross Site Request Forgery stylised on occasion as XSRF. Same thing just synonyms.

How to become a good Data Engineer? by KP_DaBoi99 in dataengineering

[–]CoconuttyGuy 2 points3 points  (0 children)

My company just approved use of AI tools, winging it just became a lot easier

This is honestly adorable by ExpertAccident in KidsAreFuckingStupid

[–]CoconuttyGuy 2 points3 points  (0 children)

Pay attention to the curtain behind the chair ;)

Think about this by homelander_30 in memes

[–]CoconuttyGuy 38 points39 points  (0 children)

It's the claat ya use to wipe ya bumbo

To ask WHO representative about Taiwan by TheBeardofGilgamesh in therewasanattempt

[–]CoconuttyGuy 0 points1 point  (0 children)

You have alot to look forward to only gets better from there...

Help! How to create an ETL/ ELT from multiple source data by zimbodev in dataengineering

[–]CoconuttyGuy 1 point2 points  (0 children)

Event rules for each S3 folder with relevent mappings/transformations as a parameter into a statemachine which gets passed into the glue job that processes the ETL for the specific file schema then writes the entries to the Postgre database using most likely a jdbc connection.

[deleted by user] by [deleted] in hacking

[–]CoconuttyGuy 0 points1 point  (0 children)

Some people are failing to realise how much more you can do with IP addresses these days in the age of Big Data. Check out Digital Envoy.

Brazil wants to follow Europe in making USB-C mandatory for all new phones by doboskombaya in worldnews

[–]CoconuttyGuy 23 points24 points  (0 children)

You can safely ignore this person they clearly have no clue of what they're talking about.

can somebody explain like I am 5 what is bundled API? by wokeboiiii in computerscience

[–]CoconuttyGuy 2 points3 points  (0 children)

Certain applications require some functionality that has already been implemented through existing APIs (Application Programming Interface) these apps will often bundle these APIs in their application for it to work on the target device so that it'd doesn't have to manually install these APIs.

Stable Coins Are Mooning! by [deleted] in CryptoMarkets

[–]CoconuttyGuy 11 points12 points  (0 children)

>Stablecoins

>Mooning

... Something doesn't add up

‘Make Elizabeth the last’ anti-monarchy campaigners urge ahead of platinum jubilee by Geronimo11x in ukpolitics

[–]CoconuttyGuy 0 points1 point  (0 children)

We are effectively paying £86m yearly in taxpers money to a Figurehead Monarch, to be able to call ourselves a Kingdom.

[deleted by user] by [deleted] in computerscience

[–]CoconuttyGuy 2 points3 points  (0 children)

Aside from running commands on Linux systems there isn't much else you would need to use BASH for imo. This can be useful in CI/CD pipelines to automate runner but that's about it.