sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

596
active users

#nextjs

0 posts0 participants0 posts today

À l'Association pour la transition Bas Carbone (ABC), nous sommes à la recherche d'un.e alternant.e pour nous aider à développer notre outil le BC+ dès septembre avec ma super collègue Chloé Molle ! Si vous êtes intéressé.e par des technologies récentes (React/NextJS) et par les sujets environnementaux une seule chose : foncez

N'hésitez pas à me contacter directement en MP 🌻

linkedin.com/jobs/view/4260059

I'm looking for job, usually I prefer Mexican payrole jobs ( with mexivan law benefits and plus) but I open to a good contractor/freelance offer
I'm a software engineer and full stack developer with 7 years of experience.
My technologies are
The recent ones are
#ReactJS
#NextJS
#RubyOnRails
#AWS #microservices
#NodeJS #JavaScript and #TypeScript
#algolia #indexer
#CSM #contenful
I also have experience.
#Laravel #PHP
#workflow
#vuejs

Framework-agnostic component builder with live preview. Create components via JSON schemas & export to React/Vue/Angular. Features TypeScript, Next.js 15, universal TSX compiler, 3-panel sandbox, real-time rendering & localStorage persistence. Build once, export everywhere! Perfect for cross-framework design systems & rapid prototyping. Join the declarative UI revolution! 🚀

#javascript
#typescript
#nextjs
#nodejs
#opensource

talk to me contato@botanarede.com.br

Looking to build a #REST #API on top of #nextJS and #prisma. I am not dead set on HAL, JSON-LD or JSON:API but would like to not have to do much work to support either.

I just came across zenstack.dev/ and this seems like a well supported and appears to automate a lot of the effort. Good choice, other options I should look into ..?

zenstack.devZenStack - Simplified Full-Stack Development with Prisma ORM | ZenStackA TypeScript toolkit that enhances Prisma ORM with flexible Authorization and auto-generated, type-safe APIs/hooks, simplifying full-stack development.

Day 7
✅ 24 test suites, 153 tests passing.

Solid coverage across service and controller layers in my modular monorepo. Strict typing (TypeScript), full DTO validation, and realistic mocks across complex relations (TypeORM).

Next: fine-tuning error handling & exploring e2e strategies.

write.as/bmariusz/24-test-suit

Mariusz Balewski · 24 Test Suites, 153 Tests Passing — Scaling Confidence with Every AssertionAfter several days of shaping a growing service architecture, I've finally reached a point where 24 test suites and 153 individual tests ...

Day 6
TL;DR: Groups, memberships, hierarchy — all dynamic now.

Released backend v0.3.0 🎉

✅ Users can belong to multiple groups with typed roles
✅ Groups can form hierarchical or overlapping structures
✅ Roles are normalized via reference types

Built with NestJS + TypeORM. Documented via Swagger.

write.as/bmariusz/building-a-f

Mariusz Balewski · Building a Flexible Group Structure with NestJS and TypeORMTL;DR: I introduced a generic group model into the backend to handle dynamic user-to-organization assignments and relationships. Users ca...

Day 5
TL;DR: Continued work on backend security — role-based access is now fully wired up.

✅ Got fine-grained role-based access control fully working today.

• Roles loaded from PostgreSQL
• Injected into JWT during login
• Validated via custom `@Roles()` + `RolesGuard`
• Authenticated via `@UseGuards(JwtAuthGuard)` globally
• Introduced `@Public()` decorator to bypass guards for public endpoints
• Swagger supports Bearer token for testing

Took a while to get the role propagation into the token right — the key was enriching the `validateUser()` result, not just fetching data from DB.

Modular, clean, and no magic. Feels good. 👌

more on: write.as/bmariusz/continuation
#CloudNative #TypeScript #NestJS #Nextjs #InsuranceTech #Microservices #monorepo
#codingdays #swagger #jwt #jwt_auth #programming

Mariusz Balewski · Continuation: Securing Routes with JWT and Role-Based Access ControlTL;DR: Continuing development on the backend platform — this time focusing on securing routes with JWT, implementing @Roles decorators, h...

We're finally rolling out our newly-rebuilt website after working on it with my colleague for over a year. Rebuilt all of the most essential functionality (it's a massive code base) with #NextJS and ASP.NET Core. The old site was on .NET Framework, so it was super old and the UI was terrible. Can't wait to hear what our customers think (it's B2B, but still).

Day 4

TL;DR: Full Swagger docs + JWT auth with registration and login are live.

Today’s work focused on two key improvements.

1. Swagger documentation was extended across all API layers. DTOs, entities, and controllers were enriched with `@ApiTags`, `@ApiOperation`, `@ApiResponse`, and detailed `@ApiBody` annotations — including real-life examples for request bodies.

2. JWT-based authentication was implemented. A secure registration flow was added, with password hashing via bcrypt. A login endpoint now issues access tokens containing user ID, email, and roles. All logic is encapsulated using Passport strategies (local and JWT). The next step will be protecting routes with guards and role-based access.

#CloudNative #TypeScript #NestJS #Nextjs #InsuranceTech #Microservices #monorepo
#codingdays #swagger #jwt #jwt_auth #programming