Lesson 1. Website creation process

Module 1. Introduction to UX/UI design.
Free UX / UI design course for a newcomer

To start learning, take tests and track progress, you need to enroll in the course. It's free.

Creating a website requires the coordinated work of a team of specialists. Let's figure out in what sequence and by whom websites are developed; what role UX/UI design plays in this process.

I want to emphasize that in this lesson everything is written in the simplest language possible to make it easier to understand the essence of the process. Once this is understood, I will move on to specialized terms in the next lesson.

But today, we won't get around new words.

A website can be called a web application if it has not only a static set of pages but also includes close interaction with the user and reacts to their actions to solve additional tasks (besides providing information).

Example site: personal blog. Example Web application: a logo generator based on your preferences that works using neural networks.

The more complex the project, the more specialists need to be involved and the more stages must be completed. Below are all the stages of web site development, in which a UX/UI designer participates, marked with a check mark

Please note that each company has its own processes, so the stages, their components, and even the sequence may vary slightly. In large corporations, the steps may be more complex, while in small studios, there will be fewer stages.

Stage 1. Analytics, Information Gathering, Writing Technical Specifications

Before starting the development of a risky project, for example, a startup, it makes sense to conduct market research: try to analyze competitors, forecast profitability. This is done by both business analysts and consulting companies. Often, the analysis and collection of information about the project is handled by a UX designer.

The stage is encountered in high-budget projects. Sometimes business analysts are kept on staff permanently to conduct new research.

Based on the collected information and conducted analysis, a technical specification – a detailed description of the requirements and necessary functions that the website must have upon completion of development, is written. The project manager and product owner (read as product owner) are also involved in writing the technical documentation.

Stage 2. Finding References, Creating Mood Boards

After the concept is approved, the technical task is handed over to the UX/UI designer for finding UX solutions and visual style. That is, we look among already existing websites and try to "guess" what the client will like. For this, sites like Behance and Dribbble are often used. All successful examples found are collected into a collection called moodboard (pronounced as moodboard).

Next, the mood boards are shown to the client and they indicate what they liked and what they didn't. This stage allows saving time and skipping many unsuccessful attempts to find the right visual style.

Stage 3. UX Design

At this stage, the UX–designer begins to design the user experience. That is, they come up with how the user will interact with the system. Depending on the level of detail and the processing of the technical assignment, it may be necessary:

  • Identify typical users and their tasks — allows you to understand who and how will use the website, detailing each function as a sequence of actions:User storyUser story
  • Break the website into screens and display them as a diagram. The logic of transitions between screens is defined at this stage:User flowUser flow
  • Sketch the screens — based on the previous stages, the UX designer determines the layout and size of interface elements. At this stage, colors and visual style are ignored, usually everything is drawn in black and white or gray colors. Below is an image of the same screen sketch done in different styles, which does not affect the underlying content: Screen sketchesScreen sketches
  • Create interactive screens – based on the previous sketches, the UX designer creates an interface that users can interact with (it becomes interactive). That is, you can click on buttons and the website will respond (for example, transition between screens). At the same time, you save time as no programming is required. You can already test your solution on real users, as the interface works as if in a browser. Perhaps this is one of the most impressive and useful stages. You can conduct research and see how users perform certain tasks, what problems they encounter, and fix them right away. PrototypePrototype

For simple websites, such as landing pages, blogs, and online stores, it is sufficient to only sketch the screen designs (this stage is often overlooked in studios). This is logical, as these types of sites can be developed in such detail that the UX design is already obvious.

But this stage should not be underestimated for complex and unique web applications. For example, you need to create an interface for tracking calories and nutrients based on your diet. This task can be solved in many ways, but it is impossible to determine the best one based solely on static sketches. However, by testing the interface with users and gathering their feedback, conclusions can be drawn.

Step 4. UI Design

When the sketches for all screens were finalized, the UI designer works on finding the visual style: selecting the color palette, fonts, icons, building the grid, and drawing the key sketches from the previous stage.

When the visual style is approved by the client, the rest of the screens are designed. It is important to understand that at this stage, it is determined how the site should look after the development is completed (unlike the previous stage, where the structure of each screen was defined).

UX UIUX UI

Stage 5. Project Presentation

After all the screens have been designed, the UX/UI designer prepares the project presentation.

Usually, a static presentation is enough, but later we will get acquainted with interactive prototypes. See the example below and pay attention to the animation of the elements' appearance and what happens when the user clicks on the movie card.

Animation of the interactive prototype with motion design

Step 6. Export Resources

After a successful presentation and approval, the project moves into the layout and programming stage. They can be executed in parallel. To start laying out, Frontend developers need all icons, images, and illustrations in separate files, which are called resources.

The preparation and export of resources is done by the UX/UI designer. What layout is, is explained in the next paragraph.

Stage 7. Layout (HTML/CSS/JS)

Layout – is the writing of code that allows for the creation of static pages without transitions between screens. Such pages contain all interface elements, visually everything looks like a finished product. These pages open in the browser, but as soon as you click a button or want to follow a link (attempt to interact) — nothing happens.

Drawing an analogy with a microwave oven, at this stage, developers create only the front panel with knobs, doors, and housing — this is frontend (pronounced as frontend). Other components (magnetron, control board, roller) that provide the functionality of the device are absent.

This work is performed by layout designers and frontend developers using the following technologies:

  • HTML (HyperText Markup Language) — a markup language for creating web pages and their content;
  • CSS (Cascading Style Sheets) — stylesheets that define the appearance of elements created with HTML;
  • JS (JavaScript) — a programming language used to "animate" certain interface elements: add micro-animations, make sliders work, and so on.

Often used are frontend–frameworks — a set of tools and ready-to-use components that work based on HTML, CSS, and JS. This significantly reduces development time.

Bootstrap — the most popular frontend framework, which includes design templates for web forms, buttons, labels, typography, navigation blocks, and other components.

Bootstrap Components SetBootstrap Components Set

Stage 8. Programming

Programmers or backend developers (pronounced as backend) are involved in creating the functional part of the website, everything that makes the elements of the microwave oven's control panel (frontend) work. This entire system is invisible and hidden inside, but it is what allows the website to respond to user actions. In a microwave oven, this would be the magnetron, control board, and roller — backend.

Backend developers use a wide range of programming languages and technologies. I will mention just a few of them:

  • HTML, CSS & JS — all that is used by developers;
  • PHP (PHP: Hypertext Preprocessor) — a programming language widely used for web application development. To give you an idea, PHP allows for dynamic generation of HTML code in response to various conditions and user actions;
  • MySQL — a database management system. It allows websites to store and process information. For example, user accounts and their messages on a social network are stored in databases.

There is no need to be afraid of programming, just like in design, everything is thought out so that its tools provide maximum flexibility and efficiency in solving tasks.

Moreover, in many graphic editors, the built-in programming language is similar to JavaScript (the same one used by layout designers and frontend developers). This allows for the automation of routine tasks.

I will provide a real example from the field of graphic design. You need to draw 10,000 (ten thousand) tickets with a unique barcode, seat assignment, and save each of them in a separate file. Doing this manually would take you weeks of work. Moreover, the more tickets you have, the higher the chance of making a mistake. By writing a script in Adobe Illustrator in JavaScript programming language and executing it, you will get all the necessary materials within 10 minutes.

Adobe Illustrator Scripting Reference

Stage 9. Testing

During the development process, each new feature is thoroughly tested by testers and QA specialists (QA is pronounced kew-ay – Quality Assurance in translation quality check):

  • Manual — the tester launches the site and goes through all user scenarios, trying to detect errors in the operation;
  • Automated — the QA specialist writes a script that launches a real browser and performs all actions instead of a person.

Sometimes regular users are involved for testing, but they are warned that the site is not yet ready and may contain errors. This is called open beta testing.

Stage 10. Deploy

Deploy (pronounced as деплой) or website deployment — is the process of transferring and launching a site on a server in the Internet network. The thing is that website development is done locally. That is, the site being developed is not available on the Internet at all.

System administrators and devops engineers (pronounced as devops) ensure the smooth operation of the website. By the way, this work is performed in a terminal that uses a character graphical interface.

Homework

From now on, this course is designed for self-directed learning and completing homework assignments. I understand that some tasks may be challenging for you.

For additional support, use the chat in Telegram. Here you can ask questions related to the lessons or review examples of correct completions from other students.

The chat is not available for citizens of Russia.

Task. Read the article IT Sector Professions: Overview of Positions. It includes additional specialties that are not mentioned in this lesson. Think carefully and specify these new specialties, as well as the stage at which they are involved. Try to explain your reasoning. If you did not find a new specialty for some stage, we will skip it.

Conclusions

Now we know what steps are involved in the process of creating a new website and which specialists are involved in it. In the next part, we will focus on the typical tasks of a UX/UI designer and discuss which programs are used for this.

Take quiz

To pass the lesson and check your knowledge, you need to correctly answer 80% of the questions from the quiz. To do so, you need to login and enroll to the course or signup, if you haven't done so yet.

Take quiz

Leave a comment

Place the handle into the purple zone

Comments

Anastasiia17 May 2026 18:52  
Homework 2
Stage 1: CCO, Project manager, Business analyst
Stage 2: Product Designer, Graphic Designer, Art Director
Stage 3: Motion Designer, VR/AR Designer
Stage 4: Graphic Designer, Copywriter, Product Designer
Stage 5: Graphic Designer, Product Designer, Art Director
Stage 7: Front End Developer, Back End Developer
Stage 8: Web developers, Mobile developers
Stage 9: QC (Quality Control)
Stage 10: DevOps

Comment from frusia.pro:

Hello! There are some repetitions (that is, some of the mentioned specialties are already covered in the lesson), but overall everything is correct.

Well done, move on to the next lesson!

Alina6 January 2026 10:11  

Good day, I completed the lecture and did the test correctly, but I don't understand how to do the homework. I have just started to get interested in design. Can I move on to lesson 3?

Comment from frusia.pro:

Hello! Yes, of course, you can move on to the third lesson. Perhaps you could specify what exactly you don't understand? I will try to explain. You can also look at examples of completed homework assignments.

