Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "role models"
-
Microsoft is now a member of the Linux Foundation.
While the dev community makes OS wars, the company and the foundation is making love. Take them as role models.9 -
Our division lead's second in command offered to help me white board and get promoted.
This dude is one of my major role models. He would become my boss instead of the sexist, backwards tyrant of a bastard that I currently report to.
I asked him a question and wound up being told to join their study group and to let him know what I need help with in terms of resume, etc.
There are a few lights at the end of this hell hole of a tunnel. I have a few other options, too.10 -
Anybody watches starcraft2 games??? You see Scarlett destroy SoS?
She should be in my daughters women role models. She just destroyed the best player in the world.
We need more chick gamers!!!!19 -
I would have more role models in web if their Twitter accounts weren't semi dedicated to pushing their political opinions.1
-
Yeah Statler and Waldorf are my new role models. A code review in S&W style should be quite a killer, haha.
- I've never seen anything like this before.
.
.
.
- And I hope I'll never see anything like this again!8 -
I'm feeling burnt due to the lack of direction at my job instead of overwork.
I'm working as a data scientist at a large corporation and have been remote for a little over a year. I'm very savvy at programming and other technical skills but my manager wants me to develop my leadership skills and want me to move to a management role eventually. So he's been kinda "grooming" me to take on more leadership responsibility in the projects I'm currently involved in.
However, to be honest, I'm a little torn about getting more management or leadership responsibilities. I'm an extreme introvert and absolutely abhor meetings and having the same thing to people all the time and this sort of things stresses me out very easily. My manager seems set on pushing me towards pursuing a path towards leadership and just basically assumed that this is what I want out of my career and started putting me in the deep end without asking me what I want.
I really want to voice my honest thoughts about what I really want to do in my career (to be a technical specialist rather than a manager) but I've kinda procrastinated over the past year when he first started "grooming" me for a leadership role and it's my bad that I didn't tell him earlier.
Right now, I'm thrown in the deep end. I'm given a lot of projects without much of any direction and I'm asked to figure out the people I need to reach out to, the types of meetings I need to set with them, the relationships I need to develop both in and out of my department, etc. However, my real passions lie in writing code, fixing bugs, building models, understanding new technologies and applying them to the business, etc.
On paper, I'm involved in a ton of projects and I seem to be a really busy worker. But right now, I'm having a lot of difficulty reaching out and developing relationships with people that I barely have any actual work to do during the day, because I'm constantly waiting for replies from people or for permission or red tape to get some key information or access to a system in order for me to build something like a model or a program for a particular project. I'm spending maybe 1 or 2 hours of my workday actually "working" which is attending meetings, reading emails, etc., reaching out to someone for the n-th time (even though they continue to ignore me), etc. And that's because I'm blocked on all of my projects - I need an essential piece of information, data, or access to a system or server and the person I'm reaching out to to get this isn't responding. I brought this up with my manager and he says he's gonna try to reach out to these people to help me but so far, it doesn't seem like his help has been effective as I'm continuing to wait.
Though I get paid pretty well, I feel guilty logging in to work everyday and doing very little work, not because I'm lazy but because there really isn't much work for me to do because I'm waiting on so much here and I'm at a point where I can't make any progress in any of my projects without the approvals or other critical information that others aren't providing me.
I know I probably should find another job and I'm currently looking but in the meantime, is there anything else that I should be doing at my current job to hopefully make this situation better? -
Lets take onlyfans system for example. They have fans and creators. How is database models supposed to be structured? Whats the correct way.
1) a User model that contains all users of all roles, but differentiates them by Role ENUM
2) a separate Fan and Creator model, each having their own unique attributes, while each extending an abstract base User model class that has all the common attributes that both models should use
The 1st approach is simple but gets very large and difficult to maintain and view all the attributes cluttered in 1 class. Not to mention how some attributes will never be used for a user who registered as a Fan.
2nd approach is more modular and easier to understand and maintain by knowing exactly what attributes to put for each model. However problems occurs when you try to join tables and stuff start to become overengineered13 -
I like the people I work with although they are very shit, I get paid a lot and I mostly enjoy the company but..
Our scrum implementation is incredibly fucked so much so that it is not even close to scrum but our scrum master doesn't know scrum and no one else cares so we do everything fucked.
Our prs are roughly 60 file hangers at a time, we only complete 50% of our work each sprint because the stories are so fucked up, we have no testers at all, team lead insists on creating sql table designs but doesn't understand normalisation so our tables often hold 3 or 4 sets of data types just jammed in.
Our software sits broken for months on end until someone notices (pre release), our architecture is garbage or practically non existent. Our front end apps that only I know the technology have approaches dictated by team lead that has no clue of the language or framework.
Our front end app is now about 50% tech debt because project management is so ineffectual and approaches are constantly changing. For instance we used to use view models for domain transfer objects... Now we use database entities, so there is no commonality between models but the system used to have shared features relying on that..sour roles and permissions are fucked since a role is a page regardless of the pages functionality so there is no ability to toggle features, but even though I know the design is fucked I still had to implement after hours of trying to convince team lead of it. Fast forward a few months and it's a huge cluster fuck to enforce.
We have no automated testing of any sort or manual testing in place.
I know of a few security vulnerabilities I can nuke our databases with but it got ignored.
Pr reviews are obviously a nightmare since they're so big.
I just tried to talk to scrum master again about story creation since any story involving front end ui as an aspect of it is crammed in under one pointed story as sub tasks, essentially throwing away any ability to calculate velocity. Been here a year now and the scrum master doesn't know what I mean by velocity... Her entire job is scrum master.
So anyway I am thinking about leaving because I like being a developer and it is slowly making me give up on doing things to a high standard and I have no chance of improving things, but at the same time the pay is great and I like the people. -
If i have 4 types of user in a system, is it better to separate them each individually into their own models:
- UserA
- UserB
- UserC
- UserD
or should i group them all into 1 model:
- User
And then add an attribute Role in order to distinguish each one?
What is the proper way?
Entities:
- admin
- staff
- seller
- buyer
How would you structure these as ER diagram?6 -
Some of my dev role models are not actually devs. I am always impressed when people make a tool they need without much programming experience. It highlights how the actual programming work doesn't have to be a hindrance, it's just a matter of sitting down and getting it done.
One if my favorite examples is Chris Huelsbeck who made his own sound engine and editor to emulate the extra virtual sound channels he needed on the Amiga. He actually emulated an emulator that someone had made OF the Amiga on the Atari ST.
http://eab.abime.net/showthread.php... -
hey, so i have recently started learning about node js and express based backend development.
can you suggest some good github repositories that showcase real life backend systems which i can use as inspiration to learn about the tech?
like for eg, i want to create a general case solution for authentication and profile management : a piece of db+api end points + models to :
- authenticate user : login/signup , session expire, o auth 2 based login/signup, multi account login, role based access, forgot password , reset password, otp login , etc
- authorise user : jwt token authentication, ip whitelisting, ssl pinning , cors, certificate based authentication , etc (
- manage user : update user profile, delete user, map services , subscriptions and transactions to user , dynamic meta properties ( which can be added/removed for a single user and not exactly part of main user profile) , etc
followed by deployment and the assoc concepts involved : deployment, clusters, load balancers, sharding ,... etc
----
these are all the buzzwords that i have heard that goes into consideration when designing a secure authentication system for a particular large scale website like linkedin or youtube. am not even sure how many of these concepts would require actual codelines and how many would require something else.
so wanted inspiration from open source content to learn about it in depth, replicate and create new better stuff if possible .
apart from that, other backend architectures like video/images storage system, or just some server for movie, social media, blog website etc would also help.2 -
Reliable Water Heater Service by Pipe Doctor Home Services, Inc. in Woodmere, NY
A functional water heater is essential for the comfort and convenience of your home. Whether you need a hot shower, clean dishes, or warm water for laundry, a well-maintained water heater plays a crucial role in your daily routine. At Pipe Doctor Home Services, Inc., we specialize in comprehensive water heater services in Woodmere, NY, and surrounding areas. From repairs to installations and regular maintenance, our expert technicians ensure that your water heater operates efficiently and reliably year-round.
Why Water Heater Service is Important
Your water heater is one of the most important appliances in your home, and like any major system, it requires regular care to perform at its best. Here are some key reasons why water heater service is essential:
Improved Efficiency
A well-maintained water heater works more efficiently, using less energy to heat water. This can lead to lower utility bills, as your system won’t have to work as hard to produce hot water.
Increased Lifespan
Routine maintenance helps extend the life of your water heater. By preventing issues before they become significant problems, you can avoid costly replacements and keep your water heater in good working condition for years.
Safety Assurance
Regular inspections and maintenance help ensure your water heater operates safely. Faulty water heaters can pose risks, such as gas leaks or dangerous buildup of sediment, which can lead to malfunction or even cause fires.
Consistent Hot Water
A properly serviced water heater provides a steady supply of hot water when you need it most. Whether it’s for a warm shower or filling up a bath, you can count on your water heater to perform efficiently.
Common Signs Your Water Heater Needs Service
If you notice any of the following issues with your water heater, it may be time to call Pipe Doctor Home Services, Inc. for professional service:
Inconsistent or No Hot Water
If your water heater is producing inconsistent hot water or no hot water at all, there could be an issue with the heating element, thermostat, or sediment buildup inside the tank.
Strange Noises
Sediment buildup in the bottom of the tank can cause popping, banging, or rumbling noises as it heats. These noises are a sign that your water heater needs to be flushed and maintained.
Water Temperature Problems
If your water heater is producing water that’s too hot or not hot enough, it could be a sign that the thermostat is malfunctioning or that there’s an issue with the heating element.
Water Discoloration
If the hot water coming from your faucets is brown or rusty, this could indicate that your water heater’s tank is corroding, and the unit may need repairs or replacement.
Leaks Around the Unit
Any water pooling around your water heater is a cause for concern. Leaks could indicate a damaged tank or faulty connections that need immediate attention.
Increased Energy Bills
If your energy bills have spiked unexpectedly, your water heater may be working harder than necessary. This could be due to inefficiencies in the system that require professional attention.
Our Comprehensive Water Heater Services
At Pipe Doctor Home Services, Inc., we provide a full range of water heater services to meet the needs of homeowners in Woodmere, NY, and nearby communities. Here’s how we can help:
1. Water Heater Installation
If you’re in need of a new water heater, we offer expert installation services for a variety of systems, including:
Tankless Water Heaters
These energy-efficient units provide on-demand hot water without the need for a large storage tank. Our experts can help you choose the right size and model for your home.
Traditional Tank Water Heaters
Whether you need a replacement for an old unit or are upgrading to a more energy-efficient model, we provide reliable installation services for traditional storage tank water heaters.
Hybrid Water Heaters
Combining the benefits of a traditional tank with heat pump technology, hybrid water heaters are highly energy-efficient and ideal for households with higher hot water demand.
2. Water Heater Repairs
If your current water heater isn’t working properly, our skilled technicians can perform thorough diagnostics and provide efficient repairs. We can fix a variety of issues, including:
Faulty thermostats
Broken heating elements
Sediment buildup
Leaks and corrosion
Gas and electrical issues
Our team is trained to repair all types of water heaters, including gas, electric, and hybrid models. We use only high-quality parts to ensure long-lasting repairs.
6

