• 1 Post
  • 29 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle






  • MrLuemasG@lemmy.worldtoLemmy Shitpost@lemmy.worldThe unemployment cycle
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    11 months ago

    If they do background checks and you list it on your resume / hiring paperwork, they all do.

    I used to work as a team lead on a call center help desk that had literally no requirements to get the job outside of a 10 question “technical interview” that features questions such as “can you name three programs that are a part of the Microsoft office suite” and periodically we would have new hires get fired once their background check returned that they lied about having a degree that they don’t actually have.

    I don’t know why they lied - degrees aren’t even requested or required for getting the job, but they did and lying on anything that came up on the background check was an immediate termination




  • To clarify, I 100% think this bill is bad for adults, privacy, and the internet.

    However…

    “The end result of this law would likely be that a huge number of young people—particularly the most vulnerable—would lose access to social media platforms, which can play a critical role for young people in accessing resources and support in a wide variety of circumstances”

    Social Media has a documented, well-studied, negative effect on young people’s mental health. We really could and should be doing more as a society to prevent young people from using it / pressuring social media platforms to fix the inherently negative issues with social media. This bill isn’t the answer, but acting like kids and teens should have free reign of web apps that are known to be bad for them isn’t the answer either.





  • I see! I definitely feel that Senior would be applicable for this given position. All of my hang ups were in thinking there was a more defined requirement to be a “Senior”. Between you and my discussions with others, I’ve learned to not worry about that and instead focus more on my knowledge-level and my direct contribution to the Org - both of which I would say are appropriate in this environment.




  • Thank you!

    I will see about sticking with the Software Engineer line of titles (I’m discussing whether or not calling myself a ‘Senior’ would be a good choice with some other commenters). It makes more sense and my supervisor had mentioned that she wants the best title that could represent my skills, responsibilities, and desired future jobs on a resume.


  • I appreciate your advice! I’ll definitely work on getting the hard numbers to help my supervisor out. She’s been pushing for this for a while, so hopefully I can provide some materials to aid her.

    I’ve had to do this before for a former job where I went from a Team Lead on a Helpdesk that started coding tools to help improve our agents metrics and the availability and accuracy of reporting to management and agents. Our helpdesk had no developers, but I was able to show how our team went from spending ~10,000 man hours a year on manually running reports to send to agents and management and only having the reports available weekly to having all of it automated and updated daily for everybody that needed them. So, I can adapt the methodology I used for that to the current org as well.



  • I can definitely see what you mean, and I appreciate the detailed post!

    As for your scenario, I feel as though my heart rate would go up to a moderate amount, maybe less depending on the exact structure of the project.

    The reason I say that is because I’ve done similar things in the past. My wife also has a job as a junior developer (working from home as part of a smaller multi-dev team supporting a massive project), but her team is set up in a way that she can only get a few minutes a week with her senior since he is always busy with his own tasks. She was never given documentation or even a walkthrough to explain how their project is structured or how their database is structured (they said in the interview that they would do this, but in reality the senior has to spend all of his time on other projects or in meetings). There are times that she gets stuck on a task that she has been assigned because she doesn’t know where in the source code she needs to look and she can’t get a hold of her senior. She’ll ask me for advice (without looking at the code, it’s essentially a 20-questions type scenario of hypotheticals) and, even though it is a completely different programming language and I haven’t actually seen the code, I can figure out what it is that she is needing to do and help guide her to where she needs to go in her project. When she finally gets a chance to talk to her senior about it a few days later, he confirms that the steps she ended up taking were correct for their set up.

    For example, she once had to update the items in a drop down that she couldn’t find in the code in their project. She knew that the dropdown was being loaded on a specific page, but the items weren’t being populated in that same place. I assumed that this was likely using a stored procedure or a view on their database to pull the dropdown items. With that assumption, I was able to help her trace to where the data was being loaded in their data repository. That gave her the name of a stored procedure. She went and updated the stored procedure’s definition in their dev server and it corrected the dropdown. She later met with her senior and he confirmed that the dropdown (and many other features in the app like the dropdown) are pulling out of stored procedures so they don’t have to redeploy code to update things like that.

    Similarly, one of the projects I had to work on at my org is actually taking an MVC web application and an API web application that are written by one of their multi-dev teams that are provided by our ERP software provider that we can customize to meet our specific needs. I did have some documentation to go off of, but I was able to get that loaded in and making customizations that fit within their architectural style within a couple of hours when I first started it.