Prashant Baleprashbale.hashnode.dev·Aug 5, 2024Building a REST API with Node.js and Express: A Step-by-Step GuideIn this blog post, we'll explore how to build a REST API using Node.js and Express. We'll cover the basics of Node.js, set up our development environment, and walk through creating and managing API endpoints. What is Node.js? Node.js is a JavaScript ...Discuss·50 readsNode.js
Prashant Baleprashbale.hashnode.dev·Aug 2, 2024Spring MVC Best Practices with Code Snippets1. Use Constructor Injection Prefer constructor injection over field injection for better testability and immutability. Constructor injection ensures that the dependencies are provided when the object is created, making it easier to test and ensuring...DiscussSpringboot
Jay Simonsdesignly.hashnode.dev·Jun 2, 2024Use CloudFlare Workers and D1 to Create a Completely Free CRUD APICloudFlare began as a company providing content delivery network (CDN) and distributed DNS services to enhance website performance and security. It has since evolved into a major internet infrastructure provider offering a comprehensive suite of perf...DiscussAPIDevelopment
Ayush GhaiforGodspeed Systemsgodspeed.hashnode.dev·Apr 18, 2024Configure Over Code & Declarative ProgrammingHello friends I have some good news to share. We crossed 600 members in Godspeed's Discord channel recently! :D Also, I have an important and cool news coming soon. Stay tuned for that. In meantime, let us more forward with our learning path towards ...Discuss·33 readsThe 10X Engineer#configureovercode
Peter Chijiokepeterchijioke.hashnode.dev·Feb 11, 2024Unlocking the Power of Django Rest Framework ViewSetsIn the world of web development, building robust APIs is often a crucial aspect of any project. Django, a high-level Python web framework, provides developers with powerful tools to create APIs effortlessly. Among these tools, Django Rest Framework (...DiscussAPIDevelopment