Hanna25 October 2025 19:23  
Homework. Lesson No. 2
In my opinion, the following specialists are lacking.
Stage 1. Analytics, information gathering, writing technical specifications
CEO (Chief Executive Officer) – it depends on him whether this project will be accepted for work.
CFO (Chief Financial Officer) - provides analytics regarding cash flows (how profitable this will be for the company).
HR or Human Resources (pronounced as 'aychar') – is responsible for searching and selecting employees for the company, as well as maintaining a normal psychological climate in the team.
Stage 2. Searching for references, creating mood boards
Product Designer – develops design for a specific product. This can be a startup, focusing on the main functions and problems of this product, its improvement.
Scrum Master – organizes the workflow in the team if the project is conducted using the agile Scrum methodology. Monitors the proper course of sprints, helps to resolve current issues.
Crisis Manager – helps to get out of crisis situations. Usually hired for a short term when there is a backlog on the project or a general crisis in the company. Can look at the situation from the outside and push management towards decisive actions such as firing ineffective employees or redirecting financial flows. For example, it is necessary to focus on development instead of advertising something that does not yet exist.
Stage 3. UX design
Web developers – develop websites for the Internet.
Mobile developers – create applications for smartphones.
Tech Lead – team leader of development.
UX (User Experience) Writer – writes texts for interfaces. The main task of such a person is to make the interface clearer and more pleasant through text prompts. Often also deals with documentation.
Stage 4. UI design
Graphic Designer – creates designs for logos, branding, draws banners for social media, illustrations, and more. Responsible for identity and corporate style. Often creates designs for printed materials, printing, merchandise.
VR/AR Designer – designer involved in developing products for virtual or augmented reality. A new profession, but gaining momentum every year.
Art Director – head of the design department. Sets the main development vectors for designers, moderates their work, participates in collective discussions, meets with clients.
Tech Lead – team leader of development.
Copywriter – writes texts for the company's blog and social media.
Stage 5. Project presentation
Motion Designer – works with interactive elements of the product. For example, creates animations for the website, invents micro-animations for the app interface, or presents to the client via video how their product will work after the release.
Technical Writer – simplifies and adapts technical documentation for the average user.
Stage 8. Programming
CTO (Chief Technology Officer) – responsible for developing new products and implementing technologies.
Stage 9. Testing
QC (Quality Control) – analyzes testing results, checks the product for compliance with the main requirements specified in the documentation.

Comment from frusia.pro:

Good evening! You have a very good understanding of the specialties and the process of developing a website. I would only remove the crisis manager from the stage of selecting references. After all, this is quite a simple stage of work and hardly requires assistance. However, it will be useful at the development stage.

Proceed to the next lesson!

