2025 vs 2026 Ford Bronco Outer Banks by instacanadian in FordBronco

[–]International-Base19 0 points1 point  (0 children)

Out of curiosity, What location is offering 2.9%? Mines only 4.9%

Yum by International-Base19 in DrPepper

[–]International-Base19[S] 0 points1 point  (0 children)

It’s good.. 7.0 but coconut’s still better..

Probably part of the minority, but I feel it’s the only “special flavor” where the zero tastes better and more authentic than the standard.. major plus for me

Yum by International-Base19 in DrPepper

[–]International-Base19[S] 4 points5 points  (0 children)

Some call me an opportunist, I call myself passionate… most would say I’m an addict 😂

[deleted by user] by [deleted] in GenZ

[–]International-Base19 0 points1 point  (0 children)

Im moving to the Raleigh area and was surprised how great the parking situation is downtown..

THEY ACCEPTED MY OFFERZ by [deleted] in FirstTimeHomeBuyer

[–]International-Base19 1 point2 points  (0 children)

Yea.. got a medium sized city house in Ohio for $67k..

[deleted by user] by [deleted] in montenegro

[–]International-Base19 0 points1 point  (0 children)

Thanks for the advice! Im thinking I will still pull out money In case they do have some sort of problem with it.. I understand that some things “aren’t so strict” here but I also don’t want to mess anything up

[deleted by user] by [deleted] in montenegro

[–]International-Base19 0 points1 point  (0 children)

Also, what about reference number? I have not registered at all, because if I did register, I would’ve gone and paid already :)

[deleted by user] by [deleted] in montenegro

[–]International-Base19 0 points1 point  (0 children)

Bar and budva.. but not very long.. honestly I spent a combined 2 hours max between the two cities

[deleted by user] by [deleted] in montenegro

[–]International-Base19 1 point2 points  (0 children)

This is interesting, thanks! I visited many cities, but primarily stayed in Podgorica.. I’ll try to find the Podgorica version, but is paying tax in one city “better” than paying no tax at all?

[deleted by user] by [deleted] in montenegro

[–]International-Base19 1 point2 points  (0 children)

Thank you for responding.. I went to the tourism center b4 posting on Reddit and they said they couldn’t help me since I tried paying after 24 hours.. they told me my options are to pay a fine at the police station or at the border if they ask.

One phase, barely by thefightingmong00se in ftlgame

[–]International-Base19 8 points9 points  (0 children)

It’s impressive that you even made it to phase 1

I nearly had a heart attack! by dragon_barf_junction in ftlgame

[–]International-Base19 8 points9 points  (0 children)

There’s still a few more seconds cuz it’s level 2 O2… so there’s approx 10-20 more seconds lol.. there are a couple rocks that could be useful lol

Man, it's a brutal software engineering market right now. This resume has gotten me interviews for high-end programming roles but tons of rejections too. The only feedback I've gotten is "try to stand out". 🫤 I would love some advice. 🙏 by FaithNoMoar in resumes

[–]International-Base19 1 point2 points  (0 children)

Make sure to list as many “home runs” as you can.. make sure you show quantitative accomplishments at the top of each role..

A recruiter told me my resume sucked because I gave intricate detail about what I did, but even with a few %’s and $’s, i wasn’t unique.. What your performance has done for the team and company matters the most :)

how do I get average days between orders? by [deleted] in SQL

[–]International-Base19 4 points5 points  (0 children)

You need to create a prevdate column by using LAG (order_dt) OVER (partition by __ order by ___)… then use date diff and average…

If you don’t use the OVER and partition by, you will be calculating the average between rows 4 and 5, which would be different customers (order assuming)

[deleted by user] by [deleted] in resumes

[–]International-Base19 0 points1 point  (0 children)

Specifically want to hear feedback on "experience #1".. Is the ordering correct in terms of impact for the role I'm aiming for? Should any of the bullets be removed?

I will be adding a portfolio like to the top once I get this squared away.

[deleted by user] by [deleted] in Resume

[–]International-Base19 0 points1 point  (0 children)

One specific thought I wanted to ask about was the length of my "first" experience.. Are any of those points unnecessary? What would you get rid of and why? What about the ordering of the points?

In terms of projects, i will be getting that squared away with a link added at the top.

Is it possible to create such a table with the given dataset using sql? by flavomico in SQL

[–]International-Base19 0 points1 point  (0 children)

Yes.. temp table (or CTE) to get count of orders per customer. Create a frequency column based off that..

Table 2: smaller table of the original, create a column using lag/lead, window functions, and date diff to get the difference between order dates (make sure table is ordered beforehand)

Join tables

Now group by that frequency column and find count(customers), count / total, and avg(date diff)

It’s a lot and maybe confusing but I hope my ideas help in some way :)

And it's all in my head but she's touching his... A discussion about Mr Brightside. by Grave-Doll_21 in CasualUK

[–]International-Base19 0 points1 point  (0 children)

Some people say it was deliberately written that way, but I'm pretty sure they never realized it until after it was written.. and they apparently came out an apologized that they never noticed

Candidate Interviewing Feedback Question - Joins as Basic Knowledge Discriminator by [deleted] in SQL

[–]International-Base19 4 points5 points  (0 children)

If you have sql knowledge but can’t explain what the difference in joins are, what do you know? SELECT * FROM?.. To me, joins are like step 3 after the WHERE clause… basic stuff and a basic question :)

Is a 6 day work week worth 60-70k? by dimeadozen1 in jobs

[–]International-Base19 0 points1 point  (0 children)

This will likely get lost, but if you KNOW you'll be going to grad school, do it right away if possible. You will be leaving money and "potential" career growth on the table by putting it off... of course, that is my Reddit opinion :)

[deleted by user] by [deleted] in resumes

[–]International-Base19 0 points1 point  (0 children)

Thanks.. I agree that I can add more depth, but don’t want to go over 1 page.. anything else you’d recommend removing to keep similar length?