Sanju

iOS Developer | Currently working on File Ark

Used node child process fork to create multiple processes for uploading files. Seeing a bug currently with the files being uploaded not containing the right size.

Sanju Author

Using read stream to read the file so that the entire file is not read into memory if the memory isn't large enough.

0 Likes
Sanju Author

File objects cannot be transferred from main to renderer because it can't be json serialized. So currently reading the file from disk into memory to upload it.

0 Likes

Trying to figure out how to have multiple renderer processes for uploading files in parallel

Uploading a large number of small files take too long with the web app, so trying to evaluate an electron native app and the limitations

Some files are not being uploaded, trying to figure what's the pattern

Starting a new project: FileArk (a SaaS for archiving files to free up space on your laptop/pc)

The database I set up sort of works, but definitely not something I want to spend time managing myself. My brother said he can help manage it if it's MySQL, so gonna let him do all the setup for it.

Spent rest of the time setting up the users and permissions for accessing the database instance.

Bought the Vultr instance and reading about how to setup PostgreSQL on Ubuntu.

Also going to try setting up a Vultr instance with PostgreSQL myself and see how it performs, so that once I run out of my free tier on ElephantSQL, I can switch to the Vultr instance.

Thinking about using ElephantSQL for the free 20MB PostgreSQL instance initially

Talked to @sergio about the tech stack for Makerlog in terms of databases.

:)

0 Likes

Decided to move off of Graphcool since the project hasn't been updated in a while now and their examples don't even work. Continuing my search for a hosted database in the meantime.

Looked at tutorials for how to connect Auth0 and Graphcool so that the users can be queried from Graphcool.

Configuring Jest to work with Vue SFC (w/ Typescript) files, but having issues when running it.

Bought the early access to Kent's testing videos on TestingJavascript.com and started going through the modules