⚡ Creatr @getcreatr
AI-assisted builder for production-ready Next.js apps — complete with Supabase, OpenAI, Stripe, Resend, Mapbox, and GitHub export — all from natural language prompts.
⚡ Creatr @getcreatr
AI-assisted builder for production-ready Next.js apps — complete with Supabase, OpenAI, Stripe, Resend, Mapbox, and GitHub export — all from natural language prompts.
📌 Pixelize Portfolio Next.js Template
A clean, responsive landing page to showcase your work.
✅ Built with Next.js + Tailwind CSS
✅ Light/Dark mode support
✅ Easy customization
Free to download & perfect for developers & creatives.
🔗https://getnextjstemplates.com/products/pixelize-portfolio-nextjs-template
#Nextjs #WebDevelopment #PortfolioTemplate #websitetemplate #nextjstemplate
Shipped a React 19 + Next.js 15 demo repo of real-world Optimistic UI patterns: likes, todos, chat (retry), comments, blog (Server Actions), 10K virtualized list, failure + rollback scenarios.
Repo: https://github.com/muratti32/react-19-optimistic-update
#react #nextjs #webdev #performance #optimisticUI #react19 #typescript
Is there no #opensource #VibeCoding tool that lets you build web apps without #React / #nextjs?
Something that builds #localfirst #PWA with vanilla #JavaScript, with single-click deployment even to a #RaspberryPi, and optionally uses CDNs?
Think of something like what DuckLake does with DuckDB #WASM but for transactional systems instead of analytical – compute on the edge/endpoint with centralised storage?
Maybe with #WebSocket, #WebRTC & #Fediverse as optional additions?
🚀 2025 Stack Overflow Developer Survey – Key Takeaways 📊
🤖 84% of developers now use AI tools in their workflow
⚠️ But 46% don’t trust AI’s accuracy
🐍 Python adoption is up +7%
🔥 Rust, TypeScript, and Go keep gaining popularity
The dev world is changing fast — are your skills keeping up?
📺 Full breakdown on my YouTube: https://www.youtube.com/@idebasispaul
#StackOverflow2025 #Programming #AI #Python #Rust #FastAPI #NextJS #DevLife #TechTrends #OpenSource #Coding #MastodonTech #DebasisPaul
Удалить полпроекта: как мы переписывали MobX‑сторы на React Query в большом Next.js‑проекте
Привет. Я Дима Рагозин, фронтенд-разработчик в KTS . Эту статью я хочу начать с предыстории. Полтора года назад на проекте для одного крупного клиента мы получили задачу — ускорить главную страницу. К тому моменту в кодовой базе уже жили два отдельных фронтенд-приложения под две разные платформы — CSR-версия (Client Side Rendering) и SSR‑версия (Server Side Rendering), — а MobX‑сторы все время жизни проекта разрастались вместе с функциональностью. Каждый новый экран приносил еще один класс (а то и несколько), еще кучу связей, и в какой‑то момент мы стали замечать снижение воспринимаемой скорости приложения, избыточные HTTP‑запросы, сложности с поддерживаемостью и другие проблемы, которые становились критичнее по мере роста проекта. В статье я расскажу о том, как мы шаг за шагом перевели такие сторы на React Query, сократили код вокруг запросов на ≈50 % и практически избавились от повторных GET‑ов. Попутно поведаю о наших граблях и поделюсь советами по миграции.
https://habr.com/ru/companies/kts/articles/935086/
#mobx #React #React_Query #Nextjs #Frontend #Управление_состоянием #Оптимизация_производительности #ssr
watchexec -r -w ../src -e c,cpp,h,mm,m "make"
that assumes I'm in ./build of my project folder created via cmake -S src -B build with make as the building command. Could be ninja too. doesn't matter.
This added to #zellij as a pane below editor made my day today. Hot recompilation of my demo project every time I save one of its source files! Something similar to #nextjs in javascript when dev server is launched.
#cpp #ide of #xxi_century
#programming is fun again and no #vscode required… or less and less..at least!