The Blog
Latest Blog & Articles
Immerse yourself in the ‘Latest Blog & Articles’ — a curated collection of my technological pursuits and professional reflections.
Each entry is a window into the solutions I’ve crafted, the knowledge I’ve garnered, and the continuous evolution of my expertise.
Trigger – independent task
This SQL code is for making two tables in a database. These tables can be used for keeping track of cars and their owners, and for logging different actions with these cars. Autoregister- is for keeping info about registered cars. Table “logitabel”: is for keeping logs or records of different actions done with the cars.…
Prototyping vs V-model
Parameter V-Model Prototyping Year of Introduction 1980s-90s 1960s-70s Number of Major Stages 7 5 Model Essence Structured approach with emphasis on sequence Flexible iterative development with an emphasis on understanding requirements Requirements Analysis and Listing Present Present Ease of Use High (requires strict adherence) Low (more flexible) Risk Control Present Less strong Ease of Making…
V-model
The V-model is a software development process that describes the relationship between each phase of the development life cycle and its corresponding testing phase. The V-Model’s core principle is that project details increase as it moves from left to right over time, with no reversals. Iterations happen horizontally between the left and right sides of…