Filter
Exclude
Time range
-
Near
Replying to @mserdark
Hizli gideyim derken bi tanesinden zottirdim :D zaten nodejs i de bu paketler yuzunden birakmistim, hissetmistim basima bir sey gelecegini :D
6
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.
2
aws, k8s, gitlab, and nodejs version 8 apps upgraded, right-sized, and running on node 22
1
Today I learned how to create a custom error class in Express.js #NodeJS #ExpressJS #JavaScript #WebDevelopment #Coding
3
🚀 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 موتور واقعی سافاری رو ران کنید. دیگه بعدش کافیه برای هر مدل آیفون یک اسکریپت بنویسید، با سایز خودش و اتوماتیک خروجی رو ببینید. این واقعا مشکل من رو که فرانت کار نیستم حل کرد.
1
35
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
6
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
1
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
13
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
293
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
13
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
21
Replying to @ashwathama
That was sooo relatable to me. I started with web dev , half ass did it , till nodejs ,then switched to Ai, now I came to know that companies prefer web devs in my branch in my college, i thought of changing again. Never really got any work done. Thanks , i understand it now.
52
🚀 Completed the Auth Service for my first major E-Commerce project built with Microservices Architecture. ✅ Registration ✅ Login ✅ JWT Auth ✅ Protected Routes ✅ Address Management ✅ API Testing 📊 26/26 Tests Passed Next: Product, Cart, Order & Payment Services. #NodeJS
1
4
Replying to @chinedu_10
Honestly, the whole tech space is toxic on twitter, I remember when they shade php and laravel over nodejs because it was kinda new then, now it’s nodejs turn, tomorrow na Java
1
5
Você sabia que o Redis além de funcionar como cache também pode funcionar como broker de mensagens? Dá pra implementar arquiteturas Publisher/Subscriber (PubSub) facilmente com ele e mostro como neste tutorial (inclui vídeo). luiztools.com.br/post/arquit… #nodejs #redis #javascript #softwarearchitecture #softwareengineer
1
13
🔥 New job alert! 🔥 💼 AI Staff Software Engineer 📍 Remote (United States) 💰 $145k - $210k 🛠️ Artificial Intelligence, Analytics, Data Science, GraphQL, NodeJS, PostgreSQL, React, TypeScript, GCP, Claude, Copilot 🏢 👥 501 - 1K unlistedjobs.com/jobs?wt=ai%… #TechJobs
1
2
20
shipped: Hardened ThirstStake x ThirstCraft Solana-devnet wager rail: closed a pot-theft hole in the 2-of-2 client-authoritative settlement path. Replaced the shared binding signature gsig=HMAC(secret, mid.w0.w1) - identical for both players, which... #buildinpublic #NodeJS #API
1
11
💻 Hiring: Fintech Fullstack Developer - Otalence 📍 UAE (Residents Eligible) | 💼 Full-time | 🧑‍💻 React/Node/Python/Java/Cloud | 🕐 22 hours ago - June 14, 2026 One of the clients is planning to hire 10 full-stack developers in the coming 2 months. Residents of the UAE are eligible for this opportunity. 🖥️ What You Should Know: - Frontend: React.js / TypeScript, Vue.js, Angular, WebSockets for real-time data - Backend: Node.js / NestJS, Python / FastAPI, Java / Spring Boot, Go, .NET Core - Databases: PostgreSQL, MongoDB, Redis, Cassandra, Elasticsearch, Snowflake - Cloud & DevOps: AWS / GCP / Azure, Kubernetes, Docker, Terraform, CI/CD pipelines - Security: OAuth 2.0, PCI-DSS, AML/KYC systems, Zero Trust Architecture, OWASP - Fintech Domain: Payments (Stripe, SWIFT, ACH, Open Banking), Fraud Detection, Credit Scoring, Blockchain / Web3, AI/ML integration ✅ You're the Right Fit If You Have: - 10 years of hands-on Full Stack experience - Built systems processing $1M in daily transactions - Delivered PCI-DSS or SOC 2 compliant platforms - Led engineering teams on core banking or payment projects - Strong understanding of microservices & event-driven architecture 📩 To apply: Send your CV or referrals to hiring@otalence.com. Ready to make an impact in Fintech? 🔗 Original post: linkedin.com/posts/shah-ahma… ⚠️ DYOR! I don’t verify every job. If someone asks to run files (even from GitHub) or ask for payment 🚩 likely a scam. ❗️ I'm not hiring myself! I just sharing fresh web3/crypto/blockchain roles DAILY for all levels! 💡 For Interns & juniors → t.me/crypto_vazima_english 💼 Mid/senior jobs → t.me/web3_jobs_crypto_vazima #Hiring #Fintech #FullStackDeveloper #ReactJS #NodeJS #Python #Java #Payments #Blockchain #CloudComputing #DevOps #TechJobs #SoftwareEngineering #Otalence #Web3
89