Chief
KPCKevin Powell - Community
•Created by Myra on 3/24/2025 in #front-end
To-do list
hope you learnt something.
19 replies
KPCKevin Powell - Community
•Created by Myra on 3/24/2025 in #front-end
To-do list
perfect! works fine.
19 replies
KPCKevin Powell - Community
•Created by Myra on 3/24/2025 in #front-end
To-do list
I have just given you the starting point, there are some other things which you need to consider.
19 replies
KPCKevin Powell - Community
•Created by Myra on 3/24/2025 in #front-end
To-do list
Makes sense?
19 replies
KPCKevin Powell - Community
•Created by Myra on 3/24/2025 in #front-end
To-do list
So whenever you press delete, you extract the id instead of the value that the user is trying to delete, and delete that particular record which has the id in the array.
19 replies
KPCKevin Powell - Community
•Created by Myra on 3/24/2025 in #front-end
To-do list
Enter 2 tasks with the same name.
Example:
learn html
learn html
And try to delete and refresh the browser. Both of your entries would be deleted.
Folks might say that it is unnecessary that you would have 2 same tasks on a single todo list, which is fine.
I am trying to make you understand that, this is good, but always try to assign some id while you are inserting the tasks.
19 replies
KPCKevin Powell - Community
•Created by Myra on 3/24/2025 in #front-end
To-do list
would you like to work on a bug? @Myra
19 replies
KPCKevin Powell - Community
•Created by Nandini ✨ on 3/23/2025 in #front-end
post CSS
While back I had to use tailwind with bare html and js. So I used webpack to config the tailwind along with postcss. So, knowledge of postcss was worth it.
14 replies
KPCKevin Powell - Community
•Created by Nandini ✨ on 3/23/2025 in #front-end
post CSS
As I said earlier, it is worth to give it a shot. Knowledge is never wasted anyways.
14 replies
KPCKevin Powell - Community
•Created by Nandini ✨ on 3/23/2025 in #front-end
post CSS
IMO, its worth it to learn.
https://postcss.org/docs/postcss-plugins, just look at the list of plugins, and see what postcss is capable of. Tailwind uses it too.
14 replies
KPCKevin Powell - Community
•Created by Nandini ✨ on 3/23/2025 in #front-end
post CSS
there are lot of amazing features which postcss allows, I have used it personally.
Mixins, autoprefixer etc etc.
From lerarning perspective, CSS nesting (I think this is now supported natively) it is great.
14 replies
KPCKevin Powell - Community
•Created by AN on 1/19/2025 in #back-end
Where to put the admin dashboard of an e-commerce website?
Some websites have routes, some have domains
10 replies
KPCKevin Powell - Community
•Created by AN on 1/19/2025 in #back-end
Where to put the admin dashboard of an e-commerce website?
This has also confused me, how to choose between routes and domains?
10 replies
KPCKevin Powell - Community
•Created by anes039 on 12/30/2024 in #back-end
php error
maybe it's a js errorr
311 replies
KPCKevin Powell - Community
•Created by anes039 on 12/30/2024 in #back-end
php error
TypeError: addFundsform.submit is not a function
311 replies
KPCKevin Powell - Community
•Created by Blanwhit on 12/26/2024 in #back-end
How to get from string to anagram in fewest number of swaps?
seems like a DSA one
14 replies
KPCKevin Powell - Community
•Created by Blanwhit on 12/26/2024 in #back-end
How to get from string to anagram in fewest number of swaps?
sorry but how is this backend related question?
14 replies
KPCKevin Powell - Community
•Created by Viroz on 12/15/2024 in #back-end
Authentication with separate frontend and backend
you can use
expression-session
package6 replies
KPCKevin Powell - Community
•Created by Viroz on 12/15/2024 in #back-end
Authentication with separate frontend and backend
If jwt isn't fitting your use case, what did you else look for?
6 replies