Jordanq
Jordanq
KPCKevin Powell - Community
Created by EthanOB on 6/10/2024 in #front-end
Results summary component Frontend mentor
I think codepen is great for showcasing small front end projects like this. I'm curious to see yours since I did this challenge as well๐Ÿ™‚
6 replies
KPCKevin Powell - Community
Created by Jordanq on 6/4/2024 in #back-end
Best Practices for Securely Sending Form Submissions via Email in a Web Application
Any recommendation on using vanilla node.js or serverless functions to manage database? Seems serverless is easier to set-up but I have read stories about people getting crazy bills. node.js looks a little more complicated but I could see this being great for experience and I love the idea of full control, not sure if this is over kill for my project..
58 replies
KPCKevin Powell - Community
Created by Jordanq on 6/4/2024 in #back-end
Best Practices for Securely Sending Form Submissions via Email in a Web Application
Would this be considered session based authentication?
58 replies
KPCKevin Powell - Community
Created by Jordanq on 6/4/2024 in #back-end
Best Practices for Securely Sending Form Submissions via Email in a Web Application
Oh okay instead of the database
58 replies
KPCKevin Powell - Community
Created by Jordanq on 6/4/2024 in #back-end
Best Practices for Securely Sending Form Submissions via Email in a Web Application
So would hard coding the information mean storing login credentials in a serverless function?
58 replies
KPCKevin Powell - Community
Created by Jordanq on 6/4/2024 in #back-end
Best Practices for Securely Sending Form Submissions via Email in a Web Application
Although the client should be the only user for the dashboard I think it would be better to have an open back end and use JWT for authorization and authentication. I believe it would be a better UX and more flexibility for the client to have control over passwords.
Does this offer better security since the password will be hashed in the database?
58 replies
KPCKevin Powell - Community
Created by Jordanq on 6/4/2024 in #back-end
Best Practices for Securely Sending Form Submissions via Email in a Web Application
Yeah I don't see any chance of having to handle users with this in the future.
58 replies
KPCKevin Powell - Community
Created by Jordanq on 6/4/2024 in #back-end
Best Practices for Securely Sending Form Submissions via Email in a Web Application
My mind immediately went to postgres for database maybe just because I hear of it so often on the tutorials I watch but from my understanding mongo.db is a quicker development. With mongo.db being so popular I figured it would be good to dive into.
58 replies
KPCKevin Powell - Community
Created by Jordanq on 6/4/2024 in #back-end
Best Practices for Securely Sending Form Submissions via Email in a Web Application
I want to integrate a notification system for the dashboard but that is less important haha
58 replies
KPCKevin Powell - Community
Created by Jordanq on 6/4/2024 in #back-end
Best Practices for Securely Sending Form Submissions via Email in a Web Application
My only needs are to store the form submission in the database then display them in the dashboard and give the client the option to respond from there. I plan on deploying with vercel (for no specific reason).
58 replies
KPCKevin Powell - Community
Created by Jordanq on 6/4/2024 in #back-end
Best Practices for Securely Sending Form Submissions via Email in a Web Application
I'm planning on using mongo.db for the database and using vercel serverless functions for the back end. Am I on the right track?
58 replies
KPCKevin Powell - Community
Created by Jordanq on 6/4/2024 in #back-end
Best Practices for Securely Sending Form Submissions via Email in a Web Application
I agree, probably a better UX experience for the client as well .
58 replies
KPCKevin Powell - Community
Created by Jordanq on 6/4/2024 in #back-end
Best Practices for Securely Sending Form Submissions via Email in a Web Application
I'm thinking of creating a dashboard that pulls the data from the database and the owner can then view and decide whether or not to respond to the submission form their own email
58 replies
KPCKevin Powell - Community
Created by Jordanq on 6/4/2024 in #back-end
Best Practices for Securely Sending Form Submissions via Email in a Web Application
I have spent all of my time studying html CSS JavaScript basics and DOM manipulation. This is one of the last few steps for my first site. I have had so many epiphanies tackling this issue. The back end of web development is completely new to me so I'm somewhat lost from the start but I'm so thankful I have spent my time studying the basic functionality of JavaScript because it has made opening new doors a lot easier.
58 replies
KPCKevin Powell - Community
Created by asasinmode on 5/27/2024 in #front-end
Grid container height doesn't fit all of its children
Maybe from the default margins of the <h3> element? Try removing the margins with m-0
3 replies
KPCKevin Powell - Community
Created by Shane on 4/8/2024 in #ui-ux
make this look less bad
This was the first thing I noticed as well
15 replies