Jump to content
  • entries
    14
  • comments
    0
  • views
    217

Entries in this blog

17 Subtle Rules of Software Engineering

List By: Miko Pawlikowski  Descriptions By: Jessica Brown Published: December 29, 2024 Software engineering is a discipline that balances technical precision, creativity, and collaboration. These 17 subtle rules provide insights to improve the quality of code, foster teamwork, and guide sustainable practices. 0. Stop Falling in Love with Your Own Code When you become too attached to your code, you may resist valuable feedback or overlook its flaws. Always prioritize the quality o

Jessica Brown

Jessica Brown in Programming

Understanding the MVVM Structure in Programming

The Model-View-ViewModel (MVVM) architectural pattern is widely used in modern software development for creating applications with a clean separation between user interface (UI) and business logic. Originating from Microsoft's WPF (Windows Presentation Foundation) framework, MVVM has found applications in various programming environments, including web development frameworks like Vue.js, Angular, and React (when combined with state management libraries). What is MVVM? The MVVM pattern

Jessica Brown

Jessica Brown in Programming

Creating a VueJS Application from Scratch on Windows and Linux

Vue.js is a versatile and progressive JavaScript framework for building user interfaces. Its simplicity and powerful features make it an excellent choice for modern web applications. In this article, we will walk through creating a VueJS application from scratch on both Windows and Linux. Prerequisites Before starting, ensure you have the following tools installed on your system: For Windows: Node.js and npm Download and install from Node.js official website.

Jessica Brown

Jessica Brown in Programming

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy Guidelines We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.