Iryna10 October 2025 11:40  
I am a complete beginner, so I will risk just mentioning the art director (as the curator who oversees the process), maybe a developer of some graphic features (graphic designer?), the CEO (as we say - public relations, that is - the client), and some general manager who controls the entire process (I'm not strong with modern terms. In my time, it was the general director). I definitely missed someone, as I haven't encountered such work yet. Sorry

Comment frusia.pro:

Hello! Yes, in general, you understood everything correctly. This is enough for now, and later you will have the opportunity to delve more deeply into each specialty. So continue your studies and move on to the next lesson!
Maksym20 August 2025 18:27  
If you need positions that were NOT MENTIONED in the lesson, here they are:
Stage 1. Analytics, information gathering, writing the technical task
CEO (Chief Executive Officer) - since this is the person who will communicate with the clients, the basis for the technical task will come from them
CTO (Chief Technology Officer) - decides whether the company can actually complete this task
Art-Director - since they will set the direction for the designers
Stage 2. Searching for references, creating mood boards
Art-Director - will present the mood board to the client
Stage 3. UX design
UX (User Experience) Writer - writes texts for buttons, blocks, etc.
Art-Director - controls the process
Scrum Master - likewise
Stage 4. UI design
Graphic Designer - draws elements
Motion Designer - creates animations
Art-Director - controls the process
Scrum Master - likewise
Stage 5. Project presentation
Art-Director - presents the prototype to the client
Stage 6. Exporting resources
Graphic Designer - exports the elements they drew
Motion Designer - exports the animations they created
Stage 7. Layout (HTML/CSS/JS)
Tech Lead / Team Lead - controls the correctness of task execution
Scrum Master - controls the process
Stage 8. Programming
Tech Lead / Team Lead - controls the correctness of task execution
Scrum Master - controls the process
Stage 9. Testing
Scrum Master - controls the process
Stage 10. Deployment
Tech Lead / Team Lead - oversees the work of devops and admins

Comment from frusia.pro:

Hello! You are very attentive, that's right, it was necessary to mention the unmentioned specialties. Most ignore this condition, but you noticed it. Some may think that it doesn't matter at all. But when you read a 20-page technical task for design, you will understand that attention to detail is a very important skill in this field. As for the task itself, everything is perfect, all professions fit into the mentioned stages. Move on to studying the third lesson!

Solomiia2 August 2025 13:12  
Stage 1. Analytics, information gathering, writing the technical task
CEO - defines business goals and project strategy.
Product Owner - forms the product vision, prioritizes features.
Project Manager - organizes the process, gathers requirements.
CTO - assesses the technical feasibility of implementation.
UX designer - researches user needs, analyzes behavior.
Business analyst - collects, systematizes requirements, creates documentation.

Stage 2. Searching for references, creating mood boards
UI designer - selects examples of style, colors, interface elements.
Art Director - approves the visual direction and style.
Graphic Designer - creates graphic materials for mood boards.
Stage 3. UX design
UX writer - develops the textual content of the interface: hints, buttons, messages.
Stage 4. UI design
Art Director - approves the visual concept, ensures style consistency;
Graphic Designer - creates additional graphic elements (illustrations, banners, etc.).
Stage 5. Project presentation
Art Director -
Stage 6. Resource export
Frontend developer - can control the correctness of resources, provide feedback
Graphic Designer - prepares more complex graphic elements for optimal use

Stage 7. Layout (HTML/CSS/JS)
Front End Developer - responsible for creating the visible part of the site (interface), lays out layouts using HTML, CSS, JavaScript, ensures interactivity and responsiveness.
Back End Developer - responsible for the server part
Tech Lead / Team Lead - coordinates the technical process, makes important decisions, controls code quality and adherence to standards.

Stage 8. Programming (the same specialists as in the previous stage)

Stage 9. Testing
Front End Developer and Back End Developer - promptly fix found bugs, improve the code

Stage 10. Deployment
DevOps - ensures server operation, maintains and configures cloud services, availability, and effective operation of high-load projects.


Comment from frusia.pro:

Good evening, you have described everything very correctly, well done! There are a few repetitions, which are not so important. But what is important is that it should be understood that the layout stage does not involve backend developers, as this is not their specialization. There may be exceptions when a full stack developer does the layout and server part.

You have done a great job, I see that you understand the process of creating a website well. Move on to the next lesson!

Kateryna1 August 2025 23:59  
Stage 1. Analytics, information gathering, specifications
Project Manager
Stage 2. Finding references, mood boards
Graphic Designer
UI Designer
Stage 3. UX design
UX Designer
Product Designer
Stage 4. UI design
Graphic Designer
Motion Designer
Product Designer
VR/AR Designer
Stage 5. Project presentation
Art Director
Product Manager
Stage 6. Resource export
UI Designer
Stage 7. Layout (HTML/CSS/JS)
Front End Developer
Stage 8. Programming
Back End Developer
Team Lead
Stage 9. Testing
QC (Quality Control)
QA (Quality Assurance)
Stage 10. Deployment
DevOps
Back End Developer
Admin

Comment from frusia.pro:

Hello! Well done, everything is correct! There are some repetitions, but it's not significant. Move on to the next lesson.
Anastasiia17 July 2025 12:37  
Stage 1. Analytics, information gathering, technical specifications
Project Manager – organizes the team, communicates with the client, monitors deadlines and quality, compiles and controls the execution of the technical task.
Stage 2. Finding references, mood boards
Graphic Designer – selects visual examples, creates the first sketches.
UI Designer – looks for ideas for the future interface's appearance.
Stage 3. UX design
UX Designer – thinks through the convenience and logic of the product, creates prototypes, tests them on users.
Stage 4. UI design
Graphic Designer – develops logos, identity, illustrations, branding.
Motion Designer – creates animations and interactive elements, brings the interface to life and helps make presentations for the client.
Stage 5. Project presentation
Art Director – manages the team of designers, approves key decisions, communicates with the client, provides feedback to the team.
Project Manager – coordinates the presentation of interim results, organizes meetings with the client.
Stage 6. Resource export
UI Designer
Stage 7. Layout (HTML/CSS/JS)
Front End Developer – implements all interface elements as a working website.
Stage 8. Programming
Back End Developer – develops the site's mechanics (databases, logic, servers).
Tech Lead / Team Lead – manages the team of developers, resolves complex technical issues.
Stage 9. Testing
QC (Quality Control) – checks the product for compliance with requirements.
QA (Quality Assurance) – controls the quality of testing, suggests ways to resolve issues.
Stage 10. Deployment
Back End Developer – implements changes on the server.
Tech Lead / Team Lead – oversees the project launch.
DevOps – responsible for the operation of servers, cloud services, ensures stability and scalability.

Comment from frusia.pro:

Hello, Anastasiia! Some of the specialties you mentioned are already covered in the lesson (for example, frontend and backend developers, DevOps engineers), but I also see many correct answers. Therefore, the homework is accepted, proceed to the next lesson!

Anastasiia7 July 2025 23:16  
Homework for lesson №2
Stage 1 - Business Analyst
Stage 2 - UI Designer, Product Designer
Stage 3 - UX Designer, UX Writer
Stage 4 - UI Designer
Stage 5 - Motion Designer, Art Director
Stage 6 - UX/UI Designer
Stage 7 - Web Developer, Mobile Developer
Stage 8 - Front/Back End Developer
Stage 9 - QC
Stage 10 - DevOps

Comment from frusia.pro:

Good day, Anastasiia! I see some repetitions in certain stages (1, 4, 6), but there are also many new specialties that haven't been mentioned, great job! Move on to the next lesson.

Marho30 June 2025 13:59  
Stage 1: Business Analyst

Stage 2: Graphic Designer, Art Director

Stage 3: UX Designer, Product Designer, Motion Designer

Stage 4: UI Designer, Graphic Designer,

Stage 5: Project Manager, Sales Manager

Stage 6: Front End Developer

Stage 7: Back End Developer, Tech Lead

Stage 8: Back End Developer

Stage 9: QC, QA

Stage 10: Sysadmin, DevOps

Comment from frusia.pro:

Hello, Marho! There are a couple of repetitions (stages 1, 10), but overall everything is correct. Proceed to study the next lesson!

Nataliia28 June 2025 19:50  
Stage 1. Analytics and formation of the technical task
SEO specialist, Lead Generator, Business Analyst.
Stage 2. Searching for references and creating a moodboard
Project Manager, UX/UI Designer.
Stage 3. Development of UX design
UX Designer.
Stage 4. Development of UI design
Product Designer, Motion Designer, Art Director.
Stage 5. Presentation of the project to the client
UX/UI Designer, Art Director, Project Manager, Motion Designer.
Stage 6. Preparation and export of graphic resources
UX/UI Designer.
Stage 7. Layout of the interface
Front-End Developer.
Stage 8. Development of the server part
Back-End Developer, System Administrator.
Stage 9. Product testing
QA Engineer, QC Specialist.
Stage 10. Deployment of the product (Deploy)
System Administrator, DevOps Engineer.

Comment from frusia.pro:

Hello! There are repetitions of specialties from this lesson (stages 3, 6, 7, 8, 10), but I also see new specialties from the additional article, so everything is good. Well done, continue your studies and move on to the next lesson!

Valeriia27 June 2025 13:20  
Stage 1. Analytics, information gathering, writing the technical task
CCO, Project Manager, Business Analyst
Stage 2. Searching for references, creating mood boards
Graphic Designer, Product Designer, Art Director

Stage 5. Project presentation
Graphic Designer, Product Designer, Art Director
Stage 7. Layout (HTML/CSS/JS)
Front End Developer, Back End Developer

Stage 8. Programming
Web Developers
Stage 9. Testing
QC (Quality Control) QA (Quality Assurance)


Stages where there were no new specialties: Stage 3, Stage 4, Stage 6, Stage 10
The same specialists work there as already mentioned in the lesson

Comment from frusia.pro:

Hello, Valeriia! You did a great job, you probably have the least repetitions in a while. All the new professions mentioned are correct. So feel free to move on to studying the next lesson.

Daria Sytnyk2 May 2024 14:09  
1 Stage: Business Analyst
2 Stage: Graphic Designer, Product Designer, Art Director
3 Stage: Motion Designer
4 Stage: Graphic Designer, Product Designer
5 Stage: Art Director, Product Manager, Project Manager
7 Stage: Web Developers, Mobile Developers
8 Stage: Developer-Architects
9 Stage: QC
10 Stage: DevOps

Comment from frusia.pro:

Everything is correct, well done! Proceed to the next lesson.

skazhena cherepakhaUkraine flag підтримує ЗСУ 6 November 2023 11:36  
Let's imagine a CEO. He was recently headhunted by HR and officially hired by a recruiter. This CEO has some vision of a new direction for the company's development, and he assigns tasks to business analysts who gather information about the market and competitors (Stage 1). Later, the CEO shares his vision with colleagues CCO, CTO, CFO. They like it, they are thrilled, sipping tea prepared by the Office Manager. A decision is made to create a team of employees, led by a Product Manager. The latter recruits designers to his team. Work begins.

Stage 2. The lead designer is responsible for finding references and creating mood boards, which can also be done by a UX/UI designer or a Graphic Designer. It seems to me that everyone from the design department gets involved, but one person is responsible.

In stages 3-4, the main focus is on the UX/UI designer, with Graphic Designer, Motion Designer, or VR/AR Designer joining as needed.

Stage 5. The presentation of the project is the responsibility of the Product Manager together with the Art Director.

Stage 6. Ideally, the resources are exported by the Graphic Designer.

Stage 7. The layout (HTML/CSS/JS) is handled by the Tech Lead/Team Lead, who oversees specialists such as Front End Developer during the layout stage and Back End Developer during the Programming stage (Stage 8).

Then the product is tested by QC and QA testers (Stage 9).

During the transfer and launch of the site on the server in the Internet network, DevOps engineers are involved (Stage 10).

Then marketing and promotion begin.

Comment from frusia.pro:

They started very creatively, I was really captivated. The only thing is, corporate culture in IT does not imply such a concept as service, so the office manager will most likely order delicious teas to choose from, but they will have to make it themselves

Stage 6. Exporting resources is usually the responsibility of the designer who worked with those resources, not necessarily the Graphic Designer.

All other stages are correctly outlined. I see that you have formed a correct understanding of working on projects in the IT field. Move on to the next lesson.

KarynaUkraine flag підтримує ЗСУ 24 October 2022 14:46  
Stage 1. SEO, COO, CCO, Product Manager,
Stage 2. Graphic Designer, Product Designer, Motion Designer, VR/AR Designer, Art Director
Stage 3. Product Designer
Stage 4. Graphic Designer, Motion Designer
Stage 5. Product Manager, Motion Designer
Stage 6. UX/UI Designer
Stage 7. Front End Developer
Stage 8. Back End Developer
Stage 9. QC
Stage 10. System Administrators and DevOps Engineers

Comment from frusia.pro:

I sent a reply to this comment in direct messages on Instagram, where you duplicated it.

Valeriia VodiashynaUkraine flag підтримує ЗСУ 24 September 2022 22:52  
Hello! Homework for lesson 2. I added those that are not in the article:
Stage 1. Analytics, information gathering, writing specifications: CEO, COO, UX (User Experience) Writer, Scrum Master, Project Manager, Marketing Specialist.
Stage 2. Searching for references, moodboards: the entire design department depending on the project and its tasks (UX/UI designer, graphic designer, motion designer, Product Designer, VR/AR Designer) and Art Director as the lead.
Stage 3. UX design. Art Director for approval, Project Manager for communication with the client, UX (User Experience) Writer.
Stage 4. UI design. Graphic designer, motion designer
Stage 5. Project presentation. Project Manager, Delivery Manager
Stage 7. Layout. Front End Developer, Markup developer
Stage 8. Backend development. Back End Developer, Tech Lead/Team Lead.
Stage 9. Testing. QC, QA.
Stage 10. Deployment. Sysadmin, DevOps.

Liuba, I wanted to point out a small inconsistency regarding the terms. All work where developers write code in programming languages can be classified as programming. That is, the work of a Front End Developer also falls under "Programming." Perhaps it would be better to split the stages into Layout, Client Side (frontend), and Server Development (backend). Because in companies, front-end developers can indeed do the layout, but not all layout designers/Markup developers can write logic for the client side.

Comment from frusia.pro:

Hello!

Everything is correct across all stages, you have understood it very well! Only, probably, the UX Writer is not involved in the first stage, but that’s a minor detail.

I also agree with your comment; ideally, the layout and client side can be separated, but I combined them because usually, these two parts are done by the same person, namely the frontend developer. I think there are companies where layout designers work separately

You have mastered the material well, move on to the next lesson

Yuliya LepenkoUkraine flag підтримує ЗСУ 3 September 2022 15:10  
Homework for Lesson 2
Stage 1: analytics, information gathering, writing the technical specification. SEO, Lead Generator, Business Analyst
Stage 2: searching for references, moodboards. Project Manager, UX/UI designer
Stage 3: UX design. UX Designer
Stage 4: UI design. Product Designer, Motion Designer, Art Director
Stage 5: project presentation. UX/UI designer, Art Director, Project Manager, Motion Designer
Stage 6: resource export. UX/UI designer
Stage 7: layout. Front End Developer
Stage 8: programming. Back End Developer, Sysadmin
Stage 9: testing. QC, QA
Stage 10: deploy. Sysadmin, DevOps

Comment from frusia.pro:

All the professions you mentioned correspond to the stages. You understood it well, good job!

VarvaraUkraine flag підтримує ЗСУ 26 August 2022 18:43  
Project development and launch stage:
CEO, COO, CCO, Lead Generator, Sales Manager
Analytics, information search, and writing the specifications stage:
Lead Generator, Project Manager, Product Manager, Tech Lead / Team Lead
Reference search and mood board creation stage:
Graphic Designer, Product Designer, Motion Designer, Art Director
UX design stage:
Product Designer, UX Writer
UI design stage:
Graphic Designer, Product Designer, Motion Designer
Project presentation stage:
Project Manager, Product Manager, Art Director,
Resource export stage:
Graphic Designer, Product Designer, Motion Designer
4 in 1 stage, layout, programming, testing, deployment:
Project Manager, Product Manager, Tech Lead / Team Lead, QC, DevOps, Delivery Manager
After all, the project promotion is handled by:
SMM, Marketing Specialist, Targetologist

Comment from frusia.pro:

Hello! Sorry for the delay in checking (I was on vacation for a week).

You have correctly noted each stage, I just have one comment. At the stages of layout, programming, testing, and deployment, the project and product managers are not directly involved (as they do not possess the necessary technical skills), they can only monitor the process.

Nevertheless, you have understood very well, proceed to the next lesson

Viktoriia HryshchenkoUkraine flag підтримує ЗСУ 1 July 2022 16:08  
Stage 1. Lead Generator, Sales Manager, Account Manager, Scrum Master, Project Manager, Product Manager.
Stage 2. Graphic Designer, Product Designer, Motion Designer.
Stage 3. Product Designer, UX Writer.
Stage 4. Graphic Designer, Product Designer, Motion Designer.
Stage 5. Art Director, Product Designer.
Stage 6. Delivery Manager.
Stage 7-8. Tech Lead / Team Lead.
Stage 9. QC, Delivery Manager.
Stage 10. Admin.

Comment from frusia.pro:

Hello!

Stages 1-5. Correct.

Stage 6. Resource exports are done by designers. The delivery manager communicates more with the client.

Stages 7-10. Everything is correct.

Everything is good, proceed to study the next lesson

Yana UsachovaUkraine flag підтримує ЗСУ 27 June 2022 22:40  
1st stage: analytics, information gathering, writing the project brief Project Manager, Product Manager, Marketing Manager
2nd stage: searching for references, creating mood boards UX Designer
3rd stage: UX design Product Designer (creating the website project), Art Director (control function).
4th stage: UI design Graphic Designer, Art Director, Motion Designer.
5th stage: project presentation Art Designer and company
6th stage: resource export all who participated in the 4th stage and Team Lead.
7th stage: layout Team Lead (control function over developers).
8th stage: programming Team Lead (for control over developers).
9th stage: testing QC (testing analysis), Team Lead.
10th stage: deployment DevOps (ensuring server operation), Project Manager, Product Manager.
Then the stage of website promotion SMM, targeting specialist, Marketing Manager.

Hello!

Stages 1-9. Everything is correct.

Stage 10. Deployment is not done by Project/Product Manager, but they can give the command to do it.

Next stages. Everything is correct!

You have a good understanding of the additional specialties involved in creating a website. Proceed to the next lesson

MariiaUkraine flag підтримує ЗСУ 20 June 2022 15:53  
Stage 1: Analytics, information gathering, writing the technical task.
During the creation of a new project, business analysts conduct demand analytics, market supply, and determine the competitiveness of the project/company. A Lead Generator and a targeting specialist can help find potential clients. The information obtained from leads is passed on to the Sales Manager, who concludes the contract between the client and the company. The cooperation agreement is formalized by the Account Manager, who will be responsible for all financial matters related to the project. The Project Manager handles the technical documentation, acting as an intermediary between the client and the company, ensuring that the project team is working and reporting to the clients.
Stage 2: Searching for references, creating mood boards
At this stage, various types of designers work: in addition to UI/UX, a Graphic Designer may be involved to create a corporate style, a Motion Designer for animation work, a Product Designer for developing the design for a specific product, and an art director may manage the design department.
Stage 3: UX design
In addition to the UX designer, a Product Designer and an art director can also be involved to determine the direction of design development. A UX writer or copywriter may be needed for writing text.
Stage 4: UI design
To create the visual part of the site, various specialists may be required: Graphic Designer, Motion Designer, VR/AR Designer.
Stage 5: Presentation
The project presentation can also be handled by the Product Designer, who is responsible for the overall design of the project.
Stage 6: Exporting resources
At this stage, all specialists who were involved in the design development for the project are engaged. Resources are handed over to the Frontend Developer.
Stage 7: Layout
The Tech Lead/Team Lead is responsible for the development team as a whole (both frontend and backend developers). At this stage, a team of frontend developers is working.
Stage 8: Programming
The Tech Lead/Team Lead and the backend development team are also involved here.
Stage 9: Testing
The testing team: QA, QC.
Stage 10: Deployment
The transfer of the site to the internet server is handled by DevOps. The SysAdmin is responsible for the uninterrupted operation of the website on the server.

Comment from frusia.pro:

Stages 1-10. Everything is correct.

You have a very good understanding of all the specialties that are certainly involved in the website development process. Feel free to move on to the next lesson

AlinaUkraine flag підтримує ЗСУ 18 June 2022 10:02  
Stage 1. Analytics, information gathering, writing the technical task. A Lead Generator can be added to the first stage, who is responsible for finding potential clients, and later the orders are handed over to the Sales Manager. The business analyst will handle the information gathering and market analysis. Later, the project is handed over to the Project Manager who will lead this project and write the technical task.

Stage 2. Searching for references, creating mood boards. This task can be easily handled by an SMM specialist, a Graphic designer who is responsible for the corporate style. A Motion designer if animation is needed for better understanding of what we want to achieve.

Stage 3. UX design. At this stage, help from a Product designer who works with the product and knows all the functions and issues of the product may be needed. For writing text – a UX writer, Copywriter.

Stage 4. UI design. For the visual part, we involve specialists such as Motion designer, VR\AR designer, Graphic designer.

Stage 5. Project presentation. The Product Manager is responsible for the project presentation (dealing with one product).

Stage 6. Resource export. The team of designers is responsible for resource export.

Stage 7. Layout (HTML/CSS/JS). Frontend developers handle the layout. These can be both Web developers and Mobile developers. The Tech lead is responsible for the work of the layout designers.

Stage 8. Programming. Backend developers create the functional part of the site. Frontend creates functionality directly for the end user. The Tech lead is responsible for the development team.

Stage 9. Testing. In addition to specialists who test products manually or automatically, testing can also be performed by a Marketing specialist or SMM.

Stage 10. Deployment. The process of deploying the site is handled by DevOps and the Admin.

Comment from frusia.pro:

Good evening!

Stage 1. Correct.

Stage 2. The SMM specialist can theoretically do this, but of course, they usually do not. After all, this is the designer's job.

Stages 3-8. Everything is correct.

Stage 9. Marketers usually do not conduct testing.

Stage 10. Correct.

Proceed to the next lesson

Iryna S.Ukraine flag підтримує ЗСУ 14 June 2022 11:27  
Before the start of the first stage, the CEO, CCO, and COO may be involved (for the concept of a new project). HR may also be involved to find a new employee to carry out the project, for example, a UA/UX designer.
Stage 1: analytics, information gathering, writing the technical specification. I think a Project Manager (who leads the project), Product Manager (if a new product is being created), and Marketing Manager (who analyzes the competitive market, so their information can help create a website that will be better than the competitor's, for example) may be involved.
Stage 2. Searching for references and creating mood boards.
Product Manager and Project Manager can also be involved for better searching and understanding.
Stage 3. UX design.
Product Designer, Graphic Designer (creating graphic images for the website), Art Director (to oversee the work of the designers).
Stage 4. UI design.
Graphic Designer, Art Director, Motion Designer.
Stage 5. Project presentation.
Art Designer, and possibly managers who were involved in previous processes (Project, Product).
Stage 6. Exporting resources.
Everyone who participated in stages 4 and possibly the Team Lead may be involved.
Stage 7. Layout.
Team Lead (to oversee the developers).
Stage 8. Programming.
Team Lead (to oversee the developers).
Stage 9. Testing.
QC (for testing analysis), Team Lead.
Stage 10. Deployment.
DevOps (to ensure server operation). Project Manager, Product Manager.
After this stage, the promotion of the website is handled by SMM. A targeting specialist and marketing specialist are also involved.

Comment from frusia.pro:

Good day!

Stage 1. Correct.

Stage 2. Theoretically, managers can be involved, but this is usually handled by designers.

Stage 3. Correct, only the graphic designer is not involved here; they work in the next stage.

Stages 4-10. Everything is correct, well done!

Everything is good, proceed to the next lesson

Anna SmirnovaUkraine flag підтримує ЗСУ 3 June 2022 15:36  
Stage 0: client search, contract signing, project launch.
Specialists: Lead Generator, Sales Manager, as well as CEO, CCO, COO may also be involved.
Stage 1: analytics, information search, writing the specifications.
Specialists (not all at once, these are possible options)))): Project Manager, Product Manager, Business Analyst, UX Designer, Tech Lead, and possibly Product Designer, Technical Writer may join in writing the specifications, ideally, to adapt the technical part for the client's understanding before approval.
Stage 2: searching for references and creating a mood board.
Specialists: UX (User Experience) Designer, UI (User Interface) Designer, Product Designer, Graphic Designer, and possibly Art Director.
Stage 3: UX design
Specialists: UX (User Experience) Designer or possibly Product Designer, and maybe a Business Analyst and Art Director may also be involved; there might be work for copywriters to fill the website.
Stage 4: UI
UI (User Interface) Designer, Graphic Designer, Product Designer, Motion Designer, and possibly Art Director.
Stage 5: project presentation
Specialists: Project/Product Manager, possibly Art Director, if they act as the team lead of the design team, Product Designer may be involved, or UI/UX.
Stage 6: handing over materials for development
Specialists: all who were involved in the UI part)
Stages 7-8-9: layout, testing, deployment
Specialists: Product/Project Manager, Front End Developer,
Back End Developer, Tech Lead/Team Lead; if the project is technically complex, there may also be an Architect, QC, QA, DevOps, Project Manager/Product Manager.

