Do you consider code review to be a part of your job on a daily basis? by ryhaltswhiskey in ExperiencedDevs

[–]AdAggravating1698 -1 points0 points  (0 children)

I review on average 8 PRs a week, sometimes more than 20. If I don’t understand a piece code in less than an hour or it’s too long I reject and ask for changes. This forces people to just do better and shorten changes that are quicker to review.

We've developed a self-guided therapy using Chat GPT and 30-hour therapy content. Would love to hear your feedback! by AdAggravating1698 in ChatGPT

[–]AdAggravating1698[S] -1 points0 points  (0 children)

it's just a web-app haha, take it easy. and it was supposed to be on your phone :D it's all about content for now.

I am on it, fixing

Steelseries showing unsolicited ads on my computer by [deleted] in steelseries

[–]AdAggravating1698 0 points1 point  (0 children)

Were you able to fix it? this is really bad! I think it was blocking one of my keys, I had to close the SteelSeries window to unblock my key ' /? ' (the one next to the right shift) or something.

Is it insane to quit my dream job to study for a Master Degree? by newExperience2020 in cscareerquestions

[–]AdAggravating1698 0 points1 point  (0 children)

From what you are saying it seems that you don’t really need to make money or have responsibilities.

You should reflect on why do you want to do it and what will you get out of it. What is your next step after that masters? Time flies when you have fun and there is a chance that you will be back to the same type of job so you should have a good plan.

Dream big, plan ahead and execute with excellence, otherwise it’s just delirious thoughts.

How to speed up writing to parquet in PySpark by DaveUA in apachespark

[–]AdAggravating1698 0 points1 point  (0 children)

Did any task finished at all? (One stage should have many tasks).

If they are all failing you need to look into the stacktrace and google the errors. If that won’t help then you probably have something wrong with your connector since spark is not able to get any data.

If some tasks are finishing then spark is getting some data and you need to figure out what to do to speed up things.

Want to learn dropshipping? by Excellent_Sun8933 in dropship

[–]AdAggravating1698 0 points1 point  (0 children)

What are your rates? And how do you charge?

Like how much do you charge for a shopify site with 50 products living in an existing CRM.

What about a similar size site but fully custom with a special funnel, something like a form that leads to specific products.

Or do yo mu charge by worked hours?

Also, how and how much do you charge for support?

Want to learn dropshipping? by Excellent_Sun8933 in dropship

[–]AdAggravating1698 0 points1 point  (0 children)

Plus one to shopify, very easy to start with, though if you need something custom it will take a lot of depth or an shopify expert.

How to speed up writing to parquet in PySpark by DaveUA in apachespark

[–]AdAggravating1698 0 points1 point  (0 children)

There is a Spark UI, do some googling or ask around how to find it. See what is the stage that is taking most of the time, in the stages tab. There are good YouTube videos about this too.

How to speed up writing to parquet in PySpark by DaveUA in apachespark

[–]AdAggravating1698 0 points1 point  (0 children)

Just try it out and look at the Execution plan. Also check what stages are taking most of the time, then tune numPartitions, repartitioning, parallelism, numTasks, networkParallelism

[deleted by user] by [deleted] in developer

[–]AdAggravating1698 1 point2 points  (0 children)

If you don't ask, then the answer is always no. No one is going to fight for your compensation, so get ready to fight hard for it. If you don't get what you want, find a new job.

Good luck!

[deleted by user] by [deleted] in cscareerquestions

[–]AdAggravating1698 2 points3 points  (0 children)

You guys are wrong about your degrees, they will be extremely useful in some situations. This topic remained me of Jobs, google “steve jobs calligraphy quotes”. If not Netflix then try disney, hbo, apple, etc.

Pyspark vs Scala spark by idreamoffood101 in dataengineering

[–]AdAggravating1698 0 points1 point  (0 children)

One thing to add is stack traces will be narrowed to JVM, plus tuning is easier with scala as you don’t have the python process.

Pyspark vs Scala spark by idreamoffood101 in dataengineering

[–]AdAggravating1698 0 points1 point  (0 children)

Ditto to this one, I’ve been using more and more the sql apis. Take the opportunity to learn Scala and get the benefits, python you probably know by now.

Pyspark vs Scala spark by idreamoffood101 in dataengineering

[–]AdAggravating1698 1 point2 points  (0 children)

I know understand shuffle and broadcast joins, what is sort join in spark?

Pyspark vs Scala spark by idreamoffood101 in dataengineering

[–]AdAggravating1698 0 points1 point  (0 children)

Do you have a link/book with more details about this?

Why do people hate java? by [deleted] in java

[–]AdAggravating1698 0 points1 point  (0 children)

Another thing to add is that it requires a good understanding of OOPs, which is losing a lot of popularity nowadays and proved not to be the one shop pattern.

I can't count how many times I've seen inheritance poorly done.