© 2022 Hashnode
INTRODUCTION The MVC architecture is a design pattern or way of developing applications in a pattern such that the application is divided into three major components namely: Model, View and Controll…
(Originally posted by me on github, now updated and moved to a better writing platform) Poor MVC! It's probably the most misunderstood "pattern" in the history of computer science. Why? Viewing MVC as…
Video Lecture https://youtu.be/aH1jolIlcF8 There are different ways through which you can transfer data from a controller to its view out which three are most common and remain in frequently use of pr…
Life started with MVC long time ago. It was clear how to separates responsibility between different components. So the View component is just to communicate with the user and display data, then the Model component will be the data required …
Video Lecture https://youtu.be/21jNhQPeRmc Bootstrap is Framework which helps you to develop mobile friendly web applications, You don't need to learn it just visit the BootStrap SIte click on the get…
Video Lecture on the Topic https://youtu.be/jUe4gcJf0OE When you create a website / Web Application all which may have 5 or let say 10 web pages possibly all the pages will share the same navigation b…
Video Lecture on topic: https://youtu.be/RjIL5h5Uuog Instant method of creating a project of .NET 6 with MVC is selecting the predefine template of ASP.NET Project with MVC which will provide you all …
Nodejs is a backend technology of JavaScript. It handles all the server-side scripting of the web applications and thus to manage the complexity of code of such applications is very important, for whi…
Always use the latest version of nopCommerce. Common settings (unused language, stores, currencies, plugins, unused themes) ** Remove unused languages Remove unused stores Remove unused currencies …
In this article, we will learn how to monitor Java-based applications and solutions with Prometheus, you can also create dashboards with those metrics in grafana which will be a second part in this ar…