Jobs

Listed Jobs:

  • February 19 2024 – Blockchain Developer – Intern (Remote Internship – Lusaka, Zambia) 

  • February 5 2024 – Platform Engineer, Douro Labs (Remote, America, Europe, Africa)

  • January 21 2024 – Head of Business Development, HoneyCoin, Africa (Latest)
  • January 21 2024 – FullStack Engineer, HoneyCoin, EMEA Timezone (Latest)
  • Senior Backend Engineer, Tala , Kenya 
  • Mobile App Developer, Bitrefill (Remote) 
  • Expansion Manager, Tether, Kenya 
  • Blockchain Integration Specialist, VALR 
  • Communications Specialist, TikTok, Kenya & East Africa 
  • Ambassadorship Program, Aya, Africa 
  • Backend Engineer, GoChapaa, Kenya 
  • Product Designer, Kuda, Nigeria
  • Graphic Designer, Kuda, Nigeria
  • PR Specialist, Kuda, Nigeria
  • Product Manager, Payments, Kuda, Nigeria 
  • Backend Engineer, Kuda (Remote) (filled)
  • Lead Data Engineer, Carry1st (Remote) (filled)
  • Full Stack Engineer, Fonbank, Nigeria (filled)
  • Community Manager, Binance, East Africa (filled)
  • Community Manager, Binance, West Africa (filled)

 

 

____________

Blockchain Developer – Intern (Remote Internship – IT)

(Zambia)

Enter the realm of cutting-edge blockchain development with an exclusive internship opportunity provided by Winged Recruitment. Through our innovative blend of remote work culture and advanced AI technology, we lead the way in recruitment, offering a unique pathway to fulfill your career ambitions in blockchain development. In collaboration with a prestigious Management Consulting firm in Germany, we’re seeking talented individuals ready to redefine the blockchain landscape.

 

Internship Overview:

  • Location: Fully Remote
  • Schedule: Flexible Internship

 

Position Introduction:

Tailored for individuals passionate about blockchain technology and equipped with critical problem-solving skills, this internship offers an immersive introduction to the field. Under the guidance of seasoned professionals, you’ll delve into diverse blockchain projects, exploring concepts like smart contracts, decentralized applications (DApps), consensus algorithms, and blockchain security. Expect hands-on experience in developing blockchain solutions and exploring the potential of decentralized technologies, all from the comfort of your own environment.

 

Ideal Candidates:

  • Aspiring blockchain enthusiasts committed to exploring the potential of decentralized technologies and disrupting traditional systems.
  • Analytical thinkers adept at understanding complex algorithms and designing efficient blockchain solutions.
  • Effective communicators who thrive in collaborative team settings.
  • Detail-oriented individuals excelling in fast-paced, technology-driven environments.
  • Enthusiastic learners dedicated to refining their skills in blockchain development.
  • Proficiency in blockchain platforms and programming languages (e.g., Ethereum, Solidity, Hyperledger, C++) highly valued.
  • Familiarity with blockchain protocols, cryptography, and consensus mechanisms advantageous.

 

Your Role:

  • Contribute to blockchain development projects, designing and implementing smart contracts and DApps.
  • Collaborate with the blockchain development team to explore new use cases and optimize existing solutions.
  • Assist in conducting blockchain security assessments and implementing best practices.
  • Bring innovative solutions to blockchain challenges and explore emerging trends in decentralized technologies.
  • Foster a culture of experimentation and learning within the organization.
  • Support in documenting blockchain architectures, protocols, and project documentation.

 

Why Pursue This Path?

Winged Recruitment offers a gateway to career progression in blockchain development, aligning you with roles promising significant advancement. This internship provides a prime platform for learning and establishing your presence in the blockchain industry, under the mentorship of top-tier management consulting experts in Germany.

 

Application Information:

Applying through Winged Recruitment grants you access to an exceptional opportunity with our esteemed client. Committed to GDPR compliance, we handle your information with the utmost respect for privacy and security. By submitting your application, you consent to sharing your resume with our client for the internship selection process.

Enter the world of blockchain development with this unparalleled internship. Apply now and pave the way for your future in blockchain technology!

 

 

Apply Here

 

____________

 

Platform Engineer (Douro Labs)

(Remote)

 

This is a nontrivial challenge 🙂 💪 Let’s go?

Price feeds run 24×7. DeFi applications depend on the accuracy and availability of these feeds; an inaccurate price or offline feed can cause severe financial losses. Each feed in turn depends on many different services, some of which are run by our data providers and some by us. It’s a complex system with many failure modes, but it must always work correctly.

We also run a variety of off-chain services. These services run in a Kubernetes cluster that is managed using Terraform. We also need to ensure these services are running and always healthy.

We’re looking for people to help us operate this system and improve its reliability over time. This job includes providing front-line support for incidents, developing automation to manage our infrastructure, and defining deployment plans for high availability.

 

About Us:

  • We are a small team. About half the team is technical; the other half manages relationships with data providers, developers, and the broader community (Building a network requires talking to people 💬)

  • We are primarily remote. Team members live worldwide, in the US, Europe, and Asia. We do have an office in Porto, Portugal if you prefer!

  • Our team communicates with each other and external developers in English. Strong spoken and written English skills are required

  • We operate like a startup in the rapidly growing and changing DeFi ecosystem. In order to be successful, we must adapt to meet the market’s current needs. Good candidates will help our organization adapt; they are flexible problem solvers who are willing and able to jump on whatever the occasion demands.

  • Most of our software development is open source. You can look at our GitHub repositories to understand what we typically work on.

  • We offer a competitive salary and generous benefits package 🎁

 

About The Job:

 

Infrastructure

 

We maintain server infrastructure on the cloud and on bare metal. Our applications move a lot of data over the network, and that is our focus.

Most of our infrastructure is provisioned using infrastructure-as-code (IaaC) tools such Terraform and Ansible, and orchestrated with Kubernetes. We avoid provisioning resources manually using a web console or typing commands on an SSH session because that results in losing track of what and why resources were created.

Another important aspect of how we build infrastructure is where it happens: we avoid doing tasks from our laptops and we avoid exposing secrets and keys outside of the context where they are used.

Finally, some of our software runs on blockchains which means we do not have full control over its infrastructure, so we work with each blockchain community of nodes to coordinate on-chain operations.

 

Operation & Monitoring

 

We operationalize the software written by the engineering team. Software tends to break when it is changed, and it changes many times over its lifecycle, so we try to make the integration and deployment process as automated as possible.

Integration means taking the source code and producing a runnable artifact (e.g. a binary or container image) while deployment means taking the produced artifact and running it on a production environment.

Our current model for deploying software is keeping a manifest with the ideal state of all workloads, and running tools that read these manifests and reconcile the current state of the workloads. Part of this model is usually referred to as GitOps.

Once the software is deployed, we need to know how well it is running. This work begins in the development phase where engineers instrument their code with logs and metrics, and we connect the logs and metrics to our monitoring stack. Different workloads have different instrumentation needs.

 

