using next image component with s3 image: "url" parameter is valid but upstream response is invalid code: <Image fill src={s...
Hello everyone! I'm working on a video-sharing website using Next.js. The videos are hosted on AWS S3, and I want to ensure that they cannot be downloaded or screen recorded b...
Hi everyone, I'm curious to hear about your preferences between two popular React UI libraries: MUI (formerly Material-UI) and Mantine. Both have their strengths and unique f...
AWS MediaConvert is quite expensive for video transcoding. Do you know of any alternatives? I want to generate encrypted HLS with different resolutions. I'm using Node.js.
is it possible to set cookies from api.example.com to custome-tenant-domain.com?
import React from 'react'; import AuthUserContext from './context'; import { withFirebase } from '../Firebase'; const withAuthentication = (Component) => { class WithAuthe...
if(status === (statusTypes.APPROVED || statusTypes.UNPAID || statusTypes.PAIDUP)) .... is this valid js code?
Hi. Is using redux with apolo client recommended? Since apolo client itself can used as a state management library. If yes why, when to use redux with apolo client.
is there a way to render react component as an image?
what color is good instead of the purple?
Hi \ <body class="vertical-layout vertical-menu-modern boxicon-layout no-card-shadow 1-column navbar-sticky footer-static bg-full-screen-image blank-page blank-page" d...
<general question/> can an admin edit "users" name and email, in user managment?? 🤔
Hello guys, i hope you all are doing well. Can you show me the better way to write this code? filterdItems = [] const { priceasc, pricedesc } = sortOpt...
How to validate string enum with joi? i have tired like this Schema = { name: Joi.object().keys({ type: Joi.string().valid("xxx", "yyy"), }), } but it says "name...
i have this list called y. y= [ {id:0, v:{a:1,b:2,c:3} } {id:1, v:{a:1,b:2,c:3} ] i want to get every 'v' object from y as list like z = [{a:1,b:2,c:3},{a:1,b:2,c:3}] how ...
are this typescript the same 1. status?: IStatus 2. status: IStatus | undefined
I Can fetch component data when it mounts(singel api) and other related api when the projects first load(in the root component) What are the cons and pros of these two appro...
validateProperty = ({ name, value }) => { const obj = { [name]: value }; const schema = { [name]: this.schema[name] }; const { error } = Joi.validate(obj, schema);...
i was thinking to switch from express to django because django decrease development time. but before that, is there a dajngo like framework built on Express?
Me and my friend want to work together and we need a cv or a website for showing our already done projects. can you suggest me a link to a good cv template?