At the same time, a Scrum Master, Crisis Manager, and Account Manager may be involved to resolve any issues during the project.
In general, each company has its own processes, and the composition of specialists at different stages may vary.)

Comment from frusia.pro:

Good evening!

You have indicated everything correctly, well done Indeed, each company has its own processes, and accordingly, different specialists may be involved. Move on to the next lesson.

Nadiia H.Ukraine flag підтримує ЗСУ 31 May 2022 16:02  
Stage 1. CEO, CTO – set the product vectors, Project Manager - prepares technical tasks, business analyst – gathers information, CCO – responsible for commerce
Stage 2. Art Director - sets the main development vectors for designers, moderates the work of designers
Stage 3. Product Designer works on the main functions and solves the problems of this product, its improvement., UX Writer, Technical Writer
Stage 4. Graphic Designer - responsible for identity and corporate style. Often creates designs for printed products, printing, merchandise.
Stage 5. Product Manager - responsible for the presentation, Motion Designer presents to the client using video how their product will work after the release.
Stage 8. Tech Lead / Team Lead - leader of the development team
Stage 9. QC (Quality Control) – analyzes the work of testers
Stage 10. SMM (Social Media Marketing), Marketing Specialist, Targetologist, Copywriter - for promoting the product on the site

Comment from frusia.pro:

Good evening!

Everything is correct, just a comment on the last stage. I understood that you meant the stage that comes after deployment.

Everything is fine, move on to the next lesson

Iulia K.Ukraine flag підтримує ЗСУ 29 May 2022 17:05  
stage 1:
UX Designer, CEO, CFO, CCO, COO, CTO, Lead Generator, Sales/Account/Crysis/Project/Product/.. Manager, Scrum Master

analyze and research the market, set the direction for the project/company, search for and communicate with clients, write technical specifications and keep the process under control

stage 2:
Graphic Designer

designer works with visuals that would appeal to the client

stage 3:
Motion Designer, Product Designer, VR / AR Designer

designer works with the “experience” of the potential user

stage 5:
Art-Director

the product is presented to the client

stage 7-8
Tech Lead / Team Lead of developers-architects

they are involved in the layout and programming of the site

stage 10 (or after)
SMM (Social Media Marketing), Marketing Specialist, Targetologist

product promotion

Comment from frusia.pro:

Good evening!

You have indicated everything correctly at all stages, well done! Keep moving forward

Dana. ChUkraine flag підтримує ЗСУ 21 May 2022 14:36  
1 Brief - business analyst, product manager, 2 CEO, 3 business analyst, UX designer, 4 UI designer, product designer, 5 product manager, art director, 6 web developer, 7 QC (Quality Control)

Comment frusia.pro:

Stage 1. Correct.

Stage 2. The CEO does not engage in searching for references and creating mood boards. Essentially, the CEO is the founder and head of the company; at this stage, only designers are involved.

Stages 3-7. Everything is correct.

Great, move on to the next lesson

InnaUkraine flag підтримує ЗСУ 20 May 2022 13:07  
Stage 1: Product Manager - focuses on product development
Stage 2: Graphic Designer - is responsible for branding and corporate identity
Stage 3: Project Manager - serves as the link between the team and the client or their representative (product owner) and Product Designer - influences the overall design of the product
Stage 4: Graphic Designer and Motion Designer - can create additional graphic elements on the website
Stage 5: Art Director, Product Manager, UI/UX Designer - can present the project
Stages 7-8: Web developers
Stage 9: QC (Quality Control) – analyzes testing results, checks the product for compliance with the main requirements outlined in the documentation.

Comment from frusia.pro:

Good morning!

Very good, everything is correct. The specialists mentioned can indeed be involved at the respective stages. Proceed to the next lesson

Dana Ch.Ukraine flag підтримує ЗСУ 19 May 2022 22:52  
Top management

CEO - Responsible for task distribution by specialization, the commander-in-chief.

General about the specialty:

Presentation of the finished product.

Management staff

General about the specialty:

Research of potential clients, documentation, organization of the workflow, project management, development, tracking of spent time and setting deadlines.

Lead Generator - client search

Product Manager - step-by-step development ladder

Project support

Control of software, maintenance of work platforms.

Design department

UX (User Experience) Designer - comfortable interface, product usability.

Art Director - management of the design department

VR / AR Designer - development of products for virtual interaction

General about the specialty: creating the most comfortable interface, beautiful design, creating interactivity.

Development department:

Front End Developer - interface visualization project

Back End Developer - website mechanics setup

Tech Lead / Team Lead - leader

General about the specialty: Creating products for different needs

Product testing:

Checking for defects, functionality, compliance with the plan

Marketing and promotion:

Business Analyst - communication with clients (feedback)

SMM (Social Media Marketing) - product promotion on social networks

UX (User Experience) Writer - texts for interface usage

General about the specialty:

Promotion of content (product) on various platforms, communication with the client, presentation.

HR (Human Resources) - search for specialists

Stages of website creation and specialization:

Top management

Marketing and promotion

Design department

Development department:

Product testing:

Marketing and promotion:

Project support

Explanation: first, a brief is conducted, requirements for the project, deadlines, and prices are agreed upon (writing reports and maintaining documentation), approval; after that, the process moves to research and mood board to create a general understanding; then we proceed to create a layout and visualization; next, after the layout is approved, the layout is coded; testing; presentation; constant support and functionality checks.

Comment from frusia.pro:

Good morning

You have correctly listed the specialties and added an explanation at the end, that’s how it usually works. But it would be good to also list the specialties linked to each stage. That is, who is involved at which step. After that, we can move on to the next lesson.

