Fugo Games · İstanbul
Apply on Fugo Games’s site →$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
.bzyLinkColor, .bzyLinkColor:hover {
color: rgb(0, 0, 0)!important;
}
.bzyLinkContainer a, .bzyLinkContainer a:hover {
color: rgb(0, 0, 0)!important;
}
.application-form a.bzyLinkColor, .application-form a.bzyLinkColor:hover {
color: rgb(0, 0, 0)!important;
}
.description a, .description a:hover {
color: rgb(0, 0, 0)!important;
}
.breadcrumbs li a, .breadcrumbs li a:hover {
color: rgb(0, 0, 0)!important;
}
.video-response .inner-container .btn-primary, .video-response .inner-container .btn-primary:hover {
background-color: rgb(0, 0, 0)!important;
}
.positions .position:hover .bzyButtonColor {
background-color: rgb(0, 0, 0)!important;
}
.positions .position .bzyBtnHover:hover {
background-color: rgb(0, 0, 0)!important;
}
.bzyButtonColor:hover {
background-color: rgb(0, 0, 0)!important;
} Full Stack Developer at Fugo Games {"@context":"http://schema.org","@type":"WebSite","name":"Breezy HR","alternateName":"Breezy HR: Modernize your recruiting process","url":"https://breezy.hr/"}
{"@context":"https://schema.org/","@type":"JobPosting","url":"https://fugo-games.breezy.hr/p/caea5018e21e-full-stack-developer?source=GoogleJobs","title":"Full Stack Developer","description":" About the job \n Our core belief at Fugo is that our potential grows with our team. With each new team member, we ensure that we have moved a step forward towards creating the highest quality mobile games possible.
We build the internal platforms that power our games — the analytics, reporting, live-ops, and level-design tools our game, data, and marketing teams rely on every day. \n This is a junior role with real breadth. You'll work across the whole stack: shipping a React dashboard one day, writing a BigQuery query or wiring up a backend API the next — learning frontend, backend, and data engineering side by side, with plenty of support and room to grow. \n If you like owning a feature end to end, from the SQL that pulls the numbers to the button the user clicks, you'll fit right in.
Desired Skills and Experience: \n \n A solid programming foundation — from a CS/related degree, a bootcamp, internships, or serious personal projects.
Familiarity with at least one modern language (Python, JavaScript/TypeScript, or similar) and genuine eagerness to work full-stack.
Basic SQL and a real interest in working with data.
A general understanding of how web apps fit together — frontend, backend/API, and database.
Curiosity and a fast learning curve: you're excited to grow across frontend, backend, and data rather than specialize too early.
Clear communication and care for quality — in your code and in the tools you build for non-technical users.
What you will do: \n \n Build and maintain full-stack features — React + TypeScript on the front, Python + FastAPI on the back.
Write analytical queries over BigQuery: player behavior, level economy, funnels, retention, monetization.
Build data pipelines and scheduled jobs that pull from many sources (GA4, Firebase/Crashlytics, MySQL, ad networks, app-store APIs) and turn them into dashboards and reports.
Turn questions from game and marketing teams into practical, self-serve tools: interactive reports, visualizations, dashboards, editors.
Integrate internal and third-party APIs.
Grow into owning features end to end — design, build, ship, iterate.
Nice to have: Hands-on React, TypeScript, or Python Coursework or projects involving SQL, databases, or data analysis Comfort with Git and exposure to a cloud platform (Google Cloud or AWS) Interest in mobile games or product analytics (funnels, retention, LTV) Curiosity about LLM / AI tooling What you can expect from us: \n Being a part of a passionate team Opportunity to take initiative and bring new ideas Enjoy coming to work every day and to have delightful stories to tell your family and friends ","employmentType":"FULL_TIME","datePosted":"2026-07-14","hiringOrganization":{"@type":"Organization","name":"Fugo Games","logo":null,"sameAs":"https://fugo-games.breezy.hr"},"jobLocation":{"@type":"Place","address":{"@type":"PostalAddress","addressCountry":"TR","addressLocality":"İstanbul"}}}
// INDEED OAUTH FLOW
var popup;
var breezyUrl="https://app.breezy.hr"
var positionId="caea5018e21e"
function popupParams () {
var height = 600;
var width = 500;
var left = (window.screen.width / 2) - ((width / 2) + 10);
var top = (window.screen.height / 2) - ((height / 2) + 50);
var params = 'status=no,height=' + height + ',width=' + width + ',resizable=yes,left=' + left + ',top=' + top + ',screenX=' + left + ',screenY=' + top + ',toolbar=no,menubar=no,scrollbars=no,location=no,directories=no';
return params;
}
function oAuthListener (msg) {
let url = window.location.href
if(url.indexOf('?source=') > -1) url = url.split('?source=')[0]
if (msg.data.token) {
window.location.href = url + '/apply?token=' + msg.data.token;
popup.close()
} else {
window.location.href = url + '/apply';
popup.close()
}
window.removeEventListener('message', oAuthListener)
}
function openPopup (e) {
e.preventDefault();
window.addEventListener('message', oAuthListener)
var params = popupParams();
popup = window.open(
breezyUrl + '/api/apply/indeed?position_id=' + positionId,
'IndeedPopup',
params
);
}
// END INDEED OAUTH FLOW
%HEADER_COMPANY_WEBSITE% Full Stack Developer İstanbul, TR %LABEL_POSITION_TYPE_FULL_TIME% %BREADCRUMB_JOB_OPENINGS% Full Stack Developer %BUTTON_APPLY_TO_POSITION% %BUTTON_APPLY_USING_INDEED% %BUTTON_APPLY_USING_LINKED_IN% About the job
Our core belief at Fugo is that our potential grows with our team. With each new team member, we ensure that we have moved a step forward towards creating the highest quality mobile games possible.
We build the internal platforms that power our games — the analytics, reporting, live-ops, and level-design tools our game, data, and marketing teams rely on every day.
This is a junior role with real breadth. You'll work across the whole stack: shipping a React dashboard one day, writing a BigQuery query or wiring up a backend API the next — learning frontend, backend, and data engineering side by side, with plenty of support and room to grow.
If you like owning a feature end to end, from the SQL that pulls the numbers to the button the user clicks, you'll fit right in.
Desired Skills and Experience:
A solid programming foundation — from a CS/related degree, a bootcamp, internships, or serious personal projects.
Familiarity with at least one modern language (Python, JavaScript/TypeScript, or similar) and genuine eagerness to work full-stack.
Basic SQL and a real interest in working with data.
A general understanding of how web apps fit together — frontend, backend/API, and database.
Curiosity and a fast learning curve: you're excited to grow across frontend, backend, and data rather than specialize too early.
Clear communication and care for quality — in your code and in the tools you build for non-technical users.
What you will do:
Build and maintain full-stack features — React + TypeScript on the front, Python + FastAPI on the back.
Write analytical queries over BigQuery: player behavior, level economy, funnels, retention, monetization.
Build data pipelines and scheduled jobs that pull from many sources (GA4, Firebase/Crashlytics, MySQL, ad networks, app-store APIs) and turn them into dashboards and reports.
Turn questions from game and marketing teams into practical, self-serve tools: interactive reports, visualizations, dashboards, editors.
Integrate internal and third-party APIs.
Grow into owning features end to end — design, build, ship, iterate.
Nice to have: Hands-on React, TypeScript, or Python Coursework or projects involving SQL, databases, or data analysis Comfort with Git and exposure to a cloud platform (Google Cloud or AWS) Interest in mobile games or product analytics (funnels, retention, LTV) Curiosity about LLM / AI tooling What you can expect from us:
Being a part of a passionate team Opportunity to take initiative and bring new ideas Enjoy coming to work every day and to have delightful stories to tell your family and friends %BUTTON_APPLY_TO_POSITION% %BUTTON_APPLY_USING_INDEED% %BUTTON_APPLY_USING_LINKED_IN% %FOOTER_POWERED_BY% breezy Your shareable referral link: Also share on: st.initialize()
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-176681-19', 'auto');
ga('send', 'pageview');
Posted by Fugo Games and synced from their own careers page. DevQuest doesn’t take a fee, doesn’t sit between you and the studio, and doesn’t sell your data — you apply directly with them.
More like this: Engineering jobs · All Fugo Games openings · Browse every category