24 hours until the CfP for "NodeTLV 2026" closes: https://sessionize.com/nodetlv-2026

#cfp #conference #javascript

NodeTLV 2026: Call for Speakers

NodeTLV is an international conference for Javascript backend developers and the companies that use NodeJS in their stack, but more than that, NodeTLV...

Nico Martin (@nic_o_martin)

Transformers.js v4가 공개되었으며, 새로운 모델과 기능이 추가되고 성능도 더 빨라졌다고 소개한다. 자바스크립트 환경에서 최신 AI 모델을 더 쉽게 활용할 수 있는 중요한 업데이트로 보인다.

https://x.com/nic_o_martin/status/2038621948863713578

#transformersjs #javascript #webai #llm #opensource

🤷 Nico Martin (@nic_o_martin) on X

🤗 Transformers.js v4 is out! And I'm incredibly proud to be part of it! New models, new features, faster than ever 🔥 Check it out 👇

X (formerly Twitter)
Oh I forgot to link it before! 🤦‍♂️
Anyway, added text and variant parameters so you can format text via parameters, including removing any formatting with variant=ascii. https://panzi.github.io/unicodeformat/?text=%F0%9D%95%97%F0%9D%95%A0%F0%9D%95%A0%20%F0%9D%96%87%F0%9D%96%86%F0%9D%96%97%20%F0%9D%93%AB%F0%9D%93%AA%F0%9D%94%83&variant=ascii #Unicode #formatting #JavaScript
Format plain text with Unicode

Format plain text in bold, italic and other nice ways using Unicode.

Ah, the profound wisdom of enabling #JavaScript and #cookies to unlock the secrets of a 400-module Spring Boot codebase. 🤯 Clearly, the real lesson here is that your browser settings are the true gatekeepers of enterprise-level software engineering. 🍪🔐
https://medium.com/all-things-software/spring-boot-done-right-lessons-from-a-400-module-codebase-e636c3c34149 #SpringBoot #SoftwareEngineering #BrowserSettings #HackerNews #ngated
Spring Boot Done Right: Lessons From a 400-Module Codebase

Apereo CAS is one of the largest open-source Spring Boot applications in production. Seven battle-tested patterns from its codebase that…

Medium

Saturday, March 28, 2026

Day 86 of Year 3
Day 817 overall since Jan 1, 2024

💻 nhcarrigan-mentorship:
• Got the backend server fully running
• Resolved Prisma and pnpm issues
• Next step: debugging the database connection

From broken to running — real progress. Now it’s time to connect everything together. ⚙️

#JavaScript #BackendDevelopment #NodeJS #PrismaORM #Debugging #WebDevelopment #BuildInPublic #DevJourney #SoftwareEngineering #CodingProgress #100DaysOfCode #ProgrammingLife

Friday, 3/27/26

Day 85 of Year 3
Day 816 since Jan 1, 2024

nhcarrigan-mentorship:
• Debugged Prisma issues and identified a version mismatch
• Fixed the problem and got things running again
• Learned more about how backend tooling works under the hood

Sometimes the bug isn’t your code. it’s the tools. Understanding the stack makes you a stronger developer.

#JavaScript #BackendDevelopment #PrismaORM #Debugging #WebDevelopment #BuildInPublic #SoftwareEngineering #CodingProgress #100DaysOfCode

Thursday, 3/26/26

Day 84 of Year 3
Day 815 since Jan 1, 2024

💻 nhcarrigan-mentorship:
• Completed full CRUD endpoints for users
• Implemented proper logging and error handling
• Backend is becoming more structured and production-ready

From basic routes to full CRUD — real backend progress happening. Leveling up one feature at a time. ⚙️

#JavaScript #BackendDevelopment #APIDevelopment #NodeJS #ExpressJS #CRUD #WebDevelopment #DevJourney #SoftwareEngineering #CodingProgress #100DaysOfCode

Tuesday, March 24, 2026

Day 82 of Year 3
Day 813 overall since Jan 1, 2024

💻 nhcarrigan-mentorship:
• Built out my first API routes
• Added logging for better visibility
• Backend is starting to feel like a real service

From simple routes to structured systems — this is how real backend applications come to life. 🚀

#JavaScript #BackendDevelopment #APIDevelopment #NodeJS #ExpressJS #Logging #WebDevelopment #BuildInPublic #DevJourney #SoftwareEngineering #CodingProgress #100DaysOfCode

Monday, March 23, 2026

Day 81 of Year 3
Day 812 overall since Jan 1, 2024

💻 nhcarrigan-mentorship:
• Set up Prisma and modeled my first database table
• Took another step toward building a structured backend
• Seeing the foundation come together piece by piece

From schema to structure — this is where backend systems begin to take shape. ⚙️

#JavaScript #BackendDevelopment #PrismaORM #DatabaseDesign #NodeJS #SoftwareEngineering #CodingProgress #100DaysOfCode

NPM question: if, say, i have a peerDependency named 'x' which I know uses a package 'y' as its dependency, and I want to use the exact version of 'y' that 'x' uses... is there a way to do that?

#webdev #npm #javascript

×