Samuel Agyeistero.hashnode.dev·Oct 1, 2024Laravel Controllers 202: Advanced Techniques and Best PracticesBuilding on the fundamentals of Laravel controllers, this guide takes a deep dive into advanced techniques that enhance the way controllers manage application logic, handle routing, interact with models, and improve code maintainability. While the ba...Discuss·62 readsadvanced laravel
Samuel Agyeistero.hashnode.dev·Sep 26, 2024FeaturedLaravel Controllers 101: A Comprehensive GuideLaravel is a PHP web framework known for its elegant syntax and powerful tools. One of its core components is the Controller, which helps manage the application logic, route handling, and data flow. Controllers serve as a crucial bridge between the u...Discuss·14 likes·110 readsLaravel
Dale Lantodalelanto.hashnode.dev·Sep 26, 2024Architecture & Design: MVC and BeyondMVC (Model-View-Controller) In Laravel, MVC is a common architectural pattern: Model: Interacts with the database (e.g., Eloquent models). View: Renders the data to the user (Blade templates). Controller: Handles user requests and ties the model...DiscussDaleLanto
Suravi Farmaniasuravi-farmania.hashnode.dev·Sep 25, 2024How to Send Emails in a Laravel Project Using Gmail SMTP?In many web applications, sending emails is a fundamental feature. Laravel provides an elegant and robust solution for handling emails, including sending emails via external SMTP services like Gmail. Integrating Gmail’s SMTP server lets you send secu...DiscussLaravel
Thirdy Gayaressoftware-engineer.thirdygayares.com·Sep 10, 2024MVC (Model-View-Controller) vs MVVM (Model-View-ViewModel)MVC (Model-View-Controller) Model: This is where your data lives. It’s the part of your app that handles things like saving, updating, or loading information. View: This is what the user sees. It shows the data from the Model on the screen. Contro...DiscussMVVM
Gaetano Osurgaetano-osur.hashnode.dev·Sep 8, 2024Views in RailsI am learning how to develop web applications using Ruby on Rails from the The Odin Project - Full Stack Ruby on Rails path. Rails leverages the MVC pattern to build web applications. This week, I have been learning about how 'Views' work in rails. I...DiscussRails
Nguyen Thi Thaoharrypage.hashnode.dev·Sep 7, 2024Take Your PHP Skills to the Next Level: A Guide to Advanced PHPAre you a PHP developer looking to take your skills to the next level? Do you want to learn how to build complex, scalable, and secure web applications with PHP? Look no further! In this post, we'll guide you through the steps to become a proficient ...Discuss·1 likephpdeveloper
Anand Mauryaanandmaurya.hashnode.dev·Sep 5, 2024Implementing Identity Authentication and Authorization in ASP.NET Core 8 with ScaffoldingIntroduction When building a website, it's important to control who can access certain parts of it. This is where authentication (checking who a user is) and authorization (deciding what they can do) come in. ASP.NET Core 8 makes it easy to handle th...Discuss·107 reads.NET MVCBasicC#
Rajdeep Jaiswalrajdeepjaiswal.hashnode.dev·Aug 24, 2024Unveiling Story Streamer AIUnveiling Story Streamer AI: Revolutionizing Storytelling with Azure OpenAI and ASP.NET Core In a world where storytelling continues to evolve, the integration of cutting-edge technology has paved the way for unprecedented creativity. I’m thrilled to...Discuss·1 likeAzure
Gaetano Osurgaetano-osur.hashnode.dev·Aug 14, 2024Model-View-Controller Architecture in Rails.In M-V-C architecture, a software is modeled into three main components: model, views, and controllers Models -> Acts as the medium for data interaction and representation Views -> Handles the presentation of information to the user. Controllers -...DiscussRails