Eric JakobsenforGentle Giant coding his way through lifegentlegiantdev.hashnode.net·Sep 9, 2022FeaturedKeep Your Cowboys Out of the FutureA "Hole" New World DisneyWorld's Magic Kingdom has a lot to offer - rides new and old, themed lands, 3:00 pm sugar crashes that can tear families apart, and even a chance to meet some of your favorite Disney characters! These character “Meet and Gre...Bilal Khan and 2 others are discussing this3 people are discussing thisDiscuss·41 likes·404 readsmvc
Samprit SarkarforLearn Code Onlinefragile-pot-tutor-03.hashnode.net·Mar 4, 2021Create REST API in Django Rest Framework with Token AuthenticationOver the years we have been using APIs for many purposes. It is the medium of exchanging data between two applications or endpoints. In a typical client-server model, REST API is a popular name among developers. By exposing the REST API endpoints in ...Discuss·31 likes·5.6K readsPython
Aaron OlsenforThree Sided Blogthreesidedcoder.hashnode.net·Sep 30, 2022FeaturedReact Data Binding using a Simple Messaging APIFollow along with the ready-to-go git project, React Data Binding Introduction React's principle (and somewhat revolutionary) feature is the use of props. By making props a first-class citizen React can detect state changes and do some magic with th...Discuss·27 likes·312 readsReactReact
Vishwas AcharyaforVishwas Acharyavishwasacharya.hashnode.net·Apr 22, 2023Understanding MVC in Node.js: A Comprehensive GuideNode.js is a popular runtime environment for developing scalable, high-performance web applications. It uses an event-driven, non-blocking I/O model that allows for building real-time, data-intensive applications. To build such applications, develope...Discuss·1 like·31 readsmvc
Yash KhandelwalforDashwave for Mobile Devsdashwave-1679310116076.hashnode.net·Apr 11, 2023Android Architecture PatternsAndroid architecture patterns are like a blueprint for your app’s codebase. They’re designed to help you organize your code in a way that makes it easy to maintain, scale, and understand. Think of it like building a house — a solid foundation that la...Discuss·1 like·26 readsAndroid
Nikhil AkkiforNikhil Akki's blognikhilakki.hashnode.net·Apr 1, 2023Web frameworks in Python - DjangoDjango is a high-level, open-source Python web framework that allows developers to quickly and efficiently build web applications. It follows the Model-View-Controller (MVC) architectural pattern and emphasizes the concept of "don't repeat yourself" ...Discuss·1 like·42 readsPython DevelopmentPython
Oluwatoyin Abayomi OlaoyeforPrepStackmindprepdev.hashnode.net·Mar 20, 2023Why Learn Rails?Ruby on Rails (often called simply "Rails") is a popular web application framework that is built using the Ruby programming language. It was created by David Heinemeier Hansson in 2004 and has since become one of the most widely used web frameworks i...DiscussRuby
BarbaraforBarbs's bloggeekiebarbs.hashnode.net·Mar 17, 2023Discovering the Power of Sails.js: Lessons from Building a Blog App"Introduction Hello, techies! Here we are again with another article. Welcome back! In this article, I'll be sharing the lessons I've learned from my recent experience with Sails, a powerful Node.js framework that I recently picked up. Sails is a full...Discuss·15 likes·42 readsSailsJS
Fajar Chaniagoforfajar-devrapiter.hashnode.net·Mar 13, 2023Understanding the MVC (Model-View-Controller) Concept in ProgrammingMVC, or Model-View-Controller, is a popular design pattern used in software development to separate an application's concerns into three distinct components: the model, the view, and the controller. Understanding this pattern is crucial for creating ...Discuss·35 readsmvc
Onuorah EmmanuelforEmmanuel's blog ceo18.hashnode.net·Mar 9, 2023Understanding the MVC Design Pattern: A Comprehensive GuideThere are lots of software architectural design patterns, but in this article I would be explaining about a particular one known as the MVC pattern. MVC is an abbreviation which stands for Model View Controller. This type of architecture divides our ...Discuss·2 likes·56 readssoftware architecture
MaryShodiyaformarysho.hashnode.net·Mar 5, 2023How to Add Images and pdf files to your Node.js Application Using Cloudinary and MulterIntroduction If you are making an application, either a social media application or a library app or a blog app or any application that requires users to upload images or pdfs, you need a file upload server. In this article, you will learn how to upl...Discuss·2 likes·54 reads2Articles1Week
Andrew SavetchukforAndrew Savetchuk's Blogsavetchuk.hashnode.net·Mar 3, 2023Overview of MVC Architectural PatternMVC stands for Model-View-Controller and is a software architecture pattern commonly used to develop software applications. Although originally designed for desktop computing, MVC has been widely adopted as a design for World Wide Web applications in...Discuss·1 like·81 readsSoftware EngineeringWeb Development
Hammad MaqboolforHammad Maqboolhammadorbit.hashnode.net·Feb 25, 2023Learn how to develop a blog with C#.NET MVCStatus: Completed For Resource and Complete Series: Check the series Link: https://blog.iamhammadmaqbool.com/series/dotnet-mvc-webdevelopmentDiscuss·28 reads.NET Talks ❤️C#