Aoi
Aoi
KPCKevin Powell - Community
Created by vic on 12/24/2024 in #ui-ux
what can I try to add a better ui here in this img
You should experiment with it if you have time available
38 replies
KPCKevin Powell - Community
Created by vic on 12/24/2024 in #ui-ux
what can I try to add a better ui here in this img
The guy who creates refers to 1. The founder/ ceo 2. The person filling the form Because having it inside company details is making it confusing
38 replies
KPCKevin Powell - Community
Created by vic on 12/24/2024 in #ui-ux
what can I try to add a better ui here in this img
Feels really easy on the eyes now. On a side note, what's the company name and name? It's a little confusing
38 replies
KPCKevin Powell - Community
Created by vic on 12/24/2024 in #ui-ux
what can I try to add a better ui here in this img
You can try it, though you might end up repeating icons which might make it confusing
38 replies
KPCKevin Powell - Community
Created by vic on 12/24/2024 in #ui-ux
what can I try to add a better ui here in this img
The current color palette looks good so no problems with that, you can use either an outline or a background fill for grouping categories so it can be experimented
38 replies
KPCKevin Powell - Community
Created by vic on 12/24/2024 in #ui-ux
what can I try to add a better ui here in this img
More of UX suggests: 1. Group related fields together like contact, socials, etc. 2. Not everything needs to be of the same size, Location should ideally be longer multiline while role can be shorter. 3. Good to add better ui for country code in phone numbers, it also helps to better indicate user it's a number field 4. Try using icons
38 replies
KPCKevin Powell - Community
Created by Vandana on 6/28/2024 in #front-end
Const objects can be modified
btw if you are more interested in this, there might be few more resources in #resources
77 replies
KPCKevin Powell - Community
Created by Vandana on 6/28/2024 in #front-end
Const objects can be modified
Objects and references are topics most people take time to understand, but they are also quite important.
77 replies
KPCKevin Powell - Community
Created by Vandana on 6/28/2024 in #front-end
Const objects can be modified
Anyways it's not very useful in most cases
77 replies
KPCKevin Powell - Community
Created by Vandana on 6/28/2024 in #front-end
Const objects can be modified
For now, I don't think you should get into Object.freeze(). It will be better if you get more used to js before you use it
77 replies
KPCKevin Powell - Community
Created by Vandana on 6/28/2024 in #front-end
Const objects can be modified
Welcome to the world of js....
77 replies
KPCKevin Powell - Community
Created by Vandana on 6/27/2024 in #front-end
eval()
Just read the whole chat, @ἔρως already covered everything....
105 replies
KPCKevin Powell - Community
Created by Vandana on 6/27/2024 in #front-end
eval()
If you are doing a project for learning, it's not just about "it is possible to do it in frontend" it's more of "will i ever do it in frontend in an actual product.". In my entire journey I never had to use any algorithms used in a calculator for any real project. That's why so many professional developers say it's a bad project as a starter.
105 replies
KPCKevin Powell - Community
Created by Vandana on 6/28/2024 in #front-end
Const objects can be modified
If you really need to make an object constant, you can use
Object.freeze()
Object.freeze()
Though this will not work on nested objects
77 replies
KPCKevin Powell - Community
Created by Vandana on 6/27/2024 in #front-end
eval()
At least if I make a calculator app, the most important things will be parsing the math equations and managing the history. Most of this will include algorithms which are not often used in frontend
105 replies
KPCKevin Powell - Community
Created by Vandana on 6/27/2024 in #front-end
eval()
If you are making a calculator on a very serious level, almost all of the skills will be related to backend / algorithms more than the frontend.
105 replies
KPCKevin Powell - Community
Created by Vandana on 6/27/2024 in #front-end
eval()
There are libraries of evaluating math equations. Though as already mentioned. A calculator as a learning project is a really bad idea. It is a project which looks really simple which causes new people to get to use many bad code patterns.
105 replies
KPCKevin Powell - Community
Created by DoContra on 6/25/2024 in #back-end
Cloudfare
Why have you set all of them to dns only, you won't have any proxy protection
3 replies
KPCKevin Powell - Community
Created by Ali on 6/24/2024 in #front-end
Any idea how to achieve these animation?
three.js in serious note: svg
7 replies