As a SWE fresh graduate, how can I land my first remote job as a Business Analyst?

I graduated over a month ago as a software engineer (equivalent to masters degree), I'm pivoting to a Technical Business Analyst, I only have a 6 months software engineering internship as a relevant experience that I framed the BA side of it and also I made a BA personal project to enhance my profile a little bit more.

How is it possible to be hired for a remote BA or similar role as an entry-level? Is it very difficult? What strategies should I pursue?

reddit.com
u/Alarmed-Sector-6427 — 1 day ago

Companies that provide visa sponsorship for juniors

Chkoun ya3ref companies w met2akkad menhom elli houma ya3mlou visa sponsorship l juniors / fresh graduates?
Fi Europe, Gulf, Canada

reddit.com
u/Alarmed-Sector-6427 — 7 days ago

I scope SaaS platforms. Here is the exact framework I use to stop founders from wasting $10k+ on devs building the wrong features.

The biggest money-burner in early-stage SaaS isn’t bad marketing. It’s the "Translation Gap" between the Founder and the Developer.

Founders speak in *business outcomes* ("I want users to easily track their workouts" or "I need an AI dashboard for B2B leads"). Developers speak in *logic and edge cases* ("What happens to the database state if the API times out during the sync?").

When you hand a developer a vague Notion doc, they will build exactly what you wrote, which is usually not what you actually need. You end up paying for 3 months of dev time, only to realize the onboarding flow is broken, the edge-cases aren't handled, and the tech stack can't scale.

Over the last year, I acted as the Technical Product/BA lead for a B2B GTM SaaS (handling AI pipelines, multi-tenant architecture, and signal dashboards) and recently scoped a complete MVP for a science-based Fitness SaaS.

Here are the 3 most expensive scoping mistakes I see founders make before they hire a dev, and how to fix them:

**1. The "Happy Path" Trap (Missing Edge Cases)**
Founders map out what happens when things go *right*. But 40% of development time is spent handling what happens when things go *wrong*.
*Fix:* Before writing a single line of code, map the "Unhappy Paths." What happens if the user loses internet connection while saving? What if the third-party API hits a rate limit? If you don't define these in your PRD, the developer will guess, and they will guess wrong.

**2. Building the "Cool AI Feature" before the Database**
Founders want to build the sexy, headline features first. But if your underlying data model is flawed, the AI has nothing to read from.
*Fix:* Use a weighted scoring matrix (Value vs. Architectural Dependency). On the B2B platform I worked on, we had to build the boring multi-tenant identity and authentication layer *before* we could build the AI content engine. Sequence your build based on dependencies, not just what looks cool on the landing page.

**3. "Make it Fast" vs. "API Response < 500ms"**
Developers cannot code "make it fast." They need constraints.
*Fix:* Define your Non-Functional Requirements as hard metrics. "The dashboard must load in under 1.5 seconds," or "The system must support 10,000 concurrent rows without pagination lag." This tells the developer exactly what database indexing and caching strategies they need to use.

**The Takeaway:**
A developer is a builder. If you give them a bad blueprint, you get a bad house. You need a **Developer-Ready PRD** (Product Requirements Document) that includes user stories, edge-case flows, and API logic before you hire them.

**How I can help:**
I’m currently taking on 2 SaaS founders this month to act as their Technical Scoper. I will take your rough idea, interrogate it, and turn it into a build-ready PRD and technical spec so you can hand it to a dev team (or agency) with zero ambiguity.

**Drop a link to your landing page, GitHub, or a description of your SaaS in the comments.** I’ll reply with a free 3-bullet "Scope Teardown" pointing out where your current plan might leak money or cause dev bottlenecks. If you want me to actually write the PRD for you, shoot me a DM.

reddit.com
u/Alarmed-Sector-6427 — 10 days ago

I scope SaaS platforms. Here is the exact framework I use to stop founders from wasting $10k+ on devs building the wrong features.

The biggest money-burner in early-stage SaaS isn’t bad marketing. It’s the "Translation Gap" between the Founder and the Developer.

