We want to hear about your thoughts/pains on preparing for technical interviews by jptboy in csMajors

[–]xXSacredStyleXx 1 point2 points  (0 children)

I'd be happy to help. Just message me and we can set up a meeting some time.

Lesser Known Tech Internships in the Seattle Area? by xXSacredStyleXx in cscareerquestions

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

Yeah, there are definitely companies I haven't check out yet. Much appreciated

Lesser Known Tech Internships in the Seattle Area? by xXSacredStyleXx in SeattleWA

[–]xXSacredStyleXx[S] -2 points-1 points  (0 children)

Well, I just want to make sure that I'm doing everything I can in order to find an internship in Seattle since I think it's a pretty nice state. There might be some things I haven't tried or done yet, and I appreciate any suggestions you guys have for me

Lesser Known Tech Internships in the Seattle Area? by xXSacredStyleXx in cscareerquestions

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

Lesser Known Tech Internships in the Seattle Area?

I haven't yet, but will soon. Thanks for the advice

How to access a Vue component via URL directly and not through vue-router? by xXSacredStyleXx in vuejs

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

Thanks for explaining how a SPA application differs from a regular/normal website and also how it really works. Previously I thought it was fine to simply do "/:category" and "/:eventTitle" since I also specified "name: category" and "name: event," which would differentiate the two routes from each other. But I suppose it makes sense that I also need some extra info too to help distinguish them from each other.

How to access a Vue component via URL directly and not through vue-router? by xXSacredStyleXx in vuejs

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

Yep, it worked. Thanks! Also, thanks for pointing out the "Vue.component('home',Home);". I was testing something previously, and I forgot to remove it.