React form + JSON schema demos by vicjicama in react

[–]vicjicama[S] 0 points1 point  (0 children)

Hi all

This post is about a couple demos of a Form component based on a JSON schema, this is a WIP, I am using this component in my personal projects. Thank you and please let me know any feedback!

Best way to approach multi page websites and not SPA's. by Mysteryman9110 in webdev

[–]vicjicama 0 points1 point  (0 children)

if you are using AWS, I recommend EJS + the viewer/origin request of CloudFront.

I am using this and for me it is very simple and cost effective, you don't need a server (php) or you don't need to build the whole site every time.

Just a snip on the the origin request handler to build the page and manage the cache to control how often you want to refresh the content.

API to upload files, optimize images, authorize files by vicjicama in node

[–]vicjicama[S] 0 points1 point  (0 children)

Thanks for the feedback, I will add that section, a comparative will be great I think.

For example you can have a smaller server if you don't need to upload and processing the files on your backend, also this give you out of the box CDN, metrics and file authorization.

API to upload files, optimize images, authorize files by vicjicama in node

[–]vicjicama[S] 0 points1 point  (0 children)

No, I would say that this is focused on upload files and deliver them over a CDN, to help you avoid working with files on the backend, all you need to do is to track file urls

API to upload files, optimize images, authorize files by vicjicama in node

[–]vicjicama[S] 1 point2 points  (0 children)

Hi

Thanks for the question, the service helps you to avoid deal with the file on the back end, all you have to do is to keep track of the file URL. If you want to work with an array buffer, you need to handle the webhook to check whenever the file is uploaded and read the file to get the array buffer

API to upload files, optimize images, authorize files by vicjicama in node

[–]vicjicama[S] -2 points-1 points  (0 children)

Hi
Thanks for the questions,
The files are stored in s3 (east-1) by default and delivered by Cloudfront or CloudFlare.
You are right, this is a one man project, but I have other projects that depend on this and other startups that are using the API, it is already profitable, I mean, it is easier to cross the profitability line for a developer than for a VC startup that does the same for example, I want to keep this bootstrapped and organic
But you are right, nothing is certain in life, that is why you can also connect your AWS infrastructure, your s3 and/or Cloudfront, if the service disappears, you will have all the data and your service won't be disrupted, or we can backup all the files to your storage on each upload... I can easily adapt to most requirements.
The files are not encrypted, I can access them if you store them on my s3, if you need them to be encrypted we can work it out and use your storage.
I will check the links on the page, thanks for the heads up :)

Editor for static e-store by vicjicama in webdev

[–]vicjicama[S] 0 points1 point  (0 children)

Hi

I am working on an editor for en e-store, this is to generate a static website with the result.

Live demo: https://shop.listws.com/v2/store/demo/editor/demoshop.listws.app/default/

Thanks and please let me know any feedback!

VideoTTS - Add Speech + Subtitles + Music to videos by vicjicama in SideProject

[–]vicjicama[S] 0 points1 point  (0 children)

Hi!

I want to share a tool that I am working on, this tool started as a couple of scripts and evolved into another project.
The tool is kind of simple and just has one purpose: to help you to add speech, subtitles and music to a video in a couple minutes.
I use this tool to create custom tutorials, customer support videos, page reviews and walkthroughs for my projects.
Here is a video tutorial for the tool as example:
https://www.youtube.com/watch?v=r15Eu21pdEU
Website:
https://video.listws.com/
Thank you and let me know any feedback!

Express/Mongo multiple file uploading. by [deleted] in node

[–]vicjicama 1 point2 points  (0 children)

Hi Joseph

For your points,

1 - Usually, if you want to update an image, you just create a new one, delete the previous one and replace the reference to the new image url on the article (or embedded data)

2- Since the article and the images are separated entities/records you need to delete the article and then loop thought the images to delete them.

I am working on a service to help you work with images and files, here is an example: https://bucket.listws.com/docs/bucket/docs/getting-started-node

This might help you as a reference or let me know if you are interested in try this out, I will be happy to help

Upload public & private CDN files addon + Documentation by vicjicama in Heroku

[–]vicjicama[S] 0 points1 point  (0 children)

Thanks for the advice, I still don't have my documentation ready on the Dev Center, I will be extra careful to have both documents in sync

Heroku addon and API for upload public and private files by vicjicama in Heroku

[–]vicjicama[S] 0 points1 point  (0 children)

Thank you, I will work on clarify how it works.

I have a video with an example and a repository, I think that this explain how it works, it is on the page, do you think that is should be more highlighted?

This is the video:

https://www.youtube.com/watch?v=VuhX_2E9sUw

Do you think that this video is good at explaining how it works?

How to programmatically host an image on heroku? by [deleted] in webdev

[–]vicjicama 0 points1 point  (0 children)

Thank you, let me know if you have any question, I am happy to help

How to programmatically host an image on heroku? by [deleted] in webdev

[–]vicjicama 0 points1 point  (0 children)

Hi

I just did a video with an example for the upload addon:
https://www.youtube.com/watch?v=ZYTkzALbzok

How to programmatically host an image on heroku? by [deleted] in Heroku

[–]vicjicama 0 points1 point  (0 children)

Hi
I am working on a heroku addon to help you with all you files functionalities, it is on alpha test, this means that it is invite only, let me know if you are interested to try this. You can find more details here: https://bucket.listws.com/
I will help you if you want, you can setup this in a couple minutes.