London, UK
2012 - 2014 | Student Partner | Microsoft
2011 - 2015 | Founder & CTO | Price Trakker
2015 - 2017 | Backend Python Developer | Lantum Healthcare
2018 - Today | Founder & Full-Stack Engineer | Charity Hackers
Hiring me
Lantum | Lead Backend Developer | Douglas Hindson
Lantum | CTO | Michael Skelly
manoj = Developer.objects
.filter(
skills=[Skills.BACKEND, Skills.FRONTEND, Skills.WEEKEND],
worked_with__contains=self
)
.exclude(
hackathons_won__lt=50,
hackathons_attended__lt=100,
hackathons_organized__lt=1
)
.annotate(
other_skills=['passion', 'intelligence','creativity']
)
.order_by('agility')
.desc()
.first() self.recommend(manoj) # TODO: work with Manoj
Updated March 16th 2022