IrynaUkraine flag підтримує ЗСУ 18 May 2022 16:10  
Stage 1. Analytics, information gathering, writing the technical task. A Lead Generator can be added to the first stage, who is responsible for finding potential clients, and later the orders are passed to the Sales Manager. The business analyst will handle the information gathering and market analysis. Later, the project is handed over to the Project Manager who will lead this project and write the technical task.
Stage 2. Searching for references, creating mood boards. This task can be easily handled by an SMM specialist, a Graphic designer responsible for the corporate style. If needed, a Motion designer who works with animations.
Stage 3. UX design. At this stage, help may be needed from a Product designer who works with the product and knows all the functions and issues of the product. For writing text – a UX writer, Copywriter.
Stage 4. UI design. For the visual part, we involve specialists such as Motion designer, VR\AR designer, Graphic designer.
Stage 5. Project presentation. The Product Manager is responsible for the project presentation, who generally deals with one product.
Stage 6. Resource export. The team of designers is responsible for resource export.
Stage 7. Layout (HTML/CSS/JS). Layout is handled by frontend developers. These can be both Web developers and Mobile developers. The Tech lead is responsible for the work of the layout designers.
Stage 8. Programming. Backend developers create the functional part of the site. The Tech lead is responsible for the development team.
Stage 9. Testing. In addition to specialists who test products manually or automatically, testing can also be performed by a Marketing specialist or SMM.
Stage 10. Deployment. The process of deploying the site is handled by DevOps and the Admin. Since these specialties are already mentioned in the lesson, they can be skipped.

Comment from frusia.pro:

Everything is correct, well done! Keep up the learning

Nataliia RUkraine flag підтримує ЗСУ 13 May 2022 22:09  
1. Analytics, information gathering, writing technical specifications.
Initially, the Lead Generator can analyze where the most potential and interested clients are coming from with the help of a Targetologist or other resources. They gather information on the effectiveness of using various search resources.
The Sales Manager receives information about leads and collects information from the client. If the client is ready to use the services, they are handed over to the Account Manager or Project Manager, who formalizes the contract and "leads the client." The Project Manager also prepares technical specifications. Some tasks can be handled by a Business Analyst. The work is monitored and reported to the CCO.

2. Searching for references, creating mood boards.
The search for references is handled by the SMM or Marketing Specialist, who can easily track the relevance and trends of the product that is liked and has the highest reach among potential clients. This task can also be performed by a UX designer, who also creates mood boards.


3. UX design
In addition to the UX designer, this task can also be performed by a Product Designer with the help of a UX (User Experience) Writer for textual content.

4. UI design
The Graphic Designer can pass their work to the Front End Developer, who can implement the visual appearance of the interface based on the given design. The work is reported and monitored by the Art Director.

5. Project presentation
The Motion Designer presents to the client using video how their product will work after the release. The Project Manager delivers the results to the client and reports on the project.

6. Resource export
Resources are exported for further use in development by the UX designer - UI designer; Graphic Designer — UI designer; UI/UX/GD designer — Front End Developer.

7. Layout
Receiving static pages without transitions between screens is usually provided by the Front End Developer, but it can also be done by a Web Developer. If it’s small projects and a limited number of frames, this task can also be performed by a Tech Lead / Team Lead.

8. Programming
The Back End Developer develops all the internal mechanics of the website. If it’s small projects and a limited number of frames, this task can also be performed by a Tech Lead / Team Lead.

9. Testing
Testing is handled by the product testing department. But this is a flexible process that can be modernized. For example, testing can be conducted among colleagues or acquaintances. A test campaign can also be conducted among social networks, which can be handled by SMM or Marketing Specialist.

10. Deployment
The website can be deployed by DevOps or, in their absence, by an Admin.

Comment from frusia.pro:

Good morning!

Stage 1. Correct.

Stage 2. Theoretically, it can be assumed that at this stage an SMM specialist or marketer will be involved, but under normal conditions, this should be handled exclusively by designers, as they will later use the mood boards as a design template.

Stages 3-5. Regarding the transfer of work from the graphic designer, that relates to stage 6. The rest is correct.

Stages 6-10. Correct. I just want to note that Team Leads usually work on large projects.

Very well, proceed to the next lesson

Anna11 May 2022 11:47  
1 Stage Analytics - first of all, we start with the Lead Generator, which is responsible for finding potential clients and passes them on to the Sales Manager for selling the company's services. After that, the CCO takes the project along with the Account Manager to formalize the cooperation agreement. Then, in my opinion, the Team Lead comes in to manage the team regarding the development of the new product.
2 Stage Moodboard - for creating the moodboard, a Graphic Designer can also be involved to create the product's identity, as well as a Marketing Specialist through market and competition analysis.
2.1 Stage staffing for the new project by HR and organizing the workflow by the Scrum Manager.
3. UX - at the beginning of the design stages, it is worth involving an Art Director and a Product Designer, who will set the direction for design development and will accompany the subsequent stages regarding design, as well as a UX Writer for a clear interface.
4. UI - for creating the visual part of the product, a Graphic Designer can also be engaged for logos and illustrations, a Motion Designer for website and interface animations, and if there are wishes regarding virtual or augmented reality - a VR/AR Designer.
5 Stage Presentation - the presentation can be entrusted to a Motion Designer and a Product Manager, involving a Delivery Manager to control the intermediate results between creation and presentation to the client.
6 Stage Export - from stage 3 to this stage, the work on the product is accompanied by the Art Director.
7 Stage Layout - the Tech Lead comes in as the leader regarding the technical support of the team's work.
8 Stage Programming - Web/Mobile developers according to the client's specifications.
9 Stage Testing - QC for analyzing the results of testing and checking compliance with the specifications.
10 Stage Deployment - a Delivery Manager may be involved, who will oversee the completion of intermediate tasks between stages.
Simultaneously with the design development and programming of the new project, a promotion stage can be involved, where SMM can intrigue social media users with the new project, as well as promote it + a targeting specialist + a copywriter

Comment from frusia.pro:

Good day, the task is perfectly executed, everything is correct. I can only nitpick about the resource export stage; I can't figure out how the Art Director can help here, as this is purely a technical process and there is nothing creative about it.

Well done, move on to the next lesson

Daria10 May 2022 15:09  
Stage 1. Analytics, information gathering, writing the technical task
CEO - for project approval, Project manager - for writing the technical task
Stage 2. Searching for references, creating mood boards
Product Designer and UI/UX Designer for visual development
Stage 3. UX design
Product Designer, UX Designer, UX (User Experience) Writer developing the website's content
Stage 4. UI design
Product Designer, UX Designer, UX (User Experience) Writer implementing the visual design
Stage 5. Project presentation
Project Manager, as the person responsible for the project, helps create the presentation
Stage 6. Resource export
UI/UX designer
Stage 7. Layout (HTML/CSS/JS)
Front End Developer develops everything according to the design
Stage 8. Programming
Back End Developer ensures everything works :)
Stage 9. Testing
QC (Quality Control), QA (Quality Assurance) identify errors, bugs, and suggest ways to fix them
Stage 10. Deployment
devOps and admin)

Comment from frusia.pro:

Good morning, there are repetitions of specialties, but that's a minor issue, overall everything is very good, well done! Keep up the learning

Kateryna10 May 2022 07:25  
1.CEO (Chief Executive Officer) – the general director of the company. Sets the overall direction for development and defines the main strategic points.
2.Lead Generator – searches for potential clients.
3.Business Analyst – communicates with the client, identifies key problems and needs, and conveys this information to the team.
4.Art Director – head of the design department. Sets the main development vectors for designers, moderates their work, participates in collective discussions, meets with clients.
5.Account Manager – client relationship manager. Prepares cooperation agreements, is responsible for receiving payments from clients, and manages communication on financial issues.
6.Scrum Master – organizes the workflow in the team.
7.UX (User Experience) Designer – responsible for the product's usability for users.
8.UX (User Experience) Writer – writes texts for user interfaces. The main task of such a person is to make the interface clearer and more pleasant through text prompts.
9.UI (User Interface) Designer – responsible for the visual implementation of the product.
10.Tech Lead / Team Lead – team leader in development.
11.Front End Developer – designs the visual appearance of the interface.
12.Back End Developer – configures how the mechanics of the site work.
13.Technical Writer – adapts technical documentation for the average user.
14.Testing – checks the overall and individual functionality of the product, identifying defects.
15.QA (Quality Assurance) – checks the work of testers and QC, can not only identify bugs or other defects but also suggest ways to fix them.
16.Copywriter – writes texts for the company's blog and social media.
17.SMM (Social Media Marketing) – a person who promotes the company/product on social media.
18.Marketing Specialist – promotes the company online, enhances its overall rating and reputation, analyzes the service market and competitors.

Comment from frusia.pro:

Good morning, that's correct, I just want to point out the Front End Developer. This specialist does not design the visual appearance of the interface (that's the job of the UX/UI designer), but rather implements it through programming. There are also repetitions of specialties from the lesson and your numbering is your own, but overall everything is correct. You can proceed to the next lesson

Bohdana10 May 2022 04:48  
Good day!
I took the stages of website creation from your lesson №2:

Stage 1. Analytics, information gathering, writing the technical task - the Lead Generator who received the request passes the lead to the Sales Manager, who in turn conveys the client's wishes to the CCO, who formalizes it into the project. The Project Manager can also compile the project’s technical task.
Stage 2. Searching for references, creating mood boards - this task can be handled by an SMM specialist based on the client's product social networks and its competitors.
Stage 3. UX design - the Product Designer can work on developing the main functions of the website for the client's product and make the site or mobile application user-friendly for future users. The UX (User Experience) Writer can create the textual content of the site that will be convenient for the user.
Stage 4. UI design - recently, projects are often animated or use modern augmented reality technologies, and such visual design can be developed by a VR/AR Designer or Motion Designer.
Stage 5. Project presentation - since the Art Director participates in collective discussions and manages the team, they will be able to present the project to the client.
Stage 6. Exporting resources - the Graphic Designer is the person who develops the identity and corporate style of the product and can provide all the necessary resources for the programmers' further work.
Stage 7. Layout (HTML/CSS/JS) - the entire internal part of the site can be developed by a Back End Developer.
Stage 8. Programming - the Tech Lead, who actually manages the development team, can work on creating the functional part of the site.
Stage 9. Testing - the Marketing Specialist can conduct testing of the new client product on a group of people or even on their own team.
Stage 10. Deployment - the new site can be transferred to the server by a DevOps.

Comment from frusia.pro:

Good morning! I want to praise you, you completed the task perfectly I am waiting for the next homework.

Sviatlana9 May 2022 16:42  
Stage 1
Lead Generator - client search.
Sales Manager - responsible for selling the company's services.
Business Analyst - gathers information, analyzes the market.
Project Manager - prepares the technical assignment.
Stage 2
UX/UI designers - searching for references, creating a mood board.
Project Manager - communication with the client.
Stage 3
UX designer - creating prototypes.
Copywriter - writing texts.
Stage 4
Graphic designer - creating visual elements.
UI designer - searching for a visual style.
Motion designer - creating animations.
Stage 5
Product manager - project presentation.
Stage 6
UX/UI designers - exporting resources.
Stage 7
Front End Developer - layout.
Stage 8
Back End Developer - developing internal mechanics.
Stage 9
Testing, QC, QA - testing.
Stage 10
DevOps, Sysadmin - ensuring the website's operation.

Comment from frusia.pro:

Good morning, there are several specialties that have already been mentioned in the lesson (and only new ones are needed, for example, front end developer, backend developer), but everything else is correct, well done! Keep up the learning

Anna8 May 2022 18:56  
Good evening)

1st stage. Client search. Lead Generator

