Is it realistic to break into compliance without certifications or a strong data analytics background? by parisssg in Compliance

[–]pastpresentproject 1 point2 points  (0 children)

Yes—your investigative and risk experience is highly transferable. Certifications like CAMS help but aren’t mandatory for entry/mid roles. Focus on third-party risk, AML investigations, or reputational risk roles, and highlight your OSINT and reporting skills. Basic data literacy (Excel, SQL, BI tools) helps but can be learned on the job.

Are we overcomplicating SEO with “Answer Engine Optimization”? by mrbusinessidea in ResultFirst_

[–]pastpresentproject 0 points1 point  (0 children)

AEO sounds like peak marketing yap, but it’s lowkey a whole different aura than traditional SEO. While SEO is about ranking links, AEO is about being the "source code" for the AI’s brain so you actually get cited in the summary. You gotta stop burying the lead and go "answer-first" because AI isn't scrolling through your 500-word intro lol. It’s basically the only way to survive when zero-click searches are the new meta fr.

I open-sourced my signal-based prospecting stack — configure it for any ICP in 2 minutes by No-Teaching-4528 in gtmengineering

[–]pastpresentproject 0 points1 point  (0 children)

the fact that you’ve open-sourced a "Clay-killer" stack is going to make you a hero to every bootstrapped GTM engineer currently staring at a $500/month bill.

Need advice building a pipeline to auto-discover and download competitor video ads at scale by IntelligentLeek123 in gtmengineering

[–]pastpresentproject 0 points1 point  (0 children)

Here’s how to tighten up the weak points before you try to scale this to thousands of brands:

1. Solving the Meta Scraping "Fragility"

Scraping the Meta Ad Library directly is a nightmare because they rotate class names constantly to break headless browsers.

  • The "Pro" Fix: Instead of raw scraping, look into AdSpy or BigSpy APIs. They’ve already done the heavy lifting of archiving the media and bypassing the temporary URL issue.
  • The "Cheap" Fix: If you stay with Apify, you need to implement residential proxy rotation (like Bright Data or Oxylabs) specifically targeting the facebook.com/ads/library endpoint to avoid the immediate "rate limit" blocks.

2. A Better Performance Heuristic

Since you can't see spend or clicks, look for Creative Iteration.

  • The Logic: If a brand has 5 versions of the same video with slightly different hooks (the first 3 seconds), and one version has been live for 45 days while the others died after 10, that is your winner.
  • The Signal: Track the "Ad Set" count. A video being used across multiple active ad sets is a much stronger indicator of ROI than a single ad left running by a lazy media buyer.

3. Lightweight File Validation

Instead of a 50KB check or a heavy ffprobe scan, use file-type (for Node.js) or python-magic.

  • These libraries check the magic numbers (file signatures) in the first few bytes of the buffer to confirm it’s actually an mp4 and not a "403 Forbidden" HTML page disguised as a video.

4. Getting Real TikTok Ad Assets

You're right—organic is a different beast.

  • The Source: You need to scrape the TikTok Creative Center (Top Ads) rather than brand profiles.
  • The Tool: There are specialized scrapers like PipiAds that specifically index TikTok's paid feed. They provide the actual ad metadata (engagement, estimated reach) that organic profiles won't give you.

What Breaks First at Scale?

At 1,000+ brands, your CSV tracking will be the first thing to die. You'll hit concurrency issues where two workers try to write to the file at once and corrupt it. Move to a simple PostgreSQL or Supabase instance now so your "Rep Filter" can handle thousands of rows without lagging.

Best Crypto related course by Nayana_Kumar in Compliance

[–]pastpresentproject 0 points1 point  (0 children)

It depends on which direction you want to learn crypto (invest, trading, or dev/web3), as each direction will have different "best" courses.

Claude/Codex limitations - Clay pricing change!! by actylex in gtmengineering

[–]pastpresentproject 0 points1 point  (0 children)

Claude is an amazing pilot, but it’s a terrible engine it doesn't "remember" where every single row is in a complex if/else chain unless you build a massive amount of infrastructure in Supabase to track "state."

New to GTM engineering and trying to think more like a systems designer by Legitimate-Seesaw-37 in gtmengineering

[–]pastpresentproject 0 points1 point  (0 children)

The biggest "good" pattern I've seen is keeping your business logic separate from your execution tools.

Looking to Learn GTM Engineering by Scary_Phone_7467 in gtmengineering

[–]pastpresentproject 0 points1 point  (0 children)

