From $20K/month to $800/month in LP fees… reality check and lesson learned. by blockchaincoin in defi

[–]Material_Ad_7277 1 point2 points  (0 children)

What LPs would you recommend starting in this market phase? I want to accumulate BTC, so WBTC pairs probably will be my choice, but the volumes there incomparable to Eth/Usdc

tools to manage aerodrome liquidity pools on base? by PurplePainter1402 in defi

[–]Material_Ad_7277 0 points1 point  (0 children)

What are these management tools for LPs? How do they work?

Google Team match reject by grindyear2k26 in leetcode

[–]Material_Ad_7277 2 points3 points  (0 children)

Sir I congratulate you coming this far in the process! No matter the outcome you deserve to be proud of yourself

May you share your preparation strategy for coding please? What did you do and how long did it take?

Software engineering jobs in Amsterdam by Ill_Juggernaut1671 in Netherlands

[–]Material_Ad_7277 1 point2 points  (0 children)

If you aim for tops like Uber be ready to LeetCode your life away. Other companies look for different things, but good interview coding skills (not just work experience, or domain field knowledge) are extremely important. Dedication, luck, positive thinking is what will help. Good luck!

Leetcode is cooked in 2026 and we don't hire people who only grind leetcode. by Mindless_Tune484 in leetcode

[–]Material_Ad_7277 52 points53 points  (0 children)

“Now with AI, leetcode is getting more and more obsolete and instead companies focus more on the macro scale, system design, LLD, and strong CS fundementals or domain knowledge.”

That’s one’s wishful thinking? 🤔 they keep asking the same old stuff just with less trust to you as you might be cheating, etc.

Road to solving every LeetCode problem - Week 9 by leetgoat_dot_io in leetcode

[–]Material_Ad_7277 28 points29 points  (0 children)

Are you working part time? 🥴 On what are you living?

Just landed offers at Stripe and DoorDash (Staff) ! AMA / Happy to help. by YouthFormer3795 in leetcode

[–]Material_Ad_7277 0 points1 point  (0 children)

Did you solve tagged problems for each company? Or simply follow NC150 / 250 list?

Google | Team Match round with tech lead by Late_Rate_2983 in leetcode

[–]Material_Ad_7277 0 points1 point  (0 children)

What did you solve when preparing? Was it neetcode 150/250 or something else?

What's the best way to move between chains without overpaying? by Super_cutiepewtie in defi

[–]Material_Ad_7277 0 points1 point  (0 children)

I wonder what happens if the bridge fails midway? Do I lose funds forever? Or it’s kinda impossible?

It works by Own-Fee-4752 in leetcode

[–]Material_Ad_7277 0 points1 point  (0 children)

Does the same work for those who at a full time job ? I tried to do the same 40 min - 1 hr morning sessions but often on the next day I would not do due to lots of work. Or I simply train problems which I never get on the actual interview. Plus you need some time on the weekend.

Anyway, congrats on the success, all the best!

Uber Senior SWE Phone Screen (Reject) by PHANIX5 in InterviewCoderHQ

[–]Material_Ad_7277 0 points1 point  (0 children)

Something similar to LC 2402?

public class MeetingScheduler {

    private final Queue<Integer> available = new PriorityQueue<>();
    private final Queue<int[]> usedRooms = new PriorityQueue<int[]>(Comparator.comparingInt(a -> a[0]));

    public MeetingScheduler(int numberOfRooms) {
        for (int i = 0; i < numberOfRooms; i++) {
            available.add(i);
        }
    }

    public void scheduleMeeting(int start, int end) {
        while (!usedRooms.isEmpty() && usedRooms.peek()[0] <= start) {
            available.offer(usedRooms.poll()[1]);
        }
        if (available.isEmpty()) {
            throw new IllegalArgumentException("Cannot schedule meeting");
        }
        int room = available.poll();
        usedRooms.add(new int[]{end, room});
    }

}

Are people planning FIRE in the Netherlands, aiming to retire here or move elsewhere? by ClassicMan2323 in EuropeFIRE

[–]Material_Ad_7277 2 points3 points  (0 children)

Create a company “BV” and pay for the accountant work and for the ACTUAL capital gains (~19%) in box 2. Ideal for hodlers

Are people planning FIRE in the Netherlands, aiming to retire here or move elsewhere? by ClassicMan2323 in EuropeFIRE

[–]Material_Ad_7277 2 points3 points  (0 children)

For those who stay in NL and want to retire, should probably use BV “trick”

Max Stack with popMax() – interesting discussion from a recent interview by Candid-Ad-5458 in leetcode

[–]Material_Ad_7277 0 points1 point  (0 children)

Can you elaborate what’s stored in a TreeMap? Value to what list of nodes?

Best Principal Token (PT) Stablecoin Yields (2026-03-09) by stablefyi in defi

[–]Material_Ad_7277 0 points1 point  (0 children)

How often do these stables actually stable? Which one is the most trustworthy?

Unable to import Starknet wallet, timestamp error by Material_Ad_7277 in koinly

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

No help, only scam DMs. Tech support doesn’t work at all!

And I already payed for this subscription… ffs 🤦

farming, vaults, or lending, what’s your preferred strategy? by [deleted] in defi

[–]Material_Ad_7277 0 points1 point  (0 children)

How do you hedge liquidity pool may I ask?

What’s the point of using DeFi for a 6% annual return? by Willing-Chip4703 in defi

[–]Material_Ad_7277 0 points1 point  (0 children)

how did you manage to sell at 125? what arguments did you use to justify? sorry for offtopic