Skip to content

Commit adffa13

Browse files
authored
Revise README for clarity and additional details
Updated the README to enhance clarity and detail in system design principles, including rephrasing key disciplines and adding contact information.
1 parent c78004e commit adffa13

1 file changed

Lines changed: 34 additions & 14 deletions

File tree

README.md

Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,55 @@
11
# 🛠️ Designing a System
22

3-
This repository documents an in-depth study of the fundamental principles of system design, focusing on its ability to adapt to new requirements.
4-
System design involves analyzing and synthesizing several critical aspects, represented in the image below.
3+
<img width="1024" height="370" alt="System Design Diagram" src="https://github.com/user-attachments/assets/a6098940-e43f-4d35-a7d7-7fb7c373e5a4" />
54

6-
The following points highlight the main topics covered in this study, illustrating the complex relationship between creativity, requirements, and engineering disciplines in defining a final solution.
5+
## 📄 Overview
6+
7+
This repository presents a comprehensive study on the **fundamental principles of system design**, with a focus on adaptability to evolving requirements. System design is a multidisciplinary process that involves analyzing and synthesizing various engineering domains to arrive at robust, efficient, and scalable solutions.
8+
9+
The topics covered here illustrate the intricate relationship between **creativity**, **technical constraints**, and **engineering disciplines**, all of which contribute to shaping a final product or system.
710

811
---
912

1013
## 🔑 Key Disciplines in System Design
1114

12-
- **Kinematics:** Defines the relationship between geometry and physical quantities such as position and displacement of rigid bodies, without considering the forces causing the motion.
15+
- **Kinematics**
16+
Studies the motion of rigid bodies based on geometry and displacement, without considering the forces involved.
1317

14-
- **Dynamics:** Ensures that the device’s parts perform their intended functions, taking into account inertia and differential relationships such as acceleration and velocity.
18+
- **Dynamics**
19+
Ensures that system components perform their intended functions, accounting for inertia, acceleration, and velocity.
1520

16-
- **Strength of Materials:** Guarantees that the system’s geometric form is preserved, even under loads, heat, or other factors that could cause deformation or failure.
21+
- **Strength of Materials**
22+
Guarantees structural integrity under stress, heat, and other conditions that may cause deformation or failure.
1723

18-
- **Thermodynamics:** Defines dimensions and geometry to ensure components do not reach temperatures that could compromise their mechanical strength.
24+
- **Thermodynamics**
25+
Defines dimensions and geometry to prevent components from reaching critical temperatures that compromise strength.
1926

20-
- **Fluid Mechanics:** Determines the loads generated by liquids to optimize component geometry and dimensions, allowing the system to benefit from fluid properties.
27+
- **Fluid Mechanics**
28+
Analyzes fluid-induced loads to optimize component shapes and leverage fluid properties for system performance.
2129

22-
- **Tribology:** Similar to strength of materials, but focuses on wear caused by friction, aiming to ensure proper lubrication of contacting parts.
30+
- **Tribology**
31+
Focuses on wear and friction between surfaces, emphasizing proper lubrication and material preservation.
2332

24-
- **Materials Science:** Studies and defines the most suitable material for components based on parameters such as hardness, elasticity modulus, tensile strength, and cost.
33+
- **Materials Science**
34+
Selects appropriate materials based on hardness, elasticity, tensile strength, and cost-effectiveness.
2535

26-
- **Manufacturing Technology:** Determines the most appropriate manufacturing processes for the components, considering the geometry and characteristics defined by previous studies.
36+
- **Manufacturing Technology**
37+
Determines suitable production processes aligned with the geometry and specifications defined by prior analyses.
2738

28-
- **Economics:** Contributes to defining component geometry and design by seeking to minimize production costs.
39+
- **Economics**
40+
Influences design decisions by aiming to reduce production costs while maintaining performance and quality.
2941

3042
---
3143

32-
📌 *This repository serves as a structured overview of the multidisciplinary nature of system design.*
44+
📌 *This repository serves as a structured overview of the multidisciplinary nature of system design, bridging theory and practical application.*
45+
46+
---
3347

48+
## 📬 Contact Me
3449

35-
<img width="1024" height="370" alt="image" src="https://github.com/user-attachments/assets/a6098940-e43f-4d35-a7d7-7fb7c373e5a4" />
50+
<div align="center">
51+
<a href="https://www.linkedin.com/in/nunes-andrade" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a>
52+
<a href="https://instagram.com/jp_nunes.andrade" target="_blank"><img src="https://img.shields.io/badge/-Instagram-%23E4405F?style=for-the-badge&logo=instagram&logoColor=white"></a>
53+
<a href="mailto:jpnunesandrade26@gmail.com"><img src="https://img.shields.io/badge/-Gmail-%23333?style=for-the-badge&logo=gmail&logoColor=white"></a>
54+
<a href="https://www.alura.com.br/indica-dev/jpnunesandrade26" target="_blank"><img src="https://img.shields.io/badge/Alura-0077B5?style=for-the-badge&logo=alura&logoColor=white"></a>
55+
</div>

0 commit comments

Comments
 (0)