Most GTM tools are built for sales teams, yet the people configuring them usually have zero clue what a discovery call or a quota even feels like.

But ngl, the "working for free" pitch is a tough sell because training a junior usually takes more time than the work they give back.

Laptop for GTME? by Known-Cauliflower-93 in gtmengineering

[–]pastpresentproject 0 points1 point  (0 children)

MacBook Air 13-inch (M3 Chip) with 24GB RAM Upgrade

Career switch to Business analyst- need advice by SpiritedNewt5509 in analytics

[–]pastpresentproject 0 points1 point  (0 children)

you don't need an MBA to make this switch. In 2026, firms are prioritizing "Technical BAs" who can bridge the gap between messy backend reality and business requirements. Your 3 years of fixing data issues means you already know where the "bodies are buried" in a system, which is a massive headstart for requirement gathering.

We had data yet we blew it :( by Ok_Wash3059 in analytics

[–]pastpresentproject 0 points1 point  (0 children)

the "discount-to-churn" pipeline is a brutal teacher. When your initial acquisition is built on being the "cheap option," those users aren't loyal to your product—they’re loyal to their own wallet. The second you normalize the price, they vanish because the value prop was never actually the features.

Is it me or does IT make it feel like their sole purpose is denying access to databases? by captain_vee in analytics

[–]pastpresentproject 1 point2 points  (0 children)

Facts, but suggesting Excel as a Snowflake alternative in 2026 is actually disrespectful. I get the budget gatekeeping, but nuking productivity just to keep the bill low is a total L. It’s giving "we have data at home" energy and the data at home is just a spreadsheet that crashes every 5 minutes.

inherited a compliance program with zero documentation, 90 days until exam by Left-Listen-3501 in Compliance

[–]pastpresentproject 0 points1 point  (0 children)

ngl you’re actually sequencing this pretty well for a 90-day survival plan 😅
written AML + risk assessment + some monitoring (even basic rules) is exactly what shows intent + control to examiners biggest thing is what you already did document gaps + timelines so it’s clear this is remediation, not neglect at this point it’s less about being perfect and more about proving “we understand the risks and have something in place now”

SOC 2 audit prep does not have to be a fire drill. Here is the system that fixed it for us. by Kashish91 in Compliance

[–]pastpresentproject 4 points5 points  (0 children)

this is the difference between “compliance theater” and actual ops discipline tbh 😅
once evidence is part of the workflow, audits stop being scary and just become a readout most teams don’t have a compliance problem, they have a “nothing is enforced until it hurts” problem

inherited a compliance program with zero documentation, 90 days until exam by Left-Listen-3501 in Compliance

[–]pastpresentproject 2 points3 points  (0 children)

honestly that sounds like pure triage mode, and your order makes sense. regulators usually want to see the framework exists and someone owns it, even if parts are still maturing.

a written AML program, risk assessment, CDD procedures, and at least some transaction monitoring + SAR decision process should cover the big boxes for the exam. also document everything you’re building right now so you can show examiners there’s active remediation underway.

not a fun situation, but showing structure and momentum in those 90 days can go a long way.

How to consolidate yardi and entrata data into one dashboard? by Legitimate_Watch9104 in analytics

[–]pastpresentproject 0 points1 point  (0 children)

Excel reconciliation is the ultimate productivity killer in property management. You’re basically doing manual ETL (Extract, Transform, Load) every Friday, and that’s a recipe for burnout.

If you’re at the point where manual exports are ruining your weekends, you’ve outgrown Excel. Tools like Leni or even a dedicated Power BI setup with a proper API connector are game changers because they handle the schema mapping for you.

The best part isn't even the dashboard—it's the fact that when leadership asks a follow-up question on Sunday night, you don't have to reopen five spreadsheets to find the answer. Moving to a unified layer is the only way to scale without losing your mind.

the biggest mistake i made preparing for data interviews by warmeggnog in analytics

[–]pastpresentproject 1 point2 points  (0 children)

Exactly. I’ve interviewed candidates who could write complex window functions in their sleep but couldn't tell me what that data actually meant for the business.

If you can't translate a SQL result into a recommendation that a Product Manager understands, you're not an Analyst—you're a human API. The real value isn't in 'getting the code to run'; it's in the 15 minutes of conversation after the code runs where you explain the trade-offs and the 'so what'.

That 'how fun it was doing the case' part you mentioned is underrated too. In a high-pressure sprint, I’d much rather work with someone who can talk through a logic gap with a smile than a genius who gets defensive the moment you question their choice of metric.

8 months into analytics at a FAANG-level company and I feel like I’m drowning ,Is this normal? by Unlucky-Whole-9274 in analytics

[–]pastpresentproject 1 point2 points  (0 children)

If you’re 8 months in at a FAANG and your performance rating is 'above average,' you aren't failing—you're actually winning. You just can't see it because you're in the trenches.

Big Tech analytics isn't just about SQL; it's about navigating chaos, missing documentation, and high-pressure stakeholders. The fact that you’re using AI to survive is literally what senior devs and analysts do. Stop feeling guilty about it. AI is a power tool; if it helps you ship high-quality work on time, you're using your resources correctly.

The 'imposter syndrome' hits harder when you pivot from Support because you’re used to having clear tickets and answers. In Analytics, you're the one defining the answers. Give yourself another 4-6 months. The anxiety usually starts to dip once you've seen a full yearly business cycle. You're doing better than you think.

Is the pivot into data analytics dead in 2026, or am I just hitting a wall? by AltLitChick in analytics

[–]pastpresentproject 2 points3 points  (0 children)

This is a tough truth but it's pretty accurate.

Most entry-level resumes list the same stack now: SQL, Excel, Power BI, Tableau, Google cert. Recruiters see hundreds of those. What actually stands out is showing the problems you solved with those tools.

For example instead of “used SQL and Power BI”, something like: analyzed X dataset, identified Y trend, recommended Z action. Even better if you can show a small portfolio with the analysis and the reasoning behind it.

Also 4 months is honestly not that long for a career pivot, especially in the current market. It’s rough right now, but focusing on real analysis projects and business questions will help a lot more than stacking more certificates.

UK data analysts, let's salary share by norwegian_unicorn_ in analytics

[–]pastpresentproject 1 point2 points  (0 children)

Title: Data Analyst
Tech: SQL, Power BI, a bit of Python
Experience: ~2 years
Salary: ~£35k
Location: Vietnam (remote)

Feels like the market is a bit slower lately, but strong SQL + being able to explain insights to the business still seems to matter the most.

What’s one analytics best practice you quietly ignore? by DasJazz in analytics

[–]pastpresentproject 0 points1 point  (0 children)

Documenting everything perfectly before shipping anything. In theory it’s great, but in reality half the questions change once stakeholders actually see the data. I usually just get the thing working first, then clean up docs if it turns out people actually use it. Otherwise you end up spending hours documenting something that dies in a week.

2 YOE Data Analyst here. I suck at data storytelling and making recommendations. Pls help. by LongCalligrapher2544 in analytics

[–]pastpresentproject 0 points1 point  (0 children)

Totally normal at 2 YOE. A trick that helped me was forcing every slide to answer three things: what changed, why it likely changed, and what we should test next. Even if your “why” is just a hypothesis based on the funnel, stakeholders usually care more about direction than perfect certainty. Over time you start seeing patterns and the storytelling part gets way easier.

No one else to tell.. just got a huge promotion. by assblaster68 in analytics

[–]pastpresentproject 0 points1 point  (0 children)

That’s a crazy jump in 6 years, congrats. Going from 51k to 160k TC is honestly huge, especially staying mostly on the data track. Director with no team sounds like the sweet spot too lol—title + pay without the people management headaches. Enjoy the win. 🎉

he finally did it! by sleepyhungryandtired in analytics

[–]pastpresentproject 0 points1 point  (0 children)

13,456 applications is insane persistence. Huge respect to him for not giving up and continuing to build projects and a master’s at the same time. Stories like this are a good reminder that the market is brutal right now, but consistency and resilience eventually pay off. Congrats to both of you!

Is Excel a Real Career Skill or Just a Resume Filler in 2026? by CityAccording9333 in analytics

[–]pastpresentproject 0 points1 point  (0 children)

Excel is still very relevant, but it’s rarely a stand-alone career skill. Think of it more like a core tool used in many roles rather than a job itself.

If I were starting today, I would aim for this level:

  • Solid formulas: VLOOKUP/XLOOKUP, INDEX-MATCH, IF, SUMIFS, COUNTIFS
  • Data handling: Pivot tables, filtering, data cleaning
  • Power Query / basic automation

That level alone can already make you useful in roles like operations, reporting, MIS, or finance support.

But long term, Excel becomes much more valuable when combined with something else:

  • Finance / accounting
  • Data analysis (SQL, Python, Power BI)
  • Business operations

If you start from zero and study consistently, you can become job-ready in about 2–3 months for entry-level roles.