💻 My Blog 🎧
When you host your own workspace, security isn’t someone else’s problem. In a standard SaaS workspace (like Slack or Microsoft Teams), a massive team of engineers manages global file quarantine,...
read more
When I first built OneCamp as the self-hosted, anti-SaaS workspace, my goal was simple: give teams absolute control over their communication, data, and workflows without paying massive recurring subscription bills....
read more
When building OneCamp as the self-hosted, all-in-one anti-SaaS workspace, the biggest friction point for teams migrating to it was always the same: "Our data is locked inside five different SaaS...
read more
Two months after launching OneCamp, I just shipped the largest update since day one. 172 backend files changed. 462 frontend files changed. 16,845 new lines of Go. 21,565 new lines...
read more
Teams are paying a lot of money for their tooling. And not just Slack - it’s Slack plus Notion plus Jira plus Google Meet plus a calendar sync tool. Five...
read more
On March 9th, 2026, I launched OneCamp. It’s a self-hosted, all-in-one workspace. Chat. Tasks. Docs. Video calls. Calendar. A local AI assistant. All on your own server. One-time payment. No...
read more
When I tell people I used MQTT for a team chat app, they look at me the way people look at someone who shows up to a dinner party with...
read more
The most common mistake in AI-integrated backends: treating the LLM like a normal API call. POST /ai/ask { "question": "summarize my week" // 12 seconds pass 200 OK { "answer":...
read more
When I mention that OneCamp uses both PostgreSQL and Dgraph, I get one of two reactions: Developers: “Interesting - what’s the query pattern that drove that?” Everyone else: “You used...
read more
Github link : Click here to see the GitHub repo IT’S LIVE AT: live page It’s a very simple use of websockets to implement chat and whiteboard. NOTE Just a...
read more
Implementing this project was fun since i got to know so much about the actors in the supply chain and roles ! Github link : Click here to see the...
read more
I made this project during a course (Udacity BLockchain Nanodegree). I did the course because it was for free if I complete it within 30 days which I was able...
read more
I have been learning about docker engine for past 2 months and I got to know that docker swarm uses Raft algorithm which has been implemented natively without other services...
read more
It’s been a month since i have been learning NodeJS and from past one week I have been making a server health check using pure NodeJS (Without NPM) ! Github...
read more