Development

 

We build our own tools. We try to use well-established, off-the-shelf tools, but that is not always possible. Our development work covers tooling used by ourselves, by engineering, and by other teams. Here are some examples of use cases for our tooling:

  • Track the balance of blockchain addresses and notify when it goes below a threshold

  • Observe price feeds and send Slack messages when something interesting happens

  • Configure on-chain programs

  • Manage development environment

  • Serve a real-time dashboard of price feeds and publishers

 

Skills we’d love you to have:

  • 4+ years of experience working in Engineering, DevOps, or SysAdmin roles

  • Understanding of Linux fundamentals and comfortable operating Linux servers

  • Experience packaging and deploying workloads in production-grade environments

  • Experience programming in high-level languages such as Go, Python, and/or JavaScript

  • Understanding of blockchains and smart contracts ⭐

 

Think you have what it takes? We’re looking forward to meeting you! 👋

🫂 At Douro Labs, we value diversity and inclusion in our workplace. We are an equal-opportunity employer committed to preventing discrimination or harassment. We oppose unfair treatment based on protected characteristics such as race, religion, color, national origin, gender, gender expression, sex, sexual orientation, age, marital status, veteran status, disability status, or any other characteristic protected by law. This policy applies to all aspects of employment, including hiring, promotion, termination, leave, and apprenticeship. Our hiring decisions are based on qualifications, merit, and business needs. We strive to create an inclusive and welcoming environment for everyone.

 

 

Apply Here

 

 

____________

 

Head of Business Development (HoneyCoin)

(Africa)

 

We’re hiring a Head of Business Development to join our small team of A+ people and build the foundations of HoneyCoin. People and businesses use HoneyCoin – all moving millions of dollars across Africa, the US, UK & some parts of Europe with this number increasing every day. That means all of these people trust us to deliver a fast, reliable, and secure experience, and we value this more than anything. We want to keep earning trust, while also continuing to amaze our users with the use-cases HoneyCoin’s infrastructure can power. This is where you come in — to help us tell the story to our business customers and win them over as we seek to gain new customers and continue building trust with them.


Why Join

As a small team, we work in a highly collaborative environment and you’ll have the opportunity to participate in every part of the business from idea to production.

Impact: Build the foundation and shape engineering practices, team and company culture.

Excellence: Practice your craft with other professionals in a well-organized, fast-paced environment.

Ownership: Influence the direction of the product and strategy — we care about your opinions.

Fun: Working in a start up can be hard, but we make it real fun and definitely worth your while.

Growth: We compensate and reward our technical talent at above market rates both now and into the future because we believe that the people solving really hard problems every single day should feel equally as valued.

  • You’ll be joining a young, high-growth company at the beginning of an incredible journey and will get to help shape a product that people absolutely love
  • You’ll work alongside brilliant people who care deeply about the experiences of others: customers, colleagues, and partners
  • You’ll have the autonomy to do the best work of your career, and also the support of peers who are genuinely invested in your growth

Qualifications:

  • Proven experience as a Head of Sales, Sales Director or similar leadership role in the Fintech, Banking, or Investment industry.
  • Strong understanding of banking, payment, and remittance services.
  • Demonstrable ability to develop and execute successful commercial strategies.
  • Proficient in CRM software and sales performance metrics.
  • Outstanding communication and interpersonal abilities.
  • Adept at building and leading high-performing teams.
  • Bachelor’s degree in Business, Finance, or related field; This is nice to have but not a requirement, we are big believers in proof of work and track record and care very little about credentials.

How to apply

Fill in this form below or follow the link attached.

 

We move very fast for candidates we like and maintain the same energy for those who might not be a fit because your time is extremely valuable to us! 💛

 

____________

 

FullStack Engineer

We’re hiring an experienced full-stack engineer (EMEA time zones) to join our small team of A+ people to build financial technology products that people love.

 

Why join

As a small team, we work in a highly collaborative environment and you’ll have the opportunity to participate in every part of the business from idea to production.

Impact: Build the foundation and shape engineering practices, team, and company culture.

Excellence: Practice your craft with other ICs in a well-organized, fast-paced environment.

Ownership: Influence the direction of the product and strategy — we care about your opinions.

Fun: Working in a start up can be hard, but we make it real fun and definitely worth your while.

Growth: We compensate and reward our technical talent at above market rates both now and into the future because we believe that the people solving really hard problems every single day should feel equally as valued.

  • You’ll be joining a young, high-growth company at the beginning of an incredible journey and will get to help shape a product that people absolutely love
  • You’ll work alongside brilliant people who care deeply about the experiences of others: customers, colleagues, and partners
  • You’ll have the autonomy to do the best work of your career, and also the support of peers who are genuinely invested in your growth

 

What you’ll do (responsibilities)

We’re looking for an experienced individual contributor who enjoys working alongside other experienced engineers and designers to quickly build and iterate on our client-facing applications. Most of your day will require:

  • Coding and working on software that primarily uses tooling like Ionic, Angular, Firebase, Node.js, Postgres, CSS/Sass, and MySQL. This is not an exhaustive list but pretty much covers the bulk of our technical stack.
  • Collaborate with cross-functional teams to define, design, and ship new features.
  • Analyze product requirements, propose, and deliver the best possible solutions
  • Lead software development projects
  • Document and record every aspect of an application or software
  • Plan, track, and schedule software deliverables
  • Research and propose new apps and products
  • Develop APIs for application functionality and better user performance
  • Follow standard coding practices when writing code
  • Provide support during the entire application development process
  • Troubleshoot and debug apps before handing them over to testers for better performance
  • Update the tech stack according to latest technology trends
  • Ensure the performance, quality, and responsiveness of applications.
  • Identify and correct bottlenecks and fix bugs.
  • Maintain code integrity and organization.

 

What we’re looking for (qualifications)

  • 5+ years of proven experience of working as a Full Stack App Developer
  • Portfolio of successfully released applications
  • Must have experience with Javascript, Typescript, and SQL
  • Preferred experience with Angular, NestJS, Postgres, Python, and AWS
  • Excellent communication and teamwork skills (team player, self-motivated, fast learner)
  • Integration with Edge devices (iOS / Android)
  • Used tools like socket.io, posthog, readme, postman etc…

 

What we offer (compensation & benefits)

We’ll treat you well. If there are any other benefits that are important to you, we’d like to hear.

  • Competitive salary  — multiple options based on your desire for ownership.
  • Health benefits – We’ll cover health insurance premiums in your local country.
  • Fully-distributed culture — live and work where you’d like (EMEA time zones).
  • Company Off-site — company-paid off-site trips 🏖️.
  • Hardware setup — new MacBook(may include big display and other accessory stipends).

 

 

How to Apply

Fill in the form below or follow the link attached.

 

We move very fast for candidates we like and maintain the same energy for those who might not be a fit because your time is extremely valuable to us! 💛

 

____________

 

Senior Backend Engineer (Crypto)

