u/badboyzpwns

▲ 11 r/aws

What are important AWS features that junior/intermediate devs should know?

Hello! Wondering what I should learn such as knowing where tokens are stored, S3, etc.

Thanks 😃

reddit.com
u/badboyzpwns — 1 day ago
▲ 0 r/node

What are the 'gotchas' in a Express/node coding review interview?

Hello! you guys were very helpful in the getting me up to speeed with Express/node post, thank you so much! Another portion of this is now coding review.

I learned alot about architecture, naming endpoints, error statuses, global error handling, chaining middleware, validation of inputs (using zod, etc), user session validation, proper REST patterns, standard http headers and response codes, unit vs integration testing and when to use what, monitoring in production, scaling the service (ie add cache on GET requests, or run multiple behind a load balancer), different ways to server HTML

My other followup is!! are there any other 'gotchas'/concepts I need to prep for a coding review? such as I think they can pull of a SQL query that is prone to injection and not use paramterized queries:

app.get('/user', (req, res) => {
  const username = req.query.username;

  // 🚨 DANGEROUS: User input is directly interpolated into the SQL string
  const query = `SELECT * FROM users WHERE username = '${username}'`;

  db.query(query, (err, results) => {
    res.json(results);
  });
});
reddit.com
u/badboyzpwns — 2 days ago

How do I upskill for backend if my job restricts it? what do I tell recruiters?

Hello! Im in a mostly front-end developer position, but Id like to do more backend. I cant do backend stuff right now in work due to prioritisation for frontend features. I know the basics of backend since I did basic production stuff on backend in my job and built side- projects on it. I am aware of sys design though like API gateways, microservices, kafka, queues, redis, etc.

I would like to know more and jump into a full-stack position as I find it more appealing.

When recruiters ask me what backend tickets I've done, I go with the answer of ''Im frontend leaning, but I have done simple database migrations, modified and added endpoints; I have not 'owned' a iniative - such as building a microservice, building an API gateway, integrating kafka, etc". I think I shoot myself in the foot when I say this?

I also hear that people say just to learn this stuff on your own and 'lie' when asked lol.

Thanks 😄

reddit.com
u/badboyzpwns — 2 days ago

How do I upskill for backend if my job restricts it? what do I tell recruiters?

Hello! Im in a mostly front-end developer position, but Id like to do more backend. I cant do backend stuff right now in work due to prioritisation for frontend features. I know the basics of backend since I did basic production stuff on backend in my job and built side- projects on it. I am aware of sys design though like API gateways, microservices, kafka, queues, redis, etc.

I would like to know more and jump into a full-stack position as I find it more appealing.

When recruiters ask me what backend tickets I've done, I go with the answer of ''Im frontend leaning, but I have done simple database migrations, modified and added endpoints; I have not 'owned' a iniative - such as building a microservice, building an API gateway, integrating kafka, etc". I think I shoot myself in the foot when I say this?

I also hear that people say just to learn this stuff on your own and 'lie' when asked lol.

Thanks 😄

reddit.com
u/badboyzpwns — 2 days ago
▲ 2 r/SQL

What to know and practice for interview?

Hello! frontend leaning dev here. I have an itnerveiw to build an API and it will involve SQL.

Wondering what I should prepare, something liek ACID, JOINS, indexing, primary key, foreign key, normalizaiton, anything else? do I need to prepare for any specific ORMs?

thanks 😃

reddit.com
u/badboyzpwns — 2 days ago
▲ 11 r/webdev

What core metrics do you guys monitor in the backend?

Hi, diving my hands into backend, what core metrics do you guys monitor say in Datadog, Grafana, etc? Like how fast an endpoint is, deadlocks, etc?

reddit.com
u/badboyzpwns — 2 days ago

FI but choosing not to RE? how to plan RE

I saw a video from a Financial advisor where he says that community, purpose, relationships, control and new experiences are pillars of a happy life. I agree. And I was watching a guy's vlog in his 30s who FIRED but got bored. It made me reflect.

Im trying to plan RE, but currently I think when I achieve FI, Ill not RE.

- I hate corporate for the layoffs, politics, interviews, etc

- My job builds skills that I use to help others through volunteering, it gives me purposecommunity, relationships. My corporate job does not give me purpose.

- I have travelled multiple times for a very long time (gives me new experiences), I love it. I dont think I have to RE to do this. I can do it when I quit/sabbathical/layoffs.

- For my hobbies, I play sports (gives me relationships and community). If I RE I think ill end up spending most on video games and watching TV all day, which could be too boring.

- Im too young, I think. If I were to quit corporate, I would maintain the same interests I have but travel more aggressively.

Does anyone else have the same dilemma? How did you plan your RE?

reddit.com
u/badboyzpwns — 3 days ago
▲ 0 r/Fire

As much as I hate corporate, I think I might not RE if I can FIRE. Do I have stockholm syndrome? What were your experiences/ thoughts?

I was so focused on achieving FIRE to RE but then I saw a video from a Financial advisor where he says that community, purpose, relationships, control and new experiences are pillars of a happy life. I agree. And I was watching a guy's vlog in his 30s who FIRED but got bored.

This made me reflect that as much I hate corporate for the layoffs, politics, interviews, etc., I think I will stick with corporate even if I can FIRE:

