SShortSingh.
Back to feed

Quill, YC W20 Startup, Seeks a Fullstack Software Engineer

0
·1 views

Quill, a startup that participated in Y Combinator's Winter 2020 batch, is currently hiring a fullstack software engineer. The job listing was posted on Hacker News, a popular tech and startup community platform. The posting received no points or comments at the time of reporting. No further details about the role's requirements or compensation were publicly available in the listing.

Read the full story at Hacker News

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Missing PostgreSQL indexes caused React dashboard crash with TypeError in production

A production bug in an internal Condo Dashboard triggered a JavaScript TypeError because the /condos/metrics API endpoint was returning null or a single object instead of an array, crashing a React dropdown component. The root cause was duplicate rows in the broker_tokens table, resulting from missing unique database indexes that allowed multiple rows with the same broker_id and token pair. Initial workarounds — a frontend Array.isArray guard and forced API normalization — suppressed the error but left KPI calculations incorrect and the underlying data inconsistency unresolved. The permanent fix involved adding a unique index on broker_tokens, a performance index on condo_metrics, and a foreign key constraint in apps/api/src/db/db.ts to prevent duplicates at the database level. With the schema corrected, the API controller was also updated to reliably return a clean array, restoring accurate dashboard metrics.

0
ProgrammingDEV Community ·

Openship Self-Hosted Deployment Platform Draws Developer Interest on GitHub

Openship, an open-source self-hosted deployment platform by oblien, has recently gained over 111 GitHub stars in a single day, reflecting growing developer interest. The platform allows teams to run deployment infrastructure within their own environment, reducing reliance on external control planes and keeping sensitive metadata in-house. It is particularly suited for workloads involving internal AI services, private build artifacts, or shared deployment credentials. Security best practices recommended for deployment include placing the service behind an internal reverse proxy, enforcing least-privilege token policies, and validating backup and recovery procedures before treating it as a critical dependency. Developers are advised to evaluate Openship as full infrastructure rather than a simple dashboard, carefully assessing its deployment lifecycle, authentication model, and operational resilience.

0
ProgrammingDEV Community ·

Developer Builds AI Agent to Fix Weak Tests, Uncovers 8 Bugs in His Own Tool

A software developer built an AI agent over 30 hours to automatically generate tests that kill surviving mutation testing results, entering the micro1 Frontier Engineering Challenge among roughly 7,800 registrants. The project was motivated by a well-known gap in the industry: line coverage metrics show whether code ran, but not whether tests would catch errors if the code were wrong. While benchmarking 12 popular Python libraries, the developer found that 80 of 133 surviving mutants lived on code never executed by tests at all, not merely weakly tested. Widening test scopes up to 40 times barely changed this figure, suggesting the 'tests that run but don't assert' problem is largely specific to AI-generated tests rather than human-written ones. Before completing the agent itself, the developer discovered eight separate bugs in his own measurement harness, each capable of producing confident but incorrect results.

Quill, YC W20 Startup, Seeks a Fullstack Software Engineer · ShortSingh