2nd stage. Client processing.
Sales Manager contacted the client and sold them the website creation service.
Account Manager prepares the contract, monitors payments)

4th stage. Setting the initial requirements
Project Manager - conducts dialogue regarding the project, distributes responsibilities among employees. Monitors deadlines.
HR - responsible for the personnel needed for the project.

5th stage. Research
This can include specialists such as: analyst, marketing department, Product Designer, UX/UI Designer

6th stage. Searching for references, moodboards. UX/UI designer

7th stage. Discussing the moodboard with the client. Project Manager, UX/UI designer

8th stage. UX/UI design.

9th stage. Project presentation.
Project Manager, UX/UI

10th stage. Exporting resources.
UX/UI

11th stage. Layout. Front End

12th stage. Programming. Back End

13th stage. Testing. QA

14th stage. Deploying the website. DevOps

15th stage. Project advertising. Attracting clients. Marketing department.

Comment from frusia.pro:

Good morning! I don’t know why, but lately everyone in the homework assignments has been listing many specialties that were already covered in the lesson, while only new ones from the article are needed You have described it correctly except for the numbering; it seems you have your own system. One important note: there is no specialty called UX/UI, it should be UX/UI designer.

You can move on to the next lesson.

Anhelina6 May 2022 12:11  
Corrected the mistakes

1. Lead Generator - searching for clients.
2. Sales Manager - sells the company's services.
3. Account Manager - signs contracts.
4. Business Analyst - gathers information, communicates with the client.
5. UX, UI Designer - creates mood boards.
6. UX Designer, UX Writer - responsible for the site's usability and prototype.
7. Graphic Designer - responsible for the corporate style, designs logos, brands, etc.
8. UI Designer - responsible for the visual part of the site
9. Motion Designer - responsible for the site's animation
10. UI/UX Designer, Product Manager - presentation.
11. Front End Developer - develops the visual appearance of the interface.
12. Back End Developer - develops the internal mechanics of the site.
13. QC, QA - test the site.
14. SMM, Marketing Specialist - promotes the company online.

Comment from frusia.pro:

Good, now the sequence is more correct according to the stages of website creation

Anhelina5 May 2022 14:12  
1. SMM, Marketing Specialist - promotes the company online.
2. Lead Generator - searches for clients.
3. Sales Manager - sells the company's services.
4. Account Manager - signs contracts.
5. Business Analyst - gathers information, communicates with the client.
6. UX, UI Designer - creates mood boards.
7. UX Designer, UX Writer - responsible for the site's usability and prototype.
8. Graphic Designer - responsible for the corporate style, designs logos, brands, etc.
9. UI Designer - responsible for the visual part of the site.
10. Motion Designer - responsible for the site's animation.
11. UI/UX Designer, Product Manager - presentation.
12. Front End Developer - develops the visual appearance of the interface.
13. Back End Developer - develops the internal mechanics of the site.
14. QC, QA - test the site.

Comment from frusia.pro:

If we ignore the numbering of the stages, then everything is correct. But it would be good to indicate them correctly

Alina3 May 2022 13:51  

1) Lead Generator - client search
2) Sales Manager - service sales
3) Business Analyst - information gathering
4) Project Manager - writing specifications
2. 1) UX/UI Designer - references, mood board.
3. UX Designer - thinks through the project's logic.
4. 1) Graphic Designer - develops icons and illustrations with the UI Designer
2) UI Designer - works on finding the visual style.
5. Product Manager - project/site presentation
6. UX/UI Designer - resource export.
7. Front End Developer
8. Back End Developer
9. Testing, QC, QA

Comment from frusia.pro:

I got a bit confused with the numbering of the stages and noticed repetitions of the specialties mentioned in this lesson, but overall everything is correct. Move on to the next lesson

Elen1 May 2022 18:31  
Good evening - I am Ukrainian, thank you for this opportunity to learn something new for myself.
Stage 1: Business analyst, CCO, Marketing specialist, project manager.
Stage 2: Delivery manager, front end developer.
Stage 3: UX, UX-writer.
Stage 4: UI, graphic designer, product designer, VR/AR Designer.
Stage 5: product manager, delivery manager.
Stage 6: UX/UI designers.
Stage 7: web developers, mobile developers, front end developer.
Stage 8: back end developer, tech lead.
Stage 9: QC, QA.
Stage 10: DevOps, admin.
Stage 11: targeting specialist, SMM, marketing specialist.

Comment from frusia.pro:

Please! Everything is correct, except for the second stage. A front end developer will definitely not be looking for references for mood boards , and a delivery manager is unlikely to do this either; it is the designer's prerogative. The last stage, as I understand it, you added on your own. It looks like marketing support and product promotion. Overall, everything is correct, keep up the learning!

Ira30 April 2022 09:19  
1. Client search: Lead Generator

2. Client processing: Sales Manager

3. Contract and prepayment: Account manager

4. Creating the Technical Task: Project Manager (meeting with the client 1-1 or with part of the team)

5. Finding necessary specialists, if needed: HR

6. Research: business analyst, SMM, Product Designer, UI/UX Designer.

7. Adjusting the Technical Task based on research: Project Manager + design team

8. Searching for references and creating mood boards: UI/UX Designer

9. Discussing mood boards with the client: Project Manager

10. UX/UI design: UI/UX Designer

11. Project presentation: Product Manager/ Project Manager.

12. Exporting resources: UI/UX Designer

13. Layout: Front End Developer

14. Programming: Back End Developer

15. Testing: QA (Quality Assurance)

16. Website setup: DevOps

17. Advertising: Marketing department

Comment from frusia.pro:

Some of the specialists you mentioned have already been mentioned in the lesson, but overall everything is correct (for example, backend developer). Move on to the next lesson

Alona Hur26 April 2022 20:26  
Good evening, I am from Ukraine)
1 Stage - Lead Generator - searching for potential clients.
2 Stage - Sales Manager - concluding contracts with clients, selling the company's services.
2.1 - HR - searching for employees
2.2. - Office Manager - present at all stages of website development, responsible for tea, cookies, food, stationery, etc.
3 Stage - CEO/Product Manager/Project Manager - if the company is small, the owner collaborates with clients, customers, gives technical tasks to employees (I will describe the stages and who does what below). The product manager is often responsible for a startup or develops one product and also assigns tasks to the team. The project manager can manage several projects, communicates with customers and the team, distributes technical tasks among employees.
4 Stage - UX/UI designer - searching for references according to the technical task, creating mood boards. Presenting mood boards and references to the client, the Project Manager also joins here. If everything is fine, we move on to the next stage, or we adjust the references according to the client's wishes and proceed further.
5 Stage - UX - building the logic of the site, sketching the site schematically or "activating" the site and checking for usability.
6 Stage - UI - selecting fonts, colors, typography, color schemes.
7 Stage - UX/UI/Project Manager - presenting the design to the client. Edits or approval of the design.
8 Stage - Front End - coding the site according to the UX/UI designer's layout. The interface "comes to life" for the user.
9 Stage - Back End - programming the site, everything that the user does not see, but without which the site will not work.
10 Stage - QA - testing the product is either manual or automated.
11 Stage - Deploy - launching and supporting the site.

Comment from frusia.pro:

Good evening
For some reason, starting from the 5th stage (according to your numbering), you just began to describe each stage, but it's nothing serious. The presentation of the design and even the mood boards can indeed sometimes be done by the manager, but it is still better to entrust this to the designer. You also correctly supplemented stages 1-3. Move on to the next lesson.

I have numbered each stage in the lesson to avoid confusion in the future.

Anastasiia22 March 2022 10:26  
1. Analytics, information gathering, writing technical specifications
Project manager - as an intermediary between the client and the team, gathers the client's wishes and based on them forms the technical specifications for further work.
4. UI design
Art director - is responsible for the entire visual part of the website, approves it before the presentation
Graphic designer - develops individual elements of the website
Product designer - ensures that all design elements resonate with each other so that the website is executed in a unified style.
5. Project presentation
Product designer - presents the product to the client, collects comments and feedback to refine the visual component before the layout begins.
8. Programming
Motion designer - thinks through various effects on the website: how buttons will be pressed, how the transition to another page will occur, what the animation will be, etc.
9. Testing
QC - checks the product for compliance with the technical specifications
QA - checks the product for bugs
Delivery manager - the final stage of testing.

Comment from frusia.pro:

I no longer check homework for citizens of Russia. Message me @frusia.pro in Instagram direct if you are not from Russia.

DenRainmen18 February 2022 01:33  
This is simply incredible! Such an approach: systematic, professional, and thoughtful is very rarely encountered! You are a great person and smart, frusia! Thank you! )
Elvira13 February 2022 23:57  
Good day)
Stage 1: Market research, analytics
Project Manager, Product Manager, Business Analyst
Stage 2: Writing the technical specification
Project Manager
Stage 3: Selecting references and mood boards
UI/UX designers
Stage 4: Prototyping
UX designer
Stage 5: Creating the UI project
UI designer
Stage 6: Project presentation
UI/UX designers/Product Manager
Stage 7: Exporting files
UI/UX designers
Stage 8: Layout
Front End Developer
Stage 9: Programming
Back End Developer
Stage 10: Testing
Tester, QC, QA

Project submission

Comment from frusia.pro: everything is correct, except for "Market research, analytics – Project Manager, Product Manager, Business Analyst". After all, project managers and product managers do not engage in analytics, but BA does, that is their direct responsibility.

Dariia10 February 2022 17:04  
1. The Lead Generator looks for a client to sell website creation services.

2. The Sales Manager signs a contract with the client.

3. The Account Manager is responsible for receiving payments from the client and finances.

4. The Project Manager creates a technical specification with the client and provides the client with intermediate results.

5. Most likely, at this stage, it is necessary to analyze the market and competitors (Marketing Specialist).

6. The UX/UI designer searches for references to find a visual style and agrees with the client (attempts to guess what the client likes).

7. Screen sketches - the UX designer determines the layout and sizes of interface elements.

8. The website visuals - the UI designer selects the stylistics based on the previous stage.

9. The Product Manager is responsible for presentations and releases.

10. Exporting resources for Frontend developers.

11. The Front End Developer designs the visual appearance of the interface.

12. The Back End Developer configures how the website mechanics work.

13. Testing - checks the product's functionality as a whole and in parts, identifying defects.

14. QA (Quality Assurance) - checks the work of testers and QC.

15. DevOps - deploying the website (the process of transferring and launching the site on a server on the Internet).

12. The Targetologist identifies the target audience and sets up advertising (SMM may also be included here).

Comment from frusia.pro: noted several errors. You write the action "Exporting resources for Frontend developers," but do not mention who is involved in it. Everything is quite automated now; Figma has a built-in mode for developers, and other graphic editors allow exporting layouts to a markup program (e.g., Zeplin or Avocode) using plugins. Therefore, the developer works independently. The designer only prepares resources for export in advance: gives meaningful names, groups layers, etc.

It would be more appropriate to use the word "Tester" instead of "Testing," as we are talking about a person, not a process. Everything else is correct!

