top of page
hold on.... what's Node.JS
I thought Node.JS was just javascript..... so I asked ChatGPT: "what is the difference between javascript and node.JS" And here is the...
silviamazzoni
Mar 232 min read
0
0
Node.JS and hdf5....
Now that I know I want to process my data in a Lambda function in AWS (YES I LOVE LAMBDAS ON AWS!!!), I had one more question for...
silviamazzoni
Mar 233 min read
1
0
Accessing AWS Data for a Javascript app: Leveraging both server and client....
I asked ChatGPT the following question today, I'm excited about the answer it gave me and I thought it might provide useful insight for...
silviamazzoni
Mar 233 min read
1
0
Multiprocessing on Windows
If I can parallellize a process, I will!!! I use the python library concurrent futures. After setting it up the first time, it's a script...
silviamazzoni
Feb 262 min read
0
0
Data-Management Case: too many CSV files -- Part 2
Of course, nothing is simple. I had to make adjustments to the simple script provided by ChatGPT. That's what I like about GenerativeAI:...
silviamazzoni
Feb 252 min read
0
0
Data-Management Case: too many CSV files -- Part 1
I have created the following dataset: I have 12 process methods that I have to run on 277,827 raw-data files (broken into two uneven...
silviamazzoni
Feb 243 min read
2
0


You've Generated the Data—Now What? Storing It Efficiently by Design
Generating data is easy—creating vast amounts of it is even easier. The real challenge lies in deciding how to store it effectively....
silviamazzoni
Feb 182 min read
101
0
bottom of page