(Fulltime)

Tala is a global technology company building the world’s most accessible financial services. With more than $350 million raised from visionary investors, we are serving millions of customers around the world who have been overlooked by traditional financial institutions – and our plan is to serve millions more, and have been named by the Fortune Impact 20 list, CNBC’s Disruptor 50, and Forbes’ Fintech 50 list for five years running. We are expanding across product offerings, countries and crypto and are looking for people who have an entrepreneurial spirit and are passionate about the mission.
 
By creating a unique platform that enables lending and other financial services around the globe, people in emerging markets are able to start and expand small businesses, manage day-to-day needs, and pursue their financial goals with confidence. Currently, more than 7 million people across Kenya, the Philippines, Mexico, and India have used Tala products. Due to our global team, we have a remote-first approach, and also have offices in Santa Monica, CA (HQ); Nairobi, Kenya; Mexico City, Mexico; Manila, the Philippines; and Bangalore, India. 
 
Most Talazens join us because they connect with our mission of enabling financial agency for underbanked people around the world. If you are energized by the impact you can make at Tala, we’d love to hear from you!
 
The Senior Backend Engineer (Crypto) builds and extends Tala’s backend crypto architecture to support new country launches, new features, and a fast growing user base. As a technologist and a leader, the Senior Backend Engineer (Crypto) pushes the team towards building a highly available, scalable, reliable, fault tolerant, and performant microservices platform.
The Senior Backend Engineer (Crypto) follows and improves upon Tala’s engineering processes and standards while advancing Tala’s mission and business objectives
This is a technical leadership role within Tala’s technical track. You will report to the Backend Engineering Manager and collaborate cross-functionally with all Tala teams across the globe.

What You’ll Do

    • Design and implement features as defined in the Crypto Product roadmap
    • Review design documents, perform code reviews, and weigh in on implementation choices from other technical teams
    • Collaborate and support with cross functional teams (Product, Data, Credit, and Business Development) to ship scalable software solutions
    • Collaborate with external partners such as the blockchain development team to design integration, troubleshoot issues
    • Continually improve our codebase with clean and efficient code as well as solving problems using the most appropriate technology
    • Contribute to the testing infrastructure to increase code coverage for backend modules
    • Advance monitoring and alerting capabilities of backend modules to allow proactive improvements to availability and response times 
    • Technically lead and mentor a team of Backend Engineers to build/extend complex modules

What You’ll Need

    • 5+ years of backend software engineering experience
    • 5+ years coding in one or more of the following languages: Java, Scala, Kotlin
    • Developed and launched large scale consumer applications with the backend on Cloud infrastructure (AWS, Google Cloud, or Azure) using microservices architecture paradigm
    • Expert knowledge in REST API design and development for mobile/web use
    • Expert knowledge in architecture & system design
    • Expert proficiency in Agile development process
    • Excellent ability to prioritize and communicate in a fast-paced environment
    • Strong relational database experience (MySQL, PostgreSQL, Oracle, or MS SQL)
    • Strong non-relational database experience (Cassandra, Redshift, DynamoDB, HDFS)
    • BS degree in Computer Science or related fields is a plus
    • Demonstrated ability to interview candidates and evaluate technical skills
    • Ability to provide technical leadership & mentorship
    • Preferred crypto experience 
Our vision is to build a new financial ecosystem where everyone can participate on equal footing and access the tools they need to be financially healthy. We strongly believe that inclusion fosters innovation and we’re proud to have a diverse global team that represents a multitude of backgrounds, cultures, and experience. We hire talented people regardless of race, religion, color, national origin, gender, gender expression, sexual orientation, age, marital status, veteran status, or disability status.
 
 
 
 

Apply Here

 

____________

 

Mobile App Developer

(Remote)

 

Bitrefill is the biggest and best crypto e-commerce site in the world. We are creating a circular economy, enabling people to opt out of the traditional banking system and choose freedom… We make it easy for people to live on crypto around the world.


Does this sound like something to you? Then keep reading 🙂



Why are we awesome?

Bitrefill believes in the freedom to work remotely and flexibly and we are built around this. But don’t fear, you will never feel lonely as you will have the opportunity to meet your coworkers in person at our team retreats every year. Some reasons people choose us are:

  • Freedom to work from anywhere;
  • Get paid in crypto;
  • 25 days of paid annual leave;
  • Paid parental leave;
  • Health and remote workspace allowances;
  • Our team retreats consist of two get-togethers every year;
  • Central office in Stockholm;
  • We welcome both the crypto-curious and experts and are happy to help you learn and grow;
  • We have a super-talented and passionate team who believe in our mission.


Your Mission:

As our Mobile Developer, you will work on migrating the current web-based experience of Bitrefill into native mobile for iOS and Android. A large percentage of our users are mobile and your job will be ensuring that they have the best possible experience using Bitrefill on the app.

Relevant UX adaptations of the web-based flow will be done for the respective platforms as appropriate, as well as building out features only available on native apps, such as native login, inter-app communication, push notifications, and much more.


Your Responsibilities:

  • Responsibility for the UX, functionality and speed of our app and commercial platform;
  • Building and deploying new code, features and products, as well as maintaining and improving old code;
  • Working closely with our Communications and Management Teams to ensure optimal prioritization and streamlined deployment;
  • Be hungry to learn, fast to execute, do a lot with little, and care strongly about your product and users;
  • Metrics driven – continuously evaluate that what we’re doing is working, helping users understand what Bitrefill is and how to best use it;
  • Be a team player and a good friend who will contribute to our unpretentious culture.


You bring with you: 

  • You have a minimum of 3+ years of Mobile app development experience and 5+ years of general programming experience
  • You have frontend development skills with a focus on React Native and TypeScript
  • A strong digital portfolio that demonstrates the above
  • Strong written and verbal communication skills

 

It’s a plus if you also:

  • Have a big influence on the product, so a good sense of UX / design is a strong advantage;
  • Bitcoin experience is not a requirement but a strong plus – we’ll teach you what you need to know, but you need to have a passion for the movement;
  • Have an understanding of native languages like Swift, Objective-C, Java and Kotlin.

 

Our Recruitment Journey:

We know, we know, the boring part…but it’s really important and we highly suggest you don’t turn your back on this opportunity because sometimes the train of the future only passes in our station once!

We are happy that you kept reading!!
Does it sound like you so far? Get your boarding pass and apply!

Dear future colleague, high five for good life choices! We can’t wait to hear from you!


1
 – We’ll start with an online assessment that will take you only a little more than an hour to do.

2
 – Then we’ll get to know you a bit better in an interview with our HR Team! On this one, you don’t need to prepare anything, you just need to be yourself!

3
 – Next up is a technical interview with our product team! It would be like a live coding session with our Devs while you can chat about all the techy parts of things.

4 – You are doing great and that leads you to the practical challenge that should take no more than a few days to a week to complete!

5 – Finally, the closing interview stage is where we might ask you for references contacts. This is also where we’re gonna discuss your practical challenge, and all practicalities and hopefully make you an offer we also hope you can’t refuse.

 

 

