Tojo RODIALSONforTojo RODIALSONtojo.hashnode.dev·19 hours agoFastify vs NestJsFastify and NestJS are two popular frameworks for building web applications in Node.js, each offering distinct advantages and disadvantages. Here's a comparative look at both: Fastify Advantages: Performance: Fastify is renowned for its speed and ef...Discussfastify
Ritesh BenjwalforBuild & Beyondriteshbenjwal.hashnode.dev·Nov 21, 2024Building a Stock Simulator Platform: A Technical JourneyAs developers, creating platforms that blend gamification, and real-world practicality can be both challenging and rewarding. One such project I worked on was a Stock Simulator Platform. This platform was designed to help students and aspiring trader...Discussnestjs
Ritesh BenjwalforBuild & Beyondriteshbenjwal.hashnode.dev·Nov 20, 2024Building the Backend for a Food Delivery Platform: My First Professional ProjectStarting my journey as a software engineer, I was entrusted with a massive responsibility: building the backend for a food delivery platform similar to Zomato and Swiggy. As a fresh software engineer, this was a dream project—challenging yet rewardin...DiscussMERN Stack
FECommunityforReactPressfecommunity.hashnode.dev·Nov 19, 2024RactPress: A Free Blog and CMS System Built Using the React LibraryIn the ever-evolving landscape of web development, content creators and developers are constantly seeking powerful yet flexible platforms to manage and publish their digital content. One such platform that stands out is ReactPress, an open-source pub...Discuss·1 likereactpress
Akash Jayanakashjayandev.hashnode.dev·Nov 18, 2024Understanding the Builder Design Pattern in Software DevelopmentIntroduction In software design, the Builder Design Pattern is a creational pattern that allows for the step-by-step construction of complex objects. This pattern is particularly useful when an object requires multiple configurations or when the cons...DiscussReact
Shalon N. Ngiginjeri-ngigi.hashnode.dev·Nov 16, 2024Nest js from scratch: In conclusionGetting started with nestjs An overview of nestjs - modules, controllers and providers Dependency injection in nestjs Dependency injection in JavaScript [Bonus] In conclusion [you are here] Conclusion Nest is a rich opinionated framework that i...DiscussNestjs from scratchnestjs
Stevemerload.hashnode.dev·Nov 13, 2024Why Choose NestJS for Your Next Project?As the landscape of Node.js development evolves, developers face a variety of choices when building modern, scalable web applications. If you're considering re-architecting your project or selecting the right framework for your next backend developme...Discussnestjs
Rodion Salnikwhiskey.hashnode.dev·Nov 6, 2024New possibilities provided by NestJS BoilerplateIn our previous post about bc boilerplates, we discussed the integration of a CLI for generating resources like controllers, services, and entities. This feature significantly speeds up setup time, especially considering the use of hexagonal architec...Discuss·1 likeWeb Development
Gedion Danielblog.gediondaniel.dev·Oct 22, 2024AWS SES with a NestJS Backend to Send Email VerificationsIn my latest project, I needed to set up email verification to make sure users are providing valid email addresses when signing up. To do this, I integrated AWS SES (Simple Email Service) with my NestJS backend to send verification emails with a code...DiscussAmazon Web Services
Gedion Danielblog.gediondaniel.dev·Oct 22, 2024Integrating AWS Pinpoint with a NestJS Backend to Send Phone Verification CodesAs a developer, I’m always looking for ways to make my applications more secure and user-friendly. One of the ways to do this is by adding phone verification to ensure that users are who they say they are. In one of my recent projects, I decided to i...DiscussAmazon Pinpoint