unemployed
unemployed
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