Shahin Hemmatidevopsdetours.com·Dec 8, 2024Comparing Different Models of the Software Development Life Cycles (SDLC)What is Software Development Life Cycles (SDLC)? The Software Development Life Cycle (SDLC) is a structured process used for developing software systems. It defines a series of steps or phases to guide teams in planning, creating, testing, deploying,...10 likesDevOpssoftware development
Victor Olusolavictorolusola.hashnode.dev·Nov 17, 2024Why Browser and Device Compatibility is Crucial in Software Development: Lessons from a Real-Life TestUnderstanding Browser and Device Compatibility Browser and device compatibility means making sure that software works well across different web browsers (like Chrome, Safari, and Firefox) and devices (such as desktops, tablets, and smartphones). The ...27 readsWeb Development
Asfak Ahmedasfakahmedsblog.hashnode.dev·Sep 8, 2024Understanding Vue.js ( v-model ) A Complete GuideVue.js provides a robust system for building dynamic, reactive interfaces, and one of the most frequently used directives is v-model. This directive allows for seamless two-way data binding between form inputs and the application's state, making it e...106 readspowerful vue js
Godwin Martinsgmcodes.hashnode.dev·Jan 20, 2023Mastering the V-Model in Vue 3: Building Reactive and Interactive User InterfacesThe V-Model in Vue 3 is a powerful tool for building dynamic user interfaces. It allows developers to create reusable components that can be easily integrated into a variety of different applications. This article will take a closer look at the V-Mod...1 like·111 readsVue.js
Oghenetega Philiptegadaniel.hashnode.dev·Sep 30, 2022Using the @change, an alternative way to two way binding in vueI recently started a role as a frontend engineer at Enyata, and the team I was added to uses vuejs and I being a react js developer, I had to just sit down and start learning and reading the documentation on the language. During my course of learnin...47 readstwowaybinding