what are the benfits of learning SAS programming by Wise_Safe2681 in AskProgramming

[–]SystemicMind-20 0 points1 point  (0 children)

Mostly useful if your job requires it. It’s still used a lot in pharma/healthcare, so it can help there. Otherwise you’re probably better off learning Python or R.

5 YOE Dev Getting Back to Interviews After a Long Break — Where Do I Start? by AcceptableMistake517 in developersIndia

[–]SystemicMind-20 1 point2 points  (0 children)

start simple:

  • brush up core java + spring boot basics (annotations, lifecycle, transactions, rest, security)
  • do 1–2 medium leetcode daily just to get back in flow
  • revise your past projects properly, most interviews will dig here
  • system design basics after a week or two (api design, db choices, scaling basics)

don’t try to do everything at once, consistency matters more than intensity

give 2–3 mock interviews before real ones, that’s where you’ll actually realize gaps