return to table of content

Ask HN: Who is hiring? (March 2024)

kflansburg
5 replies
1d

Cloudflare | Multiple Roles | Full-Time | Austin, Lisbon, London, or REMOTE | cloudflare.com

Cloudflare Workers is hiring for multiple roles to help build the leading serverless platform, powered by Cloudflare’s edge network. Our platform is growing rapidly, with industry leading cold-start times and advanced features like Hyperdrive and Workers for Platforms. Cloudflare builds a large portion of our software with open source, such as workerd (runtime), Wrangler, workers-rs, Pingora, and Foundations.

We are looking for experienced C++ developers to work on the Workers Runtime or Durable Objects:

Workers Runtime - https://boards.greenhouse.io/cloudflare/jobs/5446161?gh_jid=...

Workers Durable Objects - https://boards.greenhouse.io/cloudflare/jobs/5390243?gh_jid=...

There are also a few other roles open related to Workers:

Workers Core API - https://boards.greenhouse.io/cloudflare/jobs/5718743?gh_jid=...

sgerenser
4 replies
21h11m

Job postings you link to just say Austin, TX and don’t specify remote. Are all Cloudflare workers SWE positions remote eligible?

kentonv
3 replies
18h21m

All Workers / developer platform SWE/EM/PM positions are remote-friendly, yes.

