Filter
Exclude
Time range
-
Near
Replying to @piyush784066
PHP, JS tambié se vfp vb vbnet c# python c c pascal cobol zpl2 ... y otros... pero PHP Js... o NodeJs Js son buenísimos... pero el lenguaje no es lo que deben ver, sino su runner... que tan bueno es...
8
Replying to @LundukeJournal
it's literally nodejs and npm malware what does the language the malware was written in have to do with it?
1
6
نصيحة برمجية: لإنشاء خادم ويب بسيط باستخدام NodeJS، يمكنك الاعتماد على وحدة http المدمجة. تعتبر هذه الخطوة أساسية لكل من يبدأ في مجال تطوير الواجهات الخلفية (backend) وجافاسكريبت من جهة الخادم. يقوم الكود المرفق بإنشاء خادم يستمع على المنفذ 3000 ويرد بعبارة Hello World على أي طلب، مما يوفر نقطة انطلاق عملية. 🔥 جرب الآن لبدء مشروعك الأول! #برمجة #تطوير_الويب #NodeJS #جافاسكريبت
12
req.ip showing the wrong IP in Express? You're behind a proxy. Fix: app.set('trust proxy', 1) The number 1 = proxy hops to trust. Setting it to true trusts all hops, a spoofing risk. #NodeJS #ExpressJS #WebDevelopment
5
#Hiring Senior Full Stack Developer – React / Node / AWS | Hybrid Northampton £60,000–£70,000 Bonus and Benefits #FullStackDeveloper #React #NodeJS #AWS #DevOps #SoftwareEngineering #TechJobsUK #Fintech #DeveloperCareers paiger.link/84524037
1
12
Replying to @mserdark
Hizli gideyim derken bi tanesinden zottirdim :D zaten nodejs i de bu paketler yuzunden birakmistim, hissetmistim basima bir sey gelecegini :D
136
I figure, if I'm going to produce slop code, it might as well be in rust so that the users (myself or otherwise) don't have to pay the nodejs/electron tax in memory. Rust solutions are generally ~60-80% less memory. There's trade-offs of course, but I'm tired of being lazy.
12
aws, k8s, gitlab, and nodejs version 8 apps upgraded, right-sized, and running on node 22
3
Today I learned how to create a custom error class in Express.js #NodeJS #ExpressJS #JavaScript #WebDevelopment #Coding
6
🚀 Day 32 - Restarting My Full-Stack Journey Today I moved beyond building APIs and started learning how professional backend applications are structured. This session was less about creating endpoints and more about understanding architecture, scalability, validation, and clean project organization. 📚 What I learned today: ✅ Backend Project Architecture * Organizing applications into modules * Separation of concerns * Building maintainable codebases ✅ MVC Pattern * Models * Controllers * API Response Layer Understanding how responsibilities are divided inside real-world applications. ✅ Mongoose * Connecting MongoDB with Mongoose * Understanding ODM concepts * Managing schemas and database interactions ✅ Environment Configuration * Using `.env` * Managing secrets securely * Database configuration ✅ DTO Pattern (Data Transfer Objects) * Creating reusable DTO classes * Request validation * Data sanitization ✅ Joi Validation * Runtime validation * Custom validation schemas * Returning meaningful validation errors ✅ Custom Middleware * Request validation middleware * Reusable request processing ✅ Error Handling * Custom API Error classes * Standardized error responses * Cleaner backend architecture ✅ API Response Helpers Creating reusable response utilities for: * 200 OK * 201 Created * 204 No Content 🛠️ Practical Work Built a modular backend structure that includes: ✅ Mongoose Configuration ✅ DTO Layer ✅ Validation Middleware ✅ API Response Utilities ✅ Custom Error Handling ✅ Authentication Module Foundation 💡 Biggest takeaway: Today felt like a transition from learning backend concepts to learning backend architecture. Building features is important, but organizing code properly becomes even more important as applications grow. Every day the backend world starts making a little more sense 🚀 Tomorrow I'll continue expanding this project with more modules, features, and backend concepts. #100DaysOfCode #FullStackDevelopment #BackendDevelopment #NodeJS #ExpressJS #MongoDB #Mongoose #Joi #WebDevelopment #LearningInPublic #ChaiCode #day11 #DAY1 #DAY32 @Hiteshdotcom @piyushgarg_dev @nirudhuuu @surajtwt_ @yntpdotme @ChaiCodeHQ
🚀 Day 31 - Restarting My Full-Stack Journey Today was one of the most exciting milestones in my backend journey so far. Instead of learning isolated concepts, I built a complete backend project and connected multiple technologies together to create a real-world API. 🛠️ Project Built: 📇 Contact Manager API Built using: * Node.js * Express.js * MongoDB * Mongoose * JWT Authentication * bcrypt 📚 What I learned today: ✅ Express Project Structure * Routes * Controllers * Models * Middleware * Config Files ✅ MVC Architecture * Separating business logic from routes * Writing cleaner and scalable code ✅ MongoDB & Mongoose * Creating Schemas * Creating Models * Performing CRUD Operations * Database Relationships using ObjectId references ✅ User Authentication * User Registration * User Login * Password Hashing with bcrypt * JWT Token Generation ✅ Authorization * Protected Routes * Token Validation Middleware * Accessing authenticated user information ✅ Custom Middleware * Authentication Middleware * Centralized Error Handling Middleware ✅ Environment Variables * Storing secrets securely * Database connection strings * JWT secret keys 🛠️ Features Implemented: ✅ Register User ✅ Login User ✅ Generate JWT Token ✅ Create Contact ✅ Get All Contacts ✅ Get Single Contact ✅ Update Contact ✅ Delete Contact ✅ Protected API Routes 💡 Biggest takeaway: Today was the first time I felt like I was building a real backend application instead of just experimenting with APIs. Understanding how authentication, databases, middleware, controllers, and routes work together gave me a much clearer picture of how modern backend systems are structured. From simple Express servers to a complete authenticated CRUD API , the journey is getting more exciting every day 🚀 #100DaysOfCode #FullStackDevelopment #BackendDevelopment #NodeJS #ExpressJS #MongoDB #Mongoose #JWT #WebDevelopment #LearningInPublic #ChaiCode @Hiteshdotcom @piyushgarg_dev @yntpdotme @surajtwt_ @ChaiCodeHQ @nirudhuuu
2
اول nodejs و nmp رو روی ویندوز نصب کنید. بعد با نصب: npx playwright install webkit موتور واقعی سافاری رو ران کنید. دیگه بعدش کافیه برای هر مدل آیفون یک اسکریپت بنویسید، با سایز خودش و اتوماتیک خروجی رو ببینید. این واقعا مشکل من رو که فرانت کار نیستم حل کرد.
7
419
Started as a small project and reached 600 downloads. Now introducing Countro 2.0.0 🚀 Making terminal learning easier for beginners without Linux or WSL. Try it out and share your thoughts. npm : npmjs.com/package/countro #buildinpublic #opensource #npm #CLI #nodeJS
1
9
processOrder() { console.log(als.getStore().requestId); // 123 } Common use cases: ✅ Request IDs for logging ✅ User/session context ✅ Multi-tenant applications ✅ Distributed tracing #NodeJS #AsyncLocalStorage #JavaScript #BackendDevelopment #SoftwareEngineering
5
As a lifelong nodejs webshit this feels like the beaver thing where it builds dams wherever it goes, but now it has access to industrialized logging equipment
30
Calling all developers, engineers, founders, Vibe Coders, and tech enthusiasts. Those who have build Mobile, Web Apps, Kotlin / Dart / NodeJS, ReactJS with Gemini welcome I'd love to connect, learn from your experiences, and build Software by collab with you Freelancing Paid Gigs Applicable for Experienced 2 years Software Engineers from INDIA
1
2
377
Le programme d’affiliation ASUOO est désormais disponible. Recommandez nos offres d’hébergement d’applications et nos VPS, faites profiter votre communauté de réductions exclusives et recevez jusqu’à 25 % de commission sur les premiers mois. Paiement des services par PayPal ou Stripe. Coupons de réduction jusqu’à 40 % selon votre palier. Suivi complet de vos ventes depuis votre espace affilié. Rejoignez-nous sur asuoo.com/affiliate?lang=fr #affiliation #affiliate #vps #commissions #hosting #apps #nodejs #python

1
1
16
Shipped my first npm package: git-beep-beep A CLI that adds audio feedback to your Git workflow 🔔 Commits, pushes, successes & failures now have sounds. Demo: rachit224agarwal.github.io/b… npm: npmjs.com/package/git-beep-b… #nodejs #npm #opensource

1
30