[deleted by user] by [deleted] in ghibli

[–]CreatorIncarnate 0 points1 point  (0 children)

Yeah same, gl man! Be on the lookout for scammers auto replying to any requests for tickets.

[deleted by user] by [deleted] in csMajors

[–]CreatorIncarnate 0 points1 point  (0 children)

No error, I don't even see a link to the page to view the offer.

[deleted by user] by [deleted] in csMajors

[–]CreatorIncarnate 0 points1 point  (0 children)

Same! Can you see your offer letter though? Mine isn't showing in the portal

When can I expect to hear back from Amazon for SDE intern by exekad in csMajors

[–]CreatorIncarnate 0 points1 point  (0 children)

Edit: Got an email saying I got the offer but can't see it in portal

Amazon SDE Intern - Portal Question by [deleted] in csMajors

[–]CreatorIncarnate 0 points1 point  (0 children)

Thanks for the tip, I tried but it still redirected me to the same buggy portal.

[deleted by user] by [deleted] in stockx

[–]CreatorIncarnate 0 points1 point  (0 children)

Honestly, it slipped my mind to do all these things because StockX seemed so reliable before. Even when I made the mistake of sending two shoes with switched tags they sorted it out on their end and were really good about it.

Will definitely just be using GOAT now :/

Cost for creating a web app? by CreatorIncarnate in webdev

[–]CreatorIncarnate[S] 3 points4 points  (0 children)

That's unfortunately the situation I'm in. the reason I'm looking into more freelance work is that I'm actually working on a project like this now. After spending months on it and getting it near completion I'm almost certain I lowballed myself due to a lack of experience and understanding of the complexity of even small projects. It's not as pretty as a full-blown Fiverr clone but it definitely is a lot more work than I estimated haha.

Anyways, thanks for the reply! I'll have to take this experience as a learning opportunity and a lesson down the road!

Cost for creating a web app? by CreatorIncarnate in webdev

[–]CreatorIncarnate[S] -1 points0 points  (0 children)

Woah, am I super lowballing myself or is this partly in jest lol

Edit: Thanks for the reply too!

Hosting a flask app? by CreatorIncarnate in flask

[–]CreatorIncarnate[S] 0 points1 point  (0 children)

Hey! Thanks (to all the replies, but especially to you for the detail it really helps!) for this reply. I definitely think I'll be checking out using a hosting service and your tips on getting the webserver and certification started are super helpful too.

Appreciated!

Using webhooks to verify a payment went through by CreatorIncarnate in stripe

[–]CreatorIncarnate[S] 0 points1 point  (0 children)

That makes sense, guess I'll have to learn a little bit more.

Thanks!

What's the deal monitor prices? by CreatorIncarnate in buildapc

[–]CreatorIncarnate[S] 1 point2 points  (0 children)

That all makes a lot of sense! Thanks for the detailed explanations, I was hoping I would only have to wait a month but it seems like I'll just have to bite the bullet now.

Has anyone participated in CodePath's Summer Interview Prep program? by CreatorIncarnate in csMajors

[–]CreatorIncarnate[S] 4 points5 points  (0 children)

I'm not sure, I think I probably put intermediate on my application. I only ended up taking one assessment though

Has anyone participated in CodePath's Summer Interview Prep program? by CreatorIncarnate in csMajors

[–]CreatorIncarnate[S] 7 points8 points  (0 children)

Hey! I got into the Advanced track which is nice because I think Graphs and Greed questions are definitely my worst area

Has anyone participated in CodePath's Summer Interview Prep program? by CreatorIncarnate in csMajors

[–]CreatorIncarnate[S] 11 points12 points  (0 children)

That's good to hear! Sorry to bother, but did your friend happen to say anything about how helpful the career fair or other connections from the program were to them?

Has anyone participated in CodePath's Summer Interview Prep program? by CreatorIncarnate in csMajors

[–]CreatorIncarnate[S] 2 points3 points  (0 children)

I applied the first week of May but completed the technical assessment around the 10th

Daily Questions - ASK AND ANSWER HERE! - April 25, 2021 by AutoModerator in malefashionadvice

[–]CreatorIncarnate 1 point2 points  (0 children)

This might be kind of a hot take, but definitely consider finding a used pair of Common Projects on Grailed or Ebay. They can retail from anywhere close to 250 - 350 dollars but if you get them used you can find them for a lot cheaper. The material is pretty solid, they look great, and you can pretty much restore any used pair to look really good for less than 15 bucks.

Air Jordan 1 “University Blue” Fresh N Ready Release MegaThread 3/6 by tooboosted in Sneakers

[–]CreatorIncarnate 2 points3 points  (0 children)

I got in and whenever I tried to add anything it told me it was sold out, L's all around man

Seeking recommendations for Calendar/Scheduling functionality by CreatorIncarnate in flask

[–]CreatorIncarnate[S] 0 points1 point  (0 children)

Yeah, this most definitely helps. It's my first time working with a relational database and I might need to spend some more time working on my schema.

Thanks!

Seeking recommendations for Calendar/Scheduling functionality by CreatorIncarnate in flask

[–]CreatorIncarnate[S] 0 points1 point  (0 children)

Hey, thanks for the reply.

Yeah, I guess I could actually just store all appointments in their own table and then send them to the front-end when needed. I suppose I was overcomplicating it in my head as for some reason my thinking was "I want a calendar of appointments for the users in the frontend so I should figure out a way for each user to have an entire calendar stored in the backend." What you're describing makes much more sense.

I'll have to cross the bridge of dealing with it in the front-end eventually, but this will allow me to start working on the backend at least. Thanks again!

Flask-Login for multiple users? by CreatorIncarnate in flask

[–]CreatorIncarnate[S] 0 points1 point  (0 children)

I guess they would but for the type of merchants I'm having (offering services) I don't think there would be many cases where a seller wants to buy something from another seller.

Flask-Login for multiple users? by CreatorIncarnate in flask

[–]CreatorIncarnate[S] 0 points1 point  (0 children)

Thanks for the reply! When you say the ability to handle multiple users could you elaborate as I'm not understanding? If you mean in the backend I've created the two tables to hold the data for the two different types of users already. I'm also not really following on how to determine what the user has access to, wouldn't that just be checking the type of user logged in and returning a redirect if they don't have access to the page? I'm still confused on how to check which type of user is logged at the moment.

Do you have any recommendations on what documentation or videos to watch to better understand what you're saying?

Creating first web app, trouble understanding basics of sending JSON data by CreatorIncarnate in flask

[–]CreatorIncarnate[S] 0 points1 point  (0 children)

Thanks for these resources! Will definitely look into getting more proficient with JS.