- What I do at corporate helps the skills that I use to help others in need outside of work, it gives me purpose, community, relationships. My corporate job does not give me purpose though.

- For my hobbies, I play sports (gives me relationships and community), and I think playing video games and watching TV/movies all day could be too boring.

- I have travelled multiple times for a very long time (gives me new experiences), I love it. I dont think I have to wait to quit coproproate completley to travel, I can just do it whenever layoffs happen.

- Im too young, I have too much time left I think. If I were to quit corporate, I would maintain the same interests I have.

Although having FIRE(money gives you control of life) definitely makes the layoffs less stressful.

reddit.com
u/badboyzpwns — 3 days ago
▲ 15 r/Backend

What status codes that you should know on the back of your head?

Hello! doing interviews again, so I wanted to ask here 😄 thanks !

reddit.com
u/badboyzpwns — 4 days ago
▲ 13 r/node

Is there a source/website to practice building express.js APIs

Need to build an express.jss API for an interview, havent touched express.js in a while 😄. Im a frontend leaning dev as well so something that spoon feeds me information are appericiated. Hoping it covers stuff like middleware, etc

reddit.com
u/badboyzpwns — 4 days ago

Metrics is used to measure performance with other teammates? What were your experience?

My company started to track metrics a while back and now its brought up on my 1:1 where m being compared to the rest of the team (like how fast I close tickets in x period). What were your experiences with these? Is it a form of implicit stack ranking?

reddit.com
u/badboyzpwns — 5 days ago

With AI, Is it just me are DSA questions are rarely asked in interviews?

Im in North America. Lately been getting mostly of sys design and manually coding stuff you build. I very rarely see LC now. Maybe if you are new gead vs experienced, its a different experience? Im not applyhing to big tech.

reddit.com
u/badboyzpwns — 5 days ago

With AI, Is it just me are DSA questions are rarely asked in interviews?

Im in North America. Lately been getting mostly of sys design and manually coding stuff you build. I very rarely see LC now. Maybe if you are new gead vs experienced, its a different experience? Im not applyhing to big tech.

reddit.com
u/badboyzpwns — 5 days ago

How hard is it to transition to radiology and rad tech?

Hello! I have a computer science degree and currently a software engineer! I plan to make a switch, wondering how challenging the switch would be. I've read schools can be competitive to get into.

Thanks !

reddit.com
u/badboyzpwns — 7 days ago
▲ 5 r/work

I think my boss threw me under the bus? what should my next steps be?

I was assigned to do something with high visibility with higher ups, boss promised a deadline to them and assigned the tasked to me and proposed how to solve it. I followed the advice and solved it but found additional issues with it so Boss proposed another solution, but it causes delay and that had to be communicated with everyone. I solved it. I was told I got a good performance review very recently and now Im on PIP for being slow. I have frequent 1:1s and the majority of the expectations in the PIP was a surprise to me as it was not brought up before. What do you guys think? and what should my next steps be? I think Im basicaly done in the company since I have no political leverage

reddit.com
u/badboyzpwns — 8 days ago

I think my boss threw me under the bus?

I was assigned to do something with high visibility with higher ups, boss promised a deadline to them and assigned the tasked to me and proposed how to solve it. I followed the advice and solved it but found additional issues with it so Boss proposed another solution, but it causes delay and that had to be communicated with everyone. I solved it. I was told I got a good performance review very recently and now Im on PIP for being slow. I have frequent 1:1s and the majority of the expectations in the PIP was a surprise to me as it was not brought up before. What do you guys think?

reddit.com
u/badboyzpwns — 8 days ago

Due to AI, what do you think happens to specialized roles? will the focus shift to full-stack?

Im not sure on how many full-stack vs specialised roles (eg; FE or BE) exists statistically. But I had an interesting conversation from engineers in interviews with other companies, and even my company...that with AI nowadays that the 'gap' between FE and BE is much narrower, in the sense that it's much easier for a FE dev to jump to BE and vice versa.

Personally, I'm in a specialised role right now and being pushed to be full-stack, and I've found it easier to transition than a few years ago.

I wonder if in a few years the industry will change, specifically looking for full-stack roles, or atleast the majority. Thus, increasing the bar.

reddit.com
u/badboyzpwns — 11 days ago

Did Fractional C02 help alot with your rolling scars?

My doctor strongly is against using subsuction due to the risk outweights my minor rolling scars (even though she could operate it), Im wondering if C02 helps alot without subscission 😄

Thx!

reddit.com
u/badboyzpwns — 11 days ago

Due to AI, what do you think happens to specialized roles? will the focus shift to full-stack?

Im not sure on how many full-stack vs specialised roles (eg; FE or BE) exists statistically. But I had an interesting conversation from engineers in interviews with other companies, and even my company...that with AI nowadays that the 'gap' between FE and BE is much narrower, in the sense that it's much easier for a FE dev to jump to BE and vice versa.

Personally, I'm in a specialised role right now and being pushed to be full-stack, and I've found it easier to transition than a few years ago.

I wonder if in a few years the industry will change, specifically looking for full-stack roles, or atleast the majority. Thus, increasing the bar.

reddit.com
u/badboyzpwns — 11 days ago