Jobs

3677
  • · 7 views · 0 applications · 1d

    Kafka Integration Engineer

    Part-time · Full Remote · Countries of Europe or Ukraine · 5 years of experience · B2 - Upper Intermediate
    Key Responsibilities Design, build, and maintain Kafka consumers to ingest and batch-process customer event data. Implement message parsing and transformation logic (JSON, Avro, Protobuf) to align with Captain Up’s event structure. Develop and configure...

    Key Responsibilities

    • Design, build, and maintain Kafka consumers to ingest and batch-process customer event data.
    • Implement message parsing and transformation logic (JSON, Avro, Protobuf) to align with Captain Up’s event structure.
    • Develop and configure provider-specific customer integrations.
    • Manage secure credentials using AWS Secrets Manager and handle per-application configurations.
    • Deploy and monitor services in Kubernetes using Helm.
    • Work with DevOps to troubleshoot deployments, monitor performance, and ensure system reliability.

    Requirements

    • Proficient in Node.js and TypeScript.
    • Strong experience with Apache Kafka and libraries like KafkaJS or similar.
    • Familiarity with message schemas (Avro, Protobuf) and relevant parsing libraries.
    • Hands-on experience with Kubernetes, Helm, and AWS services, especially Secrets Manager.Ability to write robust, testable, and maintainable code for high-throughput and low-latency data pipelines.
    • Excellent debugging, problem-solving, and communication skills.
    More
  • · 27 views · 4 applications · 1d

    Senior Full-Stack Engineer (MVP) — DTC eCommerce MandA Brokerage + Valuation Platform to $4000

    Full Remote · Worldwide · Product · 6 years of experience · C2 - Proficient
    Senior Full-Stack Engineer (MVP) — DTC eCommerce M&A Brokerage + Valuation Platform Scope: Build a production-ready MVP for a brokerage marketplace focused exclusively on DTC eCommerce brands. The platform must (1) onboard sellers via a clean valuation...

    Senior Full-Stack Engineer (MVP) — DTC eCommerce M&A Brokerage + Valuation Platform
     

    Scope: Build a production-ready MVP for a brokerage marketplace focused exclusively on DTC eCommerce brands. The platform must (1) onboard sellers via a clean valuation wizard, (2) create gated listings, (3) let vetted buyers browse, filter, inquire, and (4) support payments/fees, KYC, notifications, and basic analytics.

    Goal: Ship an MVP we can use to close the first 100 paid customers (listings) and generate serious buyer inquiries.
     

    Tech We Expect You To Use

    • Frontend / Hosting: Next.js (App Router, TypeScript) on Vercel
    • DB/Auth/Storage/Realtime: Supabase (Postgres + RLS, Auth, Storage, Realtime)
      • Realtime via Supabase Realtime or Ably (justify tradeoffs)
    • Payments: Stripe (prefer Stripe Connect) for application/listing fees, buyer deposits, disbursements
    • Notifications: Knock (in-app + email feed); Twilio for SMS
    • KYC/Compliance: Persona (buyers & high-value sellers)
    • Bank Linking: Plaid (ACH, verification)
    • eCom Integrations (MVP): Shopify (Admin API + OAuth + webhooks)
    • Email: Resend/Postmark/SendGrid (pick one and wire it cleanly)
    • Search (MVP): Postgres FTS; plan to swap in Typesense/Algolia later
    • Jobs/Workflows: Inngest or Trigger.dev (background tasks, webhooks, report generation)
    • Error & Analytics: Sentry (errors), PostHog (product analytics)

    You must have a public GitHub with recent full-stack code. We will collaborate via PRs and code reviews.
     

    What You’ll Build (MVP Scope)

    1. Public Site
      • Homepage with dual CTA: “Sell Your Brand” (valuation) / “Browse Listings” (buyers)
      • Category browsing (Beauty, Apparel, Supplements, Home, etc.), trust elements, FAQ
         
    2. Seller Flow
      • Valuation Wizard (TTM revenue/profit, SKU count, AOV, repeat rate, ad mix/ROAS, fulfillment model, channel split, platform risk)
      • Instant valuation range + drivers (risk/quality adjustments)
      • Create draft listing from the wizard; editable before publish
      • Upload docs to data room (Supabase Storage, signed URLs)
         
    3. Marketplace
      • Listings grid/list with filters: revenue, profit, margin, category, geography, age, growth %, channel mix
      • Listing detail with teaser metrics; sensitive data gated behind KYC (+ optional refundable buyer deposit via Stripe) and click-through NDA
         
    4. Buyer Flow
      • Buyer signup → Persona KYC → optional small Stripe deposit to unlock details
      • Request Info / Inquire → route to seller via in-app thread + email/SMS
      • Basic message thread (realtime) between buyer & seller (mask emails)
         
    5. Payments
      • Stripe application/listing fee for sellers (one-time)
      • Optional buyer deposit/intent fee to unlock confidentials
      • Stripe Connect account model for future success-fee flows
         
    6. Notifications
      • Knock for in-app feed; email + SMS (Twilio) for critical events: “New inquiry”, “KYC approved”, “NDA signed”, “Deposit received”
         
    7. Admin
      • Role-based dashboard (admin/broker)
      • Approve listings, see KYC status, refund deposits, redact content, audit log
         
    8. Security & Compliance (MVP-realistic)
      • Supabase RLS and row-level permissions (buyer/seller/admin)
      • Secrets via Vercel + Supabase; PII encryption at rest where appropriate
      • GDPR-friendly data deletion hooks; audit_log table for sensitive events
         
    9. Observability
      • Sentry wired on both server & client; PostHog for funnels and eventing
         
    10. Docs & Handoff
    • README + runbook, env sample, ERD diagram, endpoint catalog, postman collection
       

    Suggested Data Model (initial ERD)

    • users (role: buyer | seller | admin; KYC status; 2FA)
    • organizations (optional; for seller teams)
    • brands (name, domain, category, geo, platform)
    • metrics_monthly (brand_id, month, revenue, cogs, opx, profit, sessions, AOV, repeat_rate)
    • listings (brand_id, status: draft/live/gated; asking_price; teaser fields)
    • listing_assets (files in Supabase Storage, access policies)
    • valuations (inputs + computed range + risk adjustments)
    • ndas (status, signed_at, pdf_url)
    • inquiries (buyer_id, listing_id, message, created_at)
    • messages (thread_id, sender_id, body, read_at)
    • payments (stripe ids, amount, type: listing_fee | buyer_deposit)
    • audit_log (actor_id, action, entity, before/after, ip)
       

    Nice-to-Have (Stretch after MVP)

    • Escrow provider integration (Escrow.com/Mangopay) for deal deposits
    • DocuSign / Dropbox Sign for NDAs & LOIs (PDF generation)
    • WooCommerce or Amazon Seller Central adapters (post-MVP)
    • Typesense/Algolia for richer search & ranking
    • CSV import for sellers not on Shopify
    • Basic comps/multiples library to explain pricing vs peers
       

    Your Responsibilities

    • Own the architecture and ship the MVP fast with clean code, tests, and docs
    • Implement Shopify OAuth + webhooks (orders/paid, refunds) to compute core metrics
    • Build valuation logic (simple, explainable, weighted on risk & quality)
    • Set up Stripe Connect, Persona, Plaid, Knock, Twilio
    • Enforce RLS and robust permissioning; cover critical paths with tests
    • Collaborate with our designer (you’ll receive Figma) to match a Wayflyer-level polish
    • Set up CI/CD (Vercel), preview deploys, env config, seed scripts

    What Success Looks Like (30/60 Days)
     

    • Day 30:
      • Seller valuation → draft listing → publish → appears in marketplace
      • Buyer signup → Persona KYC → deposit → gated unlock works
      • Inquiries/messages functional; notifications live; admin approve flow
         
    • Day 60:
      • Shopify integration powering metrics on listings
      • Stripe Connect flows; deposits/refunds; audit logs; Sentry/PostHog dashboards
      • We have >50 live listings and real buyer conversations in product
         

    Must-Have Experience

    • Next.js + TypeScript in production; Vercel deployment
    • Supabase (Auth, Postgres, Storage, RLS) or equivalent (and can learn fast)
    • Payments (Stripe/Connect), webhooks, and secure background processing
    • Third-party KYC (Persona/Alloy) + Twilio/Knock-style notifications
    • OAuth app development (ideally Shopify) and webhook handling at scale
    • Designing RBAC/permissions and shipping secure, auditable systems
    • Writing tests (unit/integration) + owning monitoring/alerts
       

    Bonus

    • Built a marketplace, brokerage, or fintech-style product before
    • Typesense/Algolia, Inngest/Trigger.dev, Ably/Pusher
    • DocuSign/Dropbox Sign, Escrow providers
    • Data viz (simple charts) and CSV ingest pipelines
       

    How to Apply

    1. GitHub link (required). Point to a repo showing:
      • Next.js + TS + DB + third-party integration + tests
    2. Short note on which parts you’d implement first and why (be specific)
    3. A one-page architecture sketch (bullet points) for the MVP:
      • Folder structure, ERD, key tables, RLS approach, background jobs, error handling
    4. Estimate for a 6–8 week MVP with weekly milestones and hours
       

    Quick Screening Task (paid, small)

    • Build a Next.js route that completes Shopify OAuth, stores the shop + token in Postgres (Supabase), and exposes an API endpoint /api/shops/:id/metrics that returns last-30-day revenue & orders from Shopify. Include a minimal Prisma or SQL migration and a Jest/Vitest test for the endpoint.
    More
  • · 35 views · 1 application · 1d

    React Native Engineer

    Hybrid Remote · Poland, Ukraine (Lviv) · 5 years of experience · B2 - Upper Intermediate
    Our client is an innovative AI-powered platform transforming the professional services industry through Time Intelligence. It automates time tracking, enhances profitability, and provides deep insights into projects and resources—freeing professionals to...

    Our client is an innovative AI-powered platform transforming the professional services industry through Time Intelligence. It automates time tracking, enhances profitability, and provides deep insights into projects and resources—freeing professionals to focus on meaningful, high-impact work.

    Requirements:
     

    ● at least 4+ years of proven experience in mobile development
    ● proficiency in React Native
    ● familiar with common popular React Native libraries, components, and frameworks
    ● ability to communicate clearly and effectively, take ownership of your work and call out for help when you need it
    ● attention to detail with an eye for product and design
    ● ability to quickly learn new technologies and adapt to new processes
    ● english — Upper-intermediate level or higher
     

    What you will do:
     

    ● build a project from scratch, including architecture design and core feature implementation
    ● write clean, reusable, testable, and efficient code
    ● take ownership of solutions from start to finish
     

    Why Rolique?

    ● we believe in fairness, transparency and helpfulness in everyday work
    ● your personal development is important to us, therefore we promote the internal transfer of knowledge and strengthen your “zone of genius”
    ● 20 days of paid vacation and 5 days of sick leaves
    ● personal budget for courses, training, and certifications
    ● health support and sports compensation
    ● accounting support

    More
  • · 33 views · 1 application · 1d

    AI Engineer

    Hybrid Remote · Netherlands, Poland, Portugal · 2 years of experience · B2 - Upper Intermediate
    Location: This role is based in the Netherlands, with a hybrid work option. Remote work is also available for candidates based in Poland or Portugal. The role: As an AI Engineer, you will help shape how we use AI across the company. From improving data...

    Location:  This role is based in the Netherlands, with a hybrid work option. Remote work is also available for candidates based in Poland or Portugal.

    The role: As an AI Engineer, you will help shape how we use AI across the company. From improving data insights to creating new features powered by Large Language Models, your work will directly influence how teams collaborate and make decisions. 

    We are looking for someone who enjoys applying technology where it makes the most difference.

     

    Responsibilities:

    • Design, develop, and deploy machine learning models for practical use cases
    • Integrate AI solutions into web, backend systems, and mobile platforms.
    • Collaborate with cross-functional teams to define requirements and deliver AI features
    • Build and maintain data pipelines for model training and inference
    • Optimize models for accuracy, scalability, and performance
    • Stay current with emerging AI frameworks, tools, and technologies
    • Contribute to monitoring and troubleshooting AI systems in production
    • Work extensively with prompt engineering: 
      • Develop and optimize prompts for various use cases within AI-driven processes.
      • Design and improve conversation flows and agent workflows within AI systems.
    • Work with LLMS


    Requirements:

    • Bachelor’s or Master’s degree in Computer Science, AI, Machine Learning, or a related field
    • 2 to 4 years of hands-on experience in AI or machine learning development
    • Proficiency in Python and ML frameworks (TensorFlow, PyTorch, Scikit-learn, etc.)
    • Familiarity with cloud platforms (AWS or GCP or Azure)
    • Experience with software engineering practices, including APIs, version control, and testing
    • Experience designing robust AI agents and context-based workflows.
    • Understanding of AI ethics and moderation for building safe AI solutions.
    • Experience with Retrieval Augmented Generation
    • Experience with Image Recognition Techniques
    • Experience with prompt engineering required
    • Good problem-solving skills and ability to work in a collaborative environment
    • Upper-intermediate English level or higher

      Nice to have
    • Knowledge of MLOps practices and tools such as MLflow or Kubeflow
       

    What we offer

    • Opportunity to work on real-world AI projects with measurable business impact
    • Flexible working conditions
    • Competitive salary depending on your experience with a comprehensive benefits package, which includes a monthly €50 stipend to cover work-from-home expenses, and an allocation of 25 vacation days.
    • After one year, WeAreBrain offers access to a Team Reward Program for all employees.
    • Innovative Exploration: Seize the chance to pioneer your department, venturing into uncharted territories, and experimenting with fresh ideas that push boundaries.
    • Entrepreneurial: Immerse yourself in a true entrepreneurial environment where every team member is an owner.
    • Office Perks: We organise lunch in the office and have monthly gatherings for drinks and bites, fostering our team spirit.
    • Remote Work Flexibility: Our team has the freedom to work remotely, allowing you to achieve a healthy work-life balance that suits your preferences.
    • Professional Growth: We value your growth. Take advantage of diverse opportunities and resources designed to nurture your professional development.
    • A creative and dynamic work environment.

     

    More
  • · 65 views · 18 applications · 1d

    Middle/Senior Backend (Node.js) Engineer

    Countries of Europe or Ukraine · Product · 4 years of experience Ukrainian Product 🇺🇦
    ABOUT US: BetterMe is a health & wellness platform providing a tailored holistic approach to well-being. Since 2017, we have been on a mission to create a healthier world for everyone, regardless of age, sex, physical ability, or background. Our goal is...

    ABOUT US:

    BetterMe is a health & wellness platform providing a tailored holistic approach to well-being. Since 2017, we have been on a mission to create a healthier world for everyone, regardless of age, sex, physical ability, or background.

    Our goal is to make a healthy lifestyle accessible to everyone so they can achieve long-term health benefits.
     

    YOUR IMPACT:

    • Work collaboratively as a part of the team alongside backend developers;
    • Assume responsibility for various components of the backend infrastructure;
    • Contribute to the CI/CD processes of the projects;
    • Engage in effective communication with DevOps and product teams;
    • Participate in making decisions regarding application architecture and database design.

    ABOUT YOU:

    • 4+ years of hands-on experience with Node.js;
    • Good knowledge of JavaScript;
    • Skilled in working with relational databases;
    • Familiarity with Amazon Web Services (AWS) infrastructure;
    • Knowledgeable about DevOps practices;
    • In-depth understanding of CI/CD processes;
    • Firm grasp of SOLID principles.

    WOULD BE A PLUS:

    • Work experience in high-load projects.

    For a clearer comprehension, feel free to familiarize yourself with our technology stack:

    • Databases: PostgreSQL, Prisma
    • Backend: Node.js, Nest.js
    • Cloud & Orchestration: Kubernetes, AWS
    • Version Control & Collaboration: GitHub

    Our mission is creating happiness within since we believe that having your mind and body in complete harmony is key for overall health and quality of life. We plan to capture the growth of the Global Health Market, and our ideal candidate will focus on building the largest health tech company in the world. 💪
    The success of the product became possible through the hard work and dedication of 400+ talented and forward-thinking employees who are true experts in their field. We're one of the biggest partners of Facebook, Google, Snapchat & Twitter within the CEE region.🌎
    Our company is built on the ability to find the best people and provide them with everything needed to stay focused on what’s important to make our users even healthier, sportier, happier and better! We create a business environment that brings up best in everyone. We have no bureaucracy, and we give our colleagues complete freedom to make decisions and achieve brilliant results.🚀
    Competitive salary. Compensation that will help you focus on your projects and personal development.
    Professional Growth. We offer a possibility to attend internal, external courses, seminars and access to a corporate library. You will be working with a team of professionals to get insights and discuss ideas.
    Comfortable working environment. We provide all necessary work equipment for your role and serve complimentary breakfasts, lunches, and snacks in the Kyiv office.
    Health&Fitness. We provide employees with 20 days of paid vacation, medical insurance and a variety of sports activities available for employees inside and outside the office.
    Rest. We organize team buildings, parties and various team activities to boost our collaboration.

    More
  • · 7 views · 2 applications · 1d

    MLOps Engineer

    Part-time · Full Remote · Ukraine · 4 years of experience · B2 - Upper Intermediate
    We are seeking an experienced MLOps Engineer for one of our project, to drive the optimization and scalability of machine learning infrastructure. You will play a critical role in building and maintaining robust ML pipelines, ensuring seamless model...

    We are seeking an experienced MLOps Engineer for one of our project, to drive the optimization and scalability of machine learning infrastructure. You will play a critical role in building and maintaining robust ML pipelines, ensuring seamless model deployment, and implementing best practices for ML operations at scale.

    Key Responsibilities
     

    Model Deployment & Infrastructure

    • Optimize Amazon SageMaker model deployments for performance, cost-efficiency, and reliability
    • Design and implement auto-scaling strategies for ML inference endpoints to handle varying traffic loads
    • Build and maintain AWS-based ML infrastructure using best practices for security, monitoring, and cost optimization

    CI/CD & Automation

    • Enhance and maintain GitHub Actions workflows for automated ML model building, testing, and deployment
    • Implement automated quality gates and validation checks in the ML deployment pipeline
    • Develop infrastructure-as-code solutions for consistent and reproducible ML environments

    Inference Optimization

    • Research, experiment with, and implement various inference methods including:
      • Asynchronous inference for high-throughput scenarios
      • Batch inference for large-scale data processing
      • Real-time inference optimization
    • Analyze and optimize inference latency, throughput, and cost trade-offs

    Training & Model Lifecycle Management

    • Design and implement automated training and re-training pipelines
    • Build systems for continuous model improvement based on new data and performance metrics
    • Manage model versioning, artifact storage, and deployment rollback strategies

    Model Monitoring & Quality Assurance

    • Implement comprehensive model evaluation frameworks and automated testing
    • Set up model drift detection systems to monitor data and concept drift
    • Build alerting and monitoring systems for model performance degradation
    • Develop automated model validation and A/B testing capabilities

      Required Qualifications
       
    • Experience: 3+ years of hands-on experience in MLOps, DevOps, or related fields
    • Cloud Platforms: Strong expertise with AWS services, particularly Amazon SageMaker, EC2, S3, Lambda, and CloudWatch
    • Programming: Proficiency in Python and experience with ML frameworks (TensorFlow, PyTorch, scikit-learn)
    • CI/CD: Hands-on experience with GitHub Actions, Docker, and containerization technologies
    • Infrastructure: Experience with Infrastructure as Code tools (Terraform, CloudFormation, or CDK)
    • ML Lifecycle: Understanding of the complete ML lifecycle from data ingestion to model deployment and monitoring

      Technical Skills
       
    • Cloud Services: AWS SageMaker, EC2, S3, Lambda, CloudWatch, IAM, VPC
    • Containerization: Docker, Kubernetes, Amazon EKS
    • Programming Languages: Python, Bash/Shell scripting
    • ML Tools: MLflow, Weights & Biases, Amazon SageMaker Studio
    • CI/CD Tools: GitHub Actions, Jenkins, GitLab CI
    • Infrastructure: Terraform, AWS CloudFormation, AWS CDK
    • Monitoring: CloudWatch, Prometheus, Grafana
    • Databases: Experience with both SQL and NoSQL databases
    More
  • · 60 views · 6 applications · 1d

    Data Science Engineer to $5000

    Full Remote · Countries of Europe or Ukraine · Product · 2 years of experience · B1 - Intermediate
    We build AI-powered SaaS tools that understand, discover, and recommend scientific papers and experts. For the past 8 years, we've helped businesses and academic institutions stay at the cutting edge of research. We have more than 50 clients, including...

    We build AI-powered SaaS tools that understand, discover, and recommend scientific papers and experts. For the past 8 years, we've helped businesses and academic institutions stay at the cutting edge of research. We have more than 50 clients, including Europe's largest scientific funding agencies, top-10 scientific publishers and universities.

     

    Technical Focus Areas

    • Text embedding architectures
    • Clustering and topics
    • Scientific document processing and analysis
    • Large Language Models integration
    • Dataset curation and evaluation

     

    You'll be great for this role if you:

    • Have deep expertise in modern NLP architectures and embedding techniques
    • Possess strong intuition about vector similarity and metric learning
    • Can design and implement sophisticated data processing pipelines
    • Love solving complex entity resolution challenges
    • Move fast while maintaining scientific rigor

     

    Ideal Background:

    • Strong programming skills in Python and ML frameworks
    • Experience with embedding models
    • Understanding of information retrieval systems

     

    Bonus Areas:

    • Experience with LLM deployment and optimization
    • Knowledge of scientific document structures
    • Familiarity with metric learning
    • Have experience with large-scale text processing systems

     

    Join us in making scientific knowledge more discoverable and connected! We're tackling fascinating technical challenges that directly impact global research.

    More
  • · 64 views · 3 applications · 1d

    Back-end Developer (Java)

    Hybrid Remote · Poland · 3 years of experience · B2 - Upper Intermediate
    We are seeking a mid-level Back-End Developer to take ownership of complex backend systems, lead technical architecture decisions, and mentor the next generation of developers. You will work with cutting-edge technologies to design, build, and optimize...

    We are seeking a mid-level Back-End Developer to take ownership of complex backend systems, lead technical architecture decisions, and mentor the next generation of developers. You will work with cutting-edge technologies to design, build, and optimize services that impact billions of mobile users worldwide.

    This is a hands-on leadership role — ideal for someone who thrives in a fast-moving environment, enjoys collaborating across functions, and is driven to deliver scalable, reliable, and future-proof systems.

     

    This position is based in Warsaw with a hybrid work model. 

     

    Responsibilities:

    • Design and develop highly scalable, modular backend applications and APIs using Java and Spring Boot.
    • Own the full development lifecycle — from requirements analysis, design, coding, and testing to deployment and monitoring in production.
    • Lead initiatives to improve system scalability, performance, and security.
    • Collaborate closely with Product, Algo, DevOps, BI, and Marketing to deliver integrated, business-driven solutions.
    • Ensure observability through robust logging, metrics, and alerting with tools like Prometheus, Grafana, Kibana.
    • Drive adoption of engineering best practices, code quality standards, and technical documentation.
    • Mentor and guide junior developers, fostering knowledge sharing and continuous improvement.

     

    Requirements:

    • Bachelor’s degree in Computer Science or equivalent practical experience.
    • 3 years of professional Java development experience - Must
    • Proven track record in designing and delivering complex distributed systems and microservices (Docker, Kubernetes).
    • Strong understanding of scalability, concurrency, and performance optimization challenges.
    • Hands-on experience with CI/CD tools and automated build/deployment pipelines.
    • Proficiency in Spring & Spring Boot frameworks.
    • Excellent communication skills and the ability to influence technical direction across teams.
    • Experience running applications on Kubernetes, with a focus on designing services that scale efficiently and consume resources effectively (rather than cluster administration).
    • Ability to measure and improve application performance using profiling, benchmarking, and APM tools (e.g., JFR, JMeter, Micrometer, New Relic, Datadog).

     

    Will be a plus:

    • Background with NoSQL databases (MongoDB, Couchbase) and SQL databases.
    • Knowledge of reactive programming (Spring WebFlux).
    • Familiarity with monitoring and alerting tools such as Prometheus, Grafana, and Kibana.

     

    What we offer:

    • Polish public holidays.
    • 20 working days per year is Non-Operational Allowance and settled to be used for personal recreation matters and are compensated in full. These days have to be used within the year, with no rollover to the next calendar year.
    • Health Insurance.
    • Gym Subscription (Multisport).
    More
  • · 19 views · 1 application · 1d

    Security Analyst

    Full Remote · Ukraine · Product · 3 years of experience · B1 - Intermediate
    We are inviting you, a highly motivated and results-oriented Security Analyst to join our team for ensuring solutions, as well as strengthening the product. Our team has unique expertise in research, analysis, and product development. By relying on...

    We are inviting you, a highly motivated and results-oriented Security Analyst to join our team for ensuring solutions, as well as strengthening the product.
    Our team has unique expertise in research, analysis, and product development. By relying on technical insights and a data-driven approach, we create disruptive future-defining innovations of the fintech industry that remain our basis for success.
     

    Responsibilities

    • Contribute to the development, maintenance and assessment of the Incident Response Plan
    • Develop, implement and assess procedures related to incident handling
    • Identify, analyse, mitigate and communicate cybersecurity incidents
    • Assess and manage technical vulnerabilities
    • Measure cybersecurity incidents detection and response effectiveness
    • Evaluate the resilience of the cybersecurity controls and mitigation actions taken after a cybersecurity or data breach incident
    • Adopt and develop incident handling testing techniques
    • Establish procedures for incident results analysis and incident handling reporting
    • Document incident results analysis and incident handling actions
    • Cooperate with key personnel for reporting of security incidents according to applicable legal framework
       

    Requirements

    • 3+ years of experience as Security Analyst
    • Experience with incident handling standards, methodologies and frameworks
    • Experience with incident handling recommendations and best practices
    • Experience with incident handling tools
    • Experience with incident handling communication procedures
    • Experience with operating systems security and computer networks security
    • Experience with cyber threats
    • Knowledge of cybersecurity attack procedures
    • Experience with computer systems vulnerabilities
    • Knowledge of cybersecurity related laws, regulations and legislations, certifications
    • Experience with manage and analyse log files
    • Ability to identify risk behavior in user activity
       

    Will be a plus

    • Experience with Secure Operation Centres operation
    • Experience with Computer Security Incident Response Teams operation
       

    We offer

    • Tax expenses coverage for private entrepreneurs in Ukraine
    • Expert support and guidance for Ukrainian private entrepreneurs
    • 20 paid vacation days per year
    • 10 paid sick leave days per year
    • Public holidays as per the company’s approved Public holiday list
    • Medical insurance
    • Opportunity to work remotely
    • Professional education budget
    • Language learning budget
    • Wellness budget (gym membership, sports gear and related expenses)
    More
  • · 68 views · 23 applications · 1d

    Backend Developer (PHP + Symfony)

    Full Remote · Countries of Europe or Ukraine · Product · 4 years of experience
    Your key responsibilities will include: Develop and maintain backend services using PHP 8.3 and Symfony. Design, optimize, and maintain relational databases such as PostgreSQL and MySQL. Implement high-performance analytics solutions with ClickHouse and...

    Your key responsibilities will include:

    • Develop and maintain backend services using PHP 8.3 and Symfony.
    • Design, optimize, and maintain relational databases such as PostgreSQL and MySQL.
    • Implement high-performance analytics solutions with ClickHouse and caching mechanisms using Redis.
    • Manage project dependencies efficiently with Composer.
    • Design and optimize database schemas for performance and scalability.
    • Build and maintain robust REST APIs and integrate them with external services.
    • Collaborate with front-end developers and other stakeholders to deliver seamless user experiences.

    What makes you stand out:

    • Strong knowledge of PHP 8.3 and the Symfony framework.
    • Hands-on experience with PostgreSQL and MySQL databases.
    • Familiarity with ClickHouse for analytics and Redis for caching.
    • Proficiency in managing dependencies using Composer.
    • Expertise in database design, schema optimization, and performance tuning.
    • Proven experience building and integrating REST APIs.
    • Basic understanding of the Go programming language.
    • Strong problem-solving skills, attention to detail, and the ability to work in a team.

    Our recruitment process typically follows these stages:

    1. Application screening
    2. Interview Stages (2-3 weeks):
      • Prescreening call (40 min)
      • Technical Interview (60 min)
      • Soft Skills Interview (40 min)
    3. Job Offer
    4. Referrals: Employment and Background Check
    More
  • · 44 views · 5 applications · 1d

    Senior Back End Engineer (C++, Java, C#, Python, Go, Ruby) to $7500

    Full Remote · EU · Product · 5 years of experience · B2 - Upper Intermediate
    Please note that the position is only for candidates located in POLAND. About the Product: Gett is a technology platform solely focused on corporate Ground Transportation Management (GTM), a market worth over $90Bn globally. It is the GTM category...

    Please note that the position is only for candidates located in POLAND.

     

     

    About the Product: 

    Gett is a technology platform solely focused on corporate Ground Transportation Management (GTM), a market worth over $90Bn globally. It is the GTM category leader, serving over a quarter of the Fortune 500 companies. 

    Gett’s cloud-based software aggregates existing transportation providers (corporate fleet, ride-hailing, taxi, and limos) into one single platform, helping businesses manage all of their ground transportation spend, saving time and money. 

     

    About the Role: 


    We are building the global grid of ground transportation, embracing the entire world, connecting the dots, similar to telephone and internet grids. 

    We are looking for a talented Go developer to join our collaborative and growing development team, a core team responsible for the main flows of the application that directly impact our end users. 

     

    Key Responsibilities: 

    • Full software development lifecycle of new applications - from technical design (together with architects and product managers), through implementation, and all the way to deployment and monitoring in production 
    • Keeping production stable and working, having a dedicated team as a first line of support 
    • Collaborating with other engineering teams to integrate systems and ensure smooth, reliable end-to-end experiences. 
    • Improvement of technical health of existing services according to best practices from architects, infra team, or your own insights 

       

    Required Competence and Skills:

    • 5+ years of experience in backend software development (C++, Java, C#, Python, Go, Ruby); 
    • Experience in designing and implementing data-driven applications using relational (such as PostgreSQL, MySQL) and NoSQL (such as Redis) databases; 
    • Experience with designing RESTful APIs and understanding the HTTP protocol; 
    • Experience with Scrum / Agile development methodologies; 
    • Experience in writing unit tests; 
    • Good English communication skills, both verbal and written; 
    • Understanding the business needs and providing optimal customer experience to our users. 

       

    Nice to have:

    • Experience developing in Golang;
    • Experience in optimizing performance in relational databases;
    • Experience with gRPC/protobuf; 
    • Experience solving high-load problems;

    Experience with concurrent applications.
     

    More
  • · 5 views · 1 application · 1d

    SharePoint Administrator (SPO)

    Full Remote · Ukraine · 5 years of experience · B2 - Upper Intermediate
    Looking for Senior SharePoint specialist for a long term cooperation to join an ongoing banking project, Canada. Working till 2PM EST, fully remote SharePoint Administrator Responsibilities: Managing, securing, and maintaining the SharePoint Online...

    Looking for Senior SharePoint specialist for a long term cooperation to join an ongoing banking project, Canada. Working till 2PM EST, fully remote

     

    SharePoint Administrator Responsibilities:

    • Managing, securing, and maintaining the SharePoint Online (SPO) platform, including OneDrive for Business
    • Overseeing and enforcing all aspects of the Site Collection lifecycle
    • Controlling access to Site collections, both implementing and advising on permissions management
    • Reviewing new functionalities, and features in the MS SPO roadmap, and advising the business on changes/improvements
    • Troubleshooting and resolving endpoint SharePoint Online and OneDrive client sync or access issues and related malfunctions
    • Providing SharePoint end user support and end-user training, including training of higher level access roles such as site owners
    • Ensuring there is an online backup and recovery procedure
    • Monitoring and maintaining SPO tenant storage capacity
    • Reviewing analytics and making advising the business on trends
    • Create, implement and configure Tenant level security settings, and document policy around key security aspects (MFA, Conditional access, External sharing)
    • Designing and implementing a DLP and retention policy structure for SPO/OD4B
    • Manage and maintain site Content and Structure settings, Site Hierarchy, and site collection navigation
    • Utilize Sharegate tool and/or MS SharePoint Migration tool for migrations of on premises content to SPO and OD4B Environments
    • Design, configure, manage, and maintain comprehensive site collection, site, and list level usage reports and usability analysis
    • Identify and report governance violations for Enterprise SharePoint using Compliance center and IRM configurations for O365 SharePoint
    • Update Documentation, Check the validity and accuracy of any documentation that is used by the end users, site owners and Administrators
    • Work on tickets and service requests for Microsoft Office 365 SharePoint Online O365 Enterprise SharePoint and on premise environments meeting the SLAs in the ITSM system
    • Design, configure, and maintain enterprise taxonomy, terms, and keywords for the term store
    • Provide interaction guidance and support for interdependent functionalities within the M365 planner as they relate to SharePoint Online (Azure Apps, M365 Groups, Yammer, Planner, etc)
    • Licensing administration and guidance


    SharePoint Administrator Requirements:

    • Certifications in the MS and MS Cloud ecosystem (MCITP, MCT, MCSE, SharePoint, M365, Identity, Azure), or similar relevant IT diplomas/ certificates
    • A minimum of 2 years' direct experience as a SharePoint Online tenant administrator
    • Extensive IT/Systems Administrator experience (5+ years) in the Microsoft space (Windows operating systems, AD, ADFS, SQL Server, Power BI, PowerShell, and Office 365.)
    • Superb collaboration, interpersonal, and communication skills
    • Advanced analytical and problem-solving abilities
    • Excellent organizational and time-management skills
    • Experience managing and administration of enterprise-level M365
    • Experience troubleshooting issues and providing customer support for service requests related to O365 SharePoint Online and on-premise environments
    • Experience migrating site collections using Sharegate
    • Experience supporting One Drive for business
    • Experience with Microsoft Exchange
    • Experience supporting Microsoft Office 365 compliance controls such as DLP and IRM, Labels
    • Experience configuring and troubleshooting Exchange security features
    • Experience using Exchange tools, remote PowerShell and other scripting languages and monitoring tools including but not limited to Intune/EndPoint, System Centre
    • Experience installing, configuring, administering and monitoring Exchange Active Sync services and providing assistance with mobile devices


     

    More
  • · 15 views · 0 applications · 1d

    Quantitative Trading Specialist

    Office Work · Portugal · Product · 2 years of experience · B2 - Upper Intermediate
    At TripleOne, we’re pushing the limits of algorithmic trading across major crypto exchanges. We’re hiring a Quant Trader with 3+ years of experience in quantitative trading, ideally in crypto or high-frequency environments. What You’ll Do: -Design,...

    At TripleOne, we’re pushing the limits of algorithmic trading across major crypto exchanges. We’re hiring a Quant Trader with 3+ years of experience in quantitative trading, ideally in crypto or high-frequency environments.

     

    🔧 What You’ll Do:

     

    -Design, test, and refine algorithmic trading strategies
    -Analyze large-scale market data (tick data, order book depth, etc.)
    -Monitor live performance and adjust to market conditions
    -Work closely with developers and fellow traders
    -Generate and validate new alpha signals

     

    📌 What We Expect:

     

    -3+ years of experience in quantitative trading (crypto or HFT preferred)
    -Degree in Math, Physics, Finance, Stats, or Computer Science
    -Solid programming skills: Python, C++, or Go
    -Understanding of market microstructure and exchange APIs (Binance, OKX, etc.)
    -Analytical mindset, independence, and attention to detail
    -English is a must; 

     

    🔎 What We Offer:

     

    • Competitive earning potential with performance-based bonuses
    • An opportunity to help shape the future of the crypto industry
    • Accelerated personal and professional growth through a custom development plan
    • Location: On-site in Cascais, Portugal
    More
  • · 21 views · 4 applications · 1d

    Senior Game Developer (PixiJS / Slot Games) to $4000

    Full Remote · Worldwide · Product · 3 years of experience
    Senior Game Developer (PixiJS / Slot Games) Location: Remote Type: Full-time We're looking for a Senior Game Developer with strong expertise in PixiJS to help us craft visually stunning and technically polished slot games. You’ll play a key role in...

    🎮 Senior Game Developer (PixiJS / Slot Games)

    Location: Remote

    Type: Full-time

     

    We're looking for a Senior Game Developer with strong expertise in PixiJS to help us craft visually stunning and technically polished slot games. You’ll play a key role in bridging development and animation, shaping every detail of the player’s experience.

     

    🧩 What You’ll Do:

    Develop HTML5 slot games from scratch using JavaScript/TypeScript and PixiJS.

    Create and integrate custom visual effects and animations in close collaboration with artists and animators.

    Optimize game performance to ensure smooth gameplay across various platforms and devices.

    Contribute to architectural decisions and code reviews.

    Mentor junior developers and support their professional growth.

     

    🛠 What We’re Looking For:

    5+ years of experience in HTML5 game development, ideally in slot games.

    Strong hands-on expertise with PixiJS, including scene creation, object animation, layering, masking, and filters.

    Solid knowledge of JavaScript/TypeScript, HTML5, and CSS3.

    Understanding of rendering loops and performance optimization techniques.

    Proven experience working closely with 2D artists and animators.

    A strong portfolio showcasing completed projects — especially slot games and custom visual effects (required).

     

    Nice to Have:

    Experience with Spine or DragonBones.

    Familiarity with game engines or frameworks like Phaser.

    Skills in mobile optimization and asset management.

    More
  • · 17 views · 3 applications · 1d

    Solana developer

    Full Remote · Countries of Europe or Ukraine · 2 years of experience · C1 - Advanced
    Our client is a fast-growing software engineering company building cutting-edge solutions in the blockchain and Web3 space. They specialize in open-source technologies and work across innovative ecosystems such as Solana, Cosmos, and SUI, creating...

    Our client is a fast-growing software engineering company building cutting-edge solutions in the blockchain and Web3 space. They specialize in open-source technologies and work across innovative ecosystems such as Solana, Cosmos, and SUI, creating infrastructure and applications that push the boundaries of decentralized technology. With a globally distributed team, they foster a remote-first culture and drive innovation in the DeFi sector.

     

    We’re seeking a Solana Developer with a deep passion for blockchain and decentralized finance to help build a next-generation DeFi product. In this role, you'll be at the forefront of developing high-performance, secure, and scalable on-chain programs (smart contracts) and the backend systems that support them. 

     

    You’ll play a key role in a fast-paced international environment, contributing to product architecture and taking ownership of features from concept to production on the Solana network.

     

    What You'll Do

    • Design, develop, and deploy high-quality Solana programs (smart contracts) using Rust and the Anchor framework.
    • Build and maintain robust backend services and APIs that integrate seamlessly with the Solana blockchain.
    • Write comprehensive tests, including unit, integration, and on-chain tests, to ensure program correctness and security.
    • Optimize on-chain programs for performance, security, and compute unit efficiency.
    • Collaborate closely with front-end developers, product managers, and other engineers to deliver end-to-end features.
    • Participate in code reviews and architectural discussions, applying your expertise in the Solana ecosystem.

     

    Tech Stack 💻

    • Ecosystems: Solana, Cosmos, SUI
    • Languages: Rust, TypeScript, Golang, Move
    • Frameworks & Libraries: Anchor, solana/web3.js, solders, tonic (gRPC)
    • Tools: Docker, Protobuf, Grafana, OpenTelemetry, GitHub Actions, Buf, Git

     

    You might be a good fit if you have... 🧰

    • Strong proficiency in Rust and a deep understanding of its core principles (ownership, borrowing, lifetimes).
    • Proven, hands-on experience building, deploying, and maintaining Solana programs, preferably with the Anchor framework.
    • In-depth knowledge of the Solana architecture, including the account model, transactions, PDAs, and the Sealevel runtime.
    • Experience interacting with the Solana JSON RPC API using libraries like solana/web3.js or solders.
    • Proficiency with Git and collaborative development workflows.
    • A self-starter mentality, with the ability to work independently and take ownership of complex tasks.
    • Upper-Intermediate English proficiency or higher.

     

    ✨ Nice to have:

    • Backend development experience using Node.js or Golang.
    • Familiarity with other blockchain ecosystems like Cosmos or SUI.
    • A strong understanding of DeFi principles and protocols.
    • Experience with CI/CD pipelines (GitHub Actions preferred).
    • Knowledge of gRPC and Protocol Buffers.
    • Experience contributing to open-source projects.
    • Strong DegenScore.

     

    What We Offer 🎁

    • Daily support for your technical and personal growth.
    • A professional and very friendly team, always ready to help and support.
    • Medical Insurance.
    • Flexible working hours.
    • Offices in Ukraine.
    • All official holidays, paid vacation, and sick leave.
    • Legal, tax, and accounting services.
    • The company provides all necessary work equipment.
    • Fitness support and English classes.
    • The company pays 50% of the cost of refresher courses.
    • Mentoring, educational programs, and regular corporate activities.
    • Advanced Bonus System.
    More
Log In or Sign Up to see all posted jobs