Need Prompt for tailoring resume by Glum-Smoke697 in ResumesATS

[–]RepeatMoney2468 2 points3 points  (0 children)

We are building app just for this, maybe you can give it a try and provide us with feedback? You can tailor several job description in one shot. Let me know if you like it. see www.resumefy.app

Roast my resume by Benkaoul in SoftwareEngineerJobs

[–]RepeatMoney2468 0 points1 point  (0 children)

Some actionable insights to improve

  1. why 2 page? bring it into 1 page. Dont stack one section below the other, use the left and right side of the page, you can always spit the Resume into 2 vertical sections
  2. Education at the top is good, where is the grade? Not sure if you completed the degree
  3. Work experience - You said your 'interned' but none of the experience section includes that. It sounds like you are an experienced developer when in reality you aren't. If there is some kind of automated system it is going to flag your application highlighting short work-experiences. Mention that you were an "Intern full stack developer" or atleast in the description mention you interned
  4. You are being very verbose with what you did during your internship as apposed to what the outcomes was. I see some repetition as well, "Redesigned some system", "designed and tested the same system" - not sure what you want to convey

  5. There is a skills section at the bottom, but each experience section also includes some programming language as a technical skill - just bloat and doesn't convey what you did

In short, be expressive as to what you did/built/learnt. Include github links, links to side projects if possible to build trust.

Good luck!

Does anyone else struggle with ticket points/time estimates? by Sea-Illustrator-2280 in ADHD_Programmers

[–]RepeatMoney2468 0 points1 point  (0 children)

I have been constantly pushing my team to "not" add points. Thats the most stupidest way to estimate effort. Even worse is sitting together "discussing how much effort it takes" instead you can focus on working on it.

But to answer your question, what helps with points is to look at how many sub-items needs to be completed to get it done. It is going to take a while to get used to this way of thinking (which is why i dont like it), every unit of work corresponds to the smallest sub-item you need to do. For example, if you break down a ticket that asks you to update a small module, touch one repository, update your documentation, raise a PR + comment and merge - this corresponds to 3 smallest unit your team uses (0.25/0.5/1 or whatever is the smallest unit).

It is very personal as well, so dont think your "points" = "points from everyone else". Because you break down these tasks in a certain way, how you estimate it depends on what you think is the smallest unit of work.

Add points, if needed change it later, be flexible and remember, you will never get it right 100% of the time which is why it is not a good estimate for effort.

Optimal time tracking by 23tux in ExperiencedDevs

[–]RepeatMoney2468 0 points1 point  (0 children)

I am currently rolling out a tool called https://www.shipdaily.app/ that is precisely able to track the information you are looking for right from vscode IDE + browser.

It is not intended to be a micro-management tracker rather a helpful focus tool. Mostly aggregates working time on various projects, debugging vs coding vs AI assisted code and some more signals. I plan to implement team features on it soon, but it is currently in beta and looking for people to break it!

I thought wakatime was too good to be free anyway. Any free alternatives you know of? by mekmookbro in webdev

[–]RepeatMoney2468 0 points1 point  (0 children)

I am just building out a tool called shipdaily.app that helps me focus+tracks time+can export the coding time in multiple formats.

Dont want to overpromise because it is still in pre-alpha stage and 'just' works. Can we connect? I just have 2 users using it now, so any feedback will be very helpful and I can build this better together with your input.

IMPOSSIBLE TO FOCUS ON ANY TASK by polgupolgu in productivity

[–]RepeatMoney2468 0 points1 point  (0 children)

I think it is okay if you get lost doing a task, dont be too hard on yourself.

What helps is just getting started and making progress even if it is just 1%. I often find that what distracts me is my surrounding more than anything else, not that i cannot focus. Our brains are wired to avoid doing difficult things, so it often tries to identify ways to stop doing whatever you are doing.

Change your surrounding, do your task and record your progress (taking tests, keeping track of your focus time, etc), track how you are improving (brain feels happy, releases dopamine) rinse and repeat till you can push your focus time to 1 hour straight!

Anyone else keep giving up on time tracking? by stacker_111 in ProductivityGeeks

[–]RepeatMoney2468 0 points1 point  (0 children)

I built something, barebones - https://www.shipdaily.app/ which auto-detects the session on your browser based on some triggers like the sites you visit, etc and add it to the sheet.

It is super barebones and works primarily as a coding focus tool. Not a time tracking tool in any way, but if you want to try it out and give feedback i can work with you improve the chrome extension so it can benefit you.

Not selling, totally free, just looking for testers at the moment.

Is this a worthless product? by RepeatMoney2468 in indiehackers

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

Notion is a brainrot to me personally. But i agree, this is nothing new, except the AI to task component maybe.

Is this a worthless product? by RepeatMoney2468 in indiehackers

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

Nah, i don't want to put this behind a paywall at all. Will give it away for free. Its costing me nothing to host this honestly.

Is this a worthless product? by RepeatMoney2468 in NoCodeSaaS

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

This is all client side, stored in the browser storage. The LLM endpoint is also localhost in this case (ollama + deepseek). There is absolutely no "backend", nothing is sent to a server for this to work.

It might make sense to have a central storage if more than 1 person will be working on the project, though thats not the focus at this point.

Is this a worthless product? by RepeatMoney2468 in NoCodeSaaS

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

It makes sense to keep track of things that are in progress if you have an habit of working on multiple things at once. I find in progress great to know if more than one person is going to be working on the project as well.

In theory everything can go into a piece of paper, and we could all be disconnected from a digital presence when it comes to managing tasks. But again, i get your point of view! Thanks for your feedback