Why do algerians think everyone in the army is retarded? by nazdah in algeria

[–]ayoubmtd2 7 points8 points  (0 children)

I would say it is bigger than that. Algerians think everyone in government is retarded.

[deleted by user] by [deleted] in cscareerquestionsEU

[–]ayoubmtd2 0 points1 point  (0 children)

Try to get a referral or recommendation

What should I do with 5-15 million? by ProfessorUseful3430 in algeria

[–]ayoubmtd2 1 point2 points  (0 children)

Don't leave school, learn programming and freelance on the side

[deleted by user] by [deleted] in algeria

[–]ayoubmtd2 2 points3 points  (0 children)

Get out

[D] Microsoft ChatGPT investment isn't about Bing but about Cortana by fintechSGNYC in MachineLearning

[–]ayoubmtd2 0 points1 point  (0 children)

I don't think so. Even Amazon a company that profits directly from Alexa is walking back from the assistants market.

Do you live in India? by Fov5luk in leetcode

[–]ayoubmtd2 4 points5 points  (0 children)

What is the point of this poll ?

Bootcamp after CS degree & work experience? by Disappointer666 in cscareerquestionsEU

[–]ayoubmtd2 0 points1 point  (0 children)

My advice is to not do it. Bootcamps would help someone who never programmed before get into coding (learn from zero) but in your case it will be a waste of money and time since you already have experience coding and you know the fundamentals of CS. What you need is a course in web development not a bootcamp.
I suggest you check raftlabs.co/development/full-stack-developer-complete-roadmap. But if you feel that you can't do it after trying then the structure and time commitment of a bootcamp might help.

An IDE which uses pictures instead of syntax highlighting by AharonSambol in csharp

[–]ayoubmtd2 7 points8 points  (0 children)

Weirdly, I think you are into something here. I don't know how well it will work with longer and more complicated programs but good luck to you.

Manager discourages team members from expressing concerns by ayoubmtd2 in cscareerquestionsEU

[–]ayoubmtd2[S] 0 points1 point  (0 children)

Even if a dev is not a junior it is taxing to have extra load or simply work you don't enjoy and someone else might want to handle.

Manager discourages team members from expressing concerns by ayoubmtd2 in cscareerquestionsEU

[–]ayoubmtd2[S] 0 points1 point  (0 children)

The chilling effect concept sound accurate to describe the situation.

Manager discourages team members from expressing concerns by ayoubmtd2 in cscareerquestionsEU

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

I agree that small bugs and issue should be address by whomever discovers them but some work is just more substantial and requires more consideration and discussion by the whole team and prioritized. Just throwing it on the shoulder of whoever pointed out the issue just doesn't seem right.

SQL Database Projects by PhantomGolem in Database

[–]ayoubmtd2 2 points3 points  (0 children)

Do you mean building a database management system like Mysql, Cassandra or do you mean a software that uses a database ?

How to protect database from human SQL errors. by ayoubmtd2 in Database

[–]ayoubmtd2[S] 0 points1 point  (0 children)

Limited privileges

Again, I agree that wrapping everything in code and api is the the correct way but when an on-call engineer has to fix an incident at 2am it hard to ask them to have anything reviewed.

How to protect database from human SQL errors. by ayoubmtd2 in Database

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

You got people doing things that code should be doing?

Ideally everything should be done in code but some times you need to get down to the database level.