[-] Decide@programming.dev 21 points 6 months ago
13
submitted 7 months ago* (last edited 7 months ago) by Decide@programming.dev to c/programming@programming.dev

I don't mean services like MOOCs, but rather platforms that go in-depth into tech stacks and related technologies like how Laracasts focuses on PHP and its ecosystem. It could be about any language or technology.

45
submitted 8 months ago by Decide@programming.dev to c/manga@lemmy.ml
4
submitted 8 months ago* (last edited 8 months ago) by Decide@programming.dev to c/manga@lemmy.ml
5
submitted 8 months ago by Decide@programming.dev to c/manga@lemmy.ml
7
submitted 8 months ago by Decide@programming.dev to c/manga@lemmy.ml
4
submitted 8 months ago by Decide@programming.dev to c/manga@lemmy.ml
9
submitted 8 months ago by Decide@programming.dev to c/manga@lemmy.ml
7
submitted 8 months ago by Decide@programming.dev to c/manga@lemmy.ml
7
submitted 8 months ago by Decide@programming.dev to c/manga@lemmy.ml
5
submitted 8 months ago by Decide@programming.dev to c/manga@lemmy.ml
[-] Decide@programming.dev 2 points 9 months ago

If it's actual work that suits my experience and not some pitch to buy their product, then it'd be a nice foot in the door. We'll see how this goes.

[-] Decide@programming.dev 3 points 9 months ago

Thank you! I knew there was something, but I wasn't sure what.

[-] Decide@programming.dev 1 points 9 months ago

Thanks for sharing this. I really need to listen to that podcast more.

[-] Decide@programming.dev 6 points 9 months ago

Exactly the same company. The fact that all of their glassdoor reviews are from India made me rethink if I should follow through. We'll see how it goes, but making a blacklist sounds pretty dope, so that's a nice new goal.

20

Preamble: I'm sure there's a better community to ask this question, comment below if you're aware of it.

Okay, for background I'm a bootcamp student, I'm still learning, but I'm almost done. I've been tweaking my LinkedIn as I go, trying to be more attractive for recruiters in the future. Well, last week I was contacted by a recruiter, and asked if I was interested in job opportunities. I did some brief research, and it looks like an actual company on Glassdoor. Anyway, I sent over my resume, and was on a call for maybe 5 minutes. We talk for a bit, and she asked me how I am in interviews and my experience. I tell her that I've been "technically" freelance, but I haven't done anything because of starting cost, but she seemed to ignore that concern. Towards the end of the call I asked her if this would be with her company, and she said yes, and then I said bye.

Now, the problem is that this company is specifically for interview prep, and helping students get hired at other companies. While she said I'd be with her company, I'm concerned that I'm trying to be sold something here. The company is called GigaMe, and there is barely anything online about them.

So, my overall question would be, "what would you do?" Or, what should I expect? I don't think i should get my hopes up, but any advice would help.

[-] Decide@programming.dev 1 points 10 months ago

For some reason in middle school I tried it and, for obvious reasons, couldn't figure it out. Then in 2012-2014 Reddit kept telling everyone to learn Python. I failed that and kept trying randomly for 10 years. I've only recently begun making progress in web dev, which is deliberately avoided because of Reddit language opinions.

Ignoring all of that, I really like text editors for some reason, and I'm on a journey to make some. I still haven't made any, but it's a goal.

[-] Decide@programming.dev 4 points 11 months ago

They're completely separate. I've heard that they're working on ways to fix this issue, though.

[-] Decide@programming.dev 4 points 11 months ago

Because of the difference is that there's a hard cut in continuity with the teleporter. The body is destroyed. In normal life, our body does get replaced, but the continuity remains equal through that time. With the teleporter, everything gets replaced at once, which is a hard continuity cut.

For this reason, sleep doesn't affect continuity, just its potency and what can be accessed during sleep. If we turn a microwave off by unplugging it, whatever continuity it has ceases, this is in no way equal to sleeping. The functions, information, and mind are still present and functional.

[-] Decide@programming.dev 7 points 11 months ago

Question: How long does it take to get the proverbial ball rolling on Upwork? I used it for a month and spent $200+ and wasn't able to get any work.

[-] Decide@programming.dev 1 points 11 months ago* (last edited 11 months ago)

For sure, I'll send you an email.

edit: sent. Thank you again for the help.

[-] Decide@programming.dev 1 points 11 months ago* (last edited 11 months ago)

I'll stay away from the LLMs for now -- they're largely unhelpful anyway.

The value of those elements needs to be concatenated and displayed to the user. Is that right?

Right. The other components with a single text box seem to work fine, it's the multiple boxes in the phone component, and it's local state, that are confusing me to no end.

I think what you're talking about are Signals from Preact?

Oh, no, when I was talking to Bing it said that the local state interferes with the parent state, so I instead need to bring the parent state into the child. It sort of makes sense? At least the part that local and parent state can interfere with each other makes sense.

If you're still interested we could try writing a couple of basic components that get us part of the way there.

Please, I'm all ears. I have a feeling that your approach will help me a lot.

[-] Decide@programming.dev 1 points 11 months ago

If there's any links, resources, mental models, or anything that you or anyone else think would be helpful in getting this to work, I'm all ears. Also, since it's pretty obvious that this is an assignment, my limitation is that I cannot use useEffect, and the PhoneComponent has to use 4 inputs.

I've been stuck on this for about a week now, so any help, feedback, insight, or articles I should read would be incredibly appreciated.

3
submitted 11 months ago* (last edited 11 months ago) by Decide@programming.dev to c/learn_programming@programming.dev

I'm currently having trouble with the phone component I'm writing. To be extra vague about it, on my onChange, I'm using a function to move to the next text box. However, when I use my data handler function to raise the value to the parent, it doesn't work. In addition, by adding my data handler to the individual text boxes, it breaks my next Box function.

//dataHandler => raises state data to parent
//nextBox => moves focus to next text box 
 
//onChange should be here
 {
    dataHandler(dataProp, e); 
    nextBox(1);
} />

In the code above, either nextBox works alone, or if I add my handler, then neither work.

I'm also wondering about practices. On other forms, I put this type of handler on single boxes, and it works fine. Since my phone input component has multiple boxes, I'm thinking that onChange won't work exactly the same regardless.

Any advice, tips, or need to know info?

Ps: I'm on mobile, so I greatly simplified the code I'm using, and the formatting is wonky. Assume that there's an onChange before the brackets with an (e) =>. My app or lemmy is deleting it on submission.

view more: next ›

Decide

joined 1 year ago