(I can't speak for other teams at Cloudflare, but many of them are the same.)

thewavelength
2 replies
17h33m

Remote-friendly means US-remote-friendly? Or worldwide?

Also, the listing says [0]. Does this mean I can't work as a non-US-citizen / I need a security clearance of some sort?

[0]:

This position may require access to information protected under U.S. export control laws, including the U.S. Export Administration Regulations. Please note that any offer of employment may be conditioned on your authorization to receive software or technology controlled under these U.S. export laws without sponsorship for an export license.
kentonv
1 replies
17h7m

The Workers / Developer Platform team is generally happy to hire anywhere in American or European time zones where Cloudflare already has a legal entity set up to support such hiring. This includes many countries in Europe but not all of them -- you will have to ask the recruiter. The Workers team is hesitant to hire in Asia / Australia mostly due to difficulty of scheduling team meetings, but might make an exception for an exceptional candidate. Some other Cloudflare teams operate in those time zones regularly (especially SRE, which naturally has to operate in all time zones).

The note about US export control laws applies to countries that US companies are explicitly forbidden from working with, like Iran. It does not apply to most of the world.

thewavelength
0 replies
17h0m

Thank you for the fast reply.

And also thank you for cap'n'proto. Got the chance to sneak into the project again and am happy to see you announced v2.

k1w1
5 replies
1d2h

Aha! (https://www.aha.io) | Rails / React / Devops | REMOTE

Aha! is the #1 tool for product managers to plan strategy and roadmaps. We serve more than 700,000 users worldwide. We are looking for:

* Javascript and geometry expert? Help us build our HTML canvas based whiteboard & mockup tool.

* Experienced full-stack, front end and platform engineers to work on the Aha! product. Our application is built in Ruby on Rails, with React on the frontend for rich client-side experiences.

* Devops engineers with Ruby experience. We focus on the "dev" and all of our operations driven by code.

Aha! is profitable, you can work from anywhere in North or South America, and we offer excellent benefits. We use our own product to manage our work (which is especially rewarding) and we deploy continuously.

Our entire team has always been 100% remote - in North American timezones so we can collaborate during the work day.

typeofhuman
4 replies
1d

I notice Aha posts many jobs on LinkedIn - same job title and either same or varying location. The volume of posts is so much so that it seems spammy!

For example, on LinkedIn the search for "ruby on rails engineer in the United States" returns 5 aha Aha posts on the first page. And there are a total of 840 posts.

To ensure Aha is actively recruiting and not just vacuuming up resumes: How many positions are you hiring for now and how many have you hired in the last 6 months?

theonething
0 replies
22h59m

I feel like I've been seeing this for years. I applied once and received no response back.

It's not a good look.

pootpucker
0 replies
22h26m

I see the same thing. I have applied in the past without hearing anything back. It's not just a bad look it's a bad practice and those who apply should know you have a tendency to ghost applicants.

phonerphone
0 replies
22h26m

Yes these guys have been posting for some time now. I'm wondering what the point is of trying to vaccuum up resumes though? I think I am naive to that sort of scam.

Ocha
0 replies
22h24m

I’m pretty sure they are just trying to get devs that don’t know their own value - they don’t even advertise the range.

I applied to aha couple years ago. The leadership’s attitude was pretty bad and in the end they were upset at me that I had 4 other offers and all of them were substantially better. Their offer was capped out at 195k (pretty much full offer - they offer very small equity just so they can advertise they offer equity) for 10yr+ staff position. On the other hand Shopify was starting at 300k (with equity), before any negotiations

colinclerk
5 replies
1d2h

Clerk | Frontend & Backend SWE | Remote or in-person in SF

Clerk is hiring frontend and backend engineers, remote or in-office in San Francisco

We build developers tools for authentication. We're known for our React components like SignIn and UserProfile that "just work" when they're added to the page.

Our components are powered by a new type of API: a frontend-facing API that relies on session tokens for authorization, instead of a backend-facing API that relies on a secret key.

We've found this pattern unlocks a new level of efficiency. Developers can implement Clerk faster than traditional APIs because it comes built-in with UX and UI. To learn more about the approach, see our talk on A Component is Worth a Thousand APIs:

https://www.youtube.com/watch?v=enUuBY3HXh4

We're especially excited to work with engineers who are thoughtful about speed and craft. Clerk is defining the gold standard for components-as-a-service, and we are constantly searching for new ways to evolve and improve our approach. Apply here:

https://jobs.ashbyhq.com/Clerk/308e77a2-872b-4835-aaf3-532bb...

Separately, I'm one of Clerk's cofounders, and I'll be watching this thread through the day if I can be help with any questions. Or feel to email me (colin@ our domain)

baristaGeek
3 replies
1d1h

Hey, the idea of delegating this to the front end is very interesting! I've integrated Auth0 before and felt that it was clunky for designing more customized flows from the UX/UI POV.

1. With the new server components paradigm, React and Next have gone through a lot of changes around how SSR is done. Are your helper functions (currentUser(), currentOrg(), etc.) compatible with both the old and new approaches? Or is adapting to both one of your current technical challenges?

2. Are you open to candidates in the Americas time zones (LatAm)?

colinclerk
2 replies
22h31m

Answering 2 first because it's easier: Yes.

1. It's a great question and we're still learning the answer. But, I believe the approach is ~95% compatible, and the last 5% just needs tweaking on the margins vs a major overhaul. Let me try to explain...

First: SSR definitely makes the framing of "frontend api" vs "backend api" very confusing. So ignore that, and think of it purely as "api authenticated with a session token" vs "api authenticated with a secret key."

I think authenticating via session token is the key to enabling faster development with Clerk than tools like Auth0 (or even Stripe/Twilio/etc). The reason why is that it shifts the problem of _authorization_ from our customer's backend to Clerk's backend.

As an example, consider a user updating their email...

In the past, you would build a frontend for collecting their new email, send it to your backend, ensure that the user is updating their own name (the authorization step), then forward the update along to your account system (Auth0, your own database, whatever).

With Clerk, you build a frontend for collecting their new email, then send it straight to Clerk to handle the update with the user's session token. We are responsible for ensuring the update is to the users own account, and there's no requirement to hop to your backend to relay the secret key.

In the end, that hop to the backend and authorization check is responsible for a lot of the "clunk" that Clerk eliminates. And ultimately, SSR doesn't change our ability to make things easier – we can authenticate our API with a session token just-as-well during SSR as we can from the frontend.

This feels like a paradox, right? A session token has such limited power compared to secret key, so surely it can't be used to build an easier API. But in practice, confidently knowing which user is making the request is necessary for shifting the authorization step to our service.

I'd add that this idea isn't particularly novel. Stripe Checkout depends on a CheckoutSession object, which you initialize by passing in the active user's ID. So there, you see that Stripe having the active user's ID enables them remove a ton of steps for building a checkout. Implicitly, under-the-hood Checkout relies on an API that uses a session token for authentication.

We just took the idea one step further and are exposing the API, instead of only using it to power a single, fairly rigid UI. With Clerk, developers can use React Hooks to build their own UI.

---

Now, regarding the 5% that we still need to figure out. It pertains exactly to the currentUser() and currentOrg() functions you're calling out. Those are compatible, but they require some extra thoughtfulness.

As an example, Clerk's User object has a field called "privateMetadata". From the backend, it's completely okay for currentUser() to return this private data, but Clerk needs to make sure it doesn't leak to the frontend. That creates some oddities - the User object on frontend is different than on backend, and I don't think we've really nailed the ergonomics / education on this part yet. But it generally feels like a solvable problem.

baristaGeek
0 replies
21h0m

Awesome! I applied. Just letting you know in case the system flags because I clicked "no" when asked if I'm in the US or the EU.

I agree that SSR makes the "frontend VS backend API" separation very confusing. Session token VS secret key is a better framing for this, and there's a very interesting insight into the paradox that you described! The ergonomics you mention for ensuring consistency sounds like a very interesting technical challenge.

Cheezmeister
0 replies
20h59m

A session token has such limited power compared to secret key

Does it though? Sure, it has different threat models, and you may choose to assign it different trust levels, but fundamentally (as I understand it) every session token _is_ a secret key, with added benefits.

leykwan132
0 replies
20h46m

Hey! Interested by the opportunity but does Clerk looking to hire new grad? Thanks!

volvicdrinker
3 replies
1d1h

Pallon | Senior Software Engineer; Head of Engineering; Senior Machine Learning Engineer | Full-time | Remote or Hybrid | Zurich, Switzerland | pallon.com

At Pallon we’re creating AI that automatically detects defects in sewer inspection videos and advises cities on when & how to fix them. By providing more precise, objective data, we aim to fix wastewater leaks, reduce CO2 emissions, and prevent urban flooding.

Both our engineering teams are currently hiring:

- Senior Software Engineer (Web Platform Team)

- Head of Engineering (Web Platform Team)

- Senior Machine Learning Engineer (Computer Vision Team)

Our core stack:

Web Platform Team: Typescript, React, MobX, WebGL. Python, Postgres, Kubernetes, DBT

Computer Vision Team: Python, Pytorch, C++, OpenCV, Ceres, Eigen

Interested?

Read more here: https://www.pallon.com/

Connect with our team here: https://www.linkedin.com/company/pallon/people/

Apply here: https://jobs.ashbyhq.com/pallon.com?utm_source=hackernews

volvicdrinker
1 replies
1d1h

Add-on: We are a start-up with about 30 people, we have a product-market fit and over 150 paying customers who love our platform and services.

Platform team: The team is building a complex and highly interactive web platform that caters to two intriguing and challenging use cases. One allows our customers, sewer professionals, to manage their sewer networks. The second one for our internal users, who perform quality control on our AI predictions.

Computer vision team: Our team develops ML models for sewer defect detection and focuses on scene understanding, object detection, and semantic segmentation in sewer inspection videos. We also specialize in SLAM, 3D reconstruction, camera pose estimation, and processing point clouds to convert video data into accurate, actionable insights. This work supports cities in efficiently managing sewer systems to improve environmental conditions and mitigate urban flooding

jaro141
0 replies
19h44m

Wow that's so cool! I learned about your company via this post. It's really great :)

Hardwired8976
0 replies
2h13m

This sounds so amazing! Is there any possibility for a junior role?

manc_lad
3 replies
21h42m

Burnley Football Club | Product Manager | Burnley Lancashire UK | full time | on site

Do you want to help build the football club of the future? With big ambitions to reinvent how a football club is run, I'm looking to hire a Product Manager in a new technology department to work in every area of the football club. HR, medical, retail, stadium hardware and more. It's a full stack technology job. Initially building partnerships and then custom tech it's exposure from the ground up in a startup like environment.

If you're interested in complex and high performance businesses and working in focused commercial businesses then this is a big challenge.

Apply here https://careers.burnleyfootballclub.com/job/523819

Or reply to this comment and I'll answer any questions you have.

imdsm
1 replies
21h41m

This is great to see. I'm no longer local but I imagine for some this would be a double-whammy dream job. Good luck finding your person!

manc_lad
0 replies
21h37m

Thanks. I joined as CTO at the start of the year and it's a fascinating business. really pro-active board and big ambitions. Plus free tickets to games! What's not to love.

verelo
0 replies
20h45m

This sounds really fun, do you have any pay indications in mind?

ivalm
3 replies
21h37m

AuxHealth | https://auxhealth.io and https://mdme.ai | USA | REMOTE | No Visa

We want every patient to have a physician best friend: who tells them what their symptoms mean and where to go, who listens in on their critical appointments and explains the meaning of notes, and who gathers support from the community.

An end-to-end generative AI solution allows us to do that. As the first step, we have recently launched the world’s first LLM-powered symptom checker, MD&Me (https://mdme.ai). In less than two months, almost 10 thousand people used MD&Me to get help with their medical problems. Their feedback has been outstanding and you can read more in our recent blog: https://auxhealth.io/blog/2024/02/08/intro-mdme

Members of our founding team led development of the first LLM-powered patient interview system as part of a pre-chatGPT partnership with OpenAI, modeled user behavior at Meta, and trained at Harvard Medical School.

We are hiring for two roles:

- Head of Growth (B2C): https://auxhealth.io/jobs/head-of-growth

- Senior Software Engineer (Full Stack): https://auxhealth.io/jobs/swe-full-stack

Reach out to me at ilya@auxhealth.io

ecuaflo
1 replies
16h37m

we have recently launched the world’s first LLM-powered symptom checker

Why make the claim of being the world’s first? ChatGPT was probably first, but even if you don’t consider it because it is more general, it still sounds like others like drgupta.ai launched before you.

ivalm
0 replies
21m

Under AuxHealth.io we launched before Dr Gupta (late 2022, very shitty mvp using davinci02 before ChatGPT release), but then spent most of our energy on b2b. This experience did end up helping refine our chatbot significantly.

Relative to chatgpt/gpt4 — it’s a terrible symptom checker because it doesn’t really ask detailed in depth questions and pivots to trying to answer way too early. This is because it’s trained more for question answering and tries to be helpful in suggestions way before it is clinically appropriate. Honestly, this is a problem with Dr. Gupta as well as it asks a bunch of compound questions without pursuing medically relevant info from a not-entirely-forthcoming patient.

bqmjjx0kac
0 replies
21h10m

We want every patient to have a physician best friend...

An end-to-end generative AI solution allows us to do that.

Does it?

goodoldneon
3 replies
1d

Inngest | 3 Engineer roles | Fully-remote

Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability. We're multi-cloud (host your code wherever you want!) and multi-language. Our product takes advanced-but-complicated reliability patterns and makes them simple to configure for any developer.

We're a team of 10 who recently raised a seed extension round. Come join us if you want to work in our fascinating problem space!

Jobs -> https://jobs.ashbyhq.com/inngest

- Staff Frontend Engineer

- Systems Engineer

- Product Engineer

Company -> https://inngest.com

jtr1
2 replies
1d

Hey, for the Senior Frontend role, I fit your ideal candidate profile quite well, plus your bonus points. Would love to chat. Is there an email you'd prefer or a way of tagging an application from HN?

tonyhb
1 replies
1d

You can apply on Ashby here - https://jobs.ashbyhq.com/inngest (we use that as an ATS). If you want a quick chat beforehand you can reach out to me - tony [at] inngest.com

jtr1
0 replies
1d

Will do, thanks!

dontcontactme
1 replies
23h32m

What makes you say it's spam? Genuinely curious. If the job openings haven't changed, is it spam to post the same message in multiple threads a month or so apart? Or is there something else I'm missing?

wyc
2 replies
1d2h

SpruceID (YC W21) | Full REMOTE | Multiple Roles | Full-Time | spruceid.com

Spruce lets users control their data across the web. We are creating the world’s best open source software for user-centric digital identity. Instead of users logging into platforms, we think platforms should request to access data vaults controlled by users.

We hire programmers who love technology and are committed to intellectual honesty, user privacy, and innovation. Our products are composed from a combination of industry-trusted frameworks, applied cryptography, new interoperable identity standards (W3C, ISO/IEC, IETF, and OpenID), and custom backend libraries.

Select roles:

Senior Technical Product Manager: Help drive the growth of a new product family which empowers government agencies and enterprises to manage the entire lifecycle of digital credentials for a wide range of use cases. This role will be responsible for collaborating on product vision, roadmap, user stories, timelines, and implementation strategy.

Software Engineer, Android: Build software prototypes and product features from start to finish for Android, embedding our Rust core.

See all roles here: https://jobs.lever.co/sprucesystems/

diego_moita
1 replies
1d

I've applied to Spruce 2 times before and never got any kind of response.

And I am an experienced developer on the tech stack you claim to want.

Are you seriously hiring?

gedy
0 replies
23h19m

It seems like HN posts that use Lever or Greenhouse have a notably worse response rate - I'm wondering if they let the HR-types filter out and ignore a lot of resumes easily. I've taken to mostly ignoring listings that use these due to the black hole behavior of them.

timgl
2 replies
23h48m

PostHog | Full-Time | product engineers and ex technical founder engineers | Remote (all remote) | Hiring GMT-8 to GMT+1 PostHog helps engineers build better products by combining product analytics, feature flags, session replay.

* open source, building a dev tool. We have a public handbook (posthog.com/handbook) if you want to learn how we work, pay and more in complete detail.

* we are a real business... nearly at $10M ARR / profitability in sight / lots of capital

* we are growing through more autonomy and transparency not through process.

* we have a ton of scale and a bunch of super interesting technical problems to solve

* we're building 20 more products over the next couple of years, so you could end up building one of those

* we need: product engineers and ex technical founders to build products, engineers with clickhouse experience

* we are also hiring: security focused SREs

posthog.com/careers

fragmede
1 replies
23h44m

I'm not seeing a role for security focused SREs on the careers page, do you have a link to the job description for that one?

The careers page states one can always speculatively apply but you're calling out that role specifically here so I thought I'd mention it.

timgl
0 replies
22h59m

Spec coming this week, but if you apply to the open role and mention that role I’ll make sure you get put through!

terpimost
2 replies
21h43m

Antithesis | antithesis.com | VA, USA | ONSITE | Full-Time | No Visa

We recently came out of stealth mode (https://news.ycombinator.com/item?id=39356920) and are looking for:

- A senior level Frontend Developer / Product Engineer / UX Engineer - A senior level "Designer who codes"

You will work on an interactive notebook, complex UI components, data visualization, and website/docs features.

Reach out to me vlad.korobov@antithesis.com with some links to things you've done and resume (PDF please)

georgelyon
0 replies
15h45m

Really unique product with a super-strong founding team!

I’m not a working with them, but am cheering from the sidelines. One of the founders gives a great talk here: https://m.youtube.com/watch?v=fFSPwJFXVlw

ashu_dhanotiya
0 replies
45m

yes

spitfire
2 replies
17h25m

SEEKING WORK - remote

Location: West coast Canada.

Remote: Yes.

Technologies: Machine learning, Python, Tensorflow/Keras/pytorch, spark, Scala, AWS, kafka, HDFS, etc. A whole host of technologies over 20 year career. email in profile.

I'm an experienced Data scientist, who's worked on a bunch of interesting projects. With Covid I've come to realize I need to work in public more often.

So an ideal fit would be a small/medium company with hair on fire problems that need solving that I can talk about publicly.

What sort of problems do I like?

A Taxi company in latam hired me to built a fleet maintenance system. It predicted and scheduled preventative maintenance to reduce wear and tear and avoid breakdowns. We also identified the leading cause of wear - leadfoot drivers. So we built a system that would identify aggressive driving.

Another example was a speculative sports highlights annotation system I built with a consultancy. It ingested sports video and identified predetermined highlights in baseball - diving catches in our case. The ML pipeline was a CNN model which fed into an RNN. Given a bunch of video clips of diving catches as training data, it could later identify those diving catches and automatically annotate the video feeds.

Who shouldn't contact me.

If your market is Ads or gambling I'm not interested. Sure there's lot of money, but I'd rather sleep at night. Thanks.

spitfire
0 replies
11h45m

Ah yup. My mistake. Downvotes well earnt.

przadka
2 replies
22h22m

Reef Technologies | Senior Python Backend Engineer | REMOTE | Full-time Salary: 45-70 USD per hour, or 7560-11760 USD a month (assuming 40 hours per week). Hourly rates typically adjusted annually.

We’re all about the backend! As a fully remote Python software house, we comprise a small, agile team of senior engineers, each with at least five years of experience. We're known for delivering stable solutions and always accounting for edge cases, minimizing the need for urgent fixes.

- Full Remote Flexibility: Work from anywhere.

- Flexible Hours: Pick your own hours, with only ~2 calls per week.

- Dynamic Projects: Work with startups globally on projects of your choice.

- Influence: Contribute to decisions and influence how we operate.

- Project Selection: Only accept projects you're interested in.

- No managers; thanks to the Sociocracy 3.0 framework, everyone's opinion is valued.

- Personal assistant for your non-work tasks.

- Multicultural environment with a voice for everyone.

Who Are We Looking For? Experienced Python engineer with at least 5 years of programming (not necessarily professional), including at least a year with Python. Must have a deep love for Python and the ability to come up with Pythonic solutions to problems.

How to Apply: Just go to https://careers.reef.pl/ and see what we’re all about! Do not send us CVs.

Contact: Email: hiring@reef.pl Company Website: https://reef-technologies.com/

neilkk
0 replies
20h48m

Is the remote US-only, near timezones, or worldwide?

lunyaskye
0 replies
18h55m

"at least 5 years of programming (not necessarily professional)" interests me quite a bit as I've been a hobbyist for many years but haven't coded professionally much, but FYI the test sent to my email asks for number of years of professional experience. You might want to update that if you're actually open to applicants with non-professional experience.

plotlyadmin
2 replies
22h35m

Plotly | plotly.com | Senior Software Engineers, Full Stack, App Studio, Engineering Manager, Product Designer, Senior Product Manager, Customer Success Onboarding Specialist | Canada |Remote, Full-Time

As a company with roots in the open-source community, Plotly introduced web-based data visualization to Python. Today, the company offers Dash Enterprise, which provides the best software tools and platform to enable every enterprise in the world to build and scale data applications quickly and easily.

We are growing our team and hiring for the following roles:

Engineering Manager, Libraries (Python/JS) (Full-Time, Remote)

Engineering Manager, DevOps and IT (Full-Time, Remote)

Engineering Manager - Platform, Dash Enterprise (Full-Time, Remote)

Senior Software Engineer, Full stack, App Studio (Full-Time, Remote)

Software Engineer, Full stack, AI (Full-Time, Remote)

Software Engineer, Libraries (Python/JS/React) (Full-Time, Remote)

Customer Success Onboarding Specialist (Full-Time, Remote United Kingdom)

Product Designer (Full-Time, Remote Canada)

Senior Product Manager (Full-Time, Remote Canada)

If interested, apply here - https://boards.greenhouse.io/plotly

guhcampos
0 replies
20h26m

All your greenhouse openings mention Remote (Canada), but not all of them specify Canada in this post, this got me a bit confused if international candidates are welcome or not.

Esras
0 replies
20h13m

You wouldn't happen to be accepting applications from the US for those remote roles, would you?

momentmaker
2 replies
1d2h

Chainlink Labs | Multiple Roles | Remote | Full-time | https://chainlinklabs.com

All roles with Chainlink Labs are globally remote based. We encourage you to apply regardless of your location.

Over 50+ roles available including:

Product Manager ⬢ Engineering Manager ⬢ Technical Program Manager ⬢ Full Stack Engineer ⬢ SRE ⬢ DevOps Engineer ⬢ Release Engineer

If you are interested, please fill out this brief form here: https://forms.gle/ELS3mr46fYZkyDQ79

Our Principles

At Chainlink Labs, we’re committed to the key operating principles of ownership, focus, and open dialogue. We practice complete ownership, where everyone goes the extra mile to own outcomes into success. We understand that unflinching focus is a superpower and is how we channel our activity into technological achievements for the benefit of our entire ecosystem. We embrace open dialogue and critical feedback to arrive at an accurate and truthful picture of reality that promotes both personal and organizational growth.

These roles are location agnostic anywhere in the world, but we ask that you overlap some working hours with Eastern Standard Time (EST).

We are a fully distributed team and have the tools and benefits to support you in your remote work environment.

elbear
0 replies
1d1h

Hey, a suggestion/question:

since you have so many roles open, have you considered just taking general applications and matching the profile of the candidate with the role you find them best suited for?

Also, out of curiosity, how much overlap with EST would be desirable?

CableNinja
0 replies
1d

Adding to what another person said

Can you not use google forms? I dont post my resume out on the wild internet, so no link to give the form, and it wont allow uploads, so i cant put my resume on it.

Find a better way to pull in applications and ill definitely apply

mikhailfranco
2 replies
1h33m

Procedural question: The REMOTE thing is not good enough.

I tentatively request suggestions (RFC) for a standard way of expressing remoteness:

  - remote in one country 
  - remote in region
  - remote by exact timezone
  - remote by timezone range (or official office hours)
  - mostly remote, with some country qualification
  - really, truly, totally remote
In country, is because the company wants just one legal jurisdiction for employment, perhaps also for some filter on criminality/identity/banking.

In region is not really defined in the world, except EU has some common employment law, corporate/banking harmonization, and small timezone spread.

Countries are not necessarily temporally compact in the sense of only 1 timezone. Obviously Russia, Canada, US... are extreme examples. Chile is well-behaved. But some places are split on daylight savings, so that is not strictly included in the criterion, there is just +-1hr in summer/winter.

Exact timezone might allow various N-S combinations, such as London-Lisbon.

Timezone range might allow London-Cape Town, or any US and Mexico. It's really overlapping office hours for core meeting schedule, independent of country.

Mostly remote might have some global freedom, but be limited to where the company has a legal entity for employment - or the opposite! Some places might qualify if there can be a sub-contractor relationship with an employee/agency, or not. Note that these may conflict: so you may not hire an 'offshore' contractor in a country where you have a legal presence (e.g. US company hires contractor through a Singapore company, but the contractor actually lives in Myanmar, which may be on the blacklist - see below, yes it is - or say India, where the original hiring company has a legal presence).

Totally remote does not exist. There are legal and financial sanctions that exist from West-G7-G20-OECD against various other countries that are beyond-the-pale. The core subset of rejects are the obvious axis-of-evilly kinda places, but there are many excluded by a corrupt banking system, or cyberattack risk (assuming you ship laptop or have connectivity through local country ISP - surely not, that's what VPNs are for, but try asking to live in China :) For example, N. Korea is obviously off-the-table, but so is Vietnam, okay nice cheap place to live but I understand, but also the Philippines (really?) yes, I assume mafia/banking or something.

vaylian
1 replies
1h19m

I really appreciate the comment, but please change the "META" to something that is less confusing, because "META" is the facebook company.

mikhailfranco
0 replies
51m

But nobody wants to work for META? Right! Surely not, I don't believe it.

So it's really a negative filter question? But they will find your comment, and now mine. Hilarious.

If you came here by accident, please do not work for META, do some good in the world instead.

magic_at_nodai
2 replies
18h36m

AMD Artificial Intelligence Group (AIG) | Remote / Global

AMD Artificial Intelligence Group (AIG) leads AMD AI strategy and drives AI roadmap across client, edge, and cloud. We build AI capabilities, including silicon, software, models, use cases, to create a vibrant AMD AI ecosystem together with everyone.

Our organization, AIG SHARK (formerly nod.ai), aims to build AI software solutions that are unified, performant, flexible, and customizable. We approach the mission with open-source and community-driven principles. We believe in the power of the community and together we can build a great stack that benefits everyone. Being a part of AMD and AIG, it also means we have a wide portfolio of hardware and customers to support for realized product excellence and business impacts.

Current Open Positions:

At any given time, we have various positions posted that you may apply to: General AI runtime: https://careers.amd.com/careers-home/jobs/36717 GPU compiler/runtime: https://careers.amd.com/careers-home/jobs/37400 GPU compiler/performance: https://careers.amd.com/careers-home/jobs/39454 GPU distribution/serving: https://careers.amd.com/careers-home/jobs/38113 CPU codegeneration (New Grad): https://careers.amd.com/careers-home/jobs/38616 NPU code generation/runtime : https://careers.amd.com/careers-home/jobs/39280 General Compiler: https://careers.amd.com/careers-home/jobs/40053 Build / Infra Ninjas

https://bit.ly/amd-sharks-hiring

matthewfl
1 replies
16h38m

Many of the job links in your post do not work. Are the job listings public?

I sent an email to the address in the Google doc.

convolvatron
0 replies
2h56m

those that are reachable are not remote

kollmar28
2 replies
1d

Railway | Full-stack Engineering (Product), Platform Engineering (Infra) | REMOTE (International) | https://railway.app/careers

Tired of trying to beat kube into shape? Does writing YAML to ship code fill you with utter dread? Dream of a future where deploying software is simple, and you don't need an army of infrastructure engineers to build that perfect janky bash script™ to make life easy?

We're Railway, and we think infrastructure can be better. So far we've built out a platform loved by hundreds of thousands of users who simply tell us "Give me Postgres", "Deploy this repo", and we make it happen

Fair warning! The problems are complex: home-rolled hypervisors, cut-above container orchestration, over/under/whateverlay networks, virtio device drivers, edge proxies, IAM that doesn't suck, kitchen sinks - we need to build it and we're looking for likeminded individuals who think this stuff is fun.

If that sounds like you, please apply at railway.app/careers. We have a number of roles, but are prioritizing the following two roles:

+Full-stack Engineer (https://blog.railway.app/p/team-spotlight-product-engineerin...)

+Infrastructure Engineer

See you soon, and happy shipping.

erpalash
0 replies
21h20m

Applied for the Infrastructure Engineer role, have 6+ years experience in DevOps, SRE and Cloud DevOps Based roles. Looking forward to talking.

Ancalagon
0 replies
19h37m

From a random dev to yall: I love Railway so much ty ty ty!

kolistivra
2 replies
8h38m

All Iron Ventures | Tech Lead/Senior Full-Stack Engineer | REMOTE (Europe / Middle East / Africa) with 2 days each month in Spain | Full-Time

All Iron is a European early stage venture capital firm based in Bilbao. With ~€300M under management, we invest in Seed and Series A startups across Europe. So far, we have invested in 50+ companies including success stories like JobandTalent, Seedtag, TuLotero or Preply amongst others and our graduation rates place us in the industry’s top quartile.

Venture investing is no longer a domestic and (only) relationship-based business. Modernising how venture firms work is a key competitive advantage, that here at All Iron sits at the core of how we do things. We are building our very own tool, Pareto, which is becoming the most relevant platform for the investment team’s day to day. In the last twelve months, Pareto has allowed us to gain a competitive advantage in a very competitive market by both saving time and identifying interesting companies ahead of our peers.

If you are passionate about building product to significantly improve how we run our day to day, using large amounts of data (to identify interesting companies to potentially invest in) and want to join an entrepreneurial firm, you will not be disappointed!

What are we looking for:

* 3+ years experience as a Data Engineer or Full-stack Engineer

* Someone who is a self-starter, scrappy, and pragmatic

* Experience in Google cloud, Django, JavaScript / TypeScript with React, SQL and Spark

* Experience as a tech lead or an Engineering manager is a plus: we have an external team of engineers whom you’ll be working closely with

* Experience working at a small startup and/or as a solo engineer is a plus

* Ability to travel to Bilbao (Spain) ~2 days each month is a must (all paid by All Iron Ventures)

If you are interested and would like to join us, please send your CV to hr_aiv@alliron.com. Please mention you saw this through Hacker News.

mrweasel
1 replies
4h22m

The fact that your website isn't working isn't exactly building confidence.

jinpan
2 replies
17h50m

Wilkie Way Research | Infrastructure Engineer | Remote+Peninsula

We're a small (<5 person) quantitative prop trading shop looking for a midcareer engineer to take ownership of core infrastructure. We place a premium on work life balance and offer profit sharing.

Stack is mostly Python (Django, scientific stack, celery) + Rust.

More details at https://www.wilkiewayresearch.com/careers.

Email me (CTO): jin@wilkiewayresearch.com

danbmil99
1 replies
17h0m

It took me a while but I think I've got it -- sports betting? (or horses, etc)

jinpan
0 replies
15h55m

Pretty good guess but not quite. Email me if you want to chat more!

jamifsud
2 replies
1d

Upnext | 100% Remote | Full Time / Contract | Software Eng / Design / ML

At Upnext, we are passionate about solving information overload. Every day we get bombarded with content from social networks, news sites, blogs, messages, etc. It’s hard to keep up and it’s even harder to find the content that really matters to you. It takes time and energy to sift through the noise and find what really matters. Our latest app helps you stay up to date on the topics and news that you care about by aggregating updates into a single place. Using our own AI models we’re building in deep personalization from the beginning so our users will always have the most important updates about topics they care about. We have open roles for:

- Software developers: our tech stack is TypeScript / Node / React / Python

- Designers: we're creating a seamless, beautiful experience across desktop, native and web

- ML engineer: help us design build and deploy our first generation of recommendation and understanding systems

If you'd like to chat, email me at joe [at] upnext [dot] in!

leykwan132
0 replies
20h42m

Hey joe! just wondering is the company looking to hire new grad?

akrakesh
0 replies
13h17m

"Upnext is shutting down on March 1st"

"Our team is now fully dedicated to Brief and Mailbrew"

So, for which project are you hiring?

hgibs
2 replies
1d1h

GA-CCRi | Remote (USA) or onsite (VA, DC, UT) | mid+ engineering roles | full-time

General Atomics - CCRi is solving fun and challenging problems in the geospatial domain. I've been a backend engineer at a few different places, and this is by far the best engineering culture I've found.

Our team of 250-ish people includes Data Scientists, Systems and DevOps Engineers, Mathematicians, Computer Scientists, Statisticians, Image Scientists, and other kinds of software developers and programmers, all of whom offer unique backgrounds to solve very difficult problems ranging from machine learning with neural networks to massive scale spatio-temporal analytics.

Working in Java mostly, with a few niche C++ and rust applications deployed in cloud and on-prem k8s. Can only accept US citizens due to security requirements.

Bonus points if you are cleared/willing to get a security clearance!

Roles: - DevOps engineer - Frontend engineer - Backend engineer

Salary: - $90k+ (junior) to $230k+ (staff) - paid out exempt hourly, I have never been asked to work more than 40hrs a week, but you can work a 48 hour week (or more) for a 20% raise if you want, too.

See roles here: https://www.ga-ccri.com/careers and DM me if you want a referral.

stult
0 replies
1d1h

None of the positions seem to actually be remote, so this posting is deceptive. Really freaking annoying actually.

owenmic
0 replies
1d1h

Hello! I'm interested in this company, do you have an email I can reach out to?

dbenamy
2 replies
1d

Datadog | Software Engineers | ONSITE (Boston, Lisbon, Madrid, NYC, Paris, Tel Aviv) and (a bit of) REMOTE | Full-time

Datadog is a monitoring, tracing, logs system, and more, for your infrastructure and services. We build our own tsdb, event store [1][2], distributed tracing tools, cutting edge visualizations, and more. We love shipping great experiences for customers just like us and are growing fast! We write a lot of Go, Java, Python, Typescript (with React), and a bit of other languages. We run on k8s, and are multi-region and multi-cloud.

We're looking for people who can build systems at scale as we process trillions of events per day. Let us know if that's you!

https://dtdg.co/hnwhoshiring

[1] https://www.datadoghq.com/blog/engineering/introducing-husky

[2] https://www.datadoghq.com/blog/engineering/husky-deep-dive

joshbochu
1 replies
18h48m

Does Canada fall within REMOTE?

dbenamy
0 replies
10h2m

At least sometimes, yes.

coursehero
2 replies
21h6m

Course Hero | Redwood City, USA; Toronto, Canada; Vancouver, Canada; Remote - India | Various Engineering, Product, Analytics roles | Full-time, Hub-Based / Remote | Course Hero is an online learning platform where students can access over 40 million course-specific study resources contributed by a community of educators and other students. We envision a world where every student graduates, confident and prepared. We were recently valued at $3.6B and are actively hiring!

We are hiring for the following roles: - Staff Software Engineer- DevOps - Senior Data Scientists - Senior IT Systems Engineer - VP of Product - Senior Engineering Manager

Our tech stack: React, Typescript, Sass, Go, Python. Come join us on our journey to help invent the future of student learning!

sooham
0 replies
12h6m

I hate your company. You posted my homework and assignments online without my permissions by paying off TAs in my university. That was theft.

Esras
0 replies
20h40m

Just a note, you don't have a Senior Engineering Manager role posted on your site. Would happily chat over it!

clee_tech01
2 replies
1d

Monad Labs | Engineers | Full-Time | NYC (Preferred), or REMOTE (US/Canada/Europe) | https://www.monadlabs.xyz/

Founded by Jump Trading and MIT CS alums in 2022, Monad is building from scratch an open-source, L1 blockchain that delivers 10,000 tps - 1000x the throughput of Ethereum - while maintaining backward-compatibility for Ethereum smart contracts.

We are looking for experienced C++ or Rust developers to work on greenfield initiatives on our consensus and execution teams. Consensus: https://boards.greenhouse.io/monad/jobs/4355634005?gh_src=e3... Execution: https://boards.greenhouse.io/monad/jobs/4373013005?gh_src=49...

We are also looking for a compiler engineer to build a custom compiler that accelerates EVM bytecode execution: https://boards.greenhouse.io/monad/jobs/4376056005?gh_src=c0...

carterschonwald
1 replies
22h30m

For some reason your greenhouse page submit button keeps on hanging on me

lebean
0 replies
21h29m

It's built on web3

brianazizi
2 replies
21h42m

Omnea | Founding Head of Engineering | ONSITE (London) | Engineering | £120k-£160k + equity | https://careers.omnea.co/engineering-leader

We’re a London-based startup and raised an initial $5m from two tier 1 VCs and 30+ renowned founders & angel investors. We’re building an orchestration layer to fix B2B purchasing, enabling finance & procurement teams at Tractable, Onfido, Lookout, McAfee etc. one place to manage all purchasing, whether it’s SaaS, hardware, or services. The Founding Head of Engineering takes our engineering org to the next level as we’re going from ‘start-up’ to ‘scale-up’. Ideally, this person has built, managed and scaled an engineering team in B2B SaaS before, and wants to build something they care about and treat Omnea as their own business! Here’s the job spec for more details: https://careers.omnea.co/engineering-leader Or if you know someone who could be interested, please share them too - we pay £10k for any successful referral!

mpeg
0 replies
19h49m

You should probably know your HR team is insta-rejecting applications for reasons such as "having moved into management too quickly" with 6 years IC 8 years management.

No hard feelings, I wasn't even that invested in it, I just found the immediate rejection an interesting choice.

jasonsgt
0 replies
19h44m

I recently spoke to one of your operators/strategy people and your product looks quite awesome! We currently use Vendr (which I'm not very happy about) but looking to switch for locally-hosted solution instead due to legal restrictions.

I'm not an engineer - just a fellow procurement professional but I would be happy to get involved in your product in any way

beautiful-ai
2 replies
1d2h

Beautiful.ai | Fully Remote | USA/Canada | Full-time Series B | 16M Funding | AI Industry | B2B SaaS

1. Senior Software Engineer - $150k - $250k Base Salary + Equity https://boards.greenhouse.io/beautifulai/jobs/4022123007

2. Lead Software Engineer - $175k - $250k Base Salary + Equity https://boards.greenhouse.io/beautifulai/jobs/4231312007

3. Freelance Technical Recruiter - $10k - $11.5k per month (Contract) https://boards.greenhouse.io/beautifulai/jobs/4231285007

4. Senior Data Analyst - 100k - 140k Base Salary + Equity https://boards.greenhouse.io/beautifulai/jobs/4075629007

5. Product Designer - 110k - 160k Base Salary + Equity https://boards.greenhouse.io/beautifulai/jobs/4192650007

xandrius
1 replies
1d2h

Would you consider an applicant not based in NA?

otteromkram
0 replies
2h12m

Not at this time.

ThomPete
2 replies
1d1h

Faktory | Full Time | Remote/On-site (New York, US) | https://www.faktory.com

Faktory is building the worlds biggest, smartest and most reliable AI workforce.

Your objective is to help make sure our ai agents become ever smarter, more reliable an and that new ones can be created via our Agent Studio platform.

Our aspirations are high, so your obsession with everything AI and agents will will have to bee too :)

Here are a few of the roles we want to hire for:

* Senior Developer * We are currently looking for a developer who live and breath AI/LLM/Python

* Prompt Engineer * Are you AI whisperer of prompting? Then we most definitely would want you. You need to have some basic technical understand if you are a developer it's a plus.

* Frontend Developer * You are king of vanilla javascript and kind of don't like framework but understand react.

Please write us at apply@faktory.com

newhotelowner
1 replies
23h20m

Why vanillajs?

ThomPete
0 replies
22h16m

Because we need someone who know how to optimize beyond what the frameworks can normally do.

xata-aimee
1 replies
1d1h

Xata (https://xata.io) | Fully Remote: based in Europe or East Coast USA | Asynchronous | Full-time

Xata is building a modern cloud database on top of PostgreSQL. We offer features like: automatic scaling, branches, zero-downtime migrations, a built-in search engine, analytics, and more.

- We are engineer-led: We build developer tooling, we trust our engineers to shape our products, and at our core we're a hardcore cloud infrastructure company. - You'll have a lot of flexibility and autonomy. We don't track hours and we don't count PRs. - We've raised $35 million and have years of runway. We're building for the long term.

We are looking for: 1. Staff Platform Engineer - experienced in running datastores (or persistent workloads) at scale in Kubernetes - https://xata.io/careers/3662608 2. Technical Writer - engineering background, experienced in writing source code and sample apps - https://xata.io/careers/3605192 3. {Senior,Staff} Software Engineer (PostgreSQL Contributor) - https://xata.io/careers/3425123

We care about diversity in tech. If you come from an underrepresented background in tech, we strongly encourage you to apply.

lee-rhapsody
0 replies
23h11m

Hi, just sent you a LinkedIn message regarding the tech writer position—thanks!

xGrill
1 replies
23h50m

PMG | Software Engineers | ONSITE (Dallas) We are a digital marketing technology company that wants to make adtech and martech significantly more data driven.

We are looking for folks who want to transition their careers from Software Engineers to AI Engineers

https://www.pmg.com/careers/job-openings?department=Data%20%...

leykwan132
0 replies
20h24m

Hey! Do you have openings for new grad?

wikimove
1 replies
23h36m

wikimove | Software Engineers | Contract / Full-Time | Fully Remote (Europe CET+/-2)

We are wikimove, a startup focused on changing how mobility is implemented in cities around the world. We build a MaaS (Mobility-as-a-Service) platform which enables cities to take control over urban mobility. Come work with us to help reduce climate change through technology and help make the world better today and for future generations. Our existing customers range from cities to large transportation associations within Germany. Our next step is to expand into other European countries.

Please find the full role descriptions and the application email at https://wikimove.me/?page_id=1579.

We have are hiring for the following roles:

+Senior Backend Engineer (Spring, WebFlux, RxJava, Kafka, Kubernetes) https://wikimove.me/?page_id=1876

+Senior Frontend Engineer (React, Redux) https://wikimove.me/?page_id=1877

+Senior Mobile Engineer (Flutter, RxDart) https://wikimove.me/?page_id=1878

gdsdfe
0 replies
22h40m

Do you guys offer any relocation support for someone out of the EU wanting to move to Germany ?!

vehiclesoftware
1 replies
1d1h

Tesla | Various Roles | Palo Alto | ONSITE | https://www.tesla.com/careers Tesla is hiring for software positions across a variety of disciplines. If you're interested in helping us transition to sustainable energy production/storage/consumption, we'd love to hear from you! Please apply online at https://www.tesla.com/careers and send us a email highlighting some exceptional things you've done in the past so we can pull your resume from the stack. You can reach us at vehiclesoftwarerecruiting at tesla. Make sure to reference the url for the job(s) you've applied to!

Full-time

https://www.tesla.com/careers/search/job/sr-system-integrati... (firmware, low voltage, integration) Location: Palo Alto, CA

https://www.tesla.com/careers/search/job/software-integratio... (firmware, electronic park brake (EPB), integration) Location: Palo Alto, CA

https://www.tesla.com/careers/search/job/staff-software-engi... (embedded, systems architecture, C, Python) Location: Palo Alto, CA

https://www.tesla.com/careers/search/job/sr-controls-softwar... (controls engineer, C/C++, battery management systems) Location: Palo Alto, CA; San Diego, CA; Austin, TX

https://www.tesla.com/careers/search/job/software-validation... (system validation, high voltage, charging, software on hardware testing) Location: Palo Alto, CA

https://www.tesla.com/careers/search/job/sr-hardware-simulat... (embedded, test development, C, VHDL hardware simulation) Location: Palo Alto, CA

https://www.tesla.com/careers/search/job/controls-software-d... (embedded, controls, C) Location: Palo Alto, CA

https://www.tesla.com/careers/search/job/sr-embedded-softwar... (embedded, sensors, actuators, C) Location: Palo Alto, CA

===================================

Fall 2024 Internships: https://www.tesla.com/careers/search/job/internship-validati... (internship, validation) Location: Palo Alto, CA

https://www.tesla.com/careers/search/job/internship-embedded... (internship, firmware/embedded development) Location: Palo Alto, CA

https://www.tesla.com/careers/search/job/internship-integrat... (internship, integration) Location: Palo Alto, CA

theonething
0 replies
22h57m

curious as to why this is getting downvoted. Is it because people here don't like Tesla?

tristansokol
1 replies
1d

Small boutique consulting | junior+ Developer | US Remote (some est meetings) | part-time/flexible/1099 | $$/hr

Hi! I work with a small group of developers doing custom software development and consulting for small/medium businesses. We have enough work where it would be nice to have someone else in our team so we can maybe think about more clients. This is a great opportunity for SAHMs, new parents, etc. who want to get back into the workforce in a very flexible way and don't _need_ a full time job, or people who are looking for some supplemental nights and weekend work or maybe transitioning into software development from a different career.

The work is very different by client, so we are always learning new domains, but not terribly difficult, so a year or two of development experience is a great level for us. Our technology stack is anchored in: - JavaScript/Node/Vue - GCP/App Engine/Cloud Functions - Jira/Confluence/Google Workspace

If this sounds interesting and a good fit your lifestyle, reach out to [the two letter acronym for this site]@cookie.bike

Have a great day!

wbuqui
0 replies
4h59m

Hi, my name is Willian, I'm interested but I couldn't find your website or email to call you. My website https://app.willianbuqui.dev/

sshumaker
1 replies
22h16m

Stealth startup | Lead mobile engineer, AI Engineer | Bay Area or LA (hybrid) | Full-time

We're a stealth startup building something unbelievably ambitious in the AI space that blends AI and gaming tech - co-founders are Andy Gavin [1] (co-founder of video game developer Naughty Dog) and myself (VP @ Microsoft, Credit Karma, previously Google and Naughty Dog). Venture-backed by top investors including First Round Capital and Battery. Get in on the ground floor and work directly alongside a living legend and a small team of world-class talent.

Lead Mobile Engineer - Swift and C/C++, CoreML a plus

AI engineer - Finetuning/Retraining LLMs (LLama/Mixtral/etc), MLOps a plus

If interested, reach out to me at: scott@persona-ai.ai

[1] Andy Gavin on the Making of Crash Bandicoot: https://www.youtube.com/watch?v=pSHj5UKSylk

dmbaggett
0 replies
22h12m

One of the best teams on the planet!

smilliken
1 replies
1d1h

MixRank (YC S11) | Software Engineers | 100% REMOTE (Global) | Full-Time

MixRank processes petabytes of data every month from web crawling. We have hundreds of customers using our data products including Google, Amazon, Facebook, Intel, and Adobe, across industries Sales, Marketing, Finance, and Security.

Team is 41 full-time, full-remote from 20+ countries. We're growing, profitable, employee-owned, no dependence on outside funding. Applicants from all geographies and backgrounds are welcome.

We are looking for passionate individuals for whom programming is not just a job but it’s something they love to do. We're obsessed with computers, programming, big data, databases, compilers, hardware, math, data science, and the internet. Does this sound like you? Please apply to join our team.

Our code base is very friendly to new contributors. You'll have a fully-functional development environment within hours (fully automated) and be pushing commits on your first day. Deployments to production happen multiple times per day and finish in less than 2 minutes. Effectively all of our codebase is written in Python, Rust, SQL, Javascript/TypeScript, and Nix. The core technologies you'll need familiarity with to be productive are Python, PostgreSQL, Linux, and Git.

We operate at a larger scale than typical startups. We operate two datacenters with high performance servers we've built that are capable of dealing with the volumes of data we process. We've implemented our own distributed file system. We do full-scale web crawls. We download and perform static analysis on the entire universe of Android APKs and iOS IPAs that are published. Unlike a typical startup where you'll spend half of your time in meetings, and the other half fixing bugs from Jira tickets— at MixRank you'll get to challenge yourself with difficult technical problems that will help you to grow as an individual.

--

Junior Software Engineer - Remote (Global), Full-Time

We're looking for remote junior engineers that have 0-3 years of professional experience in software, and 5+ years of curiosity exploring computers, programming, and technical hobby projects. This is an open-ended entry role with mentorship and diverse opportunities to work on all areas of our product: databases, distributed systems, infrastructure and tooling, data analysis, machine learning, frontend/backend web development, APIs, data mining, data modeling, and more. To stand out, please highlight what makes you unique: passion for computing, curiosity and side projects, work ethic, niche research, etc.

Ideally you've already graduated, but if you still have one or more years left of school, please feel free to apply anyway, and if you're the right fit for the team we'll figure out a way to accommodate your schedule.

--

Software Engineer - Remote (Global), Full-Time

We're hiring generalist software engineers to work on web applications, data mining, machine learning/data science, data transformation/ETL, data modeling, database scaling, infrastructure, devops, and more. We'll cater the role to whatever subset of these areas match your interests.

Beneficial experience includes PostgreSQL, Python, Rust, Linux, TypeScript, Nix, frontend/backend web development, and data mining.

--

I'm Scott, Founder/CEO/CTO. Please apply here: https://www.ycombinator.com/companies/mixrank/jobs

svashish305
0 replies
5h0m

Hi I had applied last year so can't reapply but I want to re-apply. Is there any other way than the ycombinator link?

shootforthemoon
1 replies
21h8m

Coder | Remote first - US/Canada | Open-Source Sr. Full Stack Engineer | Full time, perm

4 - 7 years of experience in Go, Typescript, React | We love seeing active open-source GitHub and side project work | Base: $140K to $180K/yr DOE & location

Our mission is to keep developers in flow. Coder has created a devtool that offloads development from local workstations to your on-prem and public cloud infrastructure. Target customer is enterprise engineering orgs at some of the world’s largest and cutting edge companies. Our tech stack is typescript, react, golang, terraform, linux

Check us out: https://coder.com/ https://github.com/coder Apply online: https://jobs.ashbyhq.com/Coder

thepaulmcbride
0 replies
18h15m

Would you consider someone without Go experience if they’ve got equivalent experience in Node? I’m very keen to learn Go, but haven’t used it professionally.

samier-trellis
1 replies
1d1h

Trellis -- AI/ML Engineer | Remote | trellis.law

We are looking for a senior/staff ML person to join our data science and machine learning team. The kinds of things we envision this hire doing:

* Leading the development of scalable training and deployment infrastructure for several ML models.

* Leading and guiding the team in which metrics to select to evaluate LLM output, our custom RAG pipelines, etc, and taking a hands-on role in building automated pipelines to conduct such evaluation.

* Fine-tuning LLMs to handle domain-specific use-cases.

Please apply here: https://jobs.lever.co/trellis/b76fa20e-8bf4-4d6e-a716-200f36...

Tech stack: Python/Django; AWS; Postgres; Elasticsearch; Redis

About Trellis: Trellis is one of the only modern, searchable, and aggregated sources of state trial court filings around, and we are actively expanding to include Federal court dockets as well. If you have never before tried to search state court dockets, you probably aren't aware of how difficult it is to find what has been filed in public court cases. Trellis is filling the gap and modernizing the space. Our customers range from solo practitioners to some of the largest and most prestigious law firms in the country.

I am happy to answer any questions here, or via Discord DM (ss1515)

wantsanagent
0 replies
1d1h

You may want to add a section about what your company does.

rajasimon
1 replies
23h14m

I applied December 23 and July 23. But didn't get any reply.

dang
0 replies
22h3m

I agree that companies should reply to applicants, but this type of post goes against the rules at the top of the thread.

We detached this comment from https://news.ycombinator.com/item?id=39563487.

philmo1
1 replies
1d1h

Orbit | Full Stack Engineer | REMOTE, or London (UK), or Hamburg (Germany)

Orbit is the operating system for logistics & delivery – modular, cloud-native, made for pros. We strive to make the world of logistics a better place by providing the world’s leading logistics operating system and helping companies to achieve more with less: Do more. With Orbit.

Read more & apply --> https://bit.ly/3JCNVh2

We care about design. We fundamentally believe that great design comes with clarity of thought – and vice-versa. Design isn’t shallow: We can differentiate ourselves with design – by thinking outside the box and pushing boundaries.

Software. Done right. We perceive software as art & craftsmanship. And as craftsmen we care about how things are made. Our code is robust, high-quality and built to last.

Platform-centric thinking. Orbit is an inter-connected operating system – this is why we always think holistic. Ask not what your feature can do for the platform — ask what the platform can do for your feature.

Easy-(and-enjoyable)-to-use & Self-serviceable to the core. Orbit is enterprise-grade technology and used in complex organisations. Although Orbit is ‘Made for Pros’, ease of use, enjoyable UX and self-service capabilities are non-negotiable.

LAC-Tech
0 replies
22h32m

Hi, your site says "Send a speculative application", mine was fairly speculative but I just went through the fullstack engineer posting, didn't see any other links.

paulfitz
1 replies
1d2h

Grist Labs | Systems Engineer | Full-time | NYC OR REMOTE +/- 3hrs | https://getgrist.com

We're looking for someone to make our modern spreadsheet software run everywhere. To apply, there's a puzzle. Just do: docker run -it gristlabs/grist-twist and poke around. If the words battery correct horse staple mean something to you, you might have an advantage.

The heart of the software you'll be working with: https://github.com/gristlabs/grist-core/ More information about job and company: https://www.getgrist.com/job-systems-engineer/

The essential requirement for the job is comfort working with operating systems and containers, and having some back-end programming experience. People with a dev-ops background will do well. If you have strong open source experience, even better.

Have you seen people install your popular software in weird and wonderful places, and seen all the weird and wonderful problems that crop up? Ever wanted to really go all in on making an app or library that can go anywhere? If so, you're the kind of person we want to talk to. Our software can already be used everywhere: as a commercial SaaS, or as part of a government office suite, running on servers owned by enterprises and citizen self-hosters, desktops, air-gapped installations, compiled to pure in-browser javascript, rippling like a dream through the etheric plane (well, not this last one yet). But it isn't always easy, and that's where you come in!

johnreese314
0 replies
9h33m

The puzzle was fun, thanks.

orkes
1 replies
19h26m

Orkes (Series A) | Customer Software Engineer | Remote / US | https://orkes.io/

Orkes is leading the next generations of platform that lets developers build highly resilient durable applications. We are also the creator and maintainers of Conductor open source orchestration engine.

We are looking for a software engineer, who is obsessed with helping customers be successful, is not afraid to dig into the code and is able to switch between languages like Java, Go, Typescript or Python (if not all, some) effortlessly.

Occasional travel required.

- Sr. Software Engineer - Customer engineering - 150k-175k + Equity

apply jobs at orkes io

tedyoung
0 replies
19h3m

These positions are all labeled as "Hybrid" (2-3 days on-site). Could you clarify that these are 100% remote? If not, please change your post to reflect this.

onxmaps
1 replies
23h29m

onXmaps, Inc | Montana or REMOTE, USA only | https://www.onxmaps.com/careers

ABOUT – Are you an Engineer who loves the outdoors? Join onX! onX is a suite of digital navigation apps (Hunt, Offroad, and Backcountry) that empower millions of outdoor enthusiasts. If you’re passionate about writing great software, love playing outside, believe in protecting access to public lands, and want to dominate the off-pavement mobile GPS market – then join our team, where we empower millions of outdoor enthusiasts to explore the unknown! We have multiple openings! View them here: https://www.onxmaps.com/join-our-team

Here are some of the technologies we work with:

3D (OpenGL, Metal, C++)

Data Automation (Python, PostgreSQL, GIS)

Android (Kotlin)

iOS (Swift, SwiftUI)

Backend (Go, Elixir, GraphQL, GCP, Kubernetes)

Web (Vue JS)

Quality (Cypress, XCUITest, Espresso)

agent531c
0 replies
23h24m

Am I mistaken, or is that Data Automation role not listed on the site?

mikek
1 replies
23h12m

Superhuman | React.js, Node.js, Electron, Swift, Kotlin, Golang, GCP | Fully remote, Full-time | US, Canada, Mexico

We’re building the fastest experience in the world for work email, team communication, and productivity platform of the future. (superhuman.com)

We’ve built the fastest email experience in the world, and soon-to-be team communication and collaboration so professionals end each day feeling happier, more productive, and closer to achieving their potential. There are estimated to be a billion professionals that spend 2-3 hours a day in email and they deserve superpowers. Teams have adopted us at Spotify, Netflix, Airbnb, Notion, Dropbox etc.

Hiring for:

* Senior Engineering Manager

* Senior Product Designer

* Product Marketing Manager

Apply at: https://superhuman.com/jobs

RangerScience
0 replies
10h34m

Ah - love you guys, been using your for years now :) If you remember Brian Switchkow, I was one of the engineers helping out make SpiritualBro. Your iframes (elegantly used, btw!) caused me quite and headache :)

I notice you don't have any engineering roles open, tho...?

mavam
1 replies
22h24m

Tenzir | Remote (EU) or Hamburg, Germany | open-core | Full-time | https://tenzir.com

Tenzir is hiring several key engineering roles to meet the needs in expanding the team. Our product: security data pipelines. From the data side, think of it as an Arrow-native, multi-schema ETL tool that offers optional storage in Parquet/Feather. From the security perspective, think of it as a solution for collecting, parsing, transforming, aggregating, and routing data. We typically sit between the data sources (endpoint, network, cloud) and sinks (SIEM, data lake).

Our open-source execution engine is C++20 (https://github.com/tenzir/tenzir), our platform is SvelteKit and TypeScript. Experience with data-first frontend apps is a great plus. Open positions at https://tenzir.jobs.personio.de:

    - Fullstack Engineer
    - Senior Frontend Engineer
    - UI Designer
    - Solution Engineer
We are based out of Hamburg, Germany, and hire across EU time zones, stretching all the way to India.

work_hard93
0 replies
9h33m

I am interested in the senior frontend role and i am curious on what sort of work this position will involve in here.

Is there anyway i could reach you ?

Thanks

lap5j
1 replies
1d

Alembic | San Francisco | Full-time | In-Office/Hybrid

Alembic applies mathematics and AI developed for identifying causes, treatments, and mortality during the pandemic to tracing the results of marketing initiatives. We provide leading companies like NVIDIA a real-time view to optimize their marketing. We’re backed by leading tech luminaries and innovators including WndrCo, founded by DreamWorks founder Jeffrey Katzenberg, Jensen Huang, Joe Montana, and many more. We announced our Series A in February and are growing our team at scale in 2024.

Alembic is hiring engineers across the team - full stack, backend, UI, R&D, data science, devops.

Job postings > https://jobs.ashbyhq.com/alembic?utm_source=LN0y4z4gdM

leykwan132
0 replies
20h23m

Hi is the company hiring new grad?

kristiedleson
1 replies
1d1h

Staff iOS Engineer (and many other eng roles) amo | https://amo.co/about/ | Paris (Onsite) | Relocation & Visa sponsorship

https://amo.co/jobs/?ashby_jid=f185606c-55b3-4d32-8145-46b54...

About amo:

* The amo engineering team is currently 20 people. Mostly generalist programmers with at least 1 strong specialty over the past few years. We believe that great software need a decent mix of generalists and specialists to cover the whole spectrum of programming practices.

* We all work very closely to product and design and put a lot of emphasis on having the user at the center of all our technical reflections — pushing the boundaries of what could be (more) awesome for the end user.

* We make the extra effort of defining, dividing and sizing technical projects and use Linear to communicate those with the rest of the team as well as tracking progress within the team. We value rigor, pragmatism and performance in all our technical decisions.

* Having a team of seasoned programmers greatly helps in that regard. Since we are working on a single monorepo, we encourage one another to cross language boundaries when it feels right. We believe that exposure to different environments makes you a better programmer.

wantsanagent
0 replies
1d1h

You might want to add a section about what the company does.

kindly-ai
1 replies
1d1h

Kindly.ai | Backend Developer | ONSITE | Oslo, Norway | Full-time

Keywords: Python, Django, NodeJS, Postgresql, Elasticsearch, MongoDB, Elixir/Phoenix, GCP, Kubernetes, Terraform, DevOps, AI, NLP, LLMs

Kindly is a growing SaaS company of 50+ employees, working out of Oslo, Stockholm, and Copenhagen. Our chatbot platform helps big businesses and organizations around the world to automate and deliver world-class customer service. We leverage AI, GPT and machine learning to build the world's most loved chatbot. We have over 140 incredible clients that include Elkjøp Nordic, Kahoot!, Voi, Norwegian and Happy Socks – just to name a few. Our tech reaches over one million users every month and we handle thousands of messages every hour.

Your Role: Develop and enhance our platform. Lead feature development from ideation to release.Collaborate with teams and engage directly with customers.

Your Profile: 3-5+ years of backend development experience. Proficiency in Python, Django, NodeJS, or Elixir. Familiarity with databases like Postgresql, MongoDB. Strong coding, leadership, and self-organization skills. Bonus Skills: DevOps, Elasticsearch, Kubernetes, CI/CD, Terraform, AI/ML.

Read more at jobs.kindly.ai/jobs/3662748-backend-developer

kcartmell
1 replies
1d2h

Snout https://www.snoutplans.com/ | Senior Software Engineer | Remote US | Full Time | $120k + equity and benefits

Join us at Snout on our mission to ensure no one ever has to make a health decision for their pet based on the cash in their back account. Snout plans pay for 100% of routine veterinary care, unlimited visits, and additional member benefits - think pet insurance, that you will actually use every year.

You will be working on our core wellness product, launched late-2022. Work includes the addition of new wellness plan features and capabilities, enhancement of user experience, testing and operation of the wellness platform, and special projects that arise from time to time. We frequently work cross-functionally and you can expect to write code and perform technical operations for our marketing, sales, and support efforts, as well.

Our tech stack includes Node.js, React, PostgreSQL, AWS, and Tailwind. We use both JavaScript and TypeScript heavily.

We’re a small startup team consisting of fewer than ten people. Successful team members are comfortable participating in spirited and detailed debates to establish product and technical plans, and then taking initiative and ownership to deliver on those plans quickly and effectively. Our team is collaborative. You can expect to meet with the team on a daily basis, pair regularly, and participate in slack discussions throughout the day. We keep pacific work hours and expect the team to be available during 9a-5p at a minimum. If you’re looking for a team where you can carve out your area of responsibility, work with experienced partners who have your back, grow your role alongside the growth of the company, and take a product to the moon, then we should talk.

To apply, please email kyle@snoutplans.com.

Our typical process is a one hour technical interview followed by a casual 30 minute meeting with our whole team.

wantsanagent
0 replies
1d1h

To make sure I understand your business, your software allows vets to offer subscription packages to customers and you handle the recurring payment processing etc?

justicz
1 replies
1d

Charge Robotics | Senior Robotics Software Engineer | Full-time | Onsite / Hybrid | SF Bay Area

Hi HN! We’re a YC-backed startup building robots that build large-scale solar farms. We just got back from the first commercial deployment of our system on a real-world solar construction site (video + more details coming soon!).

It turns out that construction companies literally can't build solar fast enough, so what we're doing is a crucial part of switching the grid over to renewable generation. We're looking to bring another talented software engineer onto our small team.

You’ll be a key contributor, helping bring our next generation of mobile solar factory to life. Your work will involve architecting, developing, and maintaining high-quality code and documentation for our fleet of fully-automated factories

Come work with us if you love:

* Fast-paced prototype development with software and hardware components

* Making a positive climate impact through your work

* Hacking on massive construction equipment!

Apply here: https://www.workatastartup.com/jobs/51266

jdkanani
1 replies
13h0m

Morphic | Frontend Engineer, Software Engineer, AI Research Engineer, Product Designer | Full Time | Remote (US, India)

Morphic is working on disrupting the entertainment industry by building AI powered tools for storytellers. Our first tool is Morphic Studio which is a intelligent canvas and end-to-end editor that helps creators to create high-quality controlled videos through advanced machine learning and user-friendly design. We are a team of experienced engineers working across platform and ML layers, while also building our foundational model for temporal consistency unseen in the industry.

We are looking for a couple of Software Engineers, who will work at the Product/Platform layer (Remote India) , an AI researcher with experience in Generative models (ideally with some exposure and understanding of Diffusion Transformer architecture) (Remote West Coast US), and a Product Designer with some past experience in designing complex interfaces for Video editors (Remote US).

Send me an email jd@morphicfilms.com to apply or if you have any questions.

Read More: [https://morphicfilms.notion.site/Join-Morphic-e80009adcf8742...

goodklopp
0 replies
16m

The notion link is not working

hartator
1 replies
22h48m

SerpApi | https://serpapi.com | Junior-to-Senior Fullstack Engineer | Illustrator and Graphic Designer | Based in Austin, TX but remote-first structure | Full-time | ONSITE or FULLY REMOTE | $150K - 180K a year 1099 for US or local avg + 20% for outside the US

SerpApi is the leading API to scrape and parse search engine results. We deeply support Google, Google Maps, Google Images, Bing, Baidu, and a lot more.

Our current stack is Ruby, Rails, MongoDB, and React.JS. We are looking for more Junior and Senior FullStack Engineers.

We have an awesome work environment: We are a remote first company (before Covid!). We do continuous integration, continuous deployments, code reviews, code pairings, profit sharing, and most of communication is async via GitHub.

We value super strongly transparency, do open books, have a public roadmap, and contribute to the EFF.

Apply at: https://serpapi.com/careers

leykwan132
0 replies
20h22m

Hi do you guys offer new grad position?

gdeglin
1 replies
1d

OneSignal | California, New York, Pennsylvania, Texas, Utah, Washington | Onsite or Remote (Within Supported States) | Full Time | https://onesignal.com/careers

Tech stack includes Go, Rust, Ruby on Rails, Kafka, Postgres, Redis, InfluxDB, Typescript, React

OneSignal is building the best platform for businesses to intelligently engage with customers across every channel. We provide a simple interface to push notifications, email, and in-app messages, letting content creators focus on quality user engagement instead of complex implementation.

We're hiring Senior Software Engineers across multiple teams.

More information and apply at https://onesignal.com/careers

RangerScience
0 replies
10h50m

Applied! I just want to say that was wonderfully easy - a few clicks, some autofill. I appreciate that y'all have made this easy :)

esafak
1 replies
20h2m

Archipelago AI (https://archipelago-ai.com) | Infrastructure (SRE/Platform) and Backend Engineer | Part/Full-time | Remote

Our company is dedicated to improving distributed work through better communication tools. More productive, and more conducive to forming the social ties that we associate with face-to-face interaction.

We are hiring a part-time infra engineer to ensure our security, and increase our productivity. You'll own traditional infra duties like observability, IaC, CI/CD, Kubernetes, authn/authz, backups, networking and security.

We also have a full-time opening for a backend engineer versed in distributed systems and message-oriented middleware, or at least pub/sub. Knowledge of Kotlin and NATS a plus. You'll get to dabble in machine learning too, if you want.

Send your resume to hiring@[domain] or message us at https://www.linkedin.com/company/archipelago-ai/

We are only able to accommodate US citizens and GC holders at the moment; no H1B, C2C, OPT/CPT. We look forward to relaxing this requirement in the future.

RollAHardSix
0 replies
3h38m

Emailed hiring@.

Best of luck with your candidate search.

djd20
1 replies
12h38m

Democrance | https://democrance.com | MULTIPLE ROLES: Python/Django/Pyramid hacker, UX/UI Product designer | Dubai, UAE | Saudi Arabia , KSA | REMOTE optional (although working in Dubai-UK timezones)

We’re a mature microinsurance SaaS startup, building software to help bridge the gap between insurance companies and those who are not insured or under-insured. High traffic, mobile first + SMS and USSD platform that requires some interesting compliance and security requirements with deployments in countries with variable quality infrastructure.

Stack is Vue.js with mostly django in the back end although pyramid/sqlalchemy is being introduced. Plenty of third party api integration. Gitlab, unit tests, and continuous integration are standard.

Our devops stack includes Ansible and Terraform, and we operate across the major cloud providers, as well as a few smaller players! Mature and international dev team with a few PhD’s included.

Our QA Automation stack is built in Selenium in Java, and we're exploring Playwright as a complementary technology. Understanding of GIT, CI/CD pipelines debugging issues related to them will be key. Experience with TestNG, Maven or Gradle welcome!

As UI/UX Product designer we are looking for you to lead the product design and work closely with the front and backend developers to make insurance more accessible and better!

Ideally we’re looking for both mature candidates and juniors - industry experience is of course welcome.

Please apply to together@democrance.com by clearly stating the role you want to apply for, your name, current location and visa status, your notice period, salary (Please do not apply again if you already have).

Detailed Job Descriptions available here:

Back end : https://www.democrance.com/senior-back-end-software-engineer...

UI/UX Product Designer : https://www.democrance.com/ux-ui-designer-lead/ Please share portfolio!

rythmlord
0 replies
3h54m

Could you state wether or not you offer visa sponsorship, to avoid confusion. Do you accept remote contract workers ?

corbinh
1 replies
21h44m

Augmental - Build life-changing human-computer interaction devices | San Francisco | ONSITE (remote ok for some roles) | https://www.augmental.tech/

Our smart mouthware is designed to revolutionize computer control and health monitoring. Our mission is to create technology that not only enhances human capability and longevity but also levels the playing field for those living with disabilities.

We started shipping products that are changing peoples lives with a team of < 10 and < $1M in funding. It is now time to grow and we’d love to talk to you if you are interested in any of the listed roles:

- Lead Firmware Engineer (ONSITE / flex) - BLE, C and C++, automated testing

- Generalist Software Engineer (ONSITE / flex preferred, REMOTE ok) - native apps, embedded code, internal tools including web apps and CLIs

- Machine Learning and Signal Processing Engineer (ONSITE / flex preferred, REMOTE ok) - realtime signal processing, embedded ML, speech models

- Lead Electronics Engineer (ONSITE / flex)

- Mechanical Engineer (ONSITE / flex)

- Assembly Technician (ONSITE)

- Customer Success Lead (ONSITE / flex preferred, REMOTE ok)

Full job descriptions will be posted soon at https://www.augmental.tech/join-us, but please do not hesitate to send your resume now - jobs@augmental.tech

Not sure you meet all qualifications? Let us decide! Research shows that women and members of other under-represented groups tend to not apply to jobs when they think they may not meet every qualification, when, in fact, they often do! We are committed to creating a diverse and inclusive environment and strongly encourage you to apply.

weejewel
0 replies
20h0m

This is brilliant!

bmcahren
1 replies
17h3m

SKULabs | UX Designer | $100k-$160k | Full-Time | On-site | South Florida (Miami / Ft Lauderdale Area) SKULabs helps ecommerce companies scale their operations. Since 2014, our founder has commanded SKULabs offer the best customer service and no annual contract inventory, warehouse, and order management solutions. Designed in-house for an in-house need and scaled to support publicly traded companies and startups alike, SKULabs products are a boon to any Shopify or Amazon seller.

Help us scale out our latest product, innovate with new concepts of your own, and work on what moves the needle for our customers and our company. This is not your typical role seeing as you'll be one of the first ~10 employees here.

We were bootstrapped, have been profitable since 2018, growing, and are expanding our team every year.

We are looking for those with real-world experience building back-office-type applications and maintaining those platforms over long periods of time like we have daily for many years.

This role is for a Figma / Material UI / React UX Designer- Front of the frontend (Figma) and back of the frontend (Next.js/React) work involved.

https://jobs.lever.co/skulabs/408ce2cc-31ea-4911-87e0-dacff5...

--------

We're also still looking for the right person to manage our social media, in-house video studio production, and help with our content production pipeline.

Community Manager | South Florida | On-Site

https://jobs.lever.co/skulabs/cb732bcf-a2bc-420e-b151-d0b4f4...

otteromkram
0 replies
2h23m

If you're still looking in this market, why not make the role virtual/off-site?

Everyone knows that collaboration can happen anywhere and corporate culture is a farce, so what are some other excuses?

avb
1 replies
16h13m

Summit ESP | https://www.summitesp.com | Multiple Developer Roles | REMOTE (US), Based in Tulsa, OK

We are hiring for multiple roles at a Senior level and below. These are contract-to-hire positions. Our team is based in Tulsa, OK, however we are a 100% remote team across the US.

To apply, email your info/resume to jobs@summitesp.dev. This email goes directly to my team instead of HR. And if you have any questions feel free to reach out to me directly, info in my profile.

Summit ESP is seeking candidates that can directly contribute to the development, design, installation, testing, and maintenance of multiple web applications. Our team is responsible for developing and maintaining software to automate business and manufacturing processes. We're looking to build a team that lasts and continuously improves. Candidates will be expected to innovative and learn quickly. We have team members all over the US and this position is open to excellent remote candidates. Our headquarters is based in Tulsa, OK. At Summit ESP we manufacture, install, and service ESP systems (electric submersible pumps), primarily for the oil & gas industry.

Skills & Requirements

- An expert-level ability to communicate in the English language, both written and spoken.

- Extensive experience building and maintaining dynamic websites backed by databases (HTML/JS/CSS/SQL)

- 5+ years of professional development experience (3+ for non-senior)

- 3+ years of professional experience with Python (1+ for non-senior)

- 3+ years of experience with JavaScript (1+ for non-senior)

- 2+ years experience with relational databases (1+ for non-senior)

- A strong grasp of computer science

Nice to Haves

- Prior experience with Django

- Familiarity with a unix-based environment

- Familiarity with Vue.js

- Familiarity with Tailwind

- Familiarity with Typescript

- Familiarity with distributed version control (Git)

- Familiarity with Postgres or MySQL

- GitHub Actions

- AWS (EC2, RDS VPC, IAM, S3)

jairuhme
0 replies
15h50m

Not sure if its just me, but I can't connect to the site you linked.

Uptrenda
1 replies
17h11m

Hey people, good luck to everyone currently looking for work. It's an emotional roller coaster. But I do think the tech job market is much better now compared to how it was. If you haven't looked for work in a while all of these things are normal:

- Complete radio silence for the first month, followed by a deluge of interest.

- Feeling depressed, hopeless, or under appreciated.

- Rejections (lots of rejections)

Try not to take it personally and keep going. You got this.

titusblair
0 replies
11h37m

Love the positivity!

The_Egg_Man
1 replies
1d2h

Microsoft (Power BI) | Mid Level or Senior Engineer | Full-time | Onsite (Redmond, WA)

We are the Power BI client engineering infrastructure team at Microsoft. Our team is responsible for building the infrastructure and tooling that powers the Power BI client applications. We are a small, fast-paced team that works on a wide variety of projects, from building the and maintaining the core infrastructure for our 300 person mono repo to investing in new technologies and frameworks to improve our development experience. We work on everything from TypeScript to Nx to Webpack to DevOps.

We are looking for a strong engineer who is passionate about building great developer experiences and who is excited to work on a product that is used by millions of people every day. We are specifically looking for someone with experience in mono repo design and webpack tooling, someone that can roll up their sleeves and really dig into the details of our tooling to make it better.

Apply: https://jobs.careers.microsoft.com/global/en/job/1658200/Sof...

Email: alangria at microsoft dot com

haidrali
0 replies
23h58m

Does, Microsoft still assist in relocation/visa?

EligibleDecoy
1 replies
1d1h

GA-CCRi | onsite (hybrid or full): VA, DC, UT | mid+ engineering roles | full-time

We usually hire remote (USA) but we've paused on that - feel free to drop a resume if you are willing to wait (weeks to months).

General Atomics - CCRi is solving fun and challenging problems in the geospatial domain. I've been a backend engineer at a few different places, and this is by far the best engineering culture I've found.

Our team of 250-ish people includes Data Scientists, Systems and DevOps Engineers, Mathematicians, Computer Scientists, Statisticians, Image Scientists, and other kinds of software developers and programmers, all of whom offer unique backgrounds to solve very difficult problems ranging from machine learning with neural networks to massive scale spatio-temporal analytics.

Working in Java mostly, with a few niche C++ and rust applications deployed in cloud and on-prem k8s. Can only accept US citizens due to security requirements.

Bonus points if you are cleared/willing to get a security clearance!

Roles:

- DevOps engineer

- Frontend engineer

- Backend engineer

Salary:

- $90k+ (junior) to $230k+ (staff)

- paid out exempt hourly, I have never been asked to work more than 40hrs a week, but you can work a 48 hour week (or more) for a 20% raise if you want, too.

See roles here: https://www.ga-ccri.com/careers and email me if you want a referral: new.zone5211 @ fastmail.com

duskwuff
0 replies
20h11m

Can you explain why you posted an almost exact duplicate of this post, but with "DM me if you want a referral" replaced with your email address?

https://news.ycombinator.com/item?id=39563595

zrnsm
0 replies
22h40m

Aspinity, Inc. https://www.aspinity.com/

We're a semiconductor startup working on ultra-low power programmable analog devices.

We're always looking to hire.

We need expertise in the following areas: analog design, semiconductor production and test, embedded systems, ML model development and infrastructure, digital/analog signal processing, PCB design and test, analog circuit simulation, compiler infrastructure, SDK development and more.

Tools we use: Rust, C, Python, PyTorch, KiCad, Cadence.

Email me directly at nicolas@aspinity.com to connect. We're based in Pittsburgh.

zerojames
0 replies
1d

Roboflow | Open Source Software Engineer / ML Lead / ML Engineer | Full-time (Remote, SF, NYC) | https://roboflow.com/careers?ref=whoishiring0324 Roboflow is the fastest way to use computer vision in production. We help developers give their software the sense of sight. Our end-to-end platform[1] provides tooling for image collection, annotation, dataset exploration and curation, training, and deployment.

Over 250k engineers (including engineers from 2/3 Fortune 100 companies) build with Roboflow. We now host the largest collection of open source computer vision datasets and pre-trained models[2]. We are pushing forward the CV ecosystem with open source projects like Autodistill[3] and Supervision[4]. And we've built one of the most comprehensive resources for software engineers to learn to use computer vision with our popular blog[5] and YouTube channel[6].

We have several openings available but are primarily looking for strong technical generalists who want to help us democratize computer vision and like to wear many hats and have an outsized impact. Our engineering culture is built on a foundation of autonomy & we don't consider an engineer fully ramped until they can "choose their own loss function". At Roboflow, engineers aren't just responsible for building things but also for helping us figure out what we should build next. We're builders & problem solvers; not just coders. (For this reason we also especially love hiring past and future founders.)

We're currently hiring full-stack engineers for our ML and web platform teams, a web developer to bridge our product and marketing teams, several technical roles on the sales & field engineering teams, and our first applied machine learning researcher to help push forward the state of the art in computer vision.

[1]: https://roboflow.com/?ref=whoishiring0324

[2]: https://roboflow.com/universe?ref=whoishiring0324

[3]: https://github.com/autodistill/autodistill

[4]: https://github.com/roboflow/supervision

[5]: https://blog.roboflow.com/?ref=whoishiring0324

[6]: https://www.youtube.com/@Roboflow

yboris
0 replies
1d1h

Can we please include 4DWW as a tag in the description?

We need to normalize Four Day Work Week and including 5 extra characters in the description is a very small price to pay.

See 4DWW on HN being discussed today: https://news.ycombinator.com/item?id=39562760

wow_its_tru
0 replies
22h32m

Tome | SF (US) | Onsite or Remote | https://tome.com

Tome revolutionizes contract understanding using AI coupled with expert domain knowledge. We decode complex contracts into simple reports, so users can understand their rights and make informed decisions. We are a team of 8, with a 4.5 person engineering team, backed by top VC firms, and we're poised to transform the $400B legal industry.

*Role*: Join us as a Senior Frontend/Full Stack Engineer to build out our customer facing UI as well as our suite of internal tools for labeling contracts, writing prompts, viewing prompt performance, working with our custom expression language, and the usual et cetera. Lots of room for experimenting on best approaches to graph based interfaces and complex data visualizations.

*Ideal Candidate:*

- Has worked in a startup, or independently led projects - 5+ years of frontend development experience - Experience with complex data visualizations - Bonus points if you like writing full end-to-end tests, improving CI pipelines, or implementing pretty color gradients.

*Tech Stack:*

- Python backend, postgres databases, AWS infra, Next.js frontend

*Benefits:*

- Early-stage startup growth opportunities - Competitive pay and comprehensive benefits - Periodic on-sites (often including board gaming [presuming you view that as a benefit]) - Home office stipend - Use of the company jet* (*when acquired)

We are committed to diversity and encourage applications from underrepresented groups.

Reach out to me: st@tome.com and mention HN!

whummer
0 replies
1d2h

LocalStack | Multiple Roles | REMOTE | Full-Time

LocalStack (51k+ Github stars, 210M+ Docker pulls, growing global customer base) is on a mission to build the world's leading dev platform for local cloud development, team collaboration, and CI analytics. We are looking for top-notch engineers, GTM leaders, and cloud/DevOps enthusiasts to get on board and join us in this exciting journey!

Tech stack is (mainly): Python, Docker, React.js, Unix/system engineering, Cloud APIs (AWS/Azure). Occasionally some Java/Node.js/Go. Security expertise is a plus.

As we're entering our next growth phase, we're currently hiring for various roles, including:

* DevRel Lead: spearheading our DevRel efforts and managing our top-notch team, building great content, community programs, and partnerships; US-based candidates preferred, strong experience in cloud dev tooling required

* Senior/Lead Software Engineer (Data Platform Emulators): building out data platform emulators, including Snowflake and AWS Athena/Redshift/Glue; exciting opportunity to push our new Snowflake emulator forward (currently in private beta)

* Senior/Lead Software Engineer (Python): extending, polishing, and optimizing the LocalStack core emulation layer, building advanced product features and integrations (in our AWS flagship product, and our new Azure emulator)

* Senior/Staff Full-Stack Engineer (SaaS/Platform): implement cutting-edge new features in the LocalStack Cloud platform, lead projects from conception to delivery, co-own and drive the product roadmap

* Customer Success Account Manager: Own and grow our top customers. Responsible for renewal, enablement, and sourcing upsell

* Technical Recruiter: join our People & Talent team and play a crucial role in attracting top talent to contribute to our company's growth and success

The project is partially open-source, so you'll receive high visibility and maintainer status.

Come join us! You'll be a core part of a growing team in an early-stage startup (VC backed), on an exciting mission to shape and redefine the space of cloud developer tooling.

Details here: https://localstack.cloud/careers

We look forward to receiving your CV/portfolio/Github at jobs@localstack.cloud !

wakahiu
0 replies
18h58m

Reframe AI | REMOTE | Berkeley, CA, USA (HQ) | Full-Time | reframe.is Reframe combines a low-code interface with AI agents to automate data workflows end-to-end, accelerate queries, eliminate bottlenecks, enrich data, run analytics, generate insights, and optimize data management.

Our Company is remote with team members in multiple states/provinces. While our roots are in Berkeley, CA, we fully embrace remote work, and in-person collaboration is entirely optional.

* Senior Backend Engineer | Python - Remote * Front Engineer | React/NextJS/GraphQL - Remote

Experience working building AI Agents and fundamental understanding of pertinent concepts like RAG, React Agents and LLMs inner workings.

Email us: hireme-24-03@rfm.sh

videlov
0 replies
1d1h

GitButler | Senior <Rust | TypeScript | Ruby> Engineer | Full-time | Onsite Berlin

We are a small team of 9 people who love Git, building new functionality on top of the Git format (branching, code review & more). Our own @schacon has published the Pro Git book as well as co-founded GitHub.

Repository: https://github.com/gitbutlerapp/gitbutler Tech stack: Rust, TypeScript / Svelte in the Client, Ruby / Rails on the backend.

Currently looking for Senior Software Engineers with Rust, TypeScript (frontend) or Ruby skills to join us onsite in Berlin. Job ads: https://gitbutler.homerun.co

victorantos
0 replies
8h8m

AngJobs | AvaloniaUI Full-Stack Engineer | REMOTE | Flexibile times

https://github.com/victorantos/AngJobs

AngJobs is your gateway to the latest job opportunities posted on Hacker News! With our cutting-edge cross-platform application, you can stay ahead of the curve by accessing the "Ask HN: Who is hiring?" threads right from your MacOS and iOS devices.

Gone are the days of endless scrolling and missing out on exciting job prospects. AngJobs streamlines the process, delivering the freshest job listings directly to your fingertips. Whether you're seeking your next big career move or just curious about the latest tech trends, our app has you covered.

Built with .NET and AvaloniaUI, AngJobs offers a seamless user experience across multiple platforms, ensuring you never miss a beat, no matter where you are. So why wait? Dive into the world of endless opportunities with AngJobs today!

vannevarlabs
0 replies
1d1h

Vannevar Labs | REMOTE-FIRST | FULL-TIME | Offices in DC and NYC

Vannevar Labs builds next generation defense software for the public servants keeping our country safe. As a team, we exist because we believe in public service, and we think that our democracy and government improve only if we put serious, collective effort into improving them, including the technology our government uses. We build software to help the the US deter and deescalate conflict. We are a profitable growth startup with some of the best defense investors in the world, including General Catalyst, DFJ Growth, Point72, and enterprise tech investors Costanoa and Felicis.

We're looking for engineers to lead the build out of our core data platform, amongst other roles. We're especially interested in engineers that have a TS/SCI clearance within the past 3 years. Apply on our website:

https://boards.greenhouse.io/vannevarlabs

tyre
0 replies
19h25m

Juniper (YC W21) | Senior Software Engineer | NYC | Full-time | juniperplatform.com Juniper operates at the messy financial infrastructure layer for US Healthcare. We’ve built an end-to-end insurance billing system for recurring care, starting with Autism clinics.

Healthcare in the United States runs on private and public insurance billing, but providers spend huge amounts of time on faxes, phone calls, and error-prone legacy systems to get paid. That’s not why they got into care.

What’s worse, these systems aren’t hugely successful—clinics regularly get back 80% what they know the insurance company should pay. Those missing dollars could be used to hire more care providers to help more kids, but instead line insurance companies’ pockets.

We’re changing that.

At Juniper, we’ve built an end-to-end billing system. It starts with ingesting from a clinic’s EHR, then create, validates, and submits claims to insurance providers across the country. If claims need corrections or appeals, most of the time we can handle those automatically or our CX and Operations team use our in-house internal tools. We also handle patient invoicing for co-pays, co-insurance, and deductibles (we never send anything to collections.)

Our typical paid rate is above 95%.

We are a team of 25 with strong product market fit—we’ve had to push out onboardings because engineering can’t build quickly enough.

You’ll be working with an engineering leadership team from AWS and Stripe to get doctors and clinicians back to work helping kids.

Email me at chris@juniperplatform.com

trustlesecurity
0 replies
22h18m

Trustle | Principal Engineer | Remote US | www.trustle.com

Trustle is on a mission to make managing the world’s cloud permissions easy and transparent. We keep teams using cloud services productively while compliant and risk-aligned. From cloud computing providers like AWS, GCP and Azure to hosted apps like GitHub and PagerDuty, Trustle understands the management of user permissions for a rapidly growing portfolio of cloud hosted software solutions and identifies things that require attention to any teams that manage access in an organization.

Granting, revoking and configuring access should not be a maze of clicking thru admin consoles, Terraform, custom tools and scripts. What we’re building will empower our customers to spend time in their core competencies with access to systems as an afterthought.

We are a small, fully remote, well-funded company with dozens of cloud services already supported for our customers with an experienced team with alumni/alumna from Okta, Netflix, AWS, Cruise and GitHub. We also occasionally discuss whether the Cleveland Browns are cursed at length. Trustle is fully remote.

Listen to an interview with our CEO Emiliano Berenbaum here: https://www.youtube.com/watch?v=wpY2vTvElt0

Our stack is: Python, Go, Postgres, Kubernetes and Google Cloud Platform (and Bash, of course)

Email CV and Cover letter to: careers@trustle.com

Full Listing: https://www.trustle.com/company/careers Not able to sponsor employment visas at this time, sorry.

trev9065
0 replies
22h23m

ShareWillow | sharewillow.com | NYC - ONSITE (Union Square) | Full-Time | No Visa

We are building the platform for small businesses to launch and manage their profit sharing programs for their employees. We believe that profit sharing is the best way for many businesses to retain and attract employees.

Roles: - Lead Product Designer - 5+ years experience - first design hire, will report to CEO - 160k - 200k + Equity DOE - Sr. Engineer - 5+ years experience - Ruby on Rails + StimulusJS - first engineering hire, will report to CTO - 160k - 200k + Equity DOE

Benefits: 100% employee and 50% for dependents for medical, dental, and vision 401k match 100% up to 3%, 50% match to 5% + More

tonyjin
0 replies
1d

Wormhole Labs | Multiple Positions | Remote (US ET work hours) | https://wormholelabs.xyz/ | $150-225K + token grant + performance bonus

Wormhole Labs is a software company that specializes in building blockchain protocols. We are one of the core contributors to the Wormhole cross-chain messaging protocol, and service other clients across various blockchain ecosystems.

We are looking to hire a Staff Frontend Engineer and a Smart Contract Engineer.

We expect the Staff Frontend Engineer to start contributing to Wormhole Connect (https://github.com/wormhole-foundation/wormhole-connect) and the Wormhole TypeScript SDK (https://github.com/wormhole-foundation/connect-sdk).

The Smart Contract Engineer would contribute to smart contracts throughout Wormhole’s ecosystem and build reference implementations for new protocols.

Our team is <20 and mostly engineers. We believe in high agency, low egos, and strong collaboration. We offer highly competitive compensation with performance bonuses and unlimited PTO.

See full job posts:

- https://boards.greenhouse.io/wormholelabs/jobs/4124435007

- https://boards.greenhouse.io/wormholelabs/jobs/4124434007

Please apply on Greenhouse and send an email to tony at wormholelabs dot xyz with a copy of your resume and a brief overview of the most difficult engineering problem you’ve recently solved.

tmountain
0 replies
1d1h

Storesense || Founding Engineer || Fully Remote || Flexible || storesense.ai

Storesense is developing an AI-powered computer vision system that enhances security, efficiency, and insights for businesses and municipalities through advanced zone detection, triggers, and analytics.

We are looking for a technical co-founder/principal engineer and/or senior implementation specialist to assist us with the fulfillment of a newly acquired high-value contract.

Our ideal candidate will possess a thorough understanding of IT infrastructure as it relates to VMS (video management systems), computer vision systems, and a proven track record managing large scale deployments.

Please contact admin-it at storesense.ai if interested, thanks!

tmaly
0 replies
21h41m

Interactive Brokers | Senior Python Developer | Mumbai India | Hybrid www.interactivebrokers.com You want to break into the finance industry? You want to learn about trading and investing? Are you tired of endless meetings and just want to code? If you love designing greenfield projects in Python, this is the job for you. I am the hiring manager for the team. We are a small technology team in a fast growing, multi-billion dollar company. Many of our larger clients are multi-national banks that you have heard of. We are seeking a self-starter that enjoys the craft of coding and developing innovative solutions. The ideal candidate is someone who can communicate well and design libraries and systems in Python from scratch. Experience with Object oriented design, design patterns, building systems, and SQL a plus. Positions are a hybrid model 3 days in office 2 days remote. IB has grown through tough economic times. We have continued to hire while others have cut staff. If you are looking for a great place to innovate, apply today. We have two positions open in our Mumbai India office. Apply Online here: https://boards.greenhouse.io/ibkr/jobs/6744937002

timjulien
0 replies
16h41m

Radar Labs | Software Engineers (full-stack, mobile) | ONSITE in New York City | Full Time https://radar.com Radar Labs is location infrastructure as a SaaS platform. Over the past year Radar has been used from 100M+ devices doing 10,000 qps. We are are a small but mighty engineering team (13 engineers!). We're based in NYC with our HQ in Union Square. There's a ton of opportunity to make an impact and work on a variety of things, as we're a pretty fluid team: - Mobile (e.g. open-source mobile infrastructure, building a control system that automatically configures optimizing battery-life and location accuracy for different use-cases over time)

- Full-Stack (e.g. build tools to visualize and debug location data at scale)

What you'll do:

- Work on core Radar mobile infrastructure built with Kotlin, Objective-C, Swift, as well as wrapper SDKs written in React Native, Flutter and Capacitor.

- Work on full-stack features across the frontend and backend

- Embody our "Walk a mile" value by walking around to QA and debug the Radar SDK

- Push the limits of what is possible with location services on iOS and Android

- Have your work run on 100's of millions of devices

- Talk to Radar customers and prospects, hear their feedback, incorporate it into your work and make them successful

Check out our jobs page here: https://apply.workable.com/radarlabs/j/2BC5714908/

If you have any questions, feel free to reply here or you can e-mail me at tim@radar.com

timattutor
0 replies
1d2h

Tutor.com | Senior/Lead Software Engineer | REMOTE

I'm looking for someone to help bring our strategic vision to life (and to help iterate on it in the process). Seeking 5+ years full-stack experience including experience designing and implementing complex systems. C# backends and mixed frontends. It’s a great place to work and our software helps facilitate positive life-changing outcomes. Email: timothy.higgins@review.com

The Princeton Review/Tutor.com is a leading tutoring, test prep, and college admission services company. Every year, it helps millions of college- and graduate school-bound students achieve their education and career goals through online and in-person courses delivered by a network of more than 4,000 teachers and tutors, online resources, and its more than 150 print and digital books published by Penguin Random House. The company’s Tutor.com brand is one of the largest online tutoring services in the U.S. It comprises a community of thousands of tutors who have delivered more than 25 million one-to-one tutoring sessions. Follow the company on LinkedIn, YouTube and Instagram.

theuri
0 replies
17h43m

Grupago, Inc. - Head of Credit & Credit Operations | Data scientist / Machine Learning Engineer (Credit Analysis)

See our jobs page here: https://apply.workable.com/grupago/

We are an early-stage, venture-backed fintech that focuses on bringing affordable credit and financial services to small business owners across LatAm - starting with Mexico.

Grupago is able to serve micro-SMBs as a result of three key innovations – community distribution, group collateral, and AI-driven underwriting.

We are backed by top venture investors across the US and Mexico, and our co-founding team has spent their careers working in fintech and entrepreneurship.

This role will include a competitive salary, bonus, and equity compensation.

thecombjelly
0 replies
1d

Opt Health | Mid Full-Stack Engineer | Remote | Full-Time | US

We are a small startup focused on creating optimized health outcomes by connecting patients to doctors and supported by regular lab testing. I'm hiring to build out our core engineering team, which I lead.

* I care deeply about creating a healthy work environment that supports and enables all team members to meet their own goals

* Opportunities for mentorship from a small but very experienced and skilled team

* We greatly value diversity and seek to build and understand from all perspectives

* We value high-quality, sustainable work

* JavaScript, NodeJS, React, Postgres

* You have at least a few years of experience engineering web applications at small companies

* You would enjoy the challenge of helping to improve a difficult codebase :)

* You would be ok working under HIPAA compliance and dealing with health-related integrations

* Salary $130K+

Interested or questions? contact: thomas.hintz at getopt dot com

tgreenwald
0 replies
4h0m

Otterize (https://otterize.com) | DevRel Engineer | REMOTE (US/Canada/Europe) | Full time

We’re on a mission to simplify and streamline Workload Identity and Access Management for Kubernetes workloads, making it as easy as pushing code to Git.

As a DevRel Engineer with Otterize, you’ll be right in the thick of things. We’re talking about building relationships with the developer community, diving deep into tech with product and engineering teams, and creating technical content that turns heads. Crafting technical blog posts, articles, documentation, and developing step-by-step tutorials should be like second nature to you—plus, effortlessly interacting with the community on platforms such as Reddit and Stack Overflow.

https://www.linkedin.com/jobs/view/3831121389/

tcicirello
0 replies
1d

Polysentry | Senior/Lead Fullstack Engineer; Fullstack Engineer | Fully Remote | US Citizens Only | Defense Tech

Polysentry is a technology company that provides industry leading data discovery, classification and analysis solutions. Founded in San Francisco, CA in 2018, Polysentry has been building and deploying mission-ready AI-based platforms that meet rapidly evolving security needs. The company’s software solutions are built for corporate and government organizations.

We're hiring two technical roles that will have a significant impact on the future architecture of our core product.

1) Senior/Lead Fullstack Engineer https://www.polysentry.com/careers/senior-lead-fullstack-dev...

2) Fullstack Engineer https://www.polysentry.com/careers/fullstack-developer

These positions will play an instrumental role in building a real time intelligence platform to best in class. You will have the opportunity to work in a small, agile team developing features across the entire product journey, contributing to idea generation, design, prototyping, and the delivery of production-ready solutions.

Think you are a good fit? Submit your resume for the position today! jobs at polysentry dot com

subblue
0 replies
23h44m

KPV LAB Edinburgh | Front-end Engineers | Full-time | Edinburgh, UK | Hybrid 3 days onsite

At KPV LAB we are creating new visually stunning and meaningful ways to explore and present information.

Our tight-knit team of 16 is expanding and looking for more engineers to join one of our two projects, 3D data visualisation, and knowledge exploration.

Web tech stack: TypeScript, React, WebGL (prior WebGL or shader experience is a bonus, but not necessary), Node.js, GraphQL, Postgres.

More details (with pictures of our lovely office in the centre of beautiful Edinburgh) see https://kpv-lab.co.uk/jobs/

skrebbel
0 replies
22h47m

TalkJS (https://talkjs.com) | REMOTE (Europe / Middle East / Africa)

TalkJS lets developers build a perfect chat feature in just a few minutes. We power communication in online marketplaces, community sites, multiplayer apps, trading platforms and so on. We're product driven and we care tremendously about quality.

We're headquartered in the Netherlands and our team is spread across the Central European Timezone +/- 3h.

We're particularly looking for:

    * Mobile SDK Developer (iOS/Android/React Native/Flutter)
    * Full-stack Developer (Elixir/TypeScript/Postgres)
If you enjoy crafting perfect libraries and APIs for other programmers to use, get in touch!

TalkJS touches millions of people and is growing quickly. We want to be the tool that every developer thinks of for building communication features, a bit like what Stripe is for payments. 80% of the company is product people, founders are a designer and a programmer.

Our strategy is to give great engineers the maximum amount of freedom, so they can ship fantastic SDKs, APIs and features. This means a lot of responsibility, a lot of agency, a sane work/life balance, no meetings, no red tape. We're growing, profitable, and not dependent on venture funding. Sound good?

More info on all positions + how to apply: https://talkjs.com/jobs/

shulu
0 replies
1d1h

Loop is on a mission to unlock profits trapped in the supply chain (https://loop.com/article/unlock-profit-trapped-in-your-suppl...) and lower costs for consumers. Bad data and inefficient workflows create friction that limits working capital and raises costs for every supply chain stakeholder.

Loop’s modern audit and pay platform uses our domain-driven AI to harness the complexity of supply chain data and documentation. We improve transportation spend visibility so companies can control their costs and power profit. That is why industry leaders like J.P. Morgan Chase, Great Dane, Emerge, and Loadsmart work with Loop.

A recent WSJ piece on Loop - on.wsj.com/3PE357W

1. Raised $65m from JPM GEP, Founders Fund, 8VC, Susa Ventures, Flexport, Index, and Expa.

2. 35 paying enterprise customers with multiple-year contracts; 60+ customers in the pipeline.

3. High-caliber team of engineers and operators from Google, Scale AI, Flexport, Uber, Rakuten, Square, Meta, Stanford, Brown, Princeton, and Yale.

4. 5+ years cash runway

First Growth Marketer San Francisco/Chicago - https://boards.greenhouse.io/loop/jobs/5041282004

Fullstack Engineer San Francisco - https://boards.greenhouse.io/loop/jobs/4102236004

AI Infrastructure Engineer San Francisco - https://boards.greenhouse.io/loop/jobs/5080346004

Senior Product Designer San Francisco - https://boards.greenhouse.io/loop/jobs/4126037004

Solution Engineer Chicago - https://boards.greenhouse.io/loop/jobs/4769577004

sginn
0 replies
23h11m

Vetspire | Senior Software Engineer and Product Manager | Remote | Austin, TX | Full-Time | https://vetspire.com

Vetspire is an electronic health records and practice management platform for veterinarians. We’re a startup that builds the technology suite that powers veterinary hospitals, impacting every aspect of patient care from AI assistance in the exam room to managing client communications and clinical analytics.

We help your furry best friends live longer and healthier lives by helping their care-givers (veterinarians!) work better and happier—delighted and empowered by technology.

We're looking for a full stack engineer to join our small and technical team to continue to bring veterinarians’ dreams into fruition. Your day to day work will consist of learning and understanding veterinarians' needs and bringing them into reality from the front-end to the backend.

Some examples of what your weeks may look like:

* building remote tools for pet owners to sign consent forms, pay invoices, and fill in information online so they don't have to walk into the clinics during the pandemic

* creating an emergency room clinical census to monitor patients and alert staff in real-time

* designing the interface and algorithms for intelligent immunization reminders.

You'll be working directly with the thousands of veterinarians and staff using Vetspire every day, and talking with them often to better understand their needs and iterate on solutions with them. It's an incredibly fulfilling role to be able to make such a drastic difference in the lives of vets, and ultimately, everyone's pets. It's half-part engineering, half-part problem-solving.

Our backend tech stack is a Phoenix application written in Elixir, our frontend is using React with the Apollo GraphQL framework, our primary database is PostgreSQL, and it all runs on Google Cloud via Kubernetes.

We're also hiring for a Product Manager role! The PM Will be in charge of the overall Vetspire product, driving our roadmap, meeting with our users, and helping bring our vision into reality.

Email me if interested at sam@vetspire.com (include "HN" in the subject), or view more information here on open roles: https://wellfound.com/company/vetspire

seshet_tech
0 replies
20h35m

Seshet Technologies | San Francisco Bay Area | Founding Engineer Seshet Technologies is building an AI platform for accelerating reading and research and we are seeking a talented full-stack developer.

We use Vue3 on the front-end, and on the back-end we are looking for someone with python or ruby experience (we use both) with strong data structure and algorithms skills who feels comfortable with recursive and functional programming styles (AI skills a plus).

Please contact jobs@seshet.tech if you are interested in learning more.

sebslomski
0 replies
1d1h

Neocom | Senior Frontend Engineer | Full-Time | Munich, Germany | ONSITE | Hybrid | VISA

At Neocom, we empower every company to understand their prospects and turn them into delighted customers. With our guided product advisors, we eliminate choice overload and use zero-party data to deliver profound customer insights to our clients.

Join us our mission to change how people find products by making product discovery effortless!

Our Stack:

* React.js with react-query/ apollo

* Cypress for e2e tests.

* We maintain multiple separate JS projects, all following the same coding conventions.

About the company:

* Startup, post 1M ARR, received VC funding in September 2023

* 25 people, 6 in R&D

* 50% of the R&D team was hired via hn

What we are looking for:

* True senior, who takes over ownership.

* Has worked in Startups with less than 100 people in the past

* Knows her/his tools by heart.

https://jobs.neocom.ai/o/senior-frontend-engineer?source=hn

seanobannon
0 replies
23h38m

ReMatter | Engineering | Remote (US time zones) | Full-time | https://rematter.com/careers

We're the leading software platform for Metal Recyclers. We help recyclers keep track of purchases, sales, inventory, and more so they can make better business decisions. The $100B+ Metal Recycling industry has a tremendous amount of untapped value that we're unlocking with better data.

We run on TypeScript, React, Node, GraphQL, GitHub Actions, Kubernetes, and Docker, on AWS. Experience with our stack is a plus, but we believe in your ability to learn new technologies quickly. The team is ~25 people excited about the industry and moving fast with competent, scrappy colleagues.

Join us to create a meaningful impact on sustainability, carbon neutrality, and supply chain robustness goals. We offer competitive salary, meaningful equity, flexible schedules, remote work, and engaging company events. We're hiring multiple roles for the following positions:

Apply at:

- Software Engineer: https://rematter.com/careers/?ashby_jid=a55462d8-70d8-42ca-9...

- DevOps Engineer: https://rematter.com/careers/?ashby_jid=eae31e1a-794f-4149-9...

If you don't see a position on our site that fits your skillset or interests, reach out to jobs 'at' rematter.com

scrollaway
0 replies
20h52m

Ingram Technologies | Remote

Ingram (https://ingram.tech/) is an AI R&D lab based in Brussels, Belgium. We have a hybrid, remote-first team with cells in Paris & Brussels, and individuals scattered across 4 continents.

We pride ourselves in getting large companies to transition to AI in ethical, privacy-respecting ways.

We're growing rapidly, recently signed with large clients and are now looking to expand quickly.

careers@ingram.tech - Your emails are read by humans.

PS - We also run our own AI startup incubator & accelerator - https://seven.camp. Go and apply!

Looking for: AI engineers, software engineers (various stacks), UX designers, 1 product manager. Open to internships.

sbozzolo
0 replies
1d

CliMA (California Institute of Technology) | Scientific Software Engineer (Julia) | HYBRID/ONSITE (Pasadena, CA) | VISA | FULL-TIME | 90-140k

At CliMA, we are using Julia to build a brand-new climate model for the 21st century (fully open source, running on GPUs, ML-ready, ...).

We are looking for someone with experience/interest in scientific software and/or research-software engineering. No prior experience in Julia required.

Feel free to reach out to gbozzola@caltech.edu for more information, and/or to give me the heads-up you'd be interested in applying.

https://phf.tbe.taleo.net/phf03/ats/careers/v2/applyRequisit...

sammysidhu
0 replies
1d

Eventual | Engineers; Rust | SF | https://www.ycombinator.com/companies/eventual/jobs

We're the people behind Daft (On the front page today!), a distributed dataframe built in Rust. We're VC backed and founded by folks from the self driving industry.

We're looking for developers who want to help build the next generation Spark!

samidalouche
0 replies
1d

Narrative I/O | Senior Backend Engineer | New York, NY | Full-time | REMOTE | $120k to $200k USD | https://narrative.io/

Since being founded in 2016, Narrative has been building a data collaboration platform designed for simplicity and ease-of-use which is trusted by Fortune 500 companies and startups alike.

Our primary strength is functioning as a data marketplace where we differentiate ourselves by automatically standardizing data across suppliers, making data available via powerful query interfaces (both intuitive UIs and an SQL dialect) instead of via one-size-fits-all pre-packaged datasets, and giving data providers the ability to define row-level access and pricing policies. The same building blocks that power the marketplace enable other data collaboration use cases, like clean room data analysis and the automatic segmentation and delivery of data to other platforms. We're also building towards a future where users can leverage our collaboration tools without needing to push their data to us, instead our query engine will be embeddable where their data is already at rest.

We are a small, remote-first team looking for great developers who want to jump in and take major systems and user-facing features from design to launch. While the company's headquarters are in NYC, the development team currently includes engineers working from the US (California and New York), Canada (Alberta, British Columbia, and Québec), and Poland.

In brief, the technologies we use are:

- Scala, Spark, Apache Iceberg, and Apache Calcite in the backend. We love functional programming and make use of libraries like Cats, Cats-Effect, and FS2, but we keep a pragmatic stance on purity given our exposure to the Spark ecosystem.

- Our services are deployed on AWS and provisioned using Terraform. We leverage the usual suspects: Fargate, EMR, RDS, Lambda, etc. and we're starting to lean into Kubernetes. Being a small team, we think twice before rolling out custom infrastructure that we'll need to monitor and maintain.

- On the frontend, we use Typescript, VueJS, PrimeVue, Nuxt, and Vite.

Job postings and more on information about our team and culture are available at: https://jobs.narrative.io/

Apply by sending your resume to hiring-dev@narrative.io.

samcheng
0 replies
1d1h

RINSE | REMOTE or San Francisco, Los Angeles, Chicago, Boston, New York, New Jersey, Seattle, Austin, Dallas, or Washington DC | Software Engineers | Full-Time | https://www.rinse.com

Rinse provides dry cleaning and laundry delivery services to customers in nine metropolitan areas in the US. We have sophisticated logistics optimization software, a polished consumer product, and firm business fundamentals. We're now over a decade old - this is a stable, yet consistently growing and innovating, company.

Our engineering team is distributed across the United States and internationally, and has been entirely remote for years now, but a desk can be provided in the above cities if you'd prefer.

We're open to both newly-graduated engineers or more senior engineers, provided they meet our bar.

Search term bingo: Logistics, Django, Python, Optimization, React, React Native, Postgres

https://www.rinse.com/careers/software-engineer/

Interested? Email us as jobs@rinse.com, or my first name at rinse.com

rwparris2
0 replies
22h9m

Rygen | Senior Software Engineer | Greenville, SC | Onsite | rygen.com

Rygen designs and builds technology solutions to empower the logistics industry. Shippers, carriers, vendors, and 3PLs that join Rygen are able to eliminate painful tasks like shipment tracking, contract management, invoice payments, and other tedious tasks, allowing them to focus on the core parts of their business.

Rygen has a product-focused team that enjoys building out tools that fundamentally move the logistics industry forward. The team is made up of talented individuals from both technology companies and traditional logistics companies.

We're looking to add an additional senior software engineer to the team. The job posting is here https://www.linkedin.com/company/rygentech/jobs/

For any questions, reach out to rparris at rygen.com

rossng
0 replies
23h37m

MONUMENTAL | https://www.monumental.co/ | Amsterdam, The Netherlands | Full Time | Onsite

We're building autonomous on-site construction robots at Monumental, starting with bricklaying.

We have built a product and technology that works, deployed it in real-life construction sites with excited pilot customers, and raised funding from some of the best in the world. We're still a small and nimble team of 15 and are hiring mechanical engineers and multiple software engineering roles (product, controls, and machine vision).

Our stack includes: Rust, TypeScript, Nix/NixOS, Python.

I'm part of the software team, feel free to ask me any questions!

https://www.monumental.co/jobs or email us at iwanttojoin@monumental.co

rollersk8s
0 replies
1d1h

evroc.com | London, UK | Software Engineer, Senior Software Engineer | Full-time | ONSITE in Central London

We’re building Europe’s first sovereign hyperscaler and are looking for 3 x Software Engineers (mid to senior/staff/principal level) to build our Virtual Machine offering. Ideal candidate would have experience with virtual machines and/or virtual networking, however, we would consider applicants coming from a systems engineering/distributed systems/infrastructure background.

Please apply via the link below, we’re very happy to do intro chats to discuss opportunity/answer questions: https://evrocab-1692891239.teamtailor.com/jobs/3629974-softw...

richavohra
0 replies
1d2h

Koyeb |Technical CSM + Software Designer + Strategic Alliance Manager| Remote | Full-time |

At Koyeb, we make developers’ lives easier with the fastest way to deploy applications globally. The Koyeb Serverless Platform is completely managed: we take code, build it into containers, and run it inside of MicroVMs distributed across multiple continents. We are a team of 16 product-minded people who have built a community of over 50,000 developers worldwide. We are a fully-remote distributed team and we hire all-around Europe.

Software Designer: We are looking for our first Software Designer to help us shape the features we build for our users. This starts from the big picture of how the features operate together as a system, to fine-tuned UI details, all with the goal to create a friction-free developer experience.

Technical Customer Success Manager: We are looking for our first customer success manager to help our professional customers deploy on the platform and adopt advanced features. This job is focused on helping our users, who are developers, adopt the product and quickly deploy their production applications on the Koyeb platform.

Strategic Alliance Manager: We are seeking a Strategic Alliances Manager to establish key partnerships with chip makers and Independent Software Vendors (ISVs) to enhance our platform's capabilities and drive adoption among developers and enterprises.

You can read more: https://www.koyeb.com/careers?#974212

redstonemercury
0 replies
23h53m

DeviantArt | Senior Site Reliability Engineer/Senior DevOps Engineer/Senior Infrastructure Engineer | US/Canada - West Coast/Mountain Time (Fully REMOTE but must be in one of those time zones) or Tel Aviv Israel (ONSITE) | Full-Time | https://deviantart.com

DeviantArt was founded in 2000 and has been a part of Wix since 2017. It is the largest online social network for artists and art enthusiasts. For emerging and established artists, DeviantArt is the foremost platform to exhibit, promote, and share works with an enthusiastic, art-centric community. We have over 86 million registered users worldwide, and our users -- lovingly referred to as “deviants” -- upload tens of thousands of original pieces of art every day, from more traditional art like painting and sculpture, to digital art, pixel art, films, anime, and AI art.

The DevOps team is a very small remote team that performs all tasks normally inclusive of SRE/DevOps/Infrastructure Engineers, with a bit of database administration mixed in. We are responsible for the day-to-day management of large-scale, mission-critical production systems that run on a public cloud. We automate, manage, and maintain the global infrastructure that makes DeviantArt tick. We respond to and mitigate all system issues. We develop and support the developer environment, and build and maintain CI/CD pipelines.

This job requires generalist knowledge of a large complicated site infrastructure, excellent linux command line skills, some database skills, and an enjoyment of troubleshooting and solving complex issues, sometimes during system events and outages.

https://careers.wix.com/position/seat-33d6e7eb-dfe1-48b6-b09... (US West Coast/Mountain Time only - REMOTE)

https://careers.wix.com/position/seat-33d6e7eb-dfe1-48b6-b09... (Vancouver, Canada - ONSITE preferred, but REMOTE option)

https://careers.wix.com/position/seat-679303fd-4962-4bc7-a83... (Tel Aviv, Israel - ONSITE)

receipts
0 replies
3h34m

Receipts (https://receipts.xyz) | Lead React Native Engineer | $200k + equity | Remote (US) | Full-time

Receipts is bringing fitness to crypto. We're a small team of athletes and crypto nerds on a mission to build a better connected and healthier world by aligning incentives between those who move and the brands that propel us to start lines and finish lines.

We're well-funded and backed by top-tier VCs and angels. We're a small, fast-moving, team building in an exciting space.

If you're an experienced (5 years+) react native engineer, and a self-starter who's excited to turn the fitness industry on its head, we'd love to chat.

Please e-mail hello[at]receipts.xyz with a note, resume, and linkedin/portfolio. Thanks.

rbruggem
0 replies
1d

Lune | Software Engineers, Sales | London or REMOTE (London +/- 2 hours) | Full-Time | https://lune.co

Lune’s mission is to make every product and service climate-positive by default.

With the Lune API, we enable companies to seamlessly build emissions calculations and high-quality carbon removal into their product and services and make it part of the customer experience. In the future, everything we do will have a positive impact on the planet – powered by Lune.

If you’re a talented engineer or sales professional who learns quickly and cares about tackling the climate crisis, we’d love to work with you!

These roles are a unique opportunity to be part of Lune’s core team, to have a real impact on our mission, and to define and scale the company into the future.

As we grow, you’ll have the opportunity to take on new responsibilities and help build a great company while tackling the greatest challenge of our time.

Interested?

Tech stack: TypeScript, React, Nextjs, AWS, PostgreSQL, Terraform, Kubernetes.

Hiring for:

- Senior Frontend Software Engineers

- Junior Fullstack Software Engineers

- Head of sales

- Account executive - logistics

https://lune.co/join-us

rbesen
0 replies
22h54m

AE Studio | LA Office | Multiple Roles | Full-Time | Remote | ae.studio

We are a development, data science and design studio that works closely with founders and executives to create custom software and machine learning solutions. We are hiring top notch professionals passionate about software development, data science, design or product management to work with our amazing team creating human agency increasing software!

Full descriptions: https://ae.studio/join-us

r4vik
0 replies
1d

Novata | Senior Developer Experience Engineer | Full-time | London, UK (Hybrid)

Novata is pioneering the way in ESG (Environmental, Social, and Governance) data management and analytics, empowering private market firms to enhance transparency with stakeholders. Our platform simplifies the collection and analysis of critical ESG metrics.

Are you passionate about developer tools, k8s and Typescript? Come work with me in our platform squad and be responsible for delivering a first class Developer Experience to our colleagues and team members in other squads.

You will focus on coaching engineers to better improve their understanding of the "Ops" side of their skillset, improving tools & processes, documentation, and support channels to make the development journey smoother and more enjoyable.

Apply: https://wrkbl.ink/gj3k2rd

Hybrid in our case means come in when you feel it would be useful, there is no x days per week mandate.

We are also hiring for a bunch of other roles both in London, UK and New York, US: - Data Engineers - Support Engineers - Mid and Senior Full Stack

Full list: https://wrkbl.ink/4MyPLK8

quadrature_ai
0 replies
22h18m

Quadrature | London or New York | Full-time | ONSITE | https://quadrature.ai/

Quadrature is a systematic trading company, in the business of building fully automated trading systems across the global financial markets since its founding in 2010.

We're a very tech and research focused org, and are quite different from a lot of other players in the market (more like a tech-driven research institute than a traditional trading firm -- see https://quadrature.ai for the details).

We're looking for a skilled engineer to optimise the use of GPUs for our AI workloads, for both our model training and inference environments. This is a great opportunity to work with a group of world-class researchers and developers, building out large-scale algorithmic trading systems using cutting-edge tech (advanced ML, thousands of GPUs, multiple global research data centres and trading co-location sites, petabytes of storage, innovation-lab R&D work with strategic partners). It'll be based out of either London or New York.

Responsibilities:

- Leading performance optimisation effort for mission-critical end-to-end AI workloads (e.g. profiling and tuning GPU programs, writing custom CUDA kernels, speeding up pre- and post-processing).

- Rewriting core parts of our model architectures for maximum performance.

- Building a runtime environment that maximises the model capacity and speed.

To learn more about what we can offer have a look at https://quadrature.ai/careers/benefits

Feel free to email me directly via labeed@quadrature.ai

protoduction
0 replies
18h15m

Friendly Captcha | Infrastructure Engineer | REMOTE within EU | PART-TIME or FULL-TIME | Office in Munich, Germany | https://friendlycaptcha.com

At Friendly Captcha we do one thing and we do it well: we protect websites from malicious actors and bots.

We provide privacy-friendly and accessible anti-bot solutions that don’t annoy users with tasks like clicking fire hydrants. We make the internet a bit better every day by winning over customers currently using Google reCAPTCHA.

We’re a fast-growing, profitable, fully bootstrapped company. Our revenue mostly comes from medium to large European enterprise and governments.

A great fit would be someone pragmatic, who prefers to keep things simple (perhaps boring is the right word?). Good knowledge of modern DevOps/SRE practices is expected (IaC, GitOps, etc...).

Our engineering team is fully remote across Europe, we meet up once per quarter or so. You can work either 4 or 5 days per week, fully remote or (partially) from our Munich office. Please note that we ONLY consider candidates located within the EU.

Stack: Golang | Typescript | Clickhouse | Postgres | Redis | Terraform | OpenTelemetry

Infrastructure Engineer: https://friendlycaptcha.homerun.co/infrastructure-engineer

propel2talent
0 replies
19h27m

Propel | Brooklyn, NY or Remote (US) | Onsite, Hybrid, or Remote - You Decide! | https://www.joinpropel.com

Propel builds modern, respectful, and effective technology that helps low-income Americans improve their financial health. Over 5 million people use our app, Providers, to check their benefits balances, stay up to date on critical government programs, save money, and earn income. In addition, we’re expanding further into the financial services space by building a new debit card, specifically designed to help low-income Americans.

To learn more about who we are, our engineering culture, and whether this is the right place for you, read our Key Values profile: https://www.keyvalues.com/propel

Here are our open roles:

- See All Open Roles: https://boards.greenhouse.io/propel?gh_src=1d7cfa302us

- Senior Full Stack Engineer: https://boards.greenhouse.io/propel/jobs/4371594002

- Senior Machine Learning Engineer: https://boards.greenhouse.io/propel/jobs/7264153002

- General Application: https://boards.greenhouse.io/propel/jobs/4380003002?t=1d7cfa...

Tech Stack: Infrastructure: AWS, Cloudwatch, Kubernetes, Ingress, Helm, Route53, Nginx, Jenkins, Sentry, RDS / PostgreSQL, Redis, Istio.

Backend: Python 3, Flask, Redis, RDS / PostgreSQL, Peewee, Nginx, Kubernetes, Docker.

Frontend: TypeScript, Vue.js, Capacitor, SASS, Vuetify.

phillytom
0 replies
19h47m

SpotHero | ONSITE (Hybrid-schedule) in Chicago or Toronto | Full Time

SpotHero is the leading marketplace for parking reservations. We help drivers easily reserve parking for commuting, events, or any reason they are out and about.

We have multiple open roles! https://spothero.com/careers

We're hiring for:

- Multiple backend engineering roles in Python/Django/Postgres and/or JVM language/Postgres

- Multiple Data Engineer roles - data modeling / pipelines / infrastructure

- Senior Application Security Engineer

We prefer to hire in our hub cities for locality but our approach to onsite is flexibility first and most of our time is WFH. Feel free to apply online or reach out to me at tom dot janofsky at spothero dot com.

peter-barker
0 replies
1d1h

10x Genomics | Senior Software Engineer, Fullstack | Remote (US)/Onsite (Pleasanton, CA) | Full-time | https://10xgenomics.com | $TXG | 159k-239k + bonus + equity

Hi, my name is Peter, and I lead the Web team at 10x Genomics. If you want to work on a modern tech stack, on the cutting-edge of biology, while doing unambiguous good in the world, check us out.

We make instruments and software that enable scientists to study biology at single-cell resolution. Our technology features in over 7,000 scientific publications (https://www.10xgenomics.com/resources/publications), and is used across the world by top research institutions, hospitals, and pharmaceutical companies to study cancer, immunology, developmental biology, and more.

Our user-facing applications - which include the public website, a web-based analysis platform, visualization apps, instrument UIs, and more - have React/Typescript frontends and Golang backends, with some Rust for algorithms. We're hiring right now to accelerate our Web platform and e-commerce efforts.

As a public company with growing revenues, we offer full benefits, competitive compensation including bonuses and stock grants, and a Netflix-style vacation policy.

If you want to use your software skills to push back the frontiers of biology, please apply via the job posting on our careers site:

https://careers.10xgenomics.com/careers?pid=171819645650&dom...

Alternatively you can email me directly at peter.barker@10xgenomics.com, with questions and/or your resume.

Thanks!

opuslogica
0 replies
21h26m

Santa Barbara, California. Remote

Opus Logica| Remote| Contract| Full Stack Javascript Developer Seeking a talented and highly motivated Javascript Developer who is proficient in front-to-back development. This position involves maintaining and growing an existing enterprise application. Requires 5+ years experience in Reactjs, Nextjs, Nestjs, Nodejs and Postgres. Vercel experience a plus. Previous team lead experience and a general understanding of Web3 technology also required.

Full description of responsibilities can be found here: https://www.opuslogica.com/senior-dev.

Compensation based on level of experience. If interested, please submit your resume to hiring@opuslogica.com.

Applications that explain how your experience makes you uniquely qualified to fulfill the responsibilities listed above will be given extra attention.

We look forward to hearing from you!

For additional available roles, visit https://www.opuslogica.com/careers

nastya_geller
0 replies
1d1h

Stream | Multiple Positions | Amsterdam, NL and Boulder, US | Remote possible | Full Time | Visa Sponsorship

Stream powers APIs for Chat Messaging, Activity Feeds, Auto Moderation, Video & Audio that are used by over a billion end-users, and are powered by Go, RocksDB, and Raft - with response times typically measured in single-digit milliseconds.

We reached a new industry benchmark for scaling real-time chat as-a-service, with 5 million concurrent connections supported in a single chat channel. We’re currently one of the fastest growing startups in Europe and Colorado on our Series B round of $38 mln: https://tcrn.ch/3peCYXl

We’re hiring for the following positions:

* React Native SDK Team Lead (Netherlands/EU Remote)

* Staff Backend Developer (Go) (Netherlands/EU Remote)

* Senior Technical Product Manager (Portugal Remote)

As a part of Stream, you'll have a chance to make a huge impact on the product within a team of the strongest engineers all over the world (over 35 countries aboard).

If you are interested in becoming a part of what we do, apply now! https://getstream.io/team/#jobs

myalloy1
0 replies
23h0m

Myalloy | Remote | Senior Frontend Engineer (Contractor or Full-time for US)

Alloy is on a mission to revolutionize menopause healthcare for women over 40. Recognizing the lack of effective solutions for the 47 million women entering menopause annually, Alloy provides evidence-based, holistic solutions and expertise to help women feel fantastic during this phase of life. Founded by Anne Fulenwider and Monica Molenaar, whose personal experience with surgical menopause led her to seek better solutions, Alloy is dedicated to offering credible information, safe treatments, and a supportive community for women navigating menopause. Join us in empowering women to reclaim their health and vitality.

I'm Head of Engineering for our 7 person development team. We build and maintain a marketing site, customer portal, internal apps, backend systems to connect to a doctor portal, payment, and pharmacy fulfillment. You'll receive quite a lot of ownership, but we'll support you every step of the way.

We are looking for a mid to senior React/Next.js developer to continue redesigning our marketing site to take it to the next level, as well as providing more personalization opportunities for our customers. We have a dozen or so menopause-trained doctors on staff that care deeply about our customers, providing dosage and form factor personalization to help women feel their best.

Tech: React/Next.js/Node/Postgres, Metabase and Retool for internal admin/reporting, hosted on Render.

If interested, email me at lucas [at] myalloy.com

mooreds
0 replies
21h38m

FusionAuth | Manager/Director of Partnerships and Alliances, Senior Java Software Engineer, and more| Denver, CO, USA ONSITE or REMOTE in USA (location reqs listed on the job desc) | $120k-$240k for the Partnership position, others have ranges on the job desc)

Our mission is to make authentication and authorization simple and secure for every developer building web and mobile applications. We want devs to stop worrying about auth and focus on building something awesome.

If you are passionate about technology and want to join a company moving the industry forward, FusionAuth might be a great fit for you. Our core software is commercial with a "free as in beer" version. We also open source much of our supporting infrastructure. We are profitable but raised a round recently to accelerate our growth (more on that here: https://fusionauth.io/blog/fusionauth-funding ).

Technologies and standards that we use or implement: Modern Java, MySQL, PostgreSQL, Docker, Kubernetes, OAuth, SAML, OIDC.

I want to highlight the Manager/Director of Partnerships and Alliances position in this post because this is a key hire for us. We already have a few channel sales through hyperscalers and consulting partners, but this hire will really define (and launch) the channel sales function, build the marketplace sales funnel, and manage referral, reseller, and technology partnerships. This position is remote friendly in the USA.

Learn more about all the jobs we're hiring for, including benefits and salary ranges, and/or apply here: https://fusionauth.io/jobs/

mking
0 replies
16h55m

Keeper | Product Manager, Full Stack Engineer | REMOTE within US | FULL-TIME | Office in San Francisco | https://www.keepertax.com/

More than 60M US workers (50% of Gen Z) have a freelance business or side hustle. Tax law is complicated, and many freelancers are overwhelmed and can’t afford a personal bookkeeper.

Keeper’s mission is to be their personal accountant. Keeper’s AI knows all the intricacies of tax law, responds in minutes instead of days, and creates a personalized tax flow for every user. By automatically finding write-offs and deductions, we save users an average of $6,000 every year.

We’re looking for a PM to own and design our tax filing product, and for engineers to help users with expense tracking and productionize AI features.

Product Manager: https://www.workatastartup.com/jobs/64118

Full Stack Engineer: https://www.workatastartup.com/jobs/64643

Questions? Email matt@keepertax.com

mindy_hiring
0 replies
23h42m

Mindy | Full-Stack Product Engineer | SF | Onsite | Full-time

New Startup in the AI Space Looking for Full-Stack Software Engineers!

Our new AI startup is a novel take on making AI useful and usable for everyone, and is funded by top VCs such as Sequoia Capital. It was founded by some of the earliest engineers at YouTube who recently connected again. We are currently looking to hire a full-stack software engineer to join our founding team and help develop our product.

Interested? If so, go to mindy.com to learn more and apply!

mglidden11
0 replies
21h58m

Tulip | https://tulip.co/eng | Boston, MA, Munich, Germany, and Budapest, Hungary | Full time | Onsite

Do you want to help transform manufacturing? We are building the best team in the industry to bring consumer-grade user experiences to a space dominated by ancient enterprise technology. Our platform enables our customers to create apps without code and to connect their apps to machines, sensors and smart tools. These augmented production lines would otherwise rely on paper to share information.

We have offices in Somerville, MA, Munich, Germany and Budapest, Hungary. We just closed a $100m series C and are using that capital to grow dramatically. Our customers include some of the largest manufacturers in the world across numerous verticals of the manufacturing industry.

We'd love to talk to anyone interested, but in particular we are looking to bring folks on in:

- SRE/DevOps: Kubernetes-admin, scalable monitoring across the firewall, hybrid cloud/on-prem deployment

- Web Development: React+Redux frontend, NodeJS+Mongo+Postgres+Redis backend, syncing data with Meteor, delivering useful, real-time experiences in the browser and on Electron

- Data & Pipeline Engineering: planning, implementing, and finding insights with our next generation of process & sensor analytics

Apply at https://tulip.co/careers or email us at jobs@tulip.co

meredydd
0 replies
4h19m

Anvil (https://anvil.works) | Senior Developer | Cambridge, UK | ONSITE, VISA | Full-time/part-time/flexible

We make an open-source web framework, an online code editor, a GUI builder, and a PaaS hosting platform. Together, you can build and host a full-stack web application - and all you need is a little Python. (Yes, even the client-side code - we compile Python to JS and provide a GUI framework!)

We’re looking for an experienced all-rounder to work on the core Anvil platform, with a focus on the back-end. Our stack is mostly Clojure, Javascript, Python, Postgres, and container tools – but we're looking for someone who isn't afraid to jump into something you haven't used before.

You’ll be working with other seriously good all-rounders, including the founders (relevant PhDs, kernel contributors, builders of backyard dancing fountains) and senior colleagues (eg: a former maths teacher who reverse-engineered our drag'n'drop editor to build more UI components), as well as our other developers and developer advocates. We're bootstrapped and profitable, with a small, smart, friendly and diverse team.

Building dev tools is great! We're solving problems we've experienced ourselves, our customers are developers just like us, and platforms have the most fun engineering problems.

For full job descriptions, and to hear what it's like working here, go to https://anvil.works/jobs.

We work hybrid (in the office Tue-Thu, wherever you like Mon/Fri). If you have questions, I'm a founder and my email's in my profile.

mceoin
0 replies
18h0m

Sourcetable | Product Engineers (React / Python / AI) - Staff level | FULL-TIME | San Francisco

We're building an AI-native spreadsheet. Seed funded, experienced team, moving quickly. https://sourcetable.com/jobs#fullstack-engineer

This role requires deep experience in both React and Python. AI exposure is desired but not required. More than half the team are ex-founders, so early startup experience and a good sense of humor are great traits.

email me (founder): eoin@sourcetable.com

maxvt
0 replies
18h50m

Zoox | Application Security Engineer, Infrastructure Security Engineer, more | ONSITE Foster City, CA (US) | Full-time | Visa sponsorship

Zoox was founded to make personal transportation safer, cleaner, and more enjoyable—for everyone. We will provide mobility-as-a-service in dense urban environments. We will handle the driving, charging, maintenance, and upgrades for our fleet of self-driving vehicles. The rider will simply pay for the service. In 2020, Zoox joined forces with Amazon.

Job descriptions: https://zoox.com/careers/03647a06-375a-485a-b890-088fe51b104... and https://zoox.com/careers/96b012b0-ac39-4be3-a46d-767a3c0b6b1... more roles at https://zoox.com/careers.

Both of these roles are with the Product Security group, which I'm a member of. Apply using the links above, reach out directly to our recruiter via rchatkara at ourcompanyname dot com, ask me any questions via mtimchenko at the same domain.

matsur
0 replies
15h43m

Firetiger | Full stack engineer, ML engineer | San Francisco ONSITE | Full-time

Firetiger is building observability tools for knowledge work. We ingest information from systems across a business and pinpoint bottlenecks and inefficiencies in common operational processes, like recruiting, finance, and sales workflows, and guide folks toward fixing issues identified in real time. We want to do for business ops what Datadog has done for engineering or Clari has done for sales.

We're backed by Sequoia, Matthew Prince (Cloudflare), Zach Perret (Plaid), Jeff Wilke (Amazon), and a long list of other operationally-obsessed founders and experts.

As a founding engineer, you’ll build amazing products with skilled peers. You'll have tremendous impact on our product, company, and customers. We offer competitive salary+benefits, and a very meaningful ownership stake to all who join.

We’re looking for pragmatic, thoughtful, and kind people with a passion for making people, teams, and companies operate at their best.

Come build the future of how work gets done. Email jobs @ firetiger.com

mathilde55
0 replies
1d2h

Smartcar | Remote within the US & UK | Full-Time | https://smartcar.com Smartcar’s vehicle API enables you to verify mileage, manage EV charging, issue digital car keys, track fleets, and much more.

Here are our open roles:

- Senior Security Engineer US: https://jobs.lever.co/smartcar/7a3ecdad-1f15-4614-a9b6-a359c...

- Senior Product Marketing Manager US: https://jobs.lever.co/smartcar/1c3d055c-6d73-4b95-b468-c7d34...

- Senior Account Executive UK: https://jobs.lever.co/smartcar/ff747984-9f77-4885-a51a-9b86d...

- Senior Account Executive US: https://jobs.lever.co/smartcar/b2a1ff34-0096-4375-a7f7-35801...

materializelabs
0 replies
19h58m

Materialize Labs (https://materializelabs.com) | Engineering Manager | Remote | Full-time | EST hours

At Materialize, we craft bespoke digital products, from UI/UX design to technical development. We're on the hunt for an Engineering Manager to oversee our engineering team and manage our cutting-edge web, mobile, and AI application development.

Ideal candidates have experience with JavaScript stacks (Node, React, Next.js), PHP (Laravel), Python, AI technologies, and cloud services. You'll be a part of strategic planning, technical direction, and ensuring our projects reflect our core principles of simplicity and collaboration.

With a global, remote team, you'll have flexible hours and the chance to make a significant impact. Send your application to alex@materializelabs.com

marklit
0 replies
13h43m

Green Idea | Estonia | REMOTE | Full-time | Windows + DirectX C++ Developer

I'm looking for a C++ developer to build Geospatial / GIS visualisation and editing tools for Windows. These will work in both 2D and 3D. These will act more like desktop applications like AutoCAD and 3D Studio Max rather than full-screen video game applications.

The project is likely to be iterative so if you thrive on agency and being a part of the brain-storming process, you should feel at home.

Knowledge of the following is expected:

* C++17

* Computer Vision + Graphics, photogrammetry

* CUDA

* DirectX

* DuckDB and SQLite3

* GDAL and GEOS

* Packaging Windows Applications for distribution

* Python

* QGIS & ArcGIS Pro

* WinUI 3 and Windows Ribbon

We're based in Estonia but flexible with time zones between here and California.

Contact me via https://www.linkedin.com/in/marklitwintschik/ to apply for the role.

lmilliken
0 replies
1d1h

Relayer | Software Engineer | REMOTE | Full-time | relayer.tech

At Relayer we’re working to build ad infrastructure for publishers. You’ll be directly responsible for building our products alongside our CTO and be a key player in our success. We’re an early stage company working alongside exciting partners to improve how users are connected to rewarding experiences. The technical challenges span many areas including large scale data processing, statistical methods, and live auction dynamics. We work remotely, but do expect you to have your working hours significantly overlap with the Pacific Time Zone (at least 5 hours).

In your first 6 months at Relayer, you’ll be working on a variety of projects core to Relayer’s infrastructure and product offerings. These include web applications, data pipelines, and software development kits, among others. As a key contributor, you’ll take part in owning and influencing the direction of development, in addition to helping shape Relayer’s culture.

What you have experience in: Python, Linux, Git, SQL relational databases (especially PostgreSQL), AWS, Distributed systems, System architecture, Exploring software disciplines outside your comfort zone

Nice to haves: TypeScript, Swift, or Kotlin, Knowledge of web3 and EVM-based Dapp development, Interest in data modeling/engineering and development operations

Please submit your resume and any additional materials such as side projects to careers@relayer.tech or feel free to reach out directly at lauren @ relayer.tech

lmeyerov
0 replies
21h20m

Graphistry / Louie.AI | Senior security SE + community | USA REMOTE | graphistry.com/careers

Graphistry is a Gartner-awarded visual graph AI startup used by cyber/fraud/BI/supplychain/misinfo/... analysts to see, correlate, & automate.

We recently launched our new product Louie.AI: A genAI-first analytics environment (notebooks, dashboards, automation, & API) helps analysts talk directly with their many databases in natural language. Louie generates the queries, Graphistry GPU visualizations, & Python analyses for them. Over time, Louie learns from the interactions, Python, queries, and other workflows from the team, making the investigation experience automatically improve over time.

Our team closely partners with companies like Nvidia & AWS to build and market deep data tech ecosystems. For example, we created the web tier of Apache Arrow, incubated what became Nvidia RAPIDS.AI, were first known for our own server<>client GPU accelerated data visualization engine, and recently launched the OSS GFQL language for GPU-accelerated graph queries on large dataframes ("faster Cypher and without the database baggage.")

  Role: Senior security SE + community

  About: Graphistry sales are growing beyond our small team, as are our Louie.AI cohorts, so we're looking for a security SE to work with our senior team as the tip-of-the-spear for our go-to-market. We're already doing a variety of 5-7 figure deals, including with 3 of the 5 FVEYs nations, with half the activity in different investigative domains like cybersecurity.

  Responsibilities: Varies based on candidate -

  * Primary - pre/post sales engineering: Calls, demos, support, implementation, especially around cybersecurity and other investigative domains

  * Community/DevRel: Integrations, public demos/talks/social media

  * Enterprise/Tech accounts around investigative tech, especially security

  * Gov BD: SBIRs, special DoD/IC programs, ...
 
  * Special projects: Help with our bigger Graphistry/Louie.AI accounts as mission projects establish big new platform capabilities

  Experience in Python, GPU data science, LLM/GenAI, blue team (Splunk, IR/hunt), OSINT, and enterprise/fintech/IC/DoD all helpful.

See graphistry.com/careers for more info

liuhenry
0 replies
22h42m

Lithos Carbon | Founding Full-Stack Engineer and Data Scientist | Hybrid (SF Bay Area, Seattle) and US Remote | Full-time

Hey everyone — we're a startup that's scaling a form of durable carbon dioxide removal called enhanced rock weathering. In addition to the critical efforts around decarbonization and emissions mitigations, you might have heard of efforts to scale carbon removal to mop up the remainder. Even so, we need to create an entirely new industry capable of removing tens of billions of tons of CO2 within the next decade.

Our bet at Lithos is that the best chance of success is by leveraging three industries already capable of this scale: agriculture, mining, and transportation. Rock weathering is a key part of the Earth's geologic carbon cycle, and has acted as a crucial "global thermostat" to keep Earth habitable — but it normally takes millenia. By enhancing this process, we can speed up the reaction to have meaningful effects within human timescales.

On a day-to-day basis, this involves planning, coordinating, tracking, and optimizing a distributed physical supply chain. We're looking for founding full-stack engineers and data scientists to build the next iteration of our platform under 10x operational growth, and design what will become the "operating system" for enhanced weathering at scale. There's a diverse set of challenges spanning interactive geospatial tooling, map and document digitization, laboratory sample management, logistical routing and optimization, and scientific modeling.

Feel free to reach out to me at henry [at] lithoscarbon.com or check out https://careers.lithoscarbon.com/

lanaisoftware
0 replies
22h40m

Lanai | Software Engineers (Backend, Full-stack, Machine Learning) of all levels | Full-time | San Francisco Bay Area (2 days in-office) | https://www.getlanai.com/

AI has the potential to change how we do our work forever - but with anything new comes unforeseen challenges. Our goal at Lanai (“Lean into AI”) is to ensure that every company is protected against AI risks as they take advantage of new technology to reach their full potential. Lanai surfaces usage of Generative AI by employees, identifies the best apps and models for each use case, and protects against sensitive data loss. As AI grows, so will we - we’re just getting started.

Lanai was founded in early 2023 by Steve Herrod (former CTO of VMware) and the talented team at Juxtapose. We’ve raised significant capital (more to share soon!) and are officially hiring for our engineering and product teams. We’re an AI-first company, and are looking for team members who are excited to harness the best of AI to help us build a product and culture where our team and customers can work on the leading edge. We’re leveraging the most modern development tools and practices to ensure a productive and fun environment where everyone is inspired to do their best work. We are working with a modern, cloud-native stack with a focus on AWS, EKS, ReactJS, NestJS, GraphQL, Postgres, Hashicorp Vault, Python, Golang, and AWS Sagemaker.

Apply now: https://www.getlanai.com/join-us

kpdoumbia
0 replies
1d1h

Canvas (The Spatial Computing Company) | Full-time | Onsite | Remote | At Canvas, we’re working on spatial computing - using computer vision to 3D reconstruct and understand your surroundings so that software can operate over real-world spaces. We believe it will power the next generation of augmented reality and some of the key parts of virtual reality as well.

Financial Planning & Analysis Manager (FP&A) (Remote USA) | Web Backend Engineer, Python (Portugal or Romania)

For detailed information, check out https://canvas.io/jobs.

Keywords: 3D, computer vision, photogrammetry, geomatics, SLAM

konz
0 replies
57m

ML6 | Machine Learning Engineer, Data Engineer | Python, TensorFlow, PyTorch, GCP, AWS, Azure | Full-time | Amsterdam, Berlin, Ghent (EU) On-site/hybrid

We are a Machine Learning consulting company that builds end-to-end Machine Learning solutions. By applying the latest AI research, we keep our clients at the forefront of innovation.

If you are interested check out: https://www.ml6.eu/resources/resource-library and https://www.ml6.eu/client-cases

Work on innovative projects for the biggest clients across Europe such as Randstad, ASML, FUNKE, and many more! Whether it’s about leveraging LLMs to improve customer support, building data lakes on cloud platforms to improve storage or implementing models using sensor data for quality control. You can find it all at ML6.

You will mostly work with Python and a range of ML frameworks such as TensorFlow, PyTorch, or HuggingFace Transformers to solve hard Machine Learning tasks and help bring these application into production by building data pipelines and cloud infrastructure on all of the major cloud providers (GCP, AWS, Azure).

We are looking for:

• (Senior) Data Engineer

• (Senior) Software Engineer

• (Senior) Machine Learning Engineer

• Alliance Manager – Azure

• AI Client Executive

• AI Client Partner

• AI Project Manager

• Talent Partner

Apply at: https://ml6.eu/join-us

koliber
0 replies
1d1h

Offsite.com | Remote | Full-time | Fully remote US-based company

Looking for a mid-level to senior fullstack TypeScript engineer. Experience Building Marketplaces Required.

Offsite ([www.offsite.com](https://go.offsite.com/inquiry?utm=engineeringjd)) makes it easy to plan team retreats, offsites, and conferences.

Used by hundreds of top startups, Inc 5000s, nonprofits, and other organizations, Offsite is already a marketplace that has facilitated $10M+ in spend on offsites, with a user base growing 50% quarter-over-quarter, and a team that has hit or exceeded sales targets for 8 months in a row (and counting).

Offsite.com is VC-backed (raised $3.1M seed from Automattic, makers of WordPress, Forum Ventures, and 60+ angel investors), break-even (ie not burning lots of money), and growing.

The engineering team is building the platform and marketplace for planning, booking, and managing Offsites. We’re looking for the next engineer to help bring our marketplace to life (basically Airbnb for offsites).

Ideally you’re experienced building various aspects of a B2B or “prosumer” marketplace, and are looking to develop new products today as an individual contributor. Everyone on the engineering team is building the marketplace from the ground up, and shipping key features such as a Stripe integration to facilitate marketplace transactions, messaging, support for multiple vendors, attendee and vendor dashboards, etc.

We work with TypeScript across the stack, using NextJS, Node, and GraphQL.

The ideal candidate would have at least 2-4 years of experience, works collaboratively across the company including with non-technical roles, excited to travel to 2 annual Offsite offsites and wants to help develop a category-defining product and company.

The starting salary for this role is $100,000 - $150,000 USD (depending on experience), plus healthcare, a monthly Remote Work stipend, an annual Health and Wellness stipend, unlimited PTO, and the ability to work from anywhere. You will also be eligible for equity options in Offsite.

Full job post and application instructions on https://joinoffsite.notion.site/Full-Stack-Engineer-752dcd96...

kn8
0 replies
23h11m

Humaans (YC W21) | Senior Software Engineer (TypeScript, JavaScript, ReScript) | Full-time | London HQ | Remote (Europe) | https://humaans.io

https://humaans.io/product-releases-2023

At Humaans we're creating the best in class HR software. We're bringing a much needed design and engineering mindset to this space to build the most flexible and the most powerful HR platform. We focus relentlessly on customers’ needs and experience, prioritising quality, design and performance. Our stack is React, Node.js, Postgres, Redis, Kubernetes, GCP.

We closed Series A from top tier US investors including Y Combinator, Dylan Field (Figma CEO), Scott Belsky (Behance/Adobe), Jeff Weiner (LinkedIn CEO), Claire Johnson (Stripe COO), Des Traynor (Intercom), Akshay Kothari (Notion COO), Tobias Lütke (Shopify), Stewart Butterfield (Slack) and more - and are growing the Product and Engineering team.

Come join us to work on:

+ Modern UIs like a task manager, workflow builder, collaborative realtime spreadsheet, rich integrations

+ Expanding our Public API and integration marketplace (https://docs.humaans.io/api/)

+ Scaling our app architecture to more customers and larger organisations

+ Writing TypeScript / ReScript / JavaScript - challenging status quo, thinking from first principles

+ Working in a Monorepo with Turborepo and pnpm workspaces with continuous deploys

+ Much much more in our journey of product excellence

Apply here: https://jobs.ashbyhq.com/humaans?utm_source=7nNGnERWLP.

kenshotech24
0 replies
1d

Kensho Technologies | Engineers across the stack | Full-time/Hybrid| (Cambridge/Boston)/NYC

At Kensho, we leverage S&P Global’s world-class data to research, develop, and implement leading AI and machine learning capabilities that drive fact-based, objective decision making. From deep learning speech recognition and transcription to advanced visualizations, entity recognition, state-of-the-art search, and an AI-driven research platform, the Kensho team brings actionable insight and order to complex data. Our products power S&P Global and deliver innovative solutions and capabilities to their clients.

Founded in 2013, Kensho is headquartered in Cambridge, Massachusetts with an office in New York City. In 2018, S&P Global acquired Kensho for $550M, the largest AI acquisition in history to date.

We are currently looking for a • Senior Backend Software Engineer • ML Engineer • and more!

To see all open positions visit https://www.kensho.com/careers

kdumont
0 replies
21h37m

AllSpice | https://allspice.io/ | Boston, MA / SF | Full time | Remote/Onsite | Sr. - Principal| golang, Vuejs, rust

At AllSpice, we're building the future of hardware development and collaboration, applying modern software design principles to the hardware industry with revision control, design review, and automated test (think GitHub/Bitbucket for hardware). AllSpice is unlocking the next generation of smart vehicles, IOT devices, rockets, medical devices, robotics, and much more.

https://techcrunch.com/2023/12/05/git-allspice-enterprise-6m...

We have a highly-capable, tight-knit, remote-first team with a flex office in Somerville, MA and competitive benefits. We strongly value continuous communication and personal development. See more on our careers page [https://allspice.notion.site/AllSpice-Careers-3173d0cd518b42...]

We’re hiring primarily for:

Principle / Lead Fullstack SW Engineer - Take a pivotal role on our incredible engineering team by helping coordinate our application architecture and implement new product features. You'll work on optimizing 2d graphics rendering, scaling application code, and testing/planning architecture to support new feature development. More info here: https://allspice.notion.site/Principle-Lead-Fullstack-Engine...

Frontend Software Engineer (Test & QA) - You'll be the subject matter expert for our front-end testing (currently using playwright), and working with open-source projects to extend our testing capability. You'll also have a strong impact on front-end design and architecture. https://allspice.notion.site/Frontend-Software-Engineer-Test...

Director of Sales - We're also hiring for a director of sales with expertise in enterprise B2B software. It's a phenomenal opportunity to streamline our sales process & coach our capable and growing sales team. https://allspice.notion.site/Director-of-Sales-48528b4a68344...

Hardware Infrastructure Engineer (Applications) - Be our product expert and customer liaison. You should have some experience in each of the following: EE design, software (git and python), and customer interaction. https://allspice.notion.site/Hardware-Infrastructure-Enginee...

Tech Stack: Docker, Terraform, GoLang, Rust, Python, Vue

See our careers page: https://allspice.notion.site/AllSpice-Careers-3173d0cd518b42...

Apply by emailing us at jobs@allspice[dot]io with [HN] in the title and a link to your GitHub/GitLab profile and/or resume.

kdolsonUNC
0 replies
1d1h

Fairwater Labs | Founding Engineer for XR / LLM Dual-Use Startup | Remote | Full-Time | (US authorized only)

We are a startup working on a training and simulation XR / LLM tool. Incubated by a venture studio. Our product will leverage LLM & possibly XR to enhance training for specific scenarios.

Where We Are:

We have invested several months into developing the business model and use case. We have conviction that the product we are working on would be highly differentiated and category defining.

Position Overview:

We are seeking a highly experienced, entrepreneurial, and passionate Founding Engineer to co-found and lead our technical team. The Founding engineer will work closely with the CEO and venture studio to create a technology roadmap and implement the strategic vision of the company.

To apply for this role (again, US-based only), please send your resume to kyle at Fairwaterlabs.com

kanjun
0 replies
1d

Imbue | Senior Software Engineer | Remote or San Francisco | Full-time

Imbue builds AI systems that reason and code, enabling AI agents to accomplish larger goals and safely work in the real world. We train our own foundation models optimized for reasoning and prototype agents on top of these models. By using these agents extensively, we gain insights into improving both the capabilities of the underlying models and the interaction design for agents.

We aim to rekindle the dream of the personal computer, where computers become truly intelligent tools that empower us, giving us freedom, dignity, and agency to pursue the things we love.

For more example projects and benefits, see the full job description: https://imbue.com/careers

Please apply through the website above. All submissions are reviewed by a real person!

jwoah12
0 replies
15h12m

SiriusXM | Product Manager - Internal Developer Platform | Full time | Hybrid: Onsite 2 days/week at any US office

We’re looking for a Senior Technical Product Manager to join the SiriusXM Platform Engineering team as the second PM hire! Probable domains are DevEx, Observability, and IaC libraries (AWS CDK). Would also consider Toronto, UK, or fully remote for exceptional candidates. Please apply at:

https://uscareers-siriusxmradio.icims.com/jobs/15473/senior-...

jurajmasar
0 replies
1d1h

Better Stack | https://betterstack.com | /^(Full-?stack|Frontend) Engineer$/i | EU or remote in UTC ± 3h

We are software builders at :heart:

CEO is a software engineer, COO is a software engineer and you guessed it; CTO is an engineer, too.

We’re helping developers in building a better internet. If you love building amazing software, you’re at the right address.

How we operate:

https://betterstack.com/careers/engineering

https://juraj.blog

email us at join@betterstack.com

jnathsf
0 replies
1d2h

City Innovate | https://cityinnovate.com | Sr Tech Lead | REMOTE (USA only) | Full Time | $165-$215K

I’m the CEO and former CIO for the City of SF. City Innovate is a public benefit corporation helping modernize government agencies through document automation (think enterprise Google Docs - smart templates, section level permissioning, workflow). We have product-market-fit, are profitable, zero churn, and are growing quickly. We have some of the largest govt agencies in the world as our customers.

We’re looking for a Senior Tech Lead to drive our engineering team on developing high quality solutions through technical solution designs, code review, hands on development work. You will be contributing your expertise in software development and architecture to guide our core Ruby on Rails application and future tech decisions.

Please apply by sending an email to: remove-this-text-inculding-last-hyphen-product.leadership+hn@cityinnovate.com

jesalg
0 replies
1d1h

thoughtful.ai | Staff Full Stack Engineer | REMOTE (USA only) | Full-time | $190-250k + early equity, FTE #15 - 20

We are a small Health Tech / AI automation start-up growing 3x YoY and looking to expand our platform team.

Our core platform consists of a front-end app, back-end API, SDK, and some DevEx tooling. The tech stack consists of AWS, Typescript, NextJS, React, Python, Go, and the Serverless Framework.

Your voice and expertise will significantly impact our platform’s strategic direction and development.

If that sounds exciting to you, apply on our website (we review every submission): https://www.thoughtful.ai/job?gh_jid=4354328005

james_at_x
0 replies
14h56m

X | Software Engineer

We are hiring software engineers to help integrate xAI’s technology into X - prompt engineering, deploying models at scale, vector database deployment etc. This is an outrageous opportunity to interweave cutting edge AI from one of the strongest teams in the world into a consumer, planet scale app.

We are hiring client, backend and infra engineers. Most importantly we are looking for people who are excited about our mission and building products using our new AI.

Email me if you’re interested and I’ll get in touch.

jm@x.com

jakespencer
0 replies
21h9m

76 Software Engineering Group | Oklahoma City, OK | FULL-TIME | ONSITE | U.S. CITIZENSHIP REQUIRED

76 SWEG is a civilian software engineering organization operating under the United States Air Force. We are hundreds of (civilian) scientists and engineers that provide software, hardware, and engineering support solutions to a variety of Air Force and military platforms. We are located on Tinker Air Force Base in Oklahoma City, OK. We often operate like a contractor to other parts of the military and federal government by providing independent engineering services without seeking a profit. We have dozens of active projects using C, C++, C#, Java, Python, JavaScript, LabVIEW, Visual Basic, Assembly, Ada, Fortran, and other more esoteric languages. We have immediate opportunities available to hire candidates with degrees in Computer Science, Computer Engineering, Electrical Engineering, or closely-related fields.

If you are interested in learning more, please e-mail 76SMXG.Tinker.Careers@us.af.mil and tell them Jake sent you.

isaac_stell
0 replies
1d

Stell | Compliance and Cybersecurity Manager | $150-200k + equity + benefits | Full-Time | Hybrid in Los Angeles or San Francisco | Not able to sponsor employment visas at this time

We're building Stell because Aerospace & Defense innovation must accelerate.

We are hiring a Compliance and Cybersecurity Manager to ensure Stell complies with industry regulations related to cybersecurity. This is a great opportunity to join an early stage company and shape the security roadmap for Stell going forward.

Job description - https://bit.ly/49MpIzy

LinkedIn posting - https://bit.ly/49ROPAQ

About Stell - https://www.stell-engineering.com/

Built by aerospace veterans with deep supplier quality engineering expertise, we want to fix the most prevalent issues in the aerospace & defense supply chain.

If interested, reach out to isaac (at) stell-engineering.com or apply through LinkedIn above!

irtefa
0 replies
1d2h

Jam.dev | Staff Fullstack Engineer & AI Product Engineer | Typescript/React | Remote (+ in person in SF, Austin, NYC) | Full-time Dev tools company with 80,000+ users in less than 2 years. $10M in funding from Vercel CEO, GitHub CTO, Cloudflare CEO, etc.

We’re building a flight recorder for web apps – so anyone can report issues to engineers in a way that's actually debuggable (w/ console, network, websockets debugger, etc).

Small, senior team – several ex-engineering directors turned ICs (mostly ex-early Cloudflare). Looking for staff-level engineers with experience building highly performant front-end apps.

Stack: React/Typescript and MobX (MST) on the frontend, and Node/GraphQL across our backend.

The challenge ahead: Scaling. Usage 10x’ed last year, and our users are in 150+ countries, on all sorts of devices, network conditions, etc. Our bar for quality is high.

As a dev tool, developers at Jam are directly connected and involved with the product. Your usage of the product will directly inform the direction of Jam’s future.

Apply here (we read and respond to every submission): https://jam.dev/careers

hudson-trading
0 replies
23h56m

Hudson River Trading | Hybrid | Full-time

We’re a quantitative trading firm based in NYC that trades hundreds of millions of shares each day on over 200 markets worldwide. We use math and technology in everything we do; our talented developers, engineers, and programmers build complex models and systems that allow us to make automated trading decisions on global markets.

We’re looking for: Senior Software Engineer - Performance Optimization (C++/GPU) | Chicago, NYC, Austin | Onsite / Hybrid | https://www.hudsonrivertrading.com/careers/?q=senior+softwar...

Full Stack Developer | London | Onsite / Hybrid | https://www.hudsonrivertrading.com/careers/job/?gh_jid=57407...

Senior Windows Platform Engineer | NYC, London | Onsite / Hybrid | https://www.hudsonrivertrading.com/careers/?q=windows+platfo...

Crypto Trading Support Engineer | London, Dublin | Onsite / Hybrid | https://www.hudsonrivertrading.com/careers/?q=crypto+trading...

And more! For more information about our benefits, check out Life at HRT: https://www.hudsonrivertrading.com/life-at-hrt/

hrantthreadpool
0 replies
1d1h

Threadpool | Mid/Sr Backend Engineer | Mid/Sr Frontend Engineer | Full-time | Remote or Hybrid | Yerevan, Armenia | threadpoolevn

Backend: 3+ yrs of exp. Python, SQL, strong english skills. A lot of data eng work. Will be required to speak to teams in the US.

Frontend: 3+ yrs of exp. React.js, CSS, HTML, D3, strong english skills. Will be required to speak to teams in the US.

Budget is between 2-3k take home per month depending on experience. Can be fully remote or come to the office on Mergelyan.

Send your cv to hrant [at] threadpoolevn.com

hilem
0 replies
1d

Chestnut | Founding Software Engineer | Remote (US only) or onsite hybrid in SF | Full-Time | https://jobs.ashbyhq.com/Chestnut

Chestnut is a well funded (a16z) close-knit seed stage insurtech - building next-gen enterprise infrastructure for the insurance industry. If you are a passionate full stack Golang Developer with a track record of building high-quality applications and want to be part of a vibrant team that embraces innovation, we'd love to hear from you!

Golang, React, k8s, AWS

https://jobs.ashbyhq.com/Chestnut/c6df5678-829e-4c98-9dbb-82...

If interested, you can apply above or reach out to me directly: nick [at] chestnutfi.com

hallh
0 replies
1d1h

Delogue.com | Solution Architect & Cloud Engineer / DevOps | Copenhagen, Denmark | ONSITE | Full-time | B2B SaaS | Series A

At Delogue, we are on a mission to make fashion and lifestyle product developers' lives easier and make them work smarter and more sustainably. Since 2011, we have developed a collaboration platform for brands and their suppliers so that they can manage their product life cycle more efficiently and with full transparency.

We're hiring two senior technical roles, who'll have significant impact on the future technical architecture of our core SaaS product.

1) Solution Architect https://thehub.io/jobs/65c0eda8102205f5c74c7230

2) Cloud Engineer / DevOps https://thehub.io/jobs/65c0e7d1102205f5c74b28ed

You'll be joining the technical leadership team in our main office in Copenhagen. We're a family-first company with flexible hybrid WFH, great benefits, and a diverse team from (almost) all corners of the world.

hal-eisen
0 replies
17h42m

Memgraph | Staff C++ Database Engineer | REMOTE (Central/Western Europe, LatAm, or North America) https://memgraph.com/

Memgraph is a Seed stage, open source graph database vendor. Graph DBs are a great solution for GenAI, logistics, cybersecurity and fintech so we are looking to grow aggressively this year.

We're looking for a staff-level engineer to set technical direction, mentor junior team members, and solve some very difficult problems.

Either DM me (the hiring manager) or apply here: https://join.com/companies/memgraph/10684850-staff-software-...

gmjosack
0 replies
23h16m

puzzmo.com | NYC | Full-time hybrid | Junior Frontend Engineer

Come build web-based games with Zach Gage (Knotwords, Good Sudoku) and Orta Therox (TypeScript, Artsy) and a small team of designers and engineers. We’re pushing what’s possible with web tech for games: help making existing games even more native-feeling, and help us ship a steady stream of brand new games to our new daily games site.

Tech: React / TypeScript / Node.js

Learn more about the job and apply at https://eevd.fa.us6.oraclecloud.com/hcmUI/CandidateExperienc...

gbuckingham89
0 replies
1d

Yammayap | Senior Laravel (PHP) Developer | Full Time | ONSITE Bournemouth, UK | £50k - 60k

From our office in Bournemouth (Dorset, UK), we specialise in building bespoke business workflow software that enables growing, successful companies get to the next level. In line with our continued growth, we are seeking an experienced Laravel developer to join our development team.

Yammayap are a down to earth team of techies dedicated to helping business leaders solve their workflow issues through unique tailored software. The software systems we create are truly bespoke - we mould them around our clients’ internal processes, so they fit their business perfectly. We work closely with them and their teams to create something that is purpose-built.

Full details available here: https://www.yammayap.com/jobs/ - or email me if you have any questions, george [at] yammayap [dot] com

fulcrumpro
0 replies
22h22m

Fulcrum | Senior Full Stack Engineer | Remote or Minneapolis, MN | $145k - 168k+ + benefits and equity | Full-time, Remote or Hybrid | https://fulcrumpro.com

Our mission is clear and staggeringly important: we're building the manufacturing operating system of the future from the ground up, one that’s engineered to create network effects as we grow. A beautiful, sophisticated quantum leap forward for the most important core industry in the world. The market tells us we’re on the right track and we're growing. Currently seventeen developers. (Many from HN!). Series A-2: https://fulcrumpro.com/ignite

We’re serious about doing great work and we empower people to make it happen. Our favorite tools include C#, Angular, Vue, and serverless TypeScript. We’re primarily interested in finding intensely smart people with talent at their fingertips, regardless of what tech stack you come from. We value autonomy over routine, and empathy over ego. We want to make products that are so elegant that our users feel constantly amazed. If you have at least 2 years of professional experience building all parts of modern webapps, and are interested in helping us develop the next generation of software in a massive market, we’d love to hear from you. The future is ours to build. Answers to your FAQs: Immediate 401(k), with 5% match after 90 days through Vanguard, immediate vesting. health, dental, and vision benefits. Unlimited vacation (15 day mandatory minimums). Remote and flexible work. Typical process: culture screen - tech screen - tech interview - offer. To get in touch: careers@fulcrumpro.com or apply at https://fulcrumpro.com/team-careers

* Manifesto Manufacturing is important. It’s the fundamental industry on which everything else is built. We take it for granted. In 1989, 35% of the entire software industry was manufacturing systems. Back then, services, hand holding, customization, and consulting were necessary to get the systems to where they are today. What was the first massive burst in productivity from technology has stagnated into incremental diminishing returns and exponentially increasing complexity. We can only continue to add complexity for so much longer until the whole system collapses. "Any intelligent fool can make things bigger and more complex. It takes a touch of genius and a lot of courage to move in the opposite direction." Manufacturing is important. We must deliver a touch of technological genius to reintroduce simplicity, efficiency, and integration.

fiirhok1
0 replies
1d

MailChannels | Full-Stack Developer | REMOTE (Canada only, Pacific time preferred) | Full-Time | https://www.mailchannels.com/

Join MailChannels, the leading email sending service trusted by over 30 million domains for dependable email delivery and advanced spam and phishing detection. As we innovate and grow, we seek an Intermediate Developer to contribute to our journey of expansion, offering a unique opportunity to shape our future solutions.

See more information and apply at https://mailchannels.bamboohr.com/careers/8?source=aWQ9OA%3D...

etcetera999
0 replies
13h38m

AE Studio | https://ae.studio/join-us || Data Scientists | Full-Time | Los Angeles / Brazil or REMOTE (US / Brazilian work hours)

We are AE Studio, a bootstrapped software and data science consulting business. Our mission has always been to reroute our profits directly into building technologies that have the promise of dramatically enhancing human agency, like Brain-Computer Interfaces (BCI). Today, we are ~150 programmers, product designers, and ML engineers; we are profitable and growing. We also have a team of top neuroscientists and data scientists with significant experience in developing ML solutions for leading BCI companies, and we are now leveraging our technical experience and learnings in these domains to assemble an alignment team dedicated to exploring neglected alignment research directions that draw on our expertise in BCI, data science, and ML.

We’re looking for experienced (ideally mid to senior-level), product-focused data scientists with ML experience who are excited about working on a variety of client projects (spanning a variety of domains and technologies), and advancing our research in BCI and alignment.

ericmay
0 replies
1d1h

Bold Penguin | Remote (US) * | Full Time | https://www.boldpenguin.com/

Bold Penguin's products help insurance agencies successfully quote and bind small business insurance policies with the click of button! We are growing fast and expanding our teams. Remote-first!

If you don’t meet all of the qualifications please don’t worry. Apply anyway!

Some current open roles:

  Cloud and Site Reliability Engineer -> https://www.thegravityapp.com/shared/job?clientId=8a7883d0676d10a10167856a16554ede&id=8a7883ac8c3cab98018c4aa6f7e161d7&u=1708006344&v=9&token=eyJ1aWQiOjQzNjY3LCJwcm92aWRlciI6ImJvdW5jZSIsInR5cGUiOiJlbWFpbCJ9.ILh8ZEidXhsgYJlaG3LOa4wMBkM

  Software Engineer (Ruby) -> https://www.thegravityapp.com/shared/job?clientId=8a7883d0676d10a10167856a16554ede&id=8a7883ac8c7f605d018cb2243d7755ad&u=1706905355&v=9&token=eyJ1aWQiOjQzNjY3LCJwcm92aWRlciI6ImJvdW5jZSIsInR5cGUiOiJlbWFpbCJ9.GIfFH42OWXmv0-yZ0ywaD0k6nCE

  Agency Account Manager -> https://www.thegravityapp.com/shared/job?clientId=8a7883d0676d10a10167856a16554ede&id=8a7887ac8c7f6022018cca9302ee3803&u=1706905349&v=9&token=eyJ1aWQiOjQzNjY3LCJwcm92aWRlciI6ImJvdW5jZSIsInR5cGUiOiJlbWFpbCJ9.qK1pLxyK9L6jmnB7bwjT1FSYYw0
* Bold Penguin operates fully remote but requires employees live within 150 miles of a few cities as noted in the job descriptions.

enthoughtjobs
0 replies
1d

Enthought | Python Software Development | Hybrid | Tokyo, JP www.enthought.com/careers Scientific Software Developers, Life Sciences Account Manager Enthought powers digital transformation for science. Our technology and deep scientific expertise enable faster discovery and continuous innovation. We solve complex problems for the most innovative and respected organizations across the life sciences, material sciences, chemical, and semiconductor industries.

Competitive salary, stock options

emergingtech24
0 replies
21h5m

Emerging Technology Lab - Honda R&D Europe (UK) | Senior Researchers - Decentralization, Web3, Artificial Intelligence, Machine Learning | Full Time - Hybrid | Reading UK

At Emerging Technology Lab, we have nurtured a culture of collaborative innovation rooted in creativity, kindness, mutual trust, and respect. Our primary mission revolves around applied research in multi-domain software technology where we are actively sensing global business challenges. Our key output is creation of proof of concepts (PoCs), with potential of integration into next generation Honda products, platforms, and services.

The primary responsibility will involve hands-on research and development work to bring PoC ideas to life, in collaboration with senior researchers. The successful candidate will be joining a forward-thinking team engaged in applied research on Decentralization technologies, including Web3, Metaverse, Mixed Reality, and Artificial Intelligence.

These roles are well-suited for a polyglot developers or a generalist software engineers, possessing a robust understanding of mathematics, algorithms and a curious mindset.

https://jobs.honda.eu/job/Theale-Web3-Researcher/1037145301/

https://jobs.honda.eu/job/Theale-AIML-Researcher/1037145701/

ellisd
0 replies
1d

Nuna (https://www.nuna.com) | San Francisco & Remote friendly (US only)| Full-time | Visa Transfer In the US, we spend an average of over $12,500 per person each year on healthcare -- that’s almost twice what other developed countries spend. Healthcare in the US costs a staggering $4 trillion dollars per year, almost 1/5 of our Nation’s entire economy. Yet with all this resource, our healthcare outcomes are poorer than other countries, people still can’t afford their healthcare, and our healthcare providers are burnt out.

Moreover, our healthcare is systemically unequal. People of color, lower income, and LGBTQ+ have demonstrably worse healthcare outcomes, a disparity grimly highlighted by the pandemic we’re living through now where people of color are three-times more likely to die from COVID-19.

How can this be, and how can we change it?

Nuna is tackling one of the most hardest problems in healthcare underlying the negative outcomes and disparities we see: how healthcare gets paid.

Today, hospitals only get paid when they do more-- more visits, more tests, more meds, more surgeries. Hopefully this helps patients get better, but regardless, the system gets paid. In fact, doing more is the only way to stay afloat.

But -- is this really the right set of incentives? Shouldn’t everyone get rewarded not just by doing more, but by when patients actually get better? Shouldn’t everyone have access to affordable, high quality care, and shouldn’t hospitals be rewarded when they deliver this care? And shouldn’t insurance companies get rewarded when they help ALL their patients get better?

Absolutely, yes. This concept is called Value-Based Care. In fact, healthcare as a whole has been trying to move in this direction for years, but making it all reality is deeply complex -- it is after all our healthcare. Nuna’s technology platform, our software apps, our vision, and our exceptionally talented team are collectively accelerating the healthcare system’s ability to make value-based care available to everyone.

In 2022, Nuna will power over $70B of healthcare payments for over 6.5M patients. We also leverage our data science and platform to direct patients to the best, culturally-matched, and accessible care providers for them. Additionally, we make it transparent and easy for both hospitals and insurers to see how they are performing in value-based care by spotlighting the patients or areas where they need to pay extra attention so that they can provide good care to all their patients and get rewarded.

Nuna is unique - we have brought together an exceptional team of over 200 people. We are the industry’s best in healthcare data, analytics, engineering, clinicians, and value based healthcare experts. We have joined forces to create a more equitable health system for everyone.

Our dreams and ambitions to change healthcare as we know it are big. If yours are too, we want to work with you.

Open positions include:

* Lead and Senior Health Data Engineer

* Lead Software Engineer, Data Serving

Sr Backend Software Engineer, Rewards

Sr Flutter Mobile Software Engineer, Rewards

Lead Software Engineer, Infrastructure

Lead Software Engineer, Developer Productivity

Lead Software Engineer, IAM

Lead Product Manager, Rewards

Jobs Board: https://bit.ly/nuna-job-board

Frontend: React, Typescript

Backend: Django, Python, Kotlin, Scala

Cloud: AWS

Questions? Email: recruiting+hn@nuna.com

echelon
0 replies
16h31m

Storyteller.ai https://storyteller.ai | Multiple Roles | {Atlanta, GA; Toronto, ON; SF; Remote}, | Contract, Contract-to-hire

We’re building the one-person Hollywood film studio.

Roles:

  1) 3D Graphics / Game Engine Engineer (Rust, Bevy)

  Animation and engine dev. We deploy Bevy to the frontend
  via WASM/WebGPU and headlessly to the server

  2) Backend (Rust, Actix)

  Distributed systems experience. Jobs, async. PlatEng, DevOps
  experience ++
Get in touch with us at jobs@storyteller.ai

Keywords: Rust, AI, ML, Machine Learning, Film, Animation

dyeje
0 replies
17h42m

Stealth Startup | ONSITE NYC | Full-time

This startup is building the AI platform for corporate finance. Its mission is to automate key finance and accounting workflows. Corporate finance is one of the top 10 most common professions in the U.S. and plagued with error prone manual work. They believe that LLMs are going to transform professional services as we know it and corporate finance will be among the first professions to feel it. Raised a seed round earlier this year and are currently live with multiple large firms. Progressing rapidly and plan to raise a Series A in 2024. All positions are 5 days in office in NYC.

To apply, send your resume to jeremy@dyedsoftware.com

Staff / Principal Engineer - $170k - $200k + meaningful equity

Seeking Staff+ level engineers to help them design and lead implementation of new modules. The abstractions for these new modules will form the foundation for the product’s future as they expand beyond their current core functionality.

- You’re an expert in designing powerful, extensible business logic

- You believe that LLMs are a leap forward in what’s possible with software and want to work with ML researchers on cutting edge applications of them

- You want to work at an ambitious, fast paced startup with high standards

- You enjoy building products from 0 to 1

ML Engineer - $150k - $190k + meaningful equity

Seeking an experienced ML engineer to own pipelines end to end, collaborate with ML researchers, and rapidly iterate on key ML products.

- You want to own ML systems end to end

- You enjoy working with researchers to put findings into customers’ hands

- You have deep learning experience and are interested in LLM architectures. However, this is not a requirement. These are new problems to solve and candidates of exceptional ability who have strong data engineering experience and are interested in LLMs will be considered

- You want to work on cutting-edge technical challenges related to managing, iterating, and scaling LLMs

dseisenberg
0 replies
22h49m

Hashboard | New York (NYC) | Senior/Staff Engineer, Lead Frontend Engineer, Product Evangelist | Onsite

Hashboard is building a BI platform that makes business users, analysts, AND engineers all love data again.

We are a well-funded, ambitious seed-stage New York City startup backed by top-tier product and data investors. Our team has experience as early employees of successful startups and in big tech. We have early product-market fit and a growing list of paying customers, and we’re looking to build a diverse and thriving team. And we might be a great fit for the next step in your career if you’re excited about having a lot of ownership over your work, learning from early-stage customers and investors, building a world-class engineering culture, and holding a lot of equity in a fast-growing startup.

We're especially on the lookout for product-oriented engineers with strong React skills and experience with data tooling.

Apply here: https://boards.greenhouse.io/hashboard or email jobs@hashboard.com

drice
0 replies
1d2h

Virta Health (https://virtahealth.com) | SF/Denver/REMOTE (USA Only) | Full-Time

Virta Health is on a mission to transform diabetes care and reverse the type 2 diabetes epidemic. Current treatment approaches aren’t working—over half of US adults have either type 2 diabetes or prediabetes. Virta is changing this by helping people reverse type 2 diabetes through innovations in technology, personalized nutrition, and virtual care delivery reinvented from the ground up. We have raised over $350 million from top-tier investors, and partner with the largest health plans, employers, and government organizations to help their employees and members restore their health and live diabetes-free. Join us on our mission to reverse diabetes in 100M people.

Virta has been named one of Time's 100 Most Influential Companies 2023 and one of Fortune's Best Workplaces in the Bay Area 2023. Recently, Virta has shown that their nutrition-based approach outperforms GLP-1s in maintaining weight loss at 12 months [1]

Positions are Remote-first (USA Only). Virta also has offices in San Francisco, CA and Denver, CO.

Tech stack: Typescript, React/React-Native, Python, Golang, Google Cloud Platform

Open Positions:

- Senior Software Engineer, Full Stack ($164,996 - $213,090): https://jobs.ashbyhq.com/virtahealth/94f2d1dd-1887-4dc3-bbe5...

- Senior Engineering Director, Foundations ($240,000 - $275,000): https://jobs.ashbyhq.com/virtahealth/5fdcf53e-70f5-42ec-8ed2...

- Senior Product Designer ($144,337 - $160,374): https://jobs.ashbyhq.com/virtahealth/0c4b22b3-2137-4a52-89a7...

- IT Systems Administrator ($87,215 - $100,247): https://jobs.ashbyhq.com/virtahealth/34a99766-2aa1-49f4-8acf...

[1] (https://www.fiercehealthcare.com/payers/virta-health-champio...)

dojorno
0 replies
1d1h

I'm hiring! Need a Grant Writer who might also possibly want to be a project manager for a contract based out of New Bern, NC. Remote-ish except for meetings etc. Project is to support the implementation of a HUD CNI Implementation Grant. $75,000/year, for an estimated 2 years with possible extensions.

Email me @ dojorno@proton.me

dohldrums
0 replies
15h49m

The Water Institute | Frontend developer | REMOTE (US), Based in Baton Rouge, LA | Full-time | https://thewaterinstitute.org/ |

The Water Institute is an independent, non-profit, applied research institution advancing science and developing integrated methods to solve complex environmental and societal challenges. We believe in and strive for more resilient and equitable communities, sustainable environments, and thriving economies.

We are seeking an experienced Frontend Developer to join our Digital Solutions team. As a Frontend Developer, you will be responsible for designing and developing visually appealing and user-friendly interfaces for web applications, both as part of the Water Institute’s client work and as it embarks upon repeatable solution development. The Digital Solutions team is growing, and this is an opportunity to shape the ‘face’ of the Water Institute’s work. Your work will have a significant impact on the end-users' experience and satisfaction, and you will have the opportunity to collaborate with our science and data engineering teams to bring the Water Institute’s cutting-edge science to life.

Requirements

- At least 3 years of experience in frontend development, with a strong portfolio of demonstrable projects. - Demonstrated ability to design user-focused interfaces for interacting with and making meaning from complex numerical and/or geospatial datasets. - Experience designing and executing usability tests with actual and potential end users. - Familiarity with key web application design principles. - Advanced knowledge of HTML, CSS, and JavaScript. - Proficiency with modern frontend frameworks such as React, Vue, etc. (React preferred). - Experience with frontend build tools such as Webpack, Gulp, or Grunt (Webpack preferred). - Ability to conduct thorough browser testing and debugging. - Familiarity with agile development methodologies and project management tools, as well as design systems such as Figma. - Excellent communication and collaboration skills, with the ability to work effectively with cross-functional and distributed teams.

The team members you are likely to collaborate with most closely are in the Philadelphia metro area, but applicants can be based elsewhere in the US, with east or central time zones preferred dependent on state of residency requirements, business needs, etc.

Please visit https://workforcenow.adp.com/mascsr/default/mdf/recruitment/... for more information and to apply. You can reach out to ddohler@thewaterinstitute.org with questions.

deet
0 replies
20h45m

Avy (https://www.avy.ai) | Multiple Roles | Salt Lake City, UT | REMOTE (USA) or ONSITE

We are an early-stage, well-funded, stealth startup making humans and computers work together more efficiently. Experienced team from Apple AIML, Bose, Amazon, and other great companies.

We're hiring for:

- Senior Applied AI/ML engineer (including LLM fine-tuning, search/retrieval systems, and various vision and NLP tasks)

- Generalist AI/ML engineer (writing agent code, RAG, prompt engineering, etc)

- Marketing (in the "growth hacker" spirit) -- if your dream is to launch the fastest-growing B2B SaaS product ever, we want to talk with you.

- MacOS (Swift, Objective-C, C/C++, etc) at the Senior and Staff levels. iOS experience is OK.

We're distributed but expect travel for regularly scheduled on-site, in-person work in SLC, with future presence in New York City.

Email jobs@avy.ai or visit https://avy.breezy.hr (not all positions posted there yet)

dazbradbury
0 replies
20h56m

OpenRent | London, UK | Full-Time | ONSITE+PART REMOTE | https://www.openrent.co.uk

What sucked the last time you rented a house or flat? Come and fix it.

OpenRent is a force for good in an industry tarnished by rip-off agencies. Enabled by an unrelenting focus on technology, we now let more properties than any agency in the UK. In the last 12m we let over £50 billion worth of property, to over 6 million registered users, without ever charging any admin fees.

You'll be working on solving every aspect of the rental journey, from machine learning models to predict the right price of a property, to building the future of property management, all to help tenants find their dream home, and landlords their ideal tenant.

We're VC backed, profitable, and have plenty of ambition to maintain our fast growth in this absolutely massive market.

Roles currently available:

- Head of Finance | Equity | £70-£100k + quarterly bonus

All roles visible here: https://www.openrent.co.uk/jobs

davecardwell
0 replies
1d

Canopy Connect | $160-205k | Full-time | Remote | US & Canada only | Product Engineer Canopy Connect is single-click insurance data sharing (like "Plaid for insurance").

We serve over 3,500 companies (and growing rapidly!) including insurance agencies, lenders, insurtechs, fintechs, and insurance carriers to streamline acquiring verified insurance data from consumers and businesses.

We're hiring Product Engineers. We're a small, fully remote team based in the US and Canada. We present the best of both worlds - a nimble startup and small team (low strike price on equity and more ownership/impact), yet derisked because of our capital efficiency.

Apply here: https://www.usecanopy.com/company/careers

danieloneel
0 replies
23h36m

Layer | San Francisco Bay Area | Full-Time In-Office | Founding engineer

We’re building SMB accounting software API-first so that it can be integrated directly into software platforms where business owners already work. Our customers are vertical software platforms in the vein of Toast, MindBody or Housecall Pro that help small business owners start, run and scale their business with workflows and financial products. We help them serve their customers who are stuck exporting all their data out of these systems into CSVs and importing it back into other accounting software.

Integrating with our accounting APIs gives business owners automation & accounting workflows directly within their core software while the software platforms get to solve one their customers’ biggest pain points: worrying about bookkeeping & finances.

We’re looking for a founding engineer who is excited about building a company and team as well as building better software for SMBs. We are well funded by top tier investors and are live with hundreds of small businesses.

Tech: Kotlin (KTor) / Docker / Postgres / AWS (ECS, RDS, ALB)

If you’re passionate about building software that real small businesses use every day, get in touch with me at daniel [at] layerfi.com

More about the role and team here: https://layer-financial.notion.site/Founding-Engineer-7998cb...

cuchoi
0 replies
19h45m

Enveritas (YC S18, Non-Profit) | Data Scientist | Remote / Global | https://enveritas.org/jobs/

Enveritas is a 501(c)3 non-profit working on sustainability issues facing coffee farmers around the globe. We provide sustainability assurance for the coffee industry. We visit smallholder coffee farms around the world to understand their social, economic, and environmental practices. In 2024, we will visit over 70,000 farms across more than 25 countries in Asia, Africa, and Latin America. We work with leading coffee roasters to understand the sustainability issues in their supply chain based on our sustainability standards.

* Data Scientist, Statistics — $110-130k — https://www.enveritas.org/jobs/data-scientist/ (Worldwide remote)

I'm always happy to answer questions: fernando () enveritas.org

cube2222
0 replies
1d

Spacelift | Remote | Europe | Full-time | Senior Software Engineer

We're a VC-funded startup building an automation platform for Infrastructure-as-Code, adding a Policy-as-Code layer above it, in order to make IaC usable in bigger companies, where you have to take care of state consistency, selective permissions, a usable git flow, etc.

On the backend we're using 100% Go with AWS primitives. We're looking for backend developers who like doing DevOps'y stuff sometimes (because in a way it's the spirit of our company), or have experience with the cloud native ecosystem. Ideally you'd have experience working with an IaC tool, i.e. Terraform, Pulumi, Ansible, CloudFormation, Kubernetes, or SaltStack.

Overall we have a deeply technical product, trying to build something customers love to use, and already have a lot of happy and satisfied customers. We promise interesting work, the ability to open source parts of the project which don't give us a business advantage, as well as healthy working hours. We've also got investment days on Fridays, when you can work on anything you want, as long as it could possibly benefit Spacelift in some way.

If that sounds like fun to you, please apply at https://spacelift.teamtailor.com/jobs/3006934-software-engin...

You can find out more about the product we're building at https://spacelift.io and also see our engineering blog for a few technical blog posts of ours: https://spacelift.io/blog/engineering

crusoehiring
0 replies
22h0m

Crusoe | Onsite/Hybrid – San Francisco | Climate Tech, Cloud Compute, Distributed Systems, Crypto | https://crusoe.ai/

Crusoe is on a mission to align the future of computing with the future of the climate.

Data centers consume more than 2% of the world's electricity. We power data centers with stranded energy such as gas flares and underloaded renewables , so for every GPU hour you use on Crusoe Cloud, you're offsetting 0.5kg of CO2e, or approximately 4.4 metric tons over an entire year. The more compute you use, the more CO2 and other greenhouse gasses you offset.

Crusoe Cloud (https://crusoe.ai/cloud) offers the cleanest and lowest-cost GPU cloud computing solution in the world for workloads including graphical rendering, artificial intelligence research, machine learning, computational biology, therapeutic drug discovery, simulation and more.

Here's a quick video so you can see what the systems look like in action, flames and everything: https://www.youtube.com/watch?v=Rlt8k71Quqw

High Priority Open Roles:

- Senior/Staff Site Reliability Engineer - Running kubernetes at scale in production

- Senior/Staff Infrastructure Engineer - Work in on prem environments, bare metal provisioning, and automation

- Senior/Staff Network Engineer - Cloud Networking, Backbone Networking, Edge Networking, Network Protocols

- Senior Staff/Principal Software Engineer - Deep experience building Cloud core services and features

- Senior/Staff Software Engineer - Cloud core services and features, managed k8s services experience

- Senior Linux Driver and Kernel Developer - Smart NICs and DPU hardware (Nvidia CX6/7 and BF3)

- Engineering Managers - Player coach who can manage team and get in trenches and write code

View full list of roles and apply here: https://jobs.ashbyhq.com/Crusoe?utm_source=Hackernews

Questions? Email: careers@crusoeenergy.com

creatlv
0 replies
1d2h

Napper | Full-stack / Frontend Engineer | Stockholm | ONSITE | Full-time | 60K-90K EUR

We are a small, highly ambitious and fun (arguably) team developing an app that improves child sleep for families around the world. We have top-tier international investors, are already profitable and growing quickly with 75.000 daily active users and almost 1 million downloads.

We are searching for passionate people:

A frontend-engineer to lead the app development (React Native) and be part of pushing the boundaries of product development. Someone who loves creating outstanding user experiences.

A full-stack engineer to work across our App (React Native), serverless API (TypeScript) and data/ML infrastructure (Python). Someone excited to use all available tools and their full creativity to solve the wide range of technical challenges that scaling outstanding products includes.

Our philosophy is to hire selectively and invest heavily in the people who work with us.

Apply to apply@napper.app

cientifico
0 replies
21h22m

Justwatch| Go React ML SRE engineers | Berlin | Full-time | justwatch.com

If you saw an ad for a movie we probably did it. Justwatch is the biggest and most up to date streaming guide.

Company size: about 300. Engineering: about 40. No VC behind. 8 cofounders. 10 years old. Profitable.

In my team we build scraping protection improve SEO, grahpql, improve ad campaigns. Microservices, k8s... that kind of things.

All levels.

Also looking for devops, sre, frontend and ML, but can't provide details for thoose.

More info here https://www.justwatch.com/talent/jobs/tech or write me: guillermo.alvarez @ justwatch.com

chrishynes
0 replies
23h39m

OwnerRez | Remote | Senior Full Stack Engineer | Full Time

OwnerRez is a vacation rental software platform for property managers and owners that integrates with channels like Vrbo, Airbnb, TripAdvisor, and booking.com as well as direct websites to manage vacation rental properties, bookings, and guests -- making the entire process automated.

We're looking for a senior full stack engineer to join our team to design and develop features end to end -- from web UI to backend business logic, services, and the database. We’re also looking for ops skills and desire to join our on-call rotation.

Our stack: .NET (MVC, jQuery on the frontend, WebAPI on the backend), MySQL, Redis, DynamoDB.

Details: https://www.ownerreservations.com/senior-software-developer

chondl
0 replies
11h52m

Finale Inventory | Senior Software Engineer | REMOTE | Full-Time

Finale Inventory is a SaaS application that helps ecommerce sellers manage their operations efficiently. We integrate with over 25 other systems (Amazon, eBay, Shopify, QuickBooks, etc.) to give our customers a complete picture of their business.

We’re a remote-first fully bootstrapped company that has built a thriving business grounded on long term relationships with our customers and employees.

Our culture is focused on delighting our customers, honesty, transparency, learning and innovating with our colleagues and customers, and constant improvement.

You'll be joining a team of 15 engineers spread across North America, South America, and Western Europe. We use continuous deployment practices to ship code to production several times per day and have a strong test driven development approach. Our technology stack is predominantly JavaScript (Node.js, React) with C++ used in select places for performance.

Interested? Contact Chris Hondl, CTO/Co-founder, chris@finaleinventory.com. I am leading the interview process which will include coding interviews and phone interviews with the co-founders and other engineers.

cassaroul
0 replies
22h27m

Stytch | SF (US) | Onsite or Remote | https://stytch.com

Stytch is the most powerful identity platform built for developers. Our APIs make it simple to seamlessly onboard, authenticate, and engage users – while simultaneously improving security.

Our open positions:

* Engineering Manager, Platform: https://jobs.ashbyhq.com/stytch/146ef566-c5fc-4d9b-bd60-4339...

* Experienced Backend Engineer: https://jobs.ashbyhq.com/stytch/a935d43e-bc19-496b-b25c-3285...

* Experienced Full-Stack Engineer: https://jobs.ashbyhq.com/stytch/bdbcbc82-b85f-4f7c-8569-dbcc...

* Frontend Engineer: https://jobs.ashbyhq.com/stytch/216e38c6-5b9c-4e2b-82c1-9e85...

Tech Stack: Go for backend services, Node and Typescript for our web services, Next.js and React/Typescript on the frontend. We run on AWS with Kubernetes for containerization, and gRPC and protobufs for internal service communication.

bvanlandingham
0 replies
18h25m

Canary Technologies (S18) | Senior Software Engineer (Fullstack) | REMOTE | Full-time

Canary Technologies (https://www.canarytechnologies.com) is a fast-growing, Series B, vertical SaaS hospitality company that provides hotels with software to enhance the guest experience and drive operational efficiency. With backing from some of the top investors in Silicon Valley, including Y Combinator, Canary Technologies is trusted by thousands worldwide and serves some of the world's largest and most iconic hotel brands.

We're a global team of 29 people representing 8 different countries. We're looking for strong, product-minded, fullstack Senior Engineers to join us!

Core stack: Django (Python), Vue.js (TypeScript), PostgreSQL, ECS

Apply at: https://www.canarytechnologies.com/jobs

brikelly
0 replies
22h52m

Arcules | Principal Engineers + Senior Eng. Managers | Full-time | USA | Remote | https://arcules.com

Arcules builds cloud and hardware solutions for commercial video cameras and IoT devices. Our eng team of 70+ is growing, and we need the nerdiest of nerds to join us! (Oh and yeah, we need our Eng Managers to be just as nerdy ;)

If you have an insatiable technical curiosity, love working remotely, devour and deliver constructive feedback, and want superb benefits, this is the place for you.

Our stack is K8s, Golang, C++, React, GCP. We love optimizing for flow and outcomes, and look forward to doing that with you too!

Apply now at: https://go.arcules.com/careers

brianr
0 replies
1d1h

Rollbar | https://rollbar.com | Budapest, remote Europe | Senior Software Engineer, Full-stack

About Rollbar:

* We're a ~30-person team (SF, Budapest, remote US and Europe) with a mission to help developers build software quickly and painlessly

* We help tens of thousands of developers find and fix errors faster.

* Our backend handles billions of errors with low latency and high reliability

* Our front-end allows developers to discover and drill down across millions of errors in real-time

* Our customers are some of the best engineering teams in the world, including Twilio, Salesforce, and Twitch

* Our values are honesty, transparency, pragmatism, and dependability

We're currently hiring for:

- Senior Software Engineer

Please apply via: https://rollbar.com/careers/

bill_duckduckgo
0 replies
1d

DuckDuckGo - We are looking for candidates that are excited to join us on a mission to raise the standard of trust online. All of our roles are fully-remote, except where specific locations are noted. https://duckduckgo.com/hiring

Remote Open Roles at DuckDuckGo:

Engineering Director, Desktop Apps

Senior Android Engineer

Senior Software Engineer, Windows Desktop App

Principal Site Reliability Engineer

BI Analyst - Strategic Finance

Director, Public Policy

Director, People Operations

https://duckduckgo.com/hiring

bill_02109
0 replies
1d1h

40GRID - Full-time Remote | Senior Angular Frontend & React Native Mobile

Our mission is to empower field-service companies to grow by modernizing and automating their business operations. Every company we work with has unrealized potentials — our task is to build the platform that empowers growth and helps them unlock opportunities.

Email: jobs [at] 40grid.com (no recruiters or agencies, thank you).

Tech: Django / Python | Angular | React Native

Reach out with any question -- thanks!

bihla
0 replies
12h8m

Numeric | Software engineer (4+ YOE) | ONSITE in San Francisco, CA or NYC, NY | https://www.numeric.io

We're tackling fundamental issues that underlie the finance and accounting departments. Companies like Wealthfront, AngelList, Clearbit, and more depend on Numeric to collaborate & automate their workflows, as well as to monitor, analyze, and share insights on their financial data.

This will be a fit if you're excited to understand your users and the domain, as well as to have substantial responsibility and impact. We work in person in our SF & NYC offices, and prioritize speed and ownership. We're growing rapidly and have a wide range of opportunities within the product team. As an engineer, you might work on building out our data & analytics platform, iterate on our self-serve offering, automate recurring workflows for our users, and more.

Generalists appreciated, bonus points for startup experience and/or full-stack experience with Typescript. 4+ YOE.

Apply: Email andrew@numeric.io (mention hackernews in subject)

More info on the role: https://numeric.notion.site/Software-Engineer-f641816581fc4f... On product development at Numeric: https://www.numeric.io/blog/80-20-rule-for-product-developme...

betweentwotests
0 replies
23h9m

Flagler Health | Software Engineers | Remote

We’re a seed stage AI/ML start-up revolutionizing the healthcare tech space by helping physicians provide better care for their patients in MSK pain management. We dive deep into clinic data to provide meaningful insights for our clients (clinics). We’re currently scaling out our core product and need someone to handle the infrasture and backened of our live production system.

Half of our engineers are from HN!

Technology: Frontend & Backend stack: MongoDB, Node.js, Express.js, and Vue.js. ML & Date Engineering stack: PySpark on Databricks Infrastructure: AWS + YOU DECIDE!

Checkout JD: AWS DevOps / SRE / Platform Engineer / Backend Software engineer: https://www.notion.so/flagler-health/Backend-Engineer-AWS-De...

--

we are also hiring Chief of Staff / Operations specialist: https://app.pallet.com/job/63d4ae1e-589b-4213-89f1-9e23a7991...

benjiweber
0 replies
22h35m

Mindgard | London | Onsite | Full-time

Mindgard is a London-based startup specializing in AI security.

We’ve spun-out from a leading UK university, and our mission is to secure the future of AI against cyber attacks targeting Deep Learning, GenAI, and LLMs. This is an unsolved challenge globally, and we are among the world’s first to offer a solution to this rapidly growing problem.

We're looking for Software Engineers, Product Managers, and Product Designers to join our team in London (UK).

https://mindgard.ai/careers :: benji@mindgard.ai

benbayard
0 replies
20h1m

Rentana | https://rentana.io | Remote | USA | Full-time or Contract Rentana is revolutionizing the multifamily property management industry. We are a venture funded proptech startup with customers. Our revenue management tool, designed for large multifamily owner/operators, blends ease of use with AI-driven insights while ensuring radical transparency with trust from top industry professionals. We use TypeScript end to end with a NextJS frontend and a GraphQL backend.

At Rentana, we believe in fostering a diverse and inclusive environment. We're excited to welcome candidates from all backgrounds who share our passion for technology, innovation, and making a real difference in the property management industry.

Rentana is looking to hire a Software Engineer to join our small team. If you're wanting to make a significant impact at a fast-growing startup and work with a team of dedicated and innovative engineers, we'd love to hear from you. Reach out to me at ben@rentana.io

behrlich
0 replies
19h26m

Wasabi Technologies | [Principal|Senior] Software Engineer | Full-time | Remote

Wasabi offers cloud storage with an S3 compatible API.

Wasabi is hiring for multiple roles in engineering https://wasabi.com/careers-list/, but I am the hiring manager for https://jobs.lever.co/wasabi/06beebc3-7dc4-4480-a715-21793f1... . The role is posted as Principal, but we are open to Senior level applicants.

Wasabi is seeking a Principal Software Engineer with a specialized focus on CockroachDB. As a Principal Software Engineer, you will be responsible for leveraging your expertise in SQL and distributed systems to design, develop, and optimize robust metadata storage solutions that will scale to trillions of records. Your leadership will guide the evolution of our database infrastructure, ensuring high availability, scalability, security, and performance. You will work collaboratively with cross-functional teams, sharing your knowledge and insights to drive the continuous enhancement of our systems.

atticoos
0 replies
1d2h

Rally Space | Product Engineer | Remote (4hr overlap with Boston) | Full Time | https://rally.space

Rally is a brand-new company, building storytelling tools for teams. Our product is show and tell for product updates — short-form video stories — now in early access.

We’re building a diverse team of craftspeople that compound off each other. You’ll play a formative role in owning, building, and launching full stack solutions in an application focused around user generated content that will expose you to a wide range of technical domains and challenges.

Say hello: https://rally.space/role/full-stack-engineer

ashley81426
0 replies
1d1h

Jito Labs | Sr. Smart Contract Engineer | Remote (US) | Full-time | www.jito.wtf | $150-$200k approx |

We are looking for creative and motivated engineers that can effectively wrangle problems with large design spaces and come up with simple and elegant solutions. The role is extremely dynamic and a place where low-level problem solvers will thrive. You will be building protocols that have the potential to custody billions of dollars of capital; if this excites you please apply!

Responsibilities: -Architect Solana programs using Solana native and Anchor programming models -Build safe, secure, and performant code -Write public-facing test plans and documentation for the code you’ve produced -Build substantial testing infrastructure to ensure code is following a defined specification -Collaborate with the team and customers to leverage internal knowledge and tooling -Drive features and products from beginning to end with extreme ownership -Comfortably dive deep into performance bottlenecks and debug problems across the entire stack

Qualifications: -5+ years of systems programming experience writing code in Rust, C, or C++ -Multiple Solana programs written in Solana native programming or using the Anchor framework -Excellent communication and collaboration skills -Experience wrangling complex problems into simple solutions -Worked at a <50 person startup

Nice to have: -Security background -Knowledge of DeFi landscape

Benefits: -Above market compensation and multiple forms of equity -All-expenses-paid team retreats and conferences -Unlimited PTO -Weekly meal voucher

anilgulecha
0 replies
7h22m

Kalvium | Onsite, Bangalore | Full-time | https://kalvium.com

We're building HEROS - for Higher Education Realtime Operating System. It's the GoogleMaps of higher education. We already have the results - our students across universities are placed and industry work-integrated in their 3rd semester.

If you find this intriguing, come learn more about our extremely ambitious journey to improve the education outcomes of more than 10 lac graduates every year in India alone (and we're expanding internationally). We're a small lean team looking for startuppy folks.

We're hiring for:

* Lead engineer (Bangalore) - build out HEROS - our suite of higher education operating system workflows.

Our offer is high on equity - you're someone who wants skin in the game. Our business fundamentals are solid - we're unit economics positive. We're funded by who's who of the tech ecosystem. We hold a very high bar on culture - in our company, and in our classrooms. We're 3 generations ahead of any comparable higher education institution.

Apply by sending a mail to anil@kalvium.com, with subject "From HN".

amauboussin
0 replies
20h15m

Surge AI (https://surgehq.ai) | Software Engineers (full-stack, backend / infra) and Strategic Project Lead (https://surgeai.notion.site/Strategic-Projects-Lead-Generati...) | Full-time | SF or Remote

Our mission at Surge is to build the human infrastructure powering the next wave of AI and LLMs. We’re building a data platform that powers AI teams at OpenAI, Anthropic, Meta, Google, and more. Reinforcement Learning with Human Feedback is the critical technique behind the new generation of AI assistants, and that human feedback comes from us. Our product has been a game-changer for the top AI teams in the world. Here are some examples of our past work:

- Creating the GSM8K dataset: https://www.surgehq.ai/blog/how-we-built-it-openais-gsm8k-da...

- Collecting data for Anthropic's Claude: https://www.surgehq.ai/case-studies/anthropic-claude-surgeai...

You’d be joining a small, rapidly growing team of former engineering and ML leaders from Google, Meta, Twitter, and Airbnb. We ship quickly, deeply care about the problems we are trying to solve, and value autonomy and ownership. No previous AI experience is required, if you have the engineering skills you can learn what you need on the job.

We're looking for engineers with a few years of experience and you can work out of our office in SF or remotely. Please reach out to us at careers@surgehq.ai with a resume and 2-3 sentences describing your interest. Excited to hear from you!

amacneil
0 replies
22h17m

Foxglove | Remote (US time zones only) | Full Time | https://foxglove.dev/

Foxglove is the leading observability platform for robotics developers. We help robotics and autonomous vehicle companies log, ingest, organize, and visualize multimodal data. We're well funded (Series A), ~20 people, with an experienced and fast-moving team. Seeking like-minded people to join us!

- Head of Design

- Lead Infrastructure Engineer

- Senior / Staff Frontend Product Engineer (TypeScript, React, visualization, bonus if you have experience with web workers, webgl/webgpu, and/or wasm)

- Senior / Staff Full Stack Product Engineer (TypeScript, Node.js, React)

- Senior / Staff Backend Engineer (TypeScript, Node.js, bonus if you have experience with Rust, Go, C++, Python)

- Account Executive

https://foxglove.dev/careers

Email adrian@foxglove.dev if you have questions (no recruiters please).

alanlammiman
0 replies
19h14m

Sticky | Social Media/Marketing/Community Lead | global, remote |

https://apps.apple.com/us/app/zombie-games-more/id1497044357

Sticky is an integrated mobile platform for games, communities, creating & collecting & trading virtual items. We aim to be what facebook might have become if it hadn't killed its dev platform to become a walled-garden cash-cow. Or what web3 might be with more focus on user needs, less on blockchain technicalities, and without get-rich-quick schemes.

For further context - our initial approach to the above was to create the first iOS-native NFT marketplace (i.e. letting users trade NFTs with in-app-purchases). The web3 ecosystem was messy, but we believed it would mature into lots of great projects/games/clubs for our app to connect to. We have been rather disappointed on that front, so now that we are integrating games and communities into the app, we are starting with a roguelike zombie survival game we developed in-house as a proof of concept before any outside games. Our site still focuses on the former, the iOS app linked above already shows the latter. We are a 6 person remote team (4 devs, 1 designer, 1 lead), between Seed and Series A.

We are looking for someone to lead our Social Media, Community and Marketing efforts. Our own experience is in performance marketing for apps - there is a place for a bit of that here, but given what we are doing, marketing that is organic & community & mission-driven is much more important. Requirements: interest in the cause & product + prior experience fostering powerful communities + fluent English as demonstrated in CV + cover letter, portfolio or publications.

We are also interested in a Product Manager (or Designer with strong product skills) who would like to build this with us. Requirement: interest in the cause & product + prior experience creating fun B2C mobile apps or games as demonstrated in portfolio.

Please email talent [at] getstic.ky

Questions and comments very welcome :)

Cheers - Alan Lammiman - founder

alakep
0 replies
12h33m

Yuzu Health. NYC.

We are: Health insurance plan manager growing 10%+ m/o/m with a founding team of just 5 people. We are using technology to link together new incentive structures that work better than the traditional health insurance model to power employer sponsored plans.

Looking for: A full-stack builder, in person only. Someone who loves to build and wants to ship every day. Our technical challenges include complex data structures, interfaces, and integrations related to the financial layer of healthcare.

We believe that if we can abstract away the surprising complexity of running a health insurance plan then we can make health insurance more transparent and affordable.

aidos
0 replies
1d

Countfire | Senior Fullstack Developer | Remote (but must based in UK) | www.countfire.com

Countfire makes software for the construction industry. Our software is well loved because we try to design solutions that are a magnitude more efficient than existing tools.

We use all sorts of tech, but mostly MobX, React, Typescript, Python, Hasura and Postgres. Looking for people with a good understanding of React.

Previously based in London, now seeking remote devs across the UK.

More info here https://www.countfire.com/careers/

Feel free to contact me directly aidan@countfire.com Note, applicants must be resident in the UK. No recruiters.

adarsh-sobek
0 replies
19h52m

Sobek AI | Founding Software Engineer | Remote USA, Preferably PNW/Seattle

https://sobek.ai/

Sobek AI is creating a Generative AI platform to uplevel and accelerate emerging processes in life sciences and biopharma, termed Frontier Workflows.

We're looking for a Full Stack Engineer to join our core team as we move to productize our technology! We have angel funding, early customers, and multiple advisors who are established names in AI.

We are also looking for an Applied AI/ML Engineer, though that job posting has not officially been posted yet.

Application Form and Qualifications: https://sobek.ai/career/

adam-tecton
0 replies
1d

Tecton | https://tecton.ai/ | Various roles | Remote (Americas), or Hybrid (San Francisco/New York City) | Full-time * About us *

Tecton builds a data management platform (a Feature Platform) to help enterprise customers create the best AI products by solving the most difficult problem in ML: the data. We provide developer tools and infra to accelerate up the production of models for batch and real-time ML.

With our platform, teams can refine contextual data for AI products, obtain scalable cloud infrastructure to ingest and serve it at scale, and have a centralized knowledge management and data governance system.

Learn more at https://www.tecton.ai/

* Careers *

Tecton is currently hiring remotely all over the Americas (North, Central and South), and with a hybrid model in SF and NYC (come to the office as much as you want).

Some of the challenges our Software Engineering team is tackling now include:

- Building the Rift compute engine to allow users to make ML applications WITHOUT Spark: https://www.tecton.ai/blog/unlocking-real-time-ai-for-everyo...

- Creating cloud abstractions to allow our product to be used agnostically across many environments: https://www.tecton.ai/blog/announcing-tecton-google-cloud-in...

- Tackling the unexplored challenges of enabling real-time ML at scale: https://www.tecton.ai/blog/common-challenges-real-time-machi...

* Find our open roles at: https://www.tecton.ai/careers/openings/ *

ab553
0 replies
1d

RPX | Data Quality | Remote (US)/Onsite (San Francisco, CA) | $100-120k approx.

RPX is the leading provider of solutions to help companies manage their risks and costs arising at any stage of their intellectual property program. I'm on the tech side at RPX, please send your CV to my personal address st11821@icloud.com and I'll get it into the hiring manager's hands. Cheers.

Senior Associate, IP Data Quality: You will be responsible for data management and quality control of data underpinning RPX’s Names Service, which analyzes, transforms, and disambiguate raw strings obtained from various data sources so that they are accurately matched to real-world entities and can be effectively used for analytics, patent risk assessment, decision-making, and much more. The ideal candidate will have the skills to maintain, improve, clean, and manipulate our databases to ensure they meet our data platform goals.

Full role description available at https://www.rpxcorp.com/about/careers/?p=job%2FoIozrfwQ

_praf
0 replies
22h2m

Column (https://column.com/) | Software Engineer (Product), Software Engineer (Infrastructure) | San Francisco, CA | Full Time

Column is the first nationally chartered bank built from the ground up for developers. We provide an API first, modern banking experience for our customers, replacing the bloated middleware and legacy software that currently powers most financial companies.

Started by the co-founder of Plaid, we are a team of 8 experienced engineers building the Column platform that processes hundreds of billions in payments annually. We are currently hiring our first full-stack product engineer (React, Go) to build delightful banking UX. We are also hiring an experienced infra engineer (Go, Kubernetes, AWS) to help scale our systems. We all work on high impact, independently driven projects and support some of the largest and most sophisticated fintech customers.

Apply here: https://column.com/careers or read more about our hiring philosophy here: https://column.com/blog/hiring-at-column

Feel free to email me with any questions: praful@

Zaheer
0 replies
18h39m

Levels.fyi | Remote (US) | Full-time Levels.fyi's mission is to help every professional build a better career through the most accurate insights and services. We're building the future of compensation & hiring by centering ourselves around professionals. We also have an enterprise data benchmarking offering used by several Fortune 500's for which we're now hiring a Sales role for.

Account Executive / Senior SDR / Sales | Remote | $80-90k USD Base Salary, $170k OTE, no cap on commission https://levelsfyi.notion.site/First-Sales-Hire-Account-Execu...

StellarScience
0 replies
22h10m

Stellar Science | Hybrid USA Washington DC, Albuquerque NM, Dayton OH | Full time, INTERNS/co-ops | U.S. citizenship required | https://www.stellarscience.com

Company: We're a small scientific software development company that develops custom scientific and engineering analysis applications in domains including: computer vision and image processing, space situational awareness (monitoring the locations, health and status of on-orbit satellites), metamaterials design, image simulation, high power microwave systems, modeling and simulation, machine learning, physics informed neural networks (PINN), human body thermoregulation, laser systems modeling, high performance computing (HPC), computer aided design (CAD), and more. All exciting applications and no CRUD. We emphasize high quality code and lightweight processes that free software engineers to be productive.

Experience: We typically look for Bachelors degrees in computer science, physics, engineering, math, or a related field, and also hire Masters and PhDs (roughly 30% of our staff have PhDs.)

Technologies: Mostly C++20/23 with coroutines and generators, Qt 6.5, CMake, Boost, Jenkins, git, OpenGL, CUDA. Windows and Linux, msvc/gcc/clang/clangcl, Visual Studio 2022 or any productive IDE. Some projects use Python, Java, or Javascript.

Apply online at https://www.stellarscience.com/careers/.

Smarkets-Talent
0 replies
1d2h

Smarkets | Full Time | Hybrid - Onsite (London, UK)

Smarkets is a betting exchange for sports and political trading that has handled over £29 billion in volume since 2010. Our company mission is to fix the betting industry with the best products and best prices.

We are currently looking for:

Senior Cloud Infrastructure Engineer (London) - https://smarkets.com/job/5585459/

DevOps Engineer (London) - https://smarkets.com/job/5397742/

Junior Software Engineer - Front End (London) - https://smarkets.com/job/5399602/

RitaSand
0 replies
22h42m

Supabase (YC'20) || SRE: Security Focus || Fully remote || Full-time || supabase.com

Supabase is an open-source Firebase alternative, built by developers for developers. Supabase adds auth, realtime, storage, restful APIs and edge functions to Postgres. We are a YC'20 alum with 60K+ stars on GitHub.

We are seeking an experienced Site Reliability Engineer to manage the security of our hosted cloud offering, with 1M managed Postgres instances and growing at a rate of 10% each month. We are custodians of user data and securing their data is fundamental in ensuring users continue to trust us.

Please, find the details and apply here https://boards.greenhouse.io/supabase/jobs/5094802004, we manually check and respond to all the applications.

More about us and other positions: https://supabase.com/careers

Redeker_15_Beep
0 replies
1d2h

Temporal offers an entirely new way to build scalable and reliable applications. Temporal enables developers to focus on writing important business logic, and not on managing state or worrying about the underlying infrastructure. Sequoia Capital led our last round of funding and our team has experience from start-ups and larger companies like Microsoft, Google, Amazon, Uber, and more.

Temporal Investors Expand Funding: https://temporal.io/news/temporal-investors-expand-funding-w...

Temporal in 7 minutes: https://temporal.io/tldr

We're looking for senior level engineers for multiple roles - see here - https://www.temporal.io/careers

FEATURED ROLES:

Senior Developer Success Engineer → https://grnh.se/40ad44c87us

Staff Product Manager - Monetization & Merchandising → https://grnh.se/73ccac2a7us

Senior Staff Software Design Engineer (IAM, AUTH) → https://grnh.se/ab5b9bb47us

Senior Staff Distributed Systems Software Engineer → https://grnh.se/05f8fdd17us

Staff Software Design Engineer → https://grnh.se/942b12a77us

US benefits include: Unlimited PTO, 12 Holidays + 2 Floating Holidays, 100% Premiums Coverage for Medical, Dental, and Vision, AD&D, LT & ST Disability and Life Insurance , Empower 401K Plan, Additional Perks for Learning & Development, Lifestyle Spending, In-Home Office Setup, Professional Memberships, WFH Meals, Internet Stipend and more! Benefits outside the United States vary by country.

Apply here https://www.temporal.io/careers/

ProtsenkoAlex
0 replies
22h17m

Paste | pasteapp.io | Senior iOS/macOS Engineer | Europe | Remote, Full-Time

We’re a small, distributed team passionate about creating products that are simple, efficient, and beautiful. We’re the creators of Paste, a productivity app for Mac and iOS devices that enhances the system clipboard. Paste allows users to store, search, and organize everything they copy—including code snippets, design assets, email templates, and more—across all devices.

We are hiring:

- Senior iOS/macOS Engineer (Remote within CET time zone) - https://pasteapp.craft.me/senior_ios

Curious to learn more about the role and our team? Check out our Craft page: https://pasteapp.craft.me/careers

PlantingSpace
0 replies
1d2h

PlantingSpace | Full-time | Remote (EU time zone) with quarterly gatherings | https://planting.space

We are building an AI system that can accurately represent knowledge and handle uncertainty, to enable the discovery of insights and solve problems based on explainable reasoning. We envision applications to automate analysis and speed up research in domains such as Finance, Strategy Consulting, Engineering, Material Sciences, and more.

We are continuously looking for strong software engineers who are up for a challenge and a steep learning curve. You’ll be exposed to cutting edge research in Bayesian statistics, dynamical systems, information theory, category theory, and more.

New job openings at PlantingSpace:

- We look for a hands-on and strategic Startup Operator, to strengthen our operations across finance, HR, compensation, global hiring, remote collaboration, and make us ready to scale as we move towards our product launch.

- We keep growing our strong NLP team, looking for Engineers who have state of the art LLM and transformer model experience.

Find more about our tech, our organisation, and ways of work on our website: https://planting.space/

To see a full list of openings, and to apply, check out our Join Us page: https://planting.space/joinus/

PanMan
0 replies
1d2h

Quatt.io | Amsterdam, Netherlands | Full-time | Hybrid/ONSITE | https://quatt.io | climate tech

I'm head of Software at Quatt, a quickly growing startup building hybrid heatpumps to help fix climate change. Heating and cooling is 50% of all energy used in the EU, and heatpumps have a 10x higher return on investment for CO2 saved per Euro invested than electric cars. We're building the most accessible and smartest heatpump on the market. Our product is live, being installed daily, and I really like the impact we're having. I'm currently looking for 2 roles for my department, as we believe having the best software will allow us to have the best product.

* Team Lead Internal Tools * Test Automation Engineer

Now is a great time to join, as the software team is still small but growing quickly. These and other vacancies are on our careers page: https://www.quatt.io/working-at-quatt Email me directly ( my-hacker-news-username@quatt.io ) for questions or apply via the career page.

Ozzie_osman
0 replies
13h34m

Monarch Money | Remote | Mix of Software Roles | Full-time

We are Monarch Money—a tool to manage your personal finances. We're a small team (<20 total) but are seeing a ton of growth. We're hiring for fullstack engineering, infra, mobile. Our stack is React/React Native, GraphQL, and Python/Django. Also doing some interesting things with Postgres.

https://www.monarchmoney.com/careers

Orases
0 replies
23h52m

Orases (https://orases.com) | Frederick, MD or 100% Remote (US) | Full Time | PHP, NodeJS, VueJS

At Orases, we create impactful software that helps our clients succeed and change the world. We're looking for an experienced full-stack developer to join our talented team.

We use PHP or Node on the backend, and Vue on the frontend. You'll be collaborating closely with stakeholders to turn complex ideas into reality. Whether you choose to work from our office in Frederick, MD, or remotely, we offer the flexibility you need, asking only for your availability during East Coast business hours. Outside of East Coast availability, we encourage you to work whenever you feel you do your best.

https://orases.bamboohr.com/careers

Hormold
0 replies
21h40m

Arro | Senior Backend Engineer | Remote | Full-time | https://www.arrofinance.com/

Join Arro in revolutionizing credit access for millions. As part of our engineering team, contribute to a platform that combines financial literacy with innovative credit solutions. Enjoy competitive salary, equity, remote work flexibility, and a culture focused on learning and growth. Apply now to make a real difference.

Arro is still seeking a Senior Backend Engineer with 7+ years of experience, proficient in Node, TypeScript, JavaScript, and AWS. Ideal candidates are problem solvers with strong CS fundamentals. Join us to build fair credit access. Benefits include competitive salary, equity, and more. No LeetCode on interview, just a cool set of coding tasks!

Apply at LinkedIn: https://www.linkedin.com/jobs/view/3812015694/

EthanSutin
0 replies
19h4m

Mio AI | AI Engineer | HYBRID SF / NY or REMOTE | Full-time | http://mio.ai Mio AI is redefining how people create and consume media entertainment. We craft immersive experiences where creatives don't just write stories but co-create with artificial intelligence, shaping scenarios for a uniquely immersive journey. With backing from industry leaders like New Wave (Mistral, BeReal, Amo), and experienced cofounders (former Tencent Games, TikTok, YC alumni) we're on a mission to redefine the entertainment landscape with the use of AI, making it immersive and empowering, putting people in control of their narrative experience

The Role: Utilize the latest models to bring our user’s creativity to life. The role requires an ability to build multimodal systems involving language, diffusion, and TTS models.

contact: hi@mio.ai

EmilyDoran
0 replies
1d

Community Phone (YC W19) | Fullstack, PM & Design roles | United States | REMOTE | Full-time Typescript/React + Python

At Community Phone, our mission is to transform telecom by delivering reliable, flexible, and customer-centric phone services. As the LTE phone carrier of choice for tens of thousands of small businesses and consumers, we've leveraged our technical expertise to provide the best of both worlds: the flexibility of VoIP with the reliability of cellular networks. Our approach allows customers to experience seamless and effortless communication, whether they're focused on growing their business or connecting with loved ones. Join us in our mission to make every phone call an exceptional experience!

Drive positive change: We keep data secure, protect against spam calls, and eliminate hidden fees and complex contracts. Our vision is a future where technology doesn’t replace human connection, it strengthens it. We’ve expanded from 17 fully-distributed teammates to more than 70 over the past 3 years. Remote, first and always with off-sites to help us connect and build in person.

More roles coming soon!

Apply here: https://www.communityphone.org/careers or ping our founding recruiter: emily@communityphone.org

EmilLondon
0 replies
1d1h

Citymapper by Via | London, UK | Onsite or Hybrid (UK based) | VISA

Citymapper is the ultimate and most loved mobility app. Now part of Via, along with Remix we are building out end-to-end digital infrastructure for transit systems.

Some background: https://citymapper.com/news/2582/citymapper-joins-via

At the moment we are hiring into the London office:

Software Engineer - Backend (Python, AWS, Kubernetes) https://boards.greenhouse.io/via/jobs/7048191002

Software Engineer - Android (Kotlin) https://boards.greenhouse.io/via/jobs/7251867002

Front-End Engineer https://boards.greenhouse.io/via/jobs/6869281002

More jobs: https://boards.greenhouse.io/via

CodyCrow
0 replies
20h57m

Volt Labs | Tulsa, OK | Product & Software Engineer | REMOTE | Full-time

Volt is a seed-stage startup, and we’re building the first true platform-as-a-service for mobile messaging. Our work is to improve developer experience and lower total cost of ownership by building a fully managed messaging infrastructure stack, so that software teams can focus on building applications that delight users. We’re hiring Product & Software Engineers to join our product development team. As one of Volt’s early engineers, you will be challenged to solve novel technical and DX challenges, work close to users on a product-minded team, and given freedom to contribute where you can create the greatest impact.

- Product & Software Engineer (remote or onsite, mid-senior or senior-level, full stack) - Rust, Python, Go, TypeScript

Learn more and apply here: https://www.textvolt.com/careers

Beefin
0 replies
22h7m

NUX | Senior Full Stack Software Engineer | Remote | nux.ai

Company: NUX is the first AI developer platform that enables organizations to build, manage, and deploy RAG services without compromising security, performance or cost. We're an API gateway for RAG services, a Mulesoft 2.0

Technologies: React, FastAPI, MongoDB, Docker

Apply: https://nux.ai/contact

Azrael3000
0 replies
21h59m

Track Machines Connected | Senior Java Backend Developer | Linz or Vienna, Austria (onsite) | Full-time

We are a medium sized company with around 100 dedicated people, working on software (and a bit of hardware) for all sorts of railway applications. The team you would be joining is working on infrastructure measurement, think lidar data for object detection or stereo imaging for accurate positioning. The full job ad can be found here: [0]. The job will feature a nice combination of software development and hands-on work with the associated hardware. You certainly should be prepared to go out and work with our products in action on the machines produced by our mother company [1].

I'm leading this team, so if you are interested, reach out to me at arno.mayrhofer@[2] (applicants only, all others will be blocked)

[0] https://www.tmconnected.com/karriere/senior-java-backend-dev...

[1] https://www.plassertheurer.com/fileadmin/_processed_/6/9/csm...

[2] tmconnected.com

Amir_IRC
0 replies
17h31m

IRC | instantriskcoverage.com | Alberta (Edmonton-Calgary), Ontario (Toronto) remote (in Canada) | full time

Bootstrapped insurance startup with incredible growth in a stable sector with several diverse anchor clients looking for a Senior Full Stack Developer.

Responsibilities: - Develop and implement high-quality software solutions using NodeJS and React, ensuring adherence to best practices and industry standards. - Work within a team environment, collaborating with other parts of the organisation to gain feedback and product knowledge - Design, build, and optimise scalable and robust React applications, emphasising user experience - Play a key role in maintaining and expanding the capabilities of the Instant Risk Coverage products, ensuring their continued reliability, security, and efficiency. - Engineer and test high-quality application-specific APIs, ensuring optimal performance and reliability - Provide valuable feedback and innovative ideas regarding current and future product offerings, contributing to the overall improvement of the development process - Utilize Figma documentation as a reference and guide to develop applications - Thoroughly document new features, including technical specifications, usage guidelines, and potential implications for future development - Build new, and expand on current application features - Display eagerness to learn from both successes and failures, fostering a culture of continuous improvement - Actively experiment with emerging technologies and maintain knowledge of their potential impact on the future

Skills and Qualifications: - Hold a Bachelor's Degree in computer science, or possess equivalent practical experience in Full Stack development - Possess over 4 years of hands-on experience in Full Stack development, actively contributing to the maintenance and enhancement of web applications - Proficient in languages and technologies such as React, HTML, CSS3, NodeJS, Express, and Javascript to develop robust and scalable solutions - Expertise in testing frameworks such as Mocha or Jest to validate and maintain code integrity - Adherence to coding best practices, including but not limited to unit testing, documentation, and version control - Exhibit a collaborative attitude with a strong willingness to collaborate with team members, providing coaching, participating in code reviews, and sharing skills and methodologies - Demonstrate effective verbal and written communication skills through articulating technical vision, possibilities, and outcomes clearly. - Exhibit familiarity and experience working with dockerized applications Possess knowledge of CI/CD pipelines, experience is an asset

contact us by reaching out to careers {(at)} the domain above.

AFF87
0 replies
23h53m

Opvia (YC S20) | DevOps/DevEx engineer| London (UK based)| + Enterprise AE | London or US| opvia.io

Opvia wants to be the software layer for regulated manufacturing companies. Regulated industries (Pharma, biotech, F&B) need better software to go to market faster, get insights from their data, and comply with the regulations. Opvia makes it easier to build exactly the procedures and workflows companies need with its no-code platform.

If you are a backend developer familiar with GCP and Terraform and want to have an impact reach out.

If you are a sales professional (outbound SDR or enterpise AE) and want to have an impact on a small sales team with a huge market, reach out.

Drop me a line (alberto@opvia.io) if you need further info or are looking for a different position

3laws_hiring
0 replies
23h31m

3Laws Robotics | Robotics Engineer, Embedded SW Engineer | LA or SF Bay Area | Remote/Hybrid | Full-time

New Startup in the Robotics Space Looking for Robotics and Embedded Software Engineers!

3Laws is an early stage startup working on developing an intelligent robotic e-stop for lowering the barrier to commercialization of safe autonomous systems. The company was founded with the backing of Caltech as a response to the traction our research in safety-critical control got with our industrial research partners at the time. We have since brought together a team of advisors, entrepreneurs, and engineers with a wealth of experience in taking new technologies like this one to market.

Interested? If so, go to https://www.3lawsrobotics.io/ to learn more and apply!