Join our tech startup as a Tech Lead / Senior Backend Engineer.
In this role, you will directly impact our product, our customers,
our team, and engineering practices.
const shouldIJoin = (
isDriven: boolean,
lovesTech: boolean,
isCreative: boolean,
) => {
return [isDriven, lovesTech, isCreative].every(
(criterion) => criterion === true,
);
};
console.log({ shouldIJoin: shouldIJoin(true, true, true) ? 'yes!' : 'no' }); // :)))
Some facts
🚀 About Us
Summary: Closing deals on autopilot -- Loyee.io’s nudging technology steers employees toward revenue-driving actions. Loyee.io combines world-class research on nudge theory (based on Nobel Laureate economist Richard Thaler who one of our founders worked with) with machine intelligence to boost productivity of sales reps. Specifically, Loyee.io scans sales data from CRM systems and other sales tools, looking for opportunities to train better behaviors, identify winning and losing ones, and boost data hygiene and quality.
🤓 Your Responsibilities
- Conception, planning and implementation of scalable and high reliable applications for customers and partners
- Assume responsibility and spearhead new product features
- Be involved in mentoring of software engineers, interns, and other technical operations such as hiring and security compliance
- Collaborate directly with product management and our customers to ship stable, maintainable code while iterating as fast as possible
🏆 Must-haves
- Self-motivated and can roll with the punches in an environment where priorities and requirements may change frequently
- 5+ years of professional experience building backend systems using Node.js and TypeScript built on AWS
- Experience with NoSQL databases (DynamoDB), third party API integrations, API design, and data modeling
- Advanced knowledge with TypeScript, its type system and common tooling (build tools, package management, testing, linters, etc.)
- Strong understanding of AWS services especially serverless
- Strong understanding of the value of writing clean, maintainable software, including documentation