Founders speak in business outcomes ("I want users to easily track their workouts" or "I need an AI dashboard for B2B leads"). Developers speak in logic and edge cases ("What happens to the database state if the API times out during the sync?").

When you hand a developer a vague Notion doc, they will build exactly what you wrote, which is usually not what you actually need. You end up paying for 3 months of dev time, only to realize the onboarding flow is broken, the edge-cases aren't handled, and the tech stack can't scale.

Over the last year, I acted as the Technical Product/BA lead for a B2B GTM SaaS (handling AI pipelines, multi-tenant architecture, and signal dashboards) and recently scoped a complete MVP for a science-based Fitness SaaS.

Here are the 3 most expensive scoping mistakes I see founders make before they hire a dev, and how to fix them:

1. The "Happy Path" Trap (Missing Edge Cases)
Founders map out what happens when things go right. But 40% of development time is spent handling what happens when things go wrong.
Fix: Before writing a single line of code, map the "Unhappy Paths." What happens if the user loses internet connection while saving? What if the third-party API hits a rate limit? If you don't define these in your PRD, the developer will guess, and they will guess wrong.

2. Building the "Cool AI Feature" before the Database
Founders want to build the sexy, headline features first. But if your underlying data model is flawed, the AI has nothing to read from.
Fix: Use a weighted scoring matrix (Value vs. Architectural Dependency). On the B2B platform I worked on, we had to build the boring multi-tenant identity and authentication layer before we could build the AI content engine. Sequence your build based on dependencies, not just what looks cool on the landing page.

3. "Make it Fast" vs. "API Response < 500ms"
Developers cannot code "make it fast." They need constraints.
Fix: Define your Non-Functional Requirements as hard metrics. "The dashboard must load in under 1.5 seconds," or "The system must support 10,000 concurrent rows without pagination lag." This tells the developer exactly what database indexing and caching strategies they need to use.

The Takeaway:
A developer is a builder. If you give them a bad blueprint, you get a bad house. You need a Developer-Ready PRD (Product Requirements Document) that includes user stories, edge-case flows, and API logic before you hire them.

How I can help:
I’m currently taking on 2 SaaS founders this month to act as their Technical Scoper. I will take your rough idea, interrogate it, and turn it into a build-ready PRD and technical spec so you can hand it to a dev team (or agency) with zero ambiguity.

Drop a link to your landing page, GitHub, or a description of your SaaS in the comments. I’ll reply with a free 3-bullet "Scope Teardown" pointing out where your current plan might leak money or cause dev bottlenecks. If you want me to actually write the PRD for you, shoot me a DM.

reddit.com
u/Alarmed-Sector-6427 — 11 days ago

I scope SaaS platforms. Here is the exact framework I use to stop founders from wasting $10k+ on devs building the wrong features.

The biggest money-burner in early-stage SaaS isn’t bad marketing. It’s the "Translation Gap" between the Founder and the Developer.

Founders speak in business outcomes ("I want users to easily track their workouts" or "I need an AI dashboard for B2B leads"). Developers speak in logic and edge cases ("What happens to the database state if the API times out during the sync?").

When you hand a developer a vague Notion doc, they will build exactly what you wrote, which is usually not what you actually need. You end up paying for 3 months of dev time, only to realize the onboarding flow is broken, the edge-cases aren't handled, and the tech stack can't scale.

Over the last year, I acted as the Technical Product/BA lead for a B2B GTM SaaS (handling AI pipelines, multi-tenant architecture, and signal dashboards) and recently scoped a complete MVP for a science-based Fitness SaaS.

Here are the 3 most expensive scoping mistakes I see founders make before they hire a dev, and how to fix them:

1. The "Happy Path" Trap (Missing Edge Cases)
Founders map out what happens when things go right. But 40% of development time is spent handling what happens when things go wrong.
Fix: Before writing a single line of code, map the "Unhappy Paths." What happens if the user loses internet connection while saving? What if the third-party API hits a rate limit? If you don't define these in your PRD, the developer will guess, and they will guess wrong.

