Stop giving resume websites your personal data.
Check out resumeforge. It is a free, open-source resume builder that runs locally on your device. No accounts. Total privacy.
Try it now: https://t.co/LmIPqTHi94 Source code: https://t.co/QYnqzwQKZ0
#resume#cv#opensource
My skills repo has 160K stars, 7.5m downloads...
...and no tutorial.
So, here it is. Watch me walk through the essential skills:
- /grill-with-docs
- /to-spec
- /to-tickets
- /implement
- /code-review
It's the whole flow, end-to-end. Enjoy:
The fullstack branch adds Prisma, Auth.js, server actions, protected routes, and a real Projects CRUD example using the same Zod schemas as the client.
https://t.co/2yRCLtjy5I
If you ship something with it, send it to me. I want to see it.
I built the Next.js starter I wish I had every time I started a project.
next2point0 is two templates, one CLI:
npx next2point0
Frontend or fullstack. Feature-sliced.
https://t.co/2yRCLtjy5I
#NextJS#TypeScript#React#WebDev#OpenSource#DevTools
The DX you usually skip:
→ Husky pre-commit runs Prettier and ESLint on staged files.
→ pre-push runs typecheck and a full build.
→ commit-msg enforces Conventional Commits.
→ CLAUDE.md at root so AI tools follow your conventions.
→ Working example pages, not boilerplate.
What you get on day one:
→ Feature-sliced folders. Features do not cross-import.
→ Shadcn UI with proper dark mode (no flash).
→ react-hook-form plus zod everywhere.
→ TanStack Query for server state. Zustand for client.
→ Axios with token refresh that actually compiles.
I built next2point0.
It is the Next.js starter I wish I had every time I started a project.
One command, two templates, zero setup tax:
npx next2point0
Frontend, or frontend plus backend. You pick. The CLI does the rest.
Best GitHub repos for Claude Code that will 10x your next project in 2026
1. Claude Mem
https://t.co/a3FaJN6QSh
Persistent memory across sessions — stop re-teaching Claude your codebase
2. UI UX Pro Max https://t.co/C4B6J2G3Dd
50+ styles, 161 color palettes, 99 UX guidelines — Claude stops building ugly UIs
3. n8n-MCP…https://t.co/C4B6J2G3Dd
Connect Claude Code to 400+ n8n integrations via MCP
4. LightRAG https://t.co/vA6cLFJXCM
Graph + vector RAG — lets Claude understand large codebases structurally
5. Everything Claude Code https://t.co/UTuw1B8Ggn
Skills, instincts, security scanning, multi-language coverage — full agent harness
6. Awesome Claude Code https://t.co/15i5qGYYsX
Community bible — curated skills, hooks, slash commands, orchestrators
7. Superpowers https://t.co/Efrew9HBr5
Forces structured thinking before writing a single line of code
8. Claude Code Ultimate Guide https://t.co/MghQbN1n8n
23K+ lines of docs, 219 templates, 271 quizzes — beginner to power user
9. Antigravity Awesome Skills https://t.co/15i5qGYYsX
1,200+ ready-to-use skills — one of the largest collections
10. Claude Agent Blueprints https://t.co/DK0G6OIJUZ
75+ agent workspace templates beyond coding
11. VoiceMode MCP
https://t.co/422g0xzyNR
Natural voice conversations with Claude Code via Whisper + Kokoro
12. Awesome Claude Plugins
https://t.co/Tq9ri7OZU8
9,000+ repos indexed with adoption metrics — find what people actually install
Bookmark this before your next build.
I'm 23 , a software developer.
I want to connect with people who love:-
- Coding
- vibe coding
- Full stack developer
- software engineer
- AI/ML
IF YOU'RE INTO TECH.. LET'S CONNECT
I wrote about creating a resizable split view with @reactnative@expo. Thanks to @60fpsdesign for hosting! 🫶
Start the week with an article: 📰 https://t.co/qnsejOpFkr
Just tested the tab bar performance in my app, and I’m pretty happy with the results. Tabs are switching instantly at a stable 60 FPS with no delay, no stutter, and no frame drops 🎉
I’m using:
@expo (SDK 53)
React Native
expo-router for tab bar navigation
#reactnative