Viktoriia14 January 2022 16:54  
1st stage - SEO writes the technical specification with the client
The Project Manager connects the client and the team, analyzes the brief, clarifies project details, discusses the technical specification, and communicates the project cost
2nd stage - The Project Manager provides the client with mood boards selected by the designer
3rd stage - The Art Director moderates the designer's work
4th stage - The Graphic Designer creates designs for icons, logos, etc.
5th stage - The Product Manager checks and presents the project
6th stage - The Front End Developer designs the visual appearance of the interface.
7th stage - Web developers create products for the web, Mobile developers create applications for smartphones, the Back End Developer configures how the website's mechanics work. The Tech Lead / Team Lead oversees the work of their team
8th stage - Testing - tests the product, QC - analyzes testing results, QA - checks the work of testers
9th stage - The System Administrator ensures the uninterrupted operation of the created website

Comment from frusia.pro: If you wrote Product Manager, then it would probably be more appropriate to say that they check and present not the project, but the product. The main difference between a product manager and a project manager is that the former works in a team only on one product (for example, a startup related to cryptocurrency sales), while the latter works in an IT company and can manage from one to a dozen different projects (for example, a website for selling lawn mowers / a corporate website for a law firm / a mobile application for food delivery). All these projects will be implemented in much shorter timeframes.

You named the other professions correctly, well done!

Liiliia4 January 2022 10:14  
Homework for lesson №2
Graphic Designer - for drawing logos, icons, buttons, as well as for preparing layouts for printed materials, if necessary.
Product Designer - for developing the design of individual products, such as an administration system or a web application
Motion Designer - for developing website or web application animations, as well as for creating presentations for clients
Mobile developers - for creating mobile web applications
QC (Quality Control) - for checking the product against the requirements specified in the documentation

Comment from frusia.pro: All the professions you mentioned are described correctly. Well done! Move on to the next lessons.

Diana1 November 2021 13:19  
Project Manager - writes technical documentation.
Product Manager - project presentation.
Delivery Manager - testing.
Sysadmin - Deploy or deployment of the website.
DevOps - Deploy or deployment of the website.
UX (User Experience) Designer - analytics, information gathering, writing technical specifications; searching for references, moodboards; UX design; UI design; project presentation; resource export; testing.
UI (User Interface) Designer - UI design (visual design, typography, layout).
Graphic Designer - drawing illustrations for the project (can work before the UX/UI designer starts).
Product Designer - UX/UI design.
Motion Designer - project presentation.
Front End Developer - layout.
Back End Developer - programming.
Testing - testing.
QA (Quality Assurance) - testing.
Business Analyst - analytics, information gathering, writing technical specifications.
UX (User Experience) Writer - UX design.

Comment from frusia.pro:

The task was completed correctly. I found only one mistake: the delivery manager is not involved in testing.

Valeriia12 October 2021 18:24  
Answers to lesson 2.

Analytics, information gathering, writing technical specifications - theoretically, a Product Manager, Account Manager, Art Director can participate.
Finding references, moodboards - Graphic Designer, Product Designer, UI (User Interface) Designer.
UX design - Product Designer, Motion Designer, Back End Developer.
UI design - Front End Developer, Graphic Designer.
Project presentation - Motion Designer, Product Manager.
Resource export - UX/UI Designer, Graphic Designer, Motion Designer.
Layout (HTML/CSS/JS) - Front End Developer, Web developers, Sysadmin, DevOps.
Programming - Team Lead, Back End Developer.
Testing - QC (Quality Control), QA (Quality Assurance), DevOps, Sysadmin.
Deploy - Scrum Master, Project Manager, Back End Developer, DevOps, Sysadmin

Comment from frusia.pro:

Hello, I found several mistakes in your homework. Let's go through them point by point:

Analytics, information gathering, writing technical specifications - theoretically, a Product Manager, Account Manager, Art Director can participate. Yes, that's correct.

Finding references, moodboards - Graphic Designer, Product Designer, UI (User Interface) Designer. Also correct.

UX design - Product Designer, Motion Designer, Back End Developer. If the Product Designer has UX skills – then yes. The other professions you mentioned are incorrect. The Motion Designer will be involved in UI design, not in UX, because they deal with the visual part of the project. And the Back End Developer has no relation to design at all.

UI design - Front End Developer, Graphic Designer. Graphic Designer – yes, as they can create illustrations, icons, or something similar for the project. Front End Developer – no, just like Back-End, they have no relation to design.

Project presentation - Motion Designer, Product Manager. Good, correct.

Resource export - UX/UI Designer, Graphic Designer, Motion Designer. Everything is correct.

Layout (HTML/CSS/JS) - Front End Developer, Web developers, Sysadmin, DevOps. Correct, except for Sysadmin, DevOps – these guys are not related to layout at all.

Programming - Team Lead, Back End Developer. Correct.

Testing - QC (Quality Control), QA (Quality Assurance), DevOps, Sysadmin. DevOps and Sysadmin do not test projects. Please read it again, and maybe Google what exactly these professions do.

Deploy - Scrum Master, Project Manager, Back End Developer, DevOps, Sysadmin. Scrum Master and Project Manager, if they participate in the deployment process, do so very indirectly. Because they do not have a technical purpose. It may be team member control.

sona6 September 2021 17:12  
-> Search, attracting clients: Lead Generator, Sales Manager, Marketing composition

-> Analytics, information gathering, writing technical specifications: Business Analyst, Scrum Master, Project Manager, Delivery Manager

-> Finding references, moodboards: UX Designer, Art Director

-> UX design: Graphic Designer, Motion Designer, VR / AR Designer

-> Project presentation: Product Manager, Delivery Manager

-> Resource export: UX Designer

-> Layout (HTML/CSS/JS): Front End Developer, Team Lead

-> Programming: Back End Developer, Web developers, Mobile developers, DevOps, Team Lead

-> Testing: Testing, QC, QA, DevOps, Product Manager

-> Deploy: Web developers, Sysadmin, DevOps

Above all stages, the Crysis Manager invisibly hovers, ready to rush in at the first sign of danger and save everyone from disaster.

And also above hover the top managers, sketching a big picture of the world and thinking about where the company should go - in terms of strategy, technology, and finances.

Comment from frusia.pro:

I will break down your assignment point by point, in the same order:

Search, attracting clients: Lead Generator, Sales Manager, Marketing composition. Yes, that's correct.

Analytics, information gathering, writing technical specifications: Business Analyst, Scrum Master, Project Manager, Delivery Manager. Also correct.

Finding references, moodboards: UX Designer, Art Director. Not quite right. The Art Director is unlikely to participate; they are more likely to look at the finished result. Let's also combine the profession we are considering in UX/UI design, then it will fit.

UX design: Graphic Designer, Motion Designer, VR / AR Designer. The same mistake; if you are only writing about UX design, then only a UX designer will be involved. If we broaden this process to include UI, then of course the designers you mentioned can be involved in the process, as they are more responsible for the visual side of the issue (Graphic Designer, Motion Designer) and interaction with the already finished product (VR / AR Designer).

Project presentation: Product Manager, Delivery Manager. Fits, there can also be a Project Manager and the UX/UI Designer themselves.

Resource export: UX Designer. The same mistake, UX/UI Designer.

Layout (HTML/CSS/JS): Front End Developer, Team Lead. Correct.

Programming: Back End Developer, Web developers, Mobile developers, DevOps, Team Lead. Fits.

Testing: Testing, QC, QA, DevOps, Product Manager It's unlikely that DevOps participates in the testing process.

Above all stages, the Crysis Manager invisibly hovers, ready to rush in at the first sign of danger and save everyone from disaster It's important to understand that such a person is invited to the project only when there is a real crisis situation; otherwise, they are not.

And also above hover the top managers, sketching a big picture of the world and thinking about where the company should go - in terms of strategy, technology, and finances. That's approximately how it is :)

Mariiana2 August 2021 22:36  
Stages:
1. 1) Lead Generator - finding a client.
2) Sales Manager - selling the service, formalizing the contract for the website creation service.
3) Business Analyst - gathering information
4) Project Manager - writing the technical specifications
2. 1) UX/UI designers (or the entire design department) - searching for references, creating a mood board.
2) Project Manager - discussing the mood board with the client.
3. UX designer - thinks through the project logic, creates prototypes.
Copywriter - writes texts for the website.
4. 1) Graphic designer - before working on the website - develops the company's branding; during the website work - develops icons, illustrations, etc. for the website (works together with the UI designer)
2) UI designer - works on finding the visual style.
3) Motion designer - creating animations for the website.
5. Product manager - presentation of the project/website
6. UX/UI designers (or the entire design department) - exporting resources.
7. Front End Developer - layout
8. Back End Developer - programming
9. Testing, QC, QA - testing
10. DevOps, Sysadmin - Deploy, project support.

Comment from frusia.pro:

Everything is basically correct, you have grasped the material. Move on to the next lesson

Aika2 June 2021 07:00  
Hello, comment on the previous homework assignment 2.
1 STAGE The Lead generator is responsible for finding clients and connecting them with the Sales manager, who is in charge of selling services in the organization.
2 STAGE The Project Manager writes the technical specifications.
3 STAGE After the technical specifications are approved, the Design Department is responsible for finding references, mood boards, and UX design.
4 STAGE Project presentation - Product Manager.
5 STAGE After the project is approved, preparation for the functional part (programming), here the Front End Developer works on the visual appearance of the interface, and the Back End Developer handles the mechanical part setup.
6 STAGE Product testing (QC, QA).
7 STAGE Website support by DevOps to eliminate high load.

Comment from frusia.pro:

Hello, yes, now everything is clear. You answered correctly for each stage, well done! Please proceed to the next lessons. Good luck!

Aika31 May 2021 14:33  
Good evening.
DZ.2.
1. Lead generator
2. Project Manager
3. Design department
4. Front End Developer
5. Back End Developer
6. Testing
7. QC
8. QA
9. DevOps
10. Product Manager
11. Delivery Manager

Comment from frusia.pro:

Good evening! You did not specify the stages of website development (you just have numbers and there are more of them than steps in the lesson) and did not explain why this specialist will be useful at a specific step. Please supplement your answer in a separate comment, because right now it will just be guesses on my part

tot samyi14 March 2021 17:38  
Right now in 2021, to think that front end is just layout.
Nastia12 February 2021 17:42  
Good day)

1st stage. Client search. The Lead Generator found a client for selling a website creation service.

2nd stage. Client processing.
The Sales Manager contacted the client and sold them the website creation service.
The Account Manager prepares the service agreement for website creation and monitors the receipt of the advance payment.

4th stage. Setting the initial specifications
The Project Manager meets with the client (possibly with part of the team) and determines the points of the specifications.
HR searches for necessary specialists for the project if they are not available in the company.

5th stage. Research
If there is no research department, in my opinion, specialists from the marketing department and the design department participate in the research. For example, a business analyst, SMM, Marketing Specialist, Product Designer, UX/UI Designer

6th stage. Adjusting the specifications based on the research.
Project Manager and design department.

7th stage. Searching for references, moodboards. UX/UI designer

8th stage. Discussing the moodboard with the client. Project Manager

9th stage. UX/UI design. Design department.

10th stage. Project presentation. Product Manager or (and) Project Manager.

11th stage. Exporting resources. Design department.

12th stage. Layout. Front End Developer

13th stage. Programming. Back End Developer

