Skip to main content

Reasearching SDLC

SDLC is a process that guides software development (Radack, 2009). It has stages like planning, analysis, design, implementation, and maintenance. SDLC helps the development team manage the software development process effectively, control risks, and ensure high-quality software.

During the development of a sustainable fashion e-commerce website, I followed the SDLC process. I identified the scope, set objectives, gathered requirements, analyzed user needs, created a project plan, designed the website,tested it, and will provide ongoing support to users. By following SDLC, I can ensure a high-quality sustainable fashion e-commerce website that meets the user's needs.

References:

Radack, S., 2009. The system development life cycle (sdlc) (No. ITL Bulletin April 2009 (Withdrawn)). National Institute of Standards and Technology.

Comments

Popular posts from this blog

Welcome post

Hello I am Simas, a 28-year-old computing enthusiast from Lithuania and I am passionate about gaming and have a keen interest in the newest tech. Growing up, I spent countless hours playing my favorite games, and this passion has only grown stronger as I gotten older. I love exploring the latest gaming technology, from cutting-edge graphics cards and high-performance processors to the newest gaming peripherals like VR headsetes, consoles and such. Outside of gaming, I am always on the lookout for the latest tech trends, whether it's the newest smartphones or the latest gadgets and gizmos. I am eager to stay ahead of the curve and be at the forefront of the tech world, constantly exploring new possibilities and opportunities.

ERD definition

 According to Li and Chen (2009), ERD is a diagram that shows how different things in a database relate to each other.These terms are related to ERD: Entities are the things being modeled, like customers or products.  Attributes are the characteristics of an entity, like its name or size.  Cardinalities show how many of one thing are related to another, like one-to-many or many-to-many.  Relationships show how entities are connected, and can be one-to-one, one-to-many, or many-to-many. ERDs are helpful for designing and building a database that meets the needs of a business or organization. References:  Li, Q. and Chen, Y.L., 2009. Entity-relationship diagram. In Modeling and analysis of enterprise and information systems (pp. 125-139). Springer, Berlin, Heidelberg.

Webpage design and programming language

Here are some of the common computing definitions: Cookies are small text files that are stored on a user's computer or mobile device when they visit a website. They are designed to hold a small amount of data that can be retrieved by the website or a third-party server (Park, 2000).  User interface (UI) refers to the visual, interactive, and functional elements of a software application, website, or other digital product that enable users to interact with it. A well-designed UI should be intuitive and easy to use, enabling users to navigate the product and perform tasks with minimal effort and without confusion (Kay, 1990). Page source refers to the underlying code of a web page, including HTML, CSS, and JavaScript. It can be viewed by users to inspect and modify the code of a web page, and is interpreted by web browsers to display the content of a website (Conesa-Fuentes, et. al., 2013). Meta tags are snippets of code that provide information about a web page, but are not display...