Apply Here

 

____________

Expansion Manager – Kenya

(Remote)

 

 

Tether is seeking a Country Expansion Manager to help expand our global presence of Tether. 

The ideal candidate has a degree in Business/Management/Management Engineering (MBA preferred), strong analytical skills, and a proven track record of building successful partnerships and setting/monitoring KPIs. The role requires a proactive, well-organized candidate who can work in a fast-paced environment and is comfortable with ambiguity. The Country Expansion Manager will be responsible for identifying and pursuing new business opportunities, maintaining relationships with existing customers, and collaborating with internal teams to develop go-to-market strategies.  International travel is required.

 

 

Responsibilities:

  • Identify and pursue new business opportunities while maintaining and deepening relationships with existing customers.
  • Understand the Company’s solutions and effectively promote their adoption.
  • Implement strategic initiatives and track KPIs to evaluate their success.
  • Collaborate with internal and external teams to develop and execute go-to-market strategies that drive business growth.
  • Conduct market research and analysis to identify industry trends, competitive threats, and potential growth opportunities.
  • Manage relationships with external partners, including vendors, customers, and industry organizations, to support business growth.
  • Develop sales and marketing collateral to effectively communicate the value of the company’s products and services.

 

Job requirements:

  • Deep knowledge of the country’s market and culture, including experience with the blockchain and/or fintech industry.
  • Native / Fluent with the country’s local language
  • Knowledge of the country’s regulatory and legal environment in relation to digital currencies.
  • BSc. / MSc. in Business / Management / Management Engineering (MBA preferred).
  • Strong presentation, negotiation, and business / financial planning skills.
  • Entrepreneurial / founding experience will be considered a plus.
  • Strong project, relationship, and networking management skills.
  • Strong analytical skills to identify market opportunities, analyze data, and make informed decisions.
  • Proven ability to build successful partnerships with external stakeholders.
  • Experience in setting and monitoring KPIs to evaluate business performance and drive growth.
  • Ability to work in a fast-paced, collaborative environment with adaptability to change
  • Comfortable working with ambiguity and prioritizing efforts.
  • History of establishing and maintaining relationships with customers that translated into improved financial success and market share growth.
  • Willingness to travel internationally across Europe and Globally when required.
  • Cross-cultural competence and experience in the fintech industry.
  • Result-oriented mindset with a strategic, analytical, and innovative thinking approach.

 

Apply Here

 

____________

Blockchain Integration Specialist

(Remote)

 

 

VALR is looking for a Blockchain Integration Specialist with NodeJS experience to join our Wallet Engineering Team.

 

What will you be doing:

  • Build, improve and maintain containerised clusters of blockchain daemons/consensus nodes in a scalable and highly redundant way
  • Develop and deploy NodeJS workers, within VALR’s infrastructure, that interface with blockchain nodes’ HTTP or Websocket interfaces
  • Implement robust monitoring tools to control the stability of VALR’s blockchain infrastructure using Grafana and Prometheus
  • Subscribe to relevant Discord, Telegram and Github channels and maintain healthy relationships with the web3 community as a way to quickly solve problems with Blockchain node execution

 

What we look for in you:

  • Skills relevant to the job include the education and/or experience, specialised training, and competencies required.
  • Formal software engineering qualification not essential but rather in-depth background and experience in software engineering
  • Practical experience is more relevant than a formal qualification
  • Proficiency in management and maintenance of cloud infrastructure
  • Experience with running Docker containers
  • Strong passion for cryptocurrencies and the technology that underpins it
  • Advanced NodeJS skills
  • Ability to quickly learn new technologies
  • Advanced understanding of security principles and practices
  • Previous experience in interacting with blockchain nodes (ie. Bitcoin, Ethereum) is an added advantage
  • Previous experience in using Google Cloud Platform is a plus
  • Some Kubernetes experience
  • Typescript and Solidity skills is a nice-to-have
  • Other technologies of interest: Message queues (RabbitMQ), Monitoring Tools (Grafana, Prometheus)

 

What can you expect from VALR:

  • Competitive salary: Get paid well to work in an exciting industry
  • Leave: Compliance with statutory leave required by individual countries, in addition to flexible leave
  • Remote work: Work from wherever you like – Employees to ensure that there is secure, stable internet connectivity in order to effectively work remotely
  • Home office setup: Mac laptop and a discretionary allowance to buy all the extras needed to work happily from home – all of it yours to keep after 3 years. Terms and Conditions will apply
  • Learning fund: R16,000 per employee per year for anything that helps you upskill for work, in addition to scheduled VALR training
  • Performance bonus: When you contribute to VALR’s success, you’ll be rewarded with discretionary bonuses
  • Regular get-togethers outside of work
  • Annual company retreats

 

Apply Here

 

____________

Communications Specialist

(On-Location)

 

Responsibilities:

  • TikTok is the leading destination for short-form mobile video. Our mission is to inspire creativity and bring joy. TikTok has global offices including Los Angeles, New York, London, Paris, Berlin, Dubai, Singapore, Jakarta, Seoul and Tokyo.
  • Creation is the core of TikTok’s purpose. Our platform is built to help imaginations thrive. This is doubly true of the teams that make TikTok possible.
    Together, we inspire creativity and bring joy – a mission we all believe in and aim towards achieving every day.
    To us, every challenge, no matter how difficult, is an opportunity; to learn, to innovate, and to grow as one team. Status quo? Never. Courage? Always.
    At TikTok, we create together and grow together. That’s how we drive impact – for ourselves, our company, and the communities we serve.
    Join us.
  • The communications team is a group of storytellers, reputation guards, credibility builders and image shapers. For this role, you should have a proven ability to easily distill and communicate complex issues on a short deadline. The ideal candidate has excellent media relations skills, the ability to analyze opportunities and risks associated with media inquiries, and the strategic judgment to respond accordingly. You’re good at connecting the dots and seeing the bigger picture. You work well under pressure, thrive in an entrepreneurial environment, and you’re able to respond to and collaborate on a range of situations with empathy and a people-first mindset.
    This role will be based in Nairobi, supporting Kenya and East African markets.

 

Job Description:

  • Support sub-regional strategy at market level, that will feed into the wider Sub-Saharan Africa & METAP strategies to build trust in our content, ad services, our product and our company.
  • Keep a close eye on surrounding markets covered in sub-region to help pre-empt any potential challenges that may arise
  • Develop and execute communications campaigns to support TikTok’s strategic objectives in the market, linked to clear goals and metrics.
  • Draft and review internal documents
  • Work with teams across the company including operations, marketing, partnerships, product, and policy to provide strategic guidance and local insights
  • Assist the Communications Lead by collaborating with cross-functional teams on blog posts, media pitches, and launch materials etc
  • Support spokespeople in preparation for media interviews, presentations, and other speaking engagements
  • Build and maintain relationships with media and influencers across different beats that will help us serve our reputation management, as well as support cross-function team goals
  • Managing positive working relationships with local cross-function teams
  • Provide counsel to cross-function teams during issues or crisis
  • Provide ongoing product and policy risk review and counsel
  • Support team with local language translations where required
  • Work closely with PR agencies to ensure meticulous execution of tasks

 

