Fast-growing personal lending startup with plenty of benefits.
Ask HN: Who is hiring? (September 2015)
621–630 of 908 posts
Re: Ask HN: Who is hiring? (September 2015)
#622We’ve built the #1 way for companies to feed their people. ZeroCater is a marketplace that connects companies with great local restaurants and caterers. We’re feeding hundreds of companies, ranging from newborn startups, to the Fortune 100.
We’re here to build something people love. We’re a scrappy company that’s scaled to tens of millions in yearly sales on little funding.
We’re based in San Francisco and backed by investors like Y Combinator and the creator of Gmail. We’re looking for people with an ownership mentality who want to work with like-minded folks to build something great.
The roles we're hiring for:
- Technical Lead - Head of Product - Full stack engineers - VP of Engineering
Re: Ask HN: Who is hiring? (September 2015)
#623Glance | San Francisco, CA (SOMA) (Can sponsor H1B) | REMOTE/ON-SITE == About Us == We’re a seed-stage company started by serial entrepreneurs with backgrounds in mobile and machine learning. We’re backed by prominent investors including Reid Hoffman, Mike Maples, Greylock and NEA. We’re developing a smarter alternative to disruptive and spammy push notifications. == We’re Hiring == A Front-end engineer who is passio…
I'm sure it's a work in progress, but hopefully that helps.
Re: Ask HN: Who is hiring? (September 2015)
#624TokBox makes a video API powered by WebRTC making it easy for customers to embed real-time video into their websites and applications. We are a PaaS company, and have great clients from individual developers to massive players in tech, entertainment, education, and many other industries. The product is great but the people make this place where I work. It's an awesome group- nice, smart, skilled. We are laid back and have a sense of humor. Good salary, flexible, and great benefits!
We're looking for Android, iOS, Java, and test engineers, someone who is technical but is also a sales engineer, and people in BizDev, design, and accounting.
or
http://hire.jobvite.com/CompanyJobs/Careers.aspx?c=qbD9VfwC&...
Come join us!
Re: Ask HN: Who is hiring? (September 2015)
#625360pi is a company organizing the worlds product data for retailers, brands and consumers. World class dev team, leading edge challenges in cloud, scaling, data and AI. We’re looking for infrastructure/ops developers, QA and data gurus.
Apply here.. http://360pi.com/careers/
Re: Ask HN: Who is hiring? (September 2015)
#626We're a small team working towards a big goal: make the best Internet bonding software in the world. Our code allows businesses around the world to combine Internet connections for extra speed and amazing reliability. It runs on everything from tiny 1 GHz systems to 32-core beasts. Multapplied Networks R&D team works out of a little office in the heart of the Fraser Valley, British Columbia- not typically known for high tech work, but a great place to live and work and close enough to Vancouver to attend your favourite meetups, conferences, and training events.
Our product has two parts:
* A Linux VPN client/server and router that bonds multiple Internet connections for speed and reliability. Our codebase is mostly Python with a few special tricks for performance-critical parts. We need a developer who can jump in and improve our VPN application, performance-enhancing proxy, QoS, firewall, and monitoring features.
* A web application used for configuring client premise equipment and VPN servers and reporting usage and status information. We need someone to tackle both the back-end Python (Django) and front-end JavaScript (AngularJS & Bootstrap).
Details and to apply: http://www.multapplied.net/about-us/careers/web-developer-py... and/or http://www.multapplied.net/about-us/careers/linux-network-de...
Re: Ask HN: Who is hiring? (September 2015)
#627Potato are hiring project managers, Django (Python), front end web, iOS, and Android developers plus UX designers across our offices. Freelance & fulltime available. We're a 5yr old, 90 person agency based in London, UK with offices in Bristol, UK & San Francisco Bay Area. Our clients include Google, PayPal, Skype, a number of startups and other agencies such as BBH & Mother. Our work spans (and sometimes defies) cat…
Does freelance also imply remote?
Re: Ask HN: Who is hiring? (September 2015)
#628HERE is a global leader in the mapping and location intelligence business. HERE Reality Lens (https://realitylens.here.com) leverages our ability to collect, process, and publish petabytes of street-level, aerial, and indoor spatial data in over 72 countries around the world. Our products include tools and APIs built upon HERE software and data services that allow users to visualize high-resolution 3D panoramic imagery while interactively measuring, mapping, and modeling within panoramas. We deliver these same panoramas to automobiles world-wide as part of the next revolution in navigation systems.
We have an opening for a Full Stack JavaScript engineer.
https://here.taleo.net/careersection/01/jobdetail.ftl?job=14...
Re: Ask HN: Who is hiring? (September 2015)
#629IBM Watson http://www.IBM.com/WatsonDeveloperCloud @ 51 Astor Place New York NY 10003 # IBM Watson Developer Evangelist [REMOTE] I'm looking for a hacker and technical evangelist to join the IBM Watson Developer Cloud team. This position is part of the organization making IBM Watson technology available as REST APIs to developers. Examples and demos of the services here -> http://www.ibm.com/watsondevelopercloud . Th…
The last link still leads to a Developer Evangelist role. Are there roles for SWE in in this lab?
Re: Ask HN: Who is hiring? (September 2015)
#630I wrote a way to search these recently ... just paste this in your console: https://gist.github.com/kristopolous/19260ae54967c2219da8 There is both OR and AND support here. If you specify your function parameter as an ARRAY then it operates as an AND, otherwise each argument is an OR. For instance, to see posts that are remote and python OR remote and ruby, you can do query(['remote','python'],['remote','ruby']); The…
e.g., query('1..k') works.