🦄 Former founder and CTO at Factorial.
I craft products @ https://ramensoft.net:
☕️ https://fika.bar
🎩 https://handinger.com
🀄️ https://whatajong.com
It breaks down the entire recruiting pipeline I used to hire 150+ engineers with a single recruiter.
From lead generation to closing: every step, tricks, questions, templates...
If you think hiring engineers is hard, read this!
It breaks down the entire recruiting pipeline I used to hire 150+ engineers with a single recruiter.
From lead generation to closing: every step, tricks, questions, templates...
If you think hiring engineers is hard, read this!
I present you, the 4x3 rubik cube.
I present you, the 4x3 rubik cube.
So bad that I hand-drew this entire animation, frame by frame, just to make you click on the damn button.
So bad that I hand-drew this entire animation, frame by frame, just to make you click on the damn button.
"I don't care about your stupid padding. It's bigger, it converts more."
"I don't care about your stupid padding. It's bigger, it converts more."
Tutorials are the hardest design problem.
The best ones don’t explain: they let you play.
I’ve rebuilt Fika’s onboarding with the same principle:
No walkthroughs. No walls of text.
You learn by doing.
Tutorials are the hardest design problem.
The best ones don’t explain: they let you play.
I’ve rebuilt Fika’s onboarding with the same principle:
No walkthroughs. No walls of text.
You learn by doing.
I went digging for inspiration in old zines, risograph prints, tolkien's watercolors, pryca and the moomins. No relation among those items other than vibes.
Here are some of the ideas that came out. Anything worth exploring further?
I went digging for inspiration in old zines, risograph prints, tolkien's watercolors, pryca and the moomins. No relation among those items other than vibes.
Here are some of the ideas that came out. Anything worth exploring further?
They turn abstract concepts into something you can see and play with.
That’s now possible on fika. Authors can drop in interactive Snippets directly in their posts. I used it to run a double pendulum… and Doom.
fika.bar/paoramen/can...
They turn abstract concepts into something you can see and play with.
That’s now possible on fika. Authors can drop in interactive Snippets directly in their posts. I used it to run a double pendulum… and Doom.
fika.bar/paoramen/can...
Are we quietly sliding back into gendered marketing?
Are we quietly sliding back into gendered marketing?
This means that you will be able to create interactive articles with some dynamic blocks.
Why am I building this? Honestly, for myself. I'm writing an article about hiring, and I want to show how an org-chart simulator.
This means that you will be able to create interactive articles with some dynamic blocks.
Why am I building this? Honestly, for myself. I'm writing an article about hiring, and I want to show how an org-chart simulator.
The last hour I sold $120 (I really did!)
A day has 24 h.
A year has 365 days.
$120 * 24h/d * 365d/year = $1.051.200/year
That's 1M ARR in one hour!!!
The last hour I sold $120 (I really did!)
A day has 24 h.
A year has 365 days.
$120 * 24h/d * 365d/year = $1.051.200/year
That's 1M ARR in one hour!!!
No, most engineers don't use Cursor, but Copilot.
The same as most companies run on Teams, not Slack.
Never bet against MSFT.
No, most engineers don't use Cursor, but Copilot.
The same as most companies run on Teams, not Slack.
Never bet against MSFT.
I was positively impressed that exporting all my ~6k bookmarks worked instantly, when most cloud-based applications take forever (if they implement export at all).
Another win for local-first!
I was positively impressed that exporting all my ~6k bookmarks worked instantly, when most cloud-based applications take forever (if they implement export at all).
Another win for local-first!
Most people use `map` + `filter`, but it's good to remember that you can also use `flatMap` and return `[]` instead of null.
Most people use `map` + `filter`, but it's good to remember that you can also use `flatMap` and return `[]` instead of null.
I've just built a similar logger for @drizzleORM
I've got quite close, except the duration which can't be done since drizzle logs the query before it executes it.
gist.github.com/masylum/d081...
I've just built a similar logger for @drizzleORM
I've got quite close, except the duration which can't be done since drizzle logs the query before it executes it.
gist.github.com/masylum/d081...
Automate job search using n8n and Handinger. The workflow pulls listings from multiple job portals, evaluates how well each offer matches your profile and expectations, and sends a curated daily email. handinger.com/blog/soham-b...
Automate job search using n8n and Handinger. The workflow pulls listings from multiple job portals, evaluates how well each offer matches your profile and expectations, and sends a curated daily email. handinger.com/blog/soham-b...
From a list of emails, get a screenshot and also a summary from their company website.
handinger.com/blog/web-scr...
From a list of emails, get a screenshot and also a summary from their company website.
handinger.com/blog/web-scr...
Implement a service that opens a transaction, does a bunch of heavy updates on parallel, and commits the transaction once they are all done.
Language: Whatever you want.
Database: PostgreSQL
Can you solve it without asking an AI?
Implement a service that opens a transaction, does a bunch of heavy updates on parallel, and commits the transaction once they are all done.
Language: Whatever you want.
Database: PostgreSQL
Can you solve it without asking an AI?