Varick is hiring the best engineers and FDEs on the planet. SF, in person.
We deploy production AI systems inside large enterprises that actually realize ROI, unlike the swaths of 'Agentic SaaS' that have sold a pipe dream to VCs with no profit to show for it.
We work directly with the C-Suites of billion dollar ARR businesses to solve true enterprise pain-points. Every piece of your work results in 10s of millions of enterprise value.
We are profitable and growing fast, yet early enough that your work shapes everything and you have significant upside in joining. Top of market salary and equity.
If you're interested send a resume + short blurb to contact[@]varickagents[.]com.
If you refer a candidate who ends up joining we'll send you 5k.
12 files, 527 added, 288 removed. The removals are the meaningful part — the old NotificationBell was doing too much in one place. https://t.co/bNsOiYlWTP
#ReactDev#FrontendDev#TypeScript
Notification systems are one of those things that feel straightforward until you're actually building them. Added a preview bell, a card component, and a toast manager — then had to refactor the underlying infrastructure to actually support context-aware previews properly.
Still deciding if the consumer separation was the right call or just early over-engineering. https://t.co/uj4hVpdYFi
#WebSockets#DjangoChannels#BackendDev
Added WebSocket consumers on top of an existing Django backend to handle two separate real-time flows — discovery and onboarding. Each consumer has its own handler, wired into AWS Bedrock tools underneath. The split makes sense in theory...
discovery queries are exploratory, onboarding is more structured. But you end up with two parallel stacks that need to stay in sync. 11 files changed across Python, TypeScript, and TSX to get it working. Worth it for the real-time feel.
Wired up an n8n workflow for query handling and context parsing on top of a Django data model. The model side was clean — Django migration, category field, admin UI. Straightforward. The n8n side is where it gets interesting.
Visual workflows are fast to iterate but you hit a point where the logic is complex enough that you're basically just writing code in a GUI... which has its own trade-offs. 36 files changed, 5870 lines added across Python, TypeScript, and JSON. Still on n8n for this one.
Rebuilt a personal site's navigation — added an about page, removed some static HTML outputs, refined sidebar links for consistency. 47 files changed, 1932 lines added, 828 removed. That file count sounds scary for what's essentially a nav refactor.
It's a static site generator, so touching the layout or nav structure ripples through every page output. The actual change is small — the diff is large. Static site generators are great until you need to reorganise something structural.
@1FitFinanceDad Recently started to prioritise my goals based on things I’ve never done before as a higher priority— before had “faster 10k training” as a goal but started to switch to putting ‘new experiences’ higher up on my list