2. Building the "Cool AI Feature" before the Database
Founders want to build the sexy, headline features first. But if your underlying data model is flawed, the AI has nothing to read from.
Fix: Use a weighted scoring matrix (Value vs. Architectural Dependency). On the B2B platform I worked on, we had to build the boring multi-tenant identity and authentication layer before we could build the AI content engine. Sequence your build based on dependencies, not just what looks cool on the landing page.

3. "Make it Fast" vs. "API Response < 500ms"
Developers cannot code "make it fast." They need constraints.
Fix: Define your Non-Functional Requirements as hard metrics. "The dashboard must load in under 1.5 seconds," or "The system must support 10,000 concurrent rows without pagination lag." This tells the developer exactly what database indexing and caching strategies they need to use.

The Takeaway:
A developer is a builder. If you give them a bad blueprint, you get a bad house. You need a Developer-Ready PRD (Product Requirements Document) that includes user stories, edge-case flows, and API logic before you hire them.

How I can help:
I’m currently taking on 2 SaaS founders this month to act as their Technical Scoper. I will take your rough idea, interrogate it, and turn it into a build-ready PRD and technical spec so you can hand it to a dev team (or agency) with zero ambiguity.

Drop a link to your landing page, GitHub, or a description of your SaaS in the comments. I’ll reply with a free 3-bullet "Scope Teardown" pointing out where your current plan might leak money or cause dev bottlenecks. If you want me to actually write the PRD for you, shoot me a DM.

reddit.com
u/Alarmed-Sector-6427 — 11 days ago

Starting Business Analysis Career as a fresh graduate (software engineering)

Hi everyone, I'm a fresh graduate as software engineer and I decided to start my career as a Technical Business Analyst or any similar role.

I have a 6-months internship experience as a Software engineer where I used some business analysis concepts such as requirements elicitation (functional and non-functional requirements), drew use case UML diagrams, documented an RTM, user stories, and KPI frameworks, conducted competitive/market analysis and built a weighted Jira prioritization matrix for a SCRUM environment.

I'm currently doing a full end-to-end business analysis lifecycle as a personal project mainly for learning purposes and to add to my CV as well.

My main issue is that I'm lacking communication skills, I'm still not that good yet at explaining and expressing myself in English properly but I'm improving (my English level is upper-intermediate).

My questions are:

  1. Is it possible to land an entry-level/junior remote job as a Tech BA for my case?
  2. Is it possible to land an entry-level/junior job abroad with visa sponsorship (I'm native Arabic speaker, so I can target Gulf countries to eliminate language barrier)?
reddit.com
u/Alarmed-Sector-6427 — 11 days ago
▲ 5 r/Tunisiajobs+1 crossposts

Kifech najam no5rej men tounes as fresh graduate (cycle ingénieur)

Chkoun najam yo5rej el barra ma8ir barcha masrouf w houwa entry-level/junior w kifech 3mal?

Na3ref elli impossible tdabbar 5edma b visa sponsorship as junior (6 months internship experience).

Target role: Technical Business Analyst wala ay 7aja 9riba.
Languages: Arabic (Native), English (Proficient), French (Reading and listening comprehension only)

Open to any country (Europe, Gulf, Asia)

reddit.com
u/Alarmed-Sector-6427 — 12 days ago

[IWantOut] 26M Business Analyst Tunisia -&gt; Spain\Portugal\Netherlands\Czechia\Slovakia

Age: 26 | Gender: M | Current location: Tunisia

Education: National Engineering Degree in Software Engineering (Master's-equivalent), 2026.

Experience: 6-month full-time remote internship as Technical BA & Software Engineer at a German startup.

Languages: Arabic (native), English (professional working), French (reading/listening only).

Constraints: Non-EU citizen, junior, very limited savings (cannot afford large blocked accounts), applying from Tunisia.

Question: What is the fastest realistic path out for my specific situation? Harsh realities welcome.

reddit.com
u/Alarmed-Sector-6427 — 12 days ago

Using Antigravity models externally

Is there a way to use Antigravity models externally as a provider on other tools such as Kilo Code?

I have google AI pro subscription and I want to make use of the Antigravity models without using Antigravity.

reddit.com
u/Alarmed-Sector-6427 — 3 months ago