practical-digital-product-design-bengali

A comprehensive Bengali-language course on practical digital product design covering craft, system thinking, and professional workflows

Skill file

Preview skill file
---
name: practical-digital-product-design-bengali
description: A comprehensive Bengali-language course on practical digital product design covering craft, system thinking, and professional workflows
triggers:
  - how do I learn digital product design in Bengali
  - access the Practical Digital Product Design course materials
  - what does Sashoto Seeam's design course cover
  - help me with Bengali UI/UX design learning resources
  - show me practical product design exercises
  - guide me through the digital design course structure
  - where are the design course assignments and videos
  - navigate the Bengali design training materials
---

# Practical Digital Product Design (Bengali)

> Skill by [ara.so](https://ara.so) — Design Skills collection.

This is a free Bengali-language course on practical digital product design by Sashoto Seeam, covering professional skills like craft, taste, system thinking, shipping mentality, ownership, and navigating ambiguity. The course consists of video lectures, slide decks, assignments, and practical exercises aimed at mid-level designers looking to advance their careers.

## What This Course Provides

The course materials include:
- Video lecture recordings (hosted on Google Drive)
- Slide presentations with theory and references
- Practical assignments and exercises
- Reading lists and supplementary resources
- Real-world problem-solving frameworks

**Target Audience:** Mid-level designers with existing experience who can commit 8-10 hours per week to practice.

**Not For:** Complete beginners, those seeking certificates, or users looking for tool-specific tutorials.

## Course Structure

The course is self-paced and organized into sequential classes. Each class typically contains:

1. **Video Recording** - 3-4 hour lecture covering theory and demonstrations
2. **Slide Deck** - Detailed presentation with concepts, examples, and references
3. **Assignment** - Practical exercise (7-8 hours estimated completion time)
4. **Additional Resources** - Articles, videos, and case studies

## Accessing Course Materials

All materials are hosted in the GitHub repository structure:

```
Practical-Digital-Product-Design-2025-Free/
├── Class-01/
│   ├── video-link.txt
│   ├── slides.pdf
│   └── assignment.md
├── Class-02/
│   ├── video-link.txt
│   ├── slides.pdf
│   └── assignment.md
└── ...
```

### Navigating the Repository

```bash
# Clone the repository
git clone https://github.com/seeam/Practical-Digital-Product-Design-2025-Free.git

# Navigate to course directory
cd Practical-Digital-Product-Design-2025-Free

# List all available classes
ls -la

# View specific class materials
cd Class-01
cat video-link.txt  # Contains Google Drive link to video
open slides.pdf     # View presentation
cat assignment.md   # Read assignment instructions
```

## Key Course Topics

Based on the course description, key focus areas include:

### 1. **Craft & Taste**
- Developing visual and interaction design quality
- Understanding design excellence and attention to detail
- Building aesthetic judgment

### 2. **System Thinking**
- Designing for scalability and consistency
- Creating design systems
- Understanding product architecture

### 3. **Shipping Mentality**
- Moving from perfection to iteration
- Understanding constraints and trade-offs
- Delivering real-world solutions

### 4. **Ownership & Ambiguity**
- Taking full responsibility for design outcomes
- Working with unclear requirements
- Making informed decisions with incomplete information

## Learning Workflow

### Recommended Study Pattern

```markdown
## Week Structure

### Days 1-2: Video Consumption (3-4 hours)
1. Watch lecture recording without skipping
2. Take detailed notes on key concepts
3. Pause to understand complex topics
4. Review slide deck alongside video

### Days 3-5: Assignment Work (7-8 hours)
1. Read assignment brief thoroughly
2. Research and gather inspiration
3. Create initial concepts/sketches
4. Execute the design work
5. Self-review and iterate

### Day 6: Extra Practice (1-2 hours)
1. Read recommended articles
2. Watch supplementary videos
3. Apply concepts to personal projects

### Day 7: Review & Reflection
1. Self-critique your assignment
2. Compare with course examples
3. Note areas for improvement
4. Prepare for next class
```

## Working with Assignments

### Assignment Structure

Each assignment typically follows this format:

```markdown
# Assignment: [Topic Name]

## Objective
What you will learn and achieve

## Context
Background information and constraints

## Task
Specific deliverables required

## Criteria
What makes a successful submission

## Resources
Reference materials and inspiration

## Submission Format
Expected output format and presentation
```

### Self-Review Framework

Since there's no instructor feedback for the free version, use this framework:

```markdown
## Assignment Self-Review Checklist

### Process
- [ ] Did I follow the brief requirements?
- [ ] Did I explore multiple solutions before choosing one?
- [ ] Did I reference the learning materials?
- [ ] Did I spend adequate time (7-8 hours)?

### Output Quality
- [ ] Is the craft level high?
- [ ] Does it demonstrate system thinking?
- [ ] Is it realistic and shippable?
- [ ] Have I documented my decisions?

### Learning
- [ ] What did I learn from this assignment?
- [ ] What would I do differently next time?
- [ ] How can I apply this to real projects?

### Next Steps
- [ ] Share with design community for feedback
- [ ] Add to portfolio with case study
- [ ] Apply concepts to current work
```

## Getting Feedback

Since the free course doesn't include instructor feedback, leverage these alternatives:

### Bengali Design Communities

```markdown
## Places to Share Work

1. **LinkedIn** - Tag @sashoto and use hashtags
   - #BengaliDesigners
   - #UIUXBangladesh
   - #ProductDesignBD

2. **Design Communities**
   - Behance Bangladesh
   - Dribbble (global community)
   - Designer Hangout (Slack)

3. **Facebook Groups**
   - Search for "UI UX Bangladesh" groups
   - "Product Designers Bangladesh"
   - "Tech Community Bangladesh"

4. **Discord Servers**
   - Join design-focused servers
   - Create study groups with peers
```

### Peer Review Setup

```markdown
## Finding Study Partners

1. Create a README in your fork:

```markdown
# My Design Learning Journey

I'm working through Sashoto Seeam's Practical Digital Product Design course.

**Current Progress:** Class [X] / [Total]
**Looking for:** Study partners for peer review
**Availability:** [Your schedule]
**Contact:** [Your LinkedIn/Email]

## My Assignments
- [Class 01](./my-work/class-01/) - Completed [Date]
- [Class 02](./my-work/class-02/) - In Progress
```

2. Share on social media to find peers
3. Set up weekly review sessions
4. Exchange work and critique
```

## Troubleshooting

### Video Access Issues

```bash
# If Google Drive videos won't load:

# Option 1: Try different browser
# - Google Chrome (recommended)
# - Firefox
# - Safari

# Option 2: Check internet connection
ping -c 5 drive.google.com

# Option 3: Download for offline viewing
# Right-click video > Download
# Or use browser extension for batch download

# Option 4: Request access
# Some videos may require permission
# Check if you're logged into Google account
```

### Missing Resources

```markdown
## If links are broken:

1. **Check Repository Issues**
   - Visit: https://github.com/seeam/Practical-Digital-Product-Design-2025-Free/issues
   - Search for similar problems
   - Create new issue if not found

2. **Use Archive.org**
   - Paste broken URL into https://web.archive.org
   - May have cached version

3. **Find Alternatives**
   - Google the article title
   - Search YouTube for similar videos
   - Ask community for alternative resources

4. **Note and Continue**
   - Don't let one missing resource stop progress
   - Come back to it later
   - Focus on available materials
```

## Applying Course Concepts

### Integrating with Real Projects

```markdown
## Workflow Integration

### Before Starting Any Design:
1. Review relevant course concepts
2. Apply system thinking framework
3. Consider craft and quality criteria
4. Plan for shipping and iteration

### During Design Work:
1. Reference slide decks for best practices
2. Apply assignment learnings
3. Self-critique using course standards
4. Document design decisions

### After Completion:
1. Compare against course examples
2. Identify areas for improvement
3. Create case study using course structure
4. Share with community for feedback
```

### Portfolio Development

```markdown
## Using Course Work in Portfolio

### Case Study Structure (Based on Course):

1. **Context & Challenge**
   - What was the assignment/problem?
   - What constraints existed?
   - What was the goal?

2. **Process**
   - Research and inspiration
   - Ideation and sketches
   - Design decisions and rationale
   - Iterations and refinements

3. **Solution**
   - Final designs
   - Key features and innovations
   - System thinking applied
   - Craft details

4. **Learnings & Impact**
   - What did you learn?
   - How did this improve your skills?
   - How would you apply this knowledge?

5. **Self-Reflection**
   - What worked well?
   - What would you do differently?
   - Next steps for improvement
```

## Course Progression Strategy

### Optimal Learning Path

```markdown
## Phase 1: Foundation (Weeks 1-4)
- Complete first 4 classes in sequence
- Don't skip assignments
- Build note-taking habit
- Start gathering peer feedback

## Phase 2: Skill Building (Weeks 5-12)
- Maintain 2-3 classes per week pace
- Apply concepts to real projects
- Share work publicly for feedback
- Build portfolio case studies

## Phase 3: Mastery (Weeks 13-20)
- Complete remaining classes
- Deep practice on weak areas
- Create comprehensive portfolio
- Contribute to community

## Phase 4: Application (Ongoing)
- Apply all learnings to work
- Mentor other learners
- Share your journey
- Consider paid course if available
```

## Additional Resources

### Supplementary Learning

```markdown
## While Working Through Course:

### Design Tools
- Figma (primary tool assumed)
- FigJam for brainstorming
- Notion for documentation

### Reading Lists
- Nielsen Norman Group articles
- Laws of UX
- Refactoring UI
- Design Systems content

### Video Resources
- YouTube design channels
- Conference talks (Config, MAX)
- Product design case studies

### Communities
- Designer Hangout
- ADPList for mentorship
- Local design meetups
```

## Notes for AI Coding Agents

When helping users with this course:

1. **Respect the Bengali language context** - Many users may be Bangladeshi designers; be mindful of cultural context
2. **Emphasize self-paced learning** - There's no instructor, so encourage disciplined self-study
3. **Don't promise feedback** - Clarify that the free version has no instructor feedback
4. **Encourage community engagement** - Help users find peer review opportunities
5. **Focus on practical application** - Guide users to apply concepts to real projects
6. **Support portfolio development** - Help translate course work into portfolio pieces
7. **Maintain realistic expectations** - This requires 8-10 hours/week commitment and existing design experience

## Getting Updates

```bash
# To get latest course updates:

# Add upstream remote
git remote add upstream https://github.com/seeam/Practical-Digital-Product-Design-2025-Free.git

# Fetch latest changes
git fetch upstream

# Merge updates
git merge upstream/main

# Check for new classes or materials
git log --oneline --graph
```

## Contact & Further Information

- **Instructor LinkedIn:** https://www.linkedin.com/in/sashoto/
- **Future Paid Batches:** https://forms.gle/dqaJ1CmQbMwQMieD7
- **Repository:** https://github.com/seeam/Practical-Digital-Product-Design-2025-Free

---

**Remember:** This is a self-paced course requiring significant commitment. Success depends on completing assignments, not just watching videos. Focus on practical application and building a community for peer feedback.

Source

Creator's repository · aradotso/design-skills

View on GitHub

Security

Security checks in progress
Results will appear here once audits complete
Checked by 3 independent security firms
Does it try to trick the AI?Not yet checkedPending · Gen Agent Trust Hub
Does it sneak in hidden code?Not yet checkedPending · Socket
Does it have known bugs?Not yet checkedPending · Snyk