Qualifications:

  • Based in Nairobi
  • Bachelor’s Degree in Communications, Marketing, Journalism or related field
  • 5+ years proven communications and PR experience (B2C PR/Comms agency, corporate communications experience preferable)
  • Understanding of local media and creator market and trends
  • Good understanding of TikTok as a user
  • Strong existing media relationships
  • Strong project management skills
  • Able to develop campaigns/comms strategies and execute these independently
  • Strong written and oral communication skills in English and excellent interpersonal communication skills
  • Ability to handle multiple projects and positive about working in a fast-paced environment
  • Highly organized with attention to detail
  • Self-starter and an independent worker
  • Tech industry experience advanteagous

 

TikTok is committed to creating an inclusive space where employees are valued for their skills, experiences, and unique perspectives. Our platform connects people from across the globe and so does our workplace. At TikTok, our mission is to inspire creativity and bring joy. To achieve that goal, we are committed to celebrating our diverse voices and to creating an environment that reflects the many communities we reach. We are passionate about this and hope you are too.

 

Apply Here

 

____________

Ambassadorship Program

(Hybrid)

 

Aya is shattering the Web3 boundaries in Africa, with the aim of catapulting the continent to the forefront of web3 and blockchain innovation. We’re dedicated to assembling a community of enthusiastic builders.

Through the Aya Ambassadorship Program, we’re committed to establishing a thriving network of ambassadors who will proudly represent Aya throughout Africa.

We’re thrilled to embark on this new chapter and extend a warm welcome to prospective web3 ambassadors from all corners of Africa, inviting them to join the Aya Builders community.

 

📍As an Aya Ambassador, your responsibilities encompass:

  • Cultivating awareness within local community groups by organizing seasonal meetups and participating in events, where you can advocate for Aya.
  • Attracting developers, product managers, and product designers to your local community.
  • Promoting the Aya platforms and community.
  • Regularly creating and curating content to enhance visibility and outreach on social media. This content can take various forms, including articles, designs, and short videos.
  • Engaging actively within the community, endorsing both online and on-site events and activities.

We’re actively seeking passionate web3 enthusiasts and builders who are eager to make significant contributions to Aya. We extend an invitation to apply and become part of the inaugural group of ambassadors across Africa

 

✍️ Who can apply?

  • We value diversity and welcome individuals with various abilities.
  • Applicants must be citizens of an African country.
  • A strong passion and interest in Web3 are essential.
  • While knowledge of coding or web3 development is a plus, it’s not a strict requirement; we welcome all types of web3 enthusiasts.
  • Having an active social media presence is beneficial.
  • If this resonates with you or someone you know, we encourage you to apply.
  • Proficiency in both community building and technical skill is a plus.

 

🎁  Benefits:

  • 🌟 Skill showcase: Flaunt your talents to a wide audience.
  • 🤝 Networking: Connect with other ambassadors and professionals.
  • 🚀 Work with a Passionate Team
  • 💰 Earn rewards and exclusive opportunities

 

 

Apply Here

 

____________

Back-End Software Developer

(Hybrid)

Gochapaa is on a mission to develop blockchain products that promote financial prosperity, empowerment and inclusion to people in Africa.

We are looking for a highly motivated Back-end Software Developer who is experienced in building highly functional, scalable and secure web applications.

The ideal candidate should have a background in Fintech and some exposure to Web3.

They will demonstrate the ability to proactively drive key software development decisions that will set forth our products’ long term success.

 

Responsibilities:

  1. Actively participate in Agile cycle of developing products, including writing user stories, technical design, coding, testing, deployment, documentation and support
  2. Promptly fix issues and bugs arising from test cycles and continuously improve the quality of releases
  3. Ensure the best possible performance and security of applications and its interfaces
  4. Provide a unified DevOps experience with automated code management, Continuous Integration (CI), testing and deployment pipeline to ensure transparency, consistency and applications security
  5.  Develop detailed technical documentation and user assistance material
  6. Provide technical guidance and innovation opportunities in alignment with products objectives and roadmap

 

Job Requirements:

  1. Must have 3-4 years development experience in Java and spring boot
  2. Highly skilled in designing, developing and maintaining efficient, reusable and secure java code
  3. Proficient in the design and integration of RESTful APIs
  4. Experience in maintaining code repos and automating deployments to cloud servers
  5. Skills in designing and maintaining databases on the cloud
  6. Experience with test driven development methodology
  7. Self-starter, motivated, and actively learning new technologies
  8. Knowledge of Web3 concepts will be an added advantage

 

If you meet these requirements and are interested in joining our team, kindly submit your CVand a portfolio of some of your recent work on [email protected] not later than 19th November, 2023.

 

____________

Product Designer

(Remote)

 

Description

Summary

Kuda is a money app for Africans on a mission to make financial services accessible, affordable and rewarding for every African on the planet.


We’re a tribe of passionate and diverse people who dreamed of building an inclusive money app that Africans would love so it’s only right that we ended up with the name ‘Kuda’ which means ‘love’ in Shona, a language spoken in the southern part of Africa.


We’re giving Africans around the world a better alternative to traditional finance by delivering money transfers, smart budgeting and instant access to credit through digital devices.
We’ve raised over $90 million from some of the world’s most respected institutional investors, and we’re rolling out our game-changing services globally from our offices in Nigeria, South Africa, and the UK.

 

Role Overview

We’re looking for a Product Designer to create engaging designs according to requirements across the full suite of Kuda products. You will work under the supervision of the Product Design Lead to produce high-quality work.

You will be involved in the full product development cycle: from early research and product strategy, to design and developer hand-off. You should have a strong understanding of design patterns on the web, mobile, strong visual and user experience sensibilities, and care deeply about the end-user experience.

 

Responsibilities:

  • Use various techniques to create drafts and prototypes
  • Produce final design solutions
  • Pitch creative and usable ideas
  • Bring new ideas to life from sketching and wireframes to high-fidelity prototypes, visual design, asset production and developer handoff.
  • Use feedback from other designers, customers, and team members to improve the product.
  • Work closely with Product Managers and Engineers on the Retail, Business and Internal Product teams to launch features that impact the teams’ KPIs

 