14th stage. Testing. QA (Quality Assurance)

15th stage. Deploying the website. DevOps

16th stage. Project advertising. Attracting clients. Marketing department.

17th stage. The CEO (Chief Executive Officer) and CFO (Chief Financial Officer) see from the results that the project was more successful than expected. And they give all employees a bonus :)

Comment from frusia.pro:

Stages of website creation. You have described everything well and in detail. Keep it up! The final stage made me smile. It would be great if it happened more often.

Iryna10 February 2021 16:51  
1. Sales manager (in some companies - Engagement manager) - at the contract signing stage, the pre-sale process. At the pre-sale stage, projects and designers can get involved. (projects make a rough estimate together with developers and designers, the designer can help in preparing presentations. It depends on the company itself).
2. stage - already project manager (product), analyst. - preparation of documentation, accurate project estimation, outlining risks. Team coordination.
(If the company lacks resources, a recruiting team gets involved to fill the gaps in staff.)
3,4,5 - work of designers (UI/UX, graphic, motion) - often this is one person :D
6. project/product - presentation to the client
7. Front-end team - layout
8. Back-end - website development (logic)
9. QA team
10. DevOps
If the company is product-based, I would have already involved SMM specialists and marketers somewhere before the start of the layout to prepare the ground for the product release)

Comment from frusia.pro:

Stages of website creation.You have a good understanding of how the process of creating a web product works. Well done!

Akylzhan10 January 2021 21:22  
Stage 1. Analytics, information gathering, writing the technical specification: Project Manager/Product Owner/Business Analyst.
Business analysts find out from clients what product they would like to have and what it should be like. Then, the goals are set and project control, including the technical specification, is handed over to the PM. The Product Owner may already know what they need and can also draft the technical specification.

Stage 2. Finding references, moodboards, UX design, UI design: UI/UX designers.
UI/UX designers try to find similar projects, check what already exists on the market and works, and create several options for how the product might look.

Stage 3. Project presentation: UI/UX designers/Product Manager
The project is presented by those who created it or by those responsible for its execution and oversight.

Stage 4. Exporting resources: UI/UX designers
Afterwards, all used images, texts, and icons are handed over (possibly downloaded) to the developers who create the product.

Stage 5. Layout (HTML/CSS/JS): Front End Developer (Web developers and Mobile developers)
Front-end developers are responsible for the external implementation of the website or application layout, including the placement of images, icons, buttons, and text.

Stage 6. Programming: Back End Developer (Web developers and Mobile developers)
– create applications for smartphones.
Back-end developers are responsible for all the mechanisms and logic that are not visible to clients and users of the site, overseeing the entire functionality of the website.

Stage 7. Testing: QC (Quality Control) and QA (Quality Assurance) testers.
Afterwards, the site or application is tested by special individuals who can check the site for functionality and errors.

Stage 8. Deploy: System administrators and devops engineers.
They have the competencies to launch web pages on various uninterrupted servers to maintain the continuous operation of the site or application.

Comment from frusia.pro:

Stages 1–8. Although it was necessary to specify only the new specialties, overall everything is correct. It seems that you understand the process of creating a website.

Proceed to the next lessons.

Anastasiia25 October 2020 14:12  
1. First, the Lead Generator searches for potential clients on freelance websites and communicates with them. After that, the potential client is handed over to the Sales Manager, who continues the communication with potential clients and brings it to a purchase. After an agreement with the client, they pay for the work and are passed to the Project Manager, who creates the technical specifications and forwards them to the design department.

After the UX stage, the project goes to the Delivery Manager, and after each stage, the project goes to this specialist.

After or simultaneously, the UI project goes to the Graphic Designer, who prepares the logo, icons, etc. based on the finished concept. The UX Writer simultaneously prepares texts for the website or application.

Then the project goes to the Motion Designer, who brings the project to a "finished" state so that it can be shown to the client and the final version approved.

At the next stage, the project goes to the front-end and back-end developers. Then comes testing and the "rollout" of the product to the market.

And then the project moves to the marketing department, where specialists encourage users to visit the website.

Comment from frusia.pro:

Stages of website creation. Overall, you correctly understand how the website creation process works. My comment regarding the UI stage: the preparation of the logo by the graphic designer usually takes place before starting work on the UI design, as the logo and other branding can set the style of the website.

Artem23 September 2020 03:56  
By September 15, 2020 22:53
Yes, that's correctly noted; it's worth using a different phrasing.
It's easier for my friends, for example, who don't really understand this kind of information,
and when I call it that and then explain what it is and what usually goes hand in hand with it,
they understand it correctly.

Comment from frusia.pro:

It's good, the main thing is that you understand it correctly.

Artem15 September 2020 22:53  
Stages of website creation:
1. Project Manager - Technical Specification.
2,3,4. UX/UI Designer, Graphic Designer - logic and design of the website.
5. Motion Designer - creating animations for the website.
6. Product Manager - website presentation, Art Director - overseeing stages 2,3,4,5.
7. Front-end - writing the website.
8. Back-end - writing all the mechanical part of the website.
9. QA/QC - testing the website.
10. DevOps - connecting the website.

Comment from frusia.pro:

Stages of website creation. You have correctly identified the tasks for the selected specialties. There are two minor errors concerning stages 7 and 8. It would be better to specify, for example, "writing code", "markup", "programming", etc. You also wrote "mechanical part of the website". This wording is incorrect. Perhaps you meant the logic of the website?

Renat (NиNo)11 September 2020 19:32  
Homework for the 2nd lesson.

CEO (Chief Executive Officer) – gathering information, presenting the project with a high degree of client importance.
Project Manager – Analytics, gathering information, writing technical specifications + presenting the project.
Product Manager - presentation + Deploy
Delivery Manager – Programming + Testing
Graphic Designer - UI design
Product Designer – Testing
Motion Designer – presentation + Programming
VR / AR Designer - UX design + UI design
Art-Director - gathering information, presenting the project
Front End Developer – UI design
Back End Developer - UX design
Testing – Testing
QC (Quality Control) – Testing
QA (Quality Assurance)- Testing
Copywriter - Project presentation
UX (User Experience) Writer - UI design

Comment from frusia.pro:

I will break down your assignment point by point, in the same order:

CEO (Chief Executive Officer) – gathering information, presenting the project with a high degree of client importance. Yes, that's correct.

Project Manager – Analytics, gathering information, writing technical specifications + presenting the project. Also correct.

Delivery Manager – Programming + Testing. Incorrect, does not directly participate in any of these processes.

Graphic Designer - UI design. Correct.

Product Designer – Testing. They can test the product at intermediate stages or during UX checks, but their main duty is to create the design.

Motion Designer – presentation + Programming. Indeed prepares the visual part of the project for presentation, but has no relation to programming.

VR / AR Designer - UX design + UI design. Correct.

Art-Director - gathering information, presenting the project. Correct, but an important part of the art director's job is to approve the main concepts, critique, control, and assist the design team.

Front End Developer – UI design. This is only possible if the developer had to fix something in the current project themselves; otherwise, they do not participate in the development of UI design.

Back End Developer - UX design. Incorrect.

Testing – Testing, QC (Quality Control) Testing, QA (Quality Assurance)- Testing.
All three points are correct.

Copywriter - Project presentation. Only at the stage of creating texts for the presentation in front of the client, but their main function is to create textual content for the project as a whole.

UX (User Experience) Writer - UI design. Participates in UI design by providing texts to the designer, but not directly.

You have slightly confused the responsibilities of various IT specialists. To make everything clearer and more obvious, try reading the article about professions again and look for additional information on the internet. This is important if you want to start working in this field.

@idunaknow27 July 2020 08:06  
Analytics, information gathering, writing technical specifications - Project Manager;
Project presentation - Product Manager;
Layout (HTML/CSS/JS) - Front End Developer – designs the visual appearance of the interface.
Programming - Back End Developer – configures how the mechanics of the site work;
Testing - Testing, QC (Quality Control), QA (Quality Assurance)
Deploy - System administrators and DevOps engineers

If we draw parallels, then the front is ui, and the back is ux, but in programming, right?

Comment from frusia.pro: Actually, Frontend developers do not design the visual appearance of the interface; they implement it according to the design provided by the UX/UI designer. Everything else is correct.

If we draw parallels, then the front is ui, and the back is ux, but in programming, right? With some stretch, yes. The UX part is conceived by the designer, while the implementation and realization are handled by the backend developer.

Aniuta13 July 2020 14:17  
Stage 1. Project Manager

Stages 2,3,4. Graphic Designer
Product Designer
Motion Designer
VR /AR Designer
Art Director

Stage 5. Delivery Manager

Stage 6. UX/UI Manager

Stage 7. Front End Developer

Stage 8. Back End Developer

Stage 9. Testing
QS (Quality Control)

Stage 10. Web Developers
System Administrator
DevOps

Comment from frusia.pro:

Homework for the 2nd lesson

In this assignment, you made some mistakes, namely:

- ux/ui manager – this profession does not exist, apparently you got a bit confused

- web developers - this is a very broad term, and it can also include front-end and back-end developers, so it's better not to use it if you want to specify something concrete, in our case DevOps.

I would also like you to briefly describe what each of these people can do while working on the project. In fact, such knowledge is quite useful when working with a team, as it helps you understand who to approach when you need to resolve an issue.

@gyrtan9 July 2020 17:39  
Homework for lesson 2 ☀️

Stage 1:
project manager (creates the technical task); business analyst (conducts information gathering);
CEO (develops the main strategy);
CFO (forecasts profit).

Stages 2, 3, 4:
Motion designer (animation);
Product designer (generates ideas for product design);
Art director (can assist designers at certain stages, control, generate ideas, and implement them);
Graphic designer;
VR designer.

Stage 5:
Product manager (presents the project).

Stage 6:
UX/UI designers.

Stage 7:
Front-end developer.

Stage 8:
Back-end developer.

Stage 9:
QC; QA.

Stage 10:
DevOps.

Comment from frusia.pro:

Homework for lesson 2

In general, you have correctly described the essence of the work of those team members who are not present in this lesson. There are two comments:

1 – regarding the sequence of stages, namely:
"Stages 2, 3, 4:
Motion designer (animation);
Product designer (generates ideas for product design);
Art director (can assist designers at certain stages, control, generate ideas, and implement them);
Graphic designer;
VR designer."

These guys are involved one stage before, during, or after the work of the UX/UI designer, which you have designated as stage 6.
For example, animation is done after the work on the prototype and/or design has been completed. The art director controls the designer's work during stage 6.

2 – why didn't you describe what the graphic designer and VR designer do? For example, the graphic designer can work before the UX/UI designer starts by developing branding for the company or simultaneously with them by creating illustrations for the project.

sergo11 April 2020 13:14  
Project Manager - at the 1st stage, prepares the technical specification
Product Manager - at the 6th stage (presentation) - agrees with the client before the layout.

DevOps - the last 10th stage (deployment) connects the site to the domain
The design department, either all or part of them, at stages 2, 3, 4

Front End Developer - layout at stage 7
Back End Developer - programming at stage 8
QA, QC - testing - 9th stage

Comment from frusia.pro: All examples are correct, well done! You can proceed to the next lesson.