unemployed
unemployed
KPCKevin Powell - Community
Created by unemployed on 11/4/2024 in #front-end
Any good books to learn about cyber security engineering for developers in front end?
same as title i want to make webapp secure and want to learn how to learn about vulnerability, any good books suggestion?
1 replies
KPCKevin Powell - Community
Created by unemployed on 8/31/2024 in #front-end
want to design copy to clipboard functionality works everywhere except on apple products.
Summary: I'm trying to use navigator.clipboard.writeText(message) inbuilt function of JS, This works fine on all devices except mac. I've asked all my colleagues who have apple devices and when they try to use copyToClipboard it does nothing nor shows any error. In baseline it shows navigator.clipboard is universally acceptable function. Information: Please note i''m using ReactJS to implement the functionality Below are some of the feature of functionality that i'm using 1. It has a https:// link and strings on next line, the link also have meta data that showcase previews after pasting 2. when user click on the copy button it shows the message to user that the link has been copied (but not on mac) 3. after clicking on copy button and trying to paste anywhere doesnt work on mac devices Need Help on: Solution looking for, are there any solution for this? am i following best practices or missing something? any alternatives for this?
3 replies
KPCKevin Powell - Community
Created by unemployed on 8/11/2024 in #front-end
How to debug this kind of issue and what it is called?
No description
9 replies
KPCKevin Powell - Community
Created by unemployed on 5/24/2024 in #front-end
How do Amazon and Facebook hide their response from the network tab?
Whenever you visit their site you can observe the response in api call is usually junk jQuery or is file it never shows json file format how are they able to hide information? What rendering method are they using and why can't we see their src file within the source as well?
1 replies
KPCKevin Powell - Community
Created by unemployed on 3/24/2024 in #front-end
is the error color combination correct as per accessibility standard?
No description
4 replies
KPCKevin Powell - Community
Created by unemployed on 3/10/2024 in #front-end
how to use and process token that i get after authentication is complete?
Description: First time creating MERN authentication I've created basic user login page with username and password if both matches it returns token which has setout time Questions and issue: How to use this token do I need to store this token on mongodb user database? if storing is possible do I need to update token every time if user signout and sign in again? what should I store in cookie and how I can decode this token?
1 replies
KPCKevin Powell - Community
Created by unemployed on 3/9/2024 in #front-end
After setting proxy in vite.config.js '/api/3' making call on 5173 port instead of 5000
No description
1 replies
KPCKevin Powell - Community
Created by unemployed on 2/26/2024 in #front-end
what do you called an input type text and has an x in it to clear the content?
in some of the search bar we can observe there is an x button inside the input element to clear the input field what it is called technically?
6 replies
KPCKevin Powell - Community
Created by unemployed on 2/22/2024 in #front-end
How to render image that I'm fetching from from opensource API faster
I want to learn what are the ways to render high quality images that I'm fetching from from opensource API faster so that it take less time to display those images what are the techniques one can use? Tech: Reactjs method of fetching: fetch(), axios method to fetch: useEffect hook this are the steps i use generally
14 replies
KPCKevin Powell - Community
Created by unemployed on 2/19/2024 in #front-end
Need help from anyone with safari browser on their iphone would like to know if my site UI looks ok
No description
11 replies
KPCKevin Powell - Community
Created by unemployed on 1/19/2024 in #front-end
Mason layout are not arranging itself in required format.
No description
4 replies
KPCKevin Powell - Community
Created by unemployed on 10/20/2023 in #front-end
Best resources to learn Accessibility
Recently I have learned about accessibility via LinkedIn learning however on our live project I realized there are much more aria tags, best practices and proper method available to make website accessible is there any best resources available where I can learn about this?
2 replies
KPCKevin Powell - Community
Created by unemployed on 1/20/2023 in #ui-ux
how to make sure screen reader reads input field number one by one instead of trillions. ReactJS
I'm looking into accessibility where screen reader reads both aria label and value I've added split and replace method which reads both number individually and in billions at same time. Does anyone know how to resolve this one?
5 replies
KPCKevin Powell - Community
Created by unemployed on 11/24/2022 in #front-end
how to put the content formed from script tag inside div
Does anyone know how to put all the content form from <script src="cdn/example.js" /> in div tag ? let's say above example generate code <div class="class1"> <h1>Test</h1> </div> can this generated code be wrapped ? <div className=styles.customClass> {above content} </div>
5 replies