Is it possible to read .vxs files in ReactJS? - reactjs

I am working on a project that requires me to extract data from a .vxs file. I haven't been able to find anything online that can help me with this. Is it even possible? If yes, can you please point me in the right direction ?

Related

How can I make a 'clone' of the gnomAD browser? Can anyone help me on how to do this implementation?

The gnomAD browser open repository is very complex and I'm having trouble figuring out how to start or what steps to follow to do it.
Basically, I have my own data, so I would like to try to create my own type of exome aggregation database, and the idea was to try to replicate gnomAD and take advantage of its open code source, eventually being able to load my data into it.
gnomAD repo: https://github.com/broadinstitute/gnomad-browser
Thanks in advance!
Note: My background is in bioinformatics, but I don't have much knowledge of web development.
I believe I should begin by following the instructions available in the CONTRIBUTING.md file of the gnomAD repository, is that right?

What's the simplest way to make a combination local and remote file open and save in React?

I am writing an app that can load/save files from the local drive as well as from the remote server. I have it working with distinct dialogs for each location (local,remote) and actions (open/save) I would like to combine it into 2 dialogs each of which allows user to choose location.
I can't seem to find anyone who's done this. Before I go through the work of coding it myself I though I would ask if anyone had suggestions.
I am using React/Typescript on the front end and Express on the back end.
Thanks in advance for any suggestion!
-Flex

Trying to create Instagrams video uploading process

I am trying to figure out a way to recreate instagrams video uploading process. I would like for a user to be able to upload a video and trim it if necessary and then select an image from within the new video length. The images below reflect what i would like to accomplish (I don't really care about the Filter option).
If you could direct me to some libraries, tutorials, or give me any sort of guidance that you think will help me in this process that would be appreciated. Thx ahead of time.

Downloading data online from a database

I really hope you will be able to help me !
I am trying to download the data that is available here :
https://www.dubailand.gov.ae/English/services/Eservices/Pages/ServiceCharges.aspx
The website only allows to go from on data to the other by selecting but it just would take hours to go through all of them.
Is there a way to do that ?
Thank you so much guys
You need a web scraping tool. Try pyscrap (https://pypi.org/project/pyscrap/)

How do you set-up a flat file database?

Let's say there's this database which is flat-file, stores all information in JSON Format
https://github.com/Codetana/IkarusDB
I download it, But I dont know how to set it up.. Like I'm finding my way around on how to mess with different types of database..
Can someone please assist me as to how do I set this up and show it's usage?
Any help would be much appreciated.

Resources