Requirements:

  • 3+ years of experience designing and shipping both web and mobile products and tools
  • Strong portfolio demonstrating visual and user experience design in similar products
  • Experience with Figma
  • Familiarity with design techniques (e.g. prototyping, wireframing)
  • Understanding of visual elements (layout, colors typography, and fonts
  • A razor sharp eye for detail
  • Time management and multitasking abilities
  • The ability to think at a high level about product strategy and clearly articulate design decisions.

 

Advantageous:

  • Knowledge of and interest in technology and financial services; prior experience working in fintech or digital payments a plus.
  • Experience designing, maintaining and using a design system.
  • Familiarity with UX writing.
  • Basic familiarity with front-end development with HTML/CSS/Javascript
  • Experience working in a fast-paced startup environment.
  • Experience using graphics editing tools (e.g. Photoshop, illustrator)

 

Benefits

Why join Kuda?

At Kuda, our people are the heart of our business, so we prioritize your welfare. We offer a wide range of competitive benefits in areas including but not limited to:

  • Pension
  • Competitive annual leave plus bank holidays
  • Group life insurance
  • Health insurance
  • L&D training
  • We are advocates of work-life balance and offer a 3 day per week remote working option

 

Kuda are proud to be an equal opportunity employer. We value diversity and anyone seeking employment at Kuda is considered based on merit, qualifications, competence and talent.

We don’t regard colour, religion, race, national origin, sexual orientation, ancestry, citizenship, sex, marital or family status, disability, gender, or any other legally protected status. If you have a disability or special need that requires accommodation, please let us know.

 

Apply Here

 

____________

Graphic Designer

 

Description

Summary

Kuda is a money app for Africans on a mission to make financial services accessible, affordable, and rewarding for every African on the planet.

We’re a tribe of passionate and diverse people who dreamed of building an inclusive money app that Africans would love so it’s only right that we ended up with the name ‘Kuda’ which means ‘love’ in Shona, a language spoken in the southern part of Africa.

We’re giving Africans around the world a better alternative to traditional finance by delivering money transfers, smart budgeting, and instant access to credit through digital devices.

We’ve raised over $90 million from some of the world’s most respected institutional investors, and we’re rolling out our game-changing services globally from our offices in Nigeria, South Africa, and the UK.

 

Roles and responsibilities:

  • Study design briefs and determine requirements
  • Schedule projects and define budget constraints
  • Conceptualize visuals based on requirements
  • Prepare rough drafts and present ideas
  • Develop illustrations, logos and other designs using software or by hand
  • Use the appropriate colors and layouts for each graphic
  • Work with copywriters and creative director to produce final design
  • Test graphics across various media
  • Amend designs after feedback
  • Ensure final graphics and layouts are visually appealing and on-brand

 

Requirements

  • Excellent communication skills
  • Ability to work methodically and meet deadlines
  • A keen eye for aesthetics and details
  • Familiarity with design software and technologies (such as Figma,Illustrator, Photoshop)
  • A strong portfolio of illustrations or other graphics
  • Proven graphic designing experience

 

Benefits

Why join Kuda?

At Kuda, our people are the heart of our business, so we prioritize your welfare. We offer a wide range of competitive benefits in areas including but not limited to:

  • Pension
  • Competitive annual leave plus bank holidays
  • Group life insurance
  • Health insurance
  • L&D training
  • We are advocates of work-life balance and offer a 3 day per week remote working option

Kuda are proud to be an equal opportunity employer. We value diversity and anyone seeking employment at Kuda is considered based on merit, qualifications, competence and talent.

We don’t regard colour, religion, race, national origin, sexual orientation, ancestry, citizenship, sex, marital or family status, disability, gender, or any other legally protected status. If you have a disability or special need that requires accommodation, please let us know.

 

Apply Here

 

____________

PR Specialist

 

Description

Summary

Kuda is a money app for Africans on a mission to make financial services accessible, affordable, and rewarding for every African on the planet.

We’re a tribe of passionate and diverse people who dreamed of building an inclusive money app that Africans would love so it’s only right that we ended up with the name ‘Kuda’ which means ‘love’ in Shona, a language spoken in the southern part of Africa.

We’re giving Africans around the world a better alternative to traditional finance by delivering money transfers, smart budgeting, and instant access to credit through digital devices.

We’ve raised over $90 million from some of the world’s most respected institutional investors, and we’re rolling out our game-changing services globally from our offices in Nigeria, South Africa, and the UK.

 

Role overview

We’re looking for a PR Specialist with proven experience developing PR strategies, building relationships with the press, curating PR events, and managing the image of a known tech, fashion or finance brand.

You’d be a great fit for this role if you’re personable, have excellent written and verbal communication skills, and you’re passionate about building an outstanding brand image.

 

Responsibilities:

  • Develop PR strategies to promote Kuda’s mission
  • Draft press releases, pitches, case studies, white papers and media summaries
  • Build and maintain relationships with media contacts with a focus on Nigeria
  • Manage Kuda’s LinkedIn account with the Community Manager
  • Plan and manage special events including press conferences and photo ops
  • Manage media requests in a timely and professional manner
  • Pitch story ideas and content about Kuda to the press
  • Make sure that all communication is cohesive with Kuda’s brand image
  • Track and analyse media coverage to guide future campaigns
  • Monitor, measure and report the impacts of PR efforts
  • Contribute to survey campaigns and analyse public opinion about Kuda
  • Organise, schedule, and prepare Kuda leaders for press interviews and events.

 

Requirements:

  • At least three (3) years of experience in public relations or corporate communications, specifically managing the image of a known tech, fashion or finance brand particularly in Nigeria.
  • Proof that you have developed, implemented, and executed successful public relations campaigns
  • Outstanding interpersonal skills and experience communicating effectively with internal audiences, external audiences and the press.
  • Excellent people and presentation skills as well as written and verbal communication skills
  • Some experience curating and hosting media events would be a serious advantage
  • Interest in working collaboratively from an office at least two days a week.

 

Benefits

Why join Kuda?

At Kuda, our people are the heart of our business, so we prioritize your welfare. We offer a wide range of competitive benefits in areas including but not limited to:

  • Pension
  • Competitive annual leave plus bank holidays
  • Group life insurance
  • Health insurance
  • L&D training
  • We are advocates of work-life balance and offer a 3 day per week remote working option

 

Kuda are proud to be an equal opportunity employer. We value diversity and anyone seeking employment at Kuda is considered based on merit, qualifications, competence and talent.

We don’t regard colour, religion, race, national origin, sexual orientation, ancestry, citizenship, sex, marital or family status, disability, gender, or any other legally protected status. If you have a disability or special need that requires accommodation, please let us know.

 

Apply Here

 

____________

Product Manager – Payments

 

Description

Summary

Kuda is a money app for Africans on a mission to make financial services accessible, affordable, and rewarding for every African on the planet. We’re a tribe of passionate and diverse people who dreamed of building an inclusive money app that Africans would love, so it’s only right that we ended up with the name ‘Kuda,’ which means ‘love’ in Shona, a language spoken in the southern part of Africa. We’re giving Africans around the world a better alternative to traditional finance by delivering payment solutions, smart budgeting, and instant access to credit through digital devices. We’ve raised over $90 million from some of the world’s most respected institutional investors, and we’re rolling out our game-changing services globally from our offices in Nigeria, South Africa, and the UK.

 

Role Overview

We’re in search of a Product Manager to join our Payments Platform team which powers both the Kuda Retail and Kuda Business apps. The ideal product manager would be a visionary who has a good understanding of different modes of payments present in Nigeria, continuously researches the market finds new opportunities guides new payment product ideas from an initial concept to a full-blown product launch. Along the way, you will be collaborating with world-class engineers to maximize Kuda’s impact on the world.

 

Responsibilities:

  • Manage the development process to achieve the planned objectives of the payments platform.
  • Liaise with stakeholders and other teams to ensure that the development is aligned with customer feedback.
  • Employ product management techniques to keep the scope, time, and cost of the development in check.
  • Work with the engineering teams as a product expert.
  • Comprehend payment product challenges and innovate solutions for achieving development objectives with greater efficiency.
  • Work on company-defined aspects of the project and meet forecasted development goals.
  • Manage and build payment data pipelines for seamless flow of payment information across connected systems.
  • Work closely with product teams as a subject matter expert who can answer questions raised by the technical/developer community.
  • Coordinate the quality assurance processes.
  • Be comfortable with database queries to measure performance KPIs and evaluate payment experiments.
  • Define payment product success criteria vis-a-vis testing and post-launch sequences.
  • Constantly innovate on the payment product roadmap, managing product sprints cycles, and feature releases.

 

Requirements:

  • Demonstrable experience with SQL.
  • A high level of understanding in regard to product management processes and workflows.
  • An ability to discuss technical issues and solutions with software engineers.
  • Experience working with a product or engineering team within the banking or fintech industries working on a payments product.
  • Ability to properly document user stories, and functional and technical requirement documentation.
  • Advanced level experience with project and document management tools such as Notion and Jira.
  • A high-level understanding of the software development process, particularly in the context of payment solutions

 

Benefits

Why join Kuda?

At Kuda, our people are the heart of our business, so we prioritize your welfare. We offer a wide range of competitive benefits in areas including but not limited to:

  • Pension
  • Competitive annual leave plus bank holidays
  • Group life insurance
  • Health insurance
  • L&D training
  • We are advocates of work-life balance and offer a 3 day per week remote working option

 

Kuda are proud to be an equal opportunity employer. We value diversity and anyone seeking employment at Kuda is considered based on merit, qualifications, competence and talent.

We don’t regard colour, religion, race, national origin, sexual orientation, ancestry, citizenship, sex, marital or family status, disability, gender, or any other legally protected status. If you have a disability or special need that requires accommodation, please let us know.

 

Apply Here

 

____________

Backend Engineer

(Remote)

 

Description

Summary

Kuda is a money app for Africans on a mission to make financial services accessible, affordable and rewarding for every African on the planet.
We’re a tribe of passionate and diverse people who dreamed of building an inclusive money app that Africans would love so it’s only right that we ended up with the name ‘Kuda’ which means ‘love’ in Shona, a language spoken in the southern part of Africa.
We’re giving Africans around the world a better alternative to traditional finance by delivering money transfers, smart budgeting and instant access to credit through digital devices.
We’ve raised over $90 million from some of the world’s most respected institutional investors, and we’re rolling out our game-changing services globally from our offices in Nigeria, South Africa, and the UK.

 

Role Overview:

We are looking for a result-driven and analytical software engineer (backend) who will troubleshoot and improve existing backend applications and processes. S/he will use his or her understanding of programming tools and languages to analyze current codes, formulate more efficient processes, solve problems and create a more seamless experience for users.

 

Roles and responsibilities:

  • Main focus on coding and debugging
  • Build high-quality reusable code that can be used in the future
  • Develop functional and sustainable web applications with clean codes
  • Troubleshoot and debug applications
  • Conduct tests and optimise performance
  • Work together with engineers building client-facing applications to integrate UI elements with server-side logic
  • Implement modern technologies to improve legacy applications
  • Collect, analyse and address technical and design requirements
  • Help to create reusable code and libraries for future use
  • Train and support internal teams
  • Interact with developers, designers and system administrators to identify new features
  • Stay informed about emerging technologies

 

Requirements

Qualifications:

  • 3+ years of industry experience
  • Bachelors or higher in Computer Science or a related field or equivalent experience

 

Skills & Experience:

  • Strong computer science fundamentals, algorithms, and data structures background
  • Model of software engineering best practices, including agile development, unit testing, code reviews, design documentation, debugging, and troubleshooting.
  • Solid experience with C#, .Net, .Net Core
  • Strong computer science fundamentals, algorithms, and data structures background
  • Have a deep understanding of Source Code Management
  • Have in-depth understanding of Cloud Technologies (Azure, AWS)
  • Have a great understanding of databases and SQL
  • Have in-depth understanding of REST APIs, SOAP & RPC
  • Have in-depth understanding of the Software Development Life Cycle (SDLC)
  • Are able to do technical writing and API documentation
  • Are familiar with project management tools (e.g Trello, Jira, etc)
  • Have good problem-solving skills
  • Have strong verbal and written communication skills

 

Personal Attributes:

  • Willing to embrace and enrich Kuda culture of empathy, teamwork and passion
  • Have a strong desire for learning and growth.
  • Passionate about improving developer productivity
  • Strive for speed and quality
  • Desire to automate

 

Benefits

Why join Kuda?

At Kuda, our people are the heart of our business, so we prioritize your welfare. We offer a wide range of competitive benefits in areas including but not limited to:

  • Pension
  • Competitive annual leave plus bank holidays
  • Group life insurance
  • Health insurance
  • L&D training
  • We are advocates of work-life balance and offer a 3 day per week remote working option

 

Kuda are proud to be an equal opportunity employer. We value diversity and anyone seeking employment at Kuda is considered based on merit, qualifications, competence and talent.

We don’t regard colour, religion, race, national origin, sexual orientation, ancestry, citizenship, sex, marital or family status, disability, gender, or any other legally protected status. If you have a disability or special need that requires accommodation, please let us know.

 

Apply Here

 

____________

Lead Data Engineer

(Remote)

Description

Carry1st is Africa’s leading publisher of mobile games and digital content. Operating at the intersection of games, fintech, and web3, we scale awesome content in frontier markets by solving hard problems. We develop, licence, and publish games and monetize them effectively with our proprietary platform. We are backed by blue-chip investors like: Andreessen Horowitz, Google, Riot Games, Bitkraft, and Nas.

As the Lead Data Engineer you will be responsible for our data platform. From architecture to data model to pipelines, you will ensure that the data platform enables our data analysts, data scientists, and business partners (product, marketing) to efficiently generate insights and make fast decisions on our customers, our games, and our services. Collaboration with engineers from mobile and back-end systems will be essential to your success.

As the most senior data engineer in our Data org, you will manage and scale a small team of data engineers and work closely with our VP Data in developing our long-term data strategy.

 

You will …

  • Design the overall architecture of our data platform, allowing for scalability and modularity to ensure efficient analytics is maintained and new needs can be adapted to as we scale our business and transaction volume
  • Develop the data model for our data warehouses so that it aligns with our current business model and drives innovative thinking around future business models
  • Create, re-factor, and maintain data pipelines to reflect new data sources, to grow efficiency, and to drive a more complex view of business and customers
  • Manage integrations with 3rd party data management and customer tracking tools, both from a product and technical perspective, to ensure reliability, accuracy, and usability
  • Look to the future, and anticipate segmentation, machine learning, and crm services
  • Lead a team of Data Engineers on projects from initial discussions to release, including feature estimation and scoping, architecture design, benchmark of new technologies, product feedback, etc.

 

Requirements

  • Experience architecting and building cloud data infrastructure in AWS (GCP a plus)
  • Experience with 3rd party tracking and integration tools (GA, Singular, Firebase, …)
  • Record of building / optimising data pipelines for massive amounts of data in AWS environment and provisioning of infrastructure through Terraform
  • Experience building and orchestrating automated workflows in different environments with expertise in SQL, Python, Spark
  • Has an opinion of where to use Streaming Analytics over batch processing
  • Strong analytical and problems solving skills as a foundation for adaptability in an ambiguous and agile environment of diverse backgrounds

 

Benefits

Carry1st is a fast-growing, dynamic place to work. And while we are laser focused on building the flagship mobile internet company in Africa, our team is fully remote and 100% global – with people in 25+ countries! At Carry1st, you will…

  • Build awesome, industry-changing products, every day
  • Grow with a VC-backed startup at the intersection of gaming, fintech, and web3
  • Work from anywhere in the world with international teammates
  • Own shares in the Company – enabling you to benefit from the value you create

 

Some additional perks…

  • Co-working excursions: Travel to meet your colleagues in cities around the world
  • Awesome equipment: Get everything you need to work effectively
  • Remote working allowance: Put an additional $600 / year to optimise your WFH experience
  • Learning and development: Attend courses, conferences and training events
  • Social events: Participate in regular company events to relax and connect with teammates
  • Birthday leave: Enjoy a paid day off on your special day

We hire great people from a wide variety of backgrounds, not just because it’s the right thing to do, but because it makes our company stronger. Join us!

 

Apply Here

 

____________

Full Stack Engineer

Fonbnk is seeking an early career professional (5-7 years) to join our engineering team to build new features that improve existing Fonbnk products.

 

Responsibilities:

  • Work with engineers, designers, product managers, and leadership to turn our product and technical vision into a tangible roadmap regularly.
  • Write high-quality, well-tested code to meet the needs of your customers

 

Requirements:

  • Strong JavaScript experience (Required)
  • You’ve worked with React, familiar with React Native, and mobile development. (Required)
  • You have experience writing production-ready Node.js backend code. (Required)
  • You have experience with REST-ful APIs for internal and external products
  • Experience in building and deploying applications to Google Cloud Platform or any cloud service provider.
  • Experience with MongoDB or other database technology.
  • You write high-quality, well-tested code to meet the needs of your customers.
  • You’re excited about hard problems and getting things done.
  • You are self-motivated and committed to personal growth.
  • You approach problems with positive energy
  • You’re passionate about building an open financial system that brings the world together.

 

Apply Here

 

 

_________________________________

Community Manager – East Africa (Filled)

Are you looking to be a part of the most influential company in the blockchain industry and contribute to the crypto-currency revolution that is changing the world?

 

Responsibilities:

  • Grow and manage local online and offline Binance communities.
  • Create, translate, and proofread content for Binance, focusing on the local market.
  • Moderate the regional Binance social media, platforms, and chat groups and interact with the community to increase positive engagement.
  • Explore new community-friendly platforms to facilitate the expansion of the local user base and awareness.
  • Assist in organizing online and offline events and meet-ups.
  • Assist with Binance Angels recruitment and relationship management.
  • Share market feedback and user suggestions with relevant functional teams in HQ.
  • Writing, reviewing, editing, and updating content for company websites, blogs, marketing materials, and other platforms.
  • Conduct research and interviews to learn more about current trends, developments, and perceptions about the subject matter.
  • Support with development and management of corporate clients.
  • Analysis and reporting of market growth, surveys, etc.
  • Assisting the creative team with the design of promotional materials.
  • Using social media to engage users, respond to questions or complaints, and to promote company initiatives.

 

Requirements:

  • Proven community management experience with strong ownership and emotional intelligence.
  • Experience in launching community initiatives (e.g., building an online forum, starting an ambassador program, creating an event series, and writing an email newsletter).Familiarity with online platforms such as Telegram, Twitter, Facebook, Medium, Instagram, LinkedIn, YouTube, etc.
  • Strong understanding of cryptocurrency/blockchain-related terminologies and trends and a strong interest in crypto culture.
  • Be able to work flexible and stretched hours to interact with the crypto community as frequently as possible.
  • Fluency in local language, advanced level of English

 

Conditions:

  • Competitive salary
  • Flexible working conditions
  • Flat organisation
  • Great Locations with a highly talented and international colleagues

Be a part of the exciting future of the crypto-currency revolution and work on the world’s no.1 crypto-currency exchange!

 

Apply Here

 

 

_________________________________

Community Manager – West Africa

Are you looking to be a part of the most influential company in the blockchain industry and contribute to the crypto-currency revolution that is changing the world?


Responsibilities:

  • Grow and manage local online and offline Binance communities.
  • Create, translate, and proofread content for Binance, focusing on the local market.
  • Moderate the regional Binance social media, platforms, and chat groups and interact with the community to increase positive engagement.
  • Explore new community-friendly platforms to facilitate the expansion of the local user base and awareness.
  • Assist in organizing online and offline events and meet-ups.
  • Assist with Binance Angels recruitment and relationship management.
  • Share market feedback and user suggestions with relevant functional teams in HQ.
  • Writing, reviewing, editing, and updating content for company websites, blogs, marketing materials, and other platforms.
  • Conduct research and interviews to learn more about current trends, developments, and perceptions about the subject matter.
  • Support with development and management of corporate clients.
  • Analysis and reporting of market growth, surveys, etc.
  • Assisting the creative team with the design of promotional materials.
  • Using social media to engage users, respond to questions or complaints, and to promote company initiatives.


Requirements:

  • Proven community management experience with strong ownership and emotional intelligence.
  • Experience in launching community initiatives (e.g., building an online forum, starting an ambassador program, creating an event series, and writing an email newsletter).Familiarity with online platforms such as Telegram, Twitter, Facebook, Medium, Instagram, LinkedIn, YouTube, etc.
  • Strong understanding of cryptocurrency/blockchain-related terminologies and trends and a strong interest in crypto culture.
  • Be able to work flexible and stretched hours to interact with the crypto community as frequently as possible.
  • Fluency in local language, advanced level of English


Conditions:
・ Competitive salary
・ Flexible working conditions
・ Flat organisation
・ Great Locations with a highly talented and international colleagues
・ Be a part of the exciting future of the crypto-currency revolution and work on the world’s no.1 crypto-currency exchange!

 

Apply Here

_________________________________