MDG developermdgdev.xyz·6 hours agoNova@1.0 - Despliegue de Backend IIIUna vez creados todos los recursos, el primer paso a configurar son los DTOs. ¿Qué son los DTOs? DTO son las siglas en inglés de Data Transfer Object. Es un patrón de diseño utilizado para transferir datos entre diferentes capas de una aplicación, co...Databases
Just Another Devjustanotherdev.hashnode.dev·17 hours agoFactory patternWhat is a design pattern? Where does it come from? To where does it go? And why should I care? I’d say the main reason I got into studying design patterns is that I hate wasting time and effort. Design patterns in the end are just generalized solutio...backend
Aditya Sharmaexpressjs-libraries.hashnode.dev·21 hours agoBoost Your Express Apps: 5 Essential Middleware Libraries You Can’t IgnoreBuilding web applications with Node.js? Chances are you're using Express.js, the minimalist web framework that's become a staple for developers worldwide. Express is renowned for its simplicity and flexibility, allowing you to craft robust applicatio...1 likeExpress
Abdelfattah Ragababdelfattah-r.hashnode.dev·a day agoAngular HTTP: Connecting to the REST API by Abdelfattah RagabAngular HTTP: Connecting to the REST API by Abdelfattah Ragab In this book, I explain everything you need to know about connecting to backend Rest APIs from your Angular application. In this book, I will show you how to invoke different methods like ...Angular
Ahmed Razaahmedrazadev.hashnode.dev·Dec 23, 2024Mastering Time Handling in Go: Libraries, Tips, and ExamplesEfficient time management is critical in application development, whether for scheduling events, calculating durations, or formatting timestamps. Go’s time package offers a robust foundation for working with dates and times, while third-party librari...Programming Blogs
Kunal NalawadeforfreeCodeCampfreecodecamp.org·Dec 22, 2024How to Become a Web Developer – a Beginner's GuideAre you considering a career in web development? If so, then you are making an excellent choice. Web Development is one of the most in-demand skills in the market in 2024. With over 5.038 billion Internet users, web development has a promising future...JavaScript
MDG developermdgdev.xyz·Dec 22, 2024Nova@1.0 - Despliegue de Backend IIUna vez implementado PrismaORM a nivel de base de datos, el siguiente paso es inyectar Prisma en la app de Nestjs Para eso basta con crear un servicio // src/prisma.service.ts import { PrismaClient } from '@prisma/client'; import { Injectable, OnModu...backend
Ting Wei Fanspring-boot-learning.hashnode.dev·Dec 22, 2024Spring FramworkInversion of Control Container Aspect-Oriented Programming Data Access Framework Spring MVC Spring Bean Managed by Spring Container: Spring beans are created, wired together, and managed by the Spring IoC container. The container is responsi...Springboot
MDG developermdgdev.xyz·Dec 22, 2024Nova@1.0 - Despliegue de Backend IHe decidido, tras evaluar el proyecto y repartirlo en fases, que comenzaré con la instalación y desarrollo de un backend simple que me permita dar respuesta a lo más básico del proyecto. Para ello he comenzado instalando NestJS npm install -g @nestjs...Next.js
Aditya Ladadityaladblog.hashnode.dev·Dec 21, 2024Secure Your Application with Arcjet: Security Made Simple! ✨In today’s digital age, securing applications is not a luxury—it’s a necessity. Whether you're a seasoned developer or just starting, implementing robust security often feels like a daunting task. But what if I told you there’s a way to fortify your ...6 likesArcjet