Skip to content

Commit da50e3c

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 081cd5d + 9b711a4 commit da50e3c

File tree

979 files changed

+84492
-322
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

979 files changed

+84492
-322
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ web-ui/.env
66
*.env.local
77
*.env.production
88
*/.DS_Store
9+
.cursor/

.railwayignore

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Railway ignore file - exclude unnecessary files from deployment
2+
3+
# Development files
4+
.env
5+
.env.local
6+
.env.example
7+
env.example
8+
9+
# Documentation (keep essential ones)
10+
docs/
11+
images/
12+
*.md
13+
!README.md
14+
!RAILWAY_DEPLOY.md
15+
16+
# Git and version control
17+
.git/
18+
.gitignore
19+
.gitattributes
20+
21+
# IDE and editor files
22+
.vscode/
23+
.idea/
24+
*.swp
25+
*.swo
26+
*~
27+
28+
# OS generated files
29+
.DS_Store
30+
.DS_Store?
31+
._*
32+
.Spotlight-V100
33+
.Trashes
34+
ehthumbs.db
35+
Thumbs.db
36+
37+
# Logs
38+
*.log
39+
logs/
40+
41+
# Temporary files
42+
tmp/
43+
temp/
44+
45+
# Test files (keep the test structure but exclude large test data)
46+
*_test.go
47+
test/
48+
tests/
49+
50+
# Build artifacts (will be rebuilt in Docker)
51+
bin/
52+
build/
53+
dist/
54+
55+
# Node modules (if any)
56+
node_modules/
57+
58+
# Coverage reports
59+
coverage.txt
60+
*.cover
61+
62+
# Backup files
63+
*.bak
64+
*.backup

README.md

Lines changed: 108 additions & 47 deletions
Large diffs are not rendered by default.

badges/0xarash.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"schemaVersion": 1,
3+
"label": "Go Interview Practice",
4+
"message": "\ud83c\udf31 Beginner (2/30)",
5+
"color": "97ca00",
6+
"style": "for-the-badge"
7+
}

badges/0xarash.svg

Lines changed: 57 additions & 0 deletions
Loading

badges/0xarash_badges.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## 🏆 Go Interview Practice Achievements
2+
3+
### 🎨 Beautiful Custom Badges
4+
*Click any badge to visit the Go Interview Practice repository!*
5+
6+
<!-- Full-size Card Badge - Clickable -->
7+
[![Go Interview Practice Achievement Card](https://raw.githubusercontent.com/RezaSi/go-interview-practice/main/badges/0xarash.svg)](https://github.com/RezaSi/go-interview-practice)
8+
9+
<!-- Compact Horizontal Badge - Clickable -->
10+
[![Go Interview Practice Compact](https://raw.githubusercontent.com/RezaSi/go-interview-practice/main/badges/0xarash_compact.svg)](https://github.com/RezaSi/go-interview-practice)
11+
12+
### 🔄 Dynamic Shields.io Badge
13+
<!-- Dynamic Badge (auto-updates) -->
14+
[![Go Interview Practice](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/RezaSi/go-interview-practice/main/badges/0xarash.json&style=for-the-badge&logo=go&logoColor=white)](https://github.com/RezaSi/go-interview-practice)
15+
16+
### 📊 Static Badges Collection
17+
[![Challenges Solved](https://img.shields.io/badge/Go_Challenges-2%2F30-brightgreen?style=for-the-badge&logo=go&logoColor=white)](https://github.com/RezaSi/go-interview-practice)
18+
[![Achievement Level](https://img.shields.io/badge/Level-🌱_Beginner-97ca00?style=for-the-badge&logo=trophy&logoColor=white)](https://github.com/RezaSi/go-interview-practice)
19+
[![Completion Rate](https://img.shields.io/badge/Completion-6.7%25-97ca00?style=for-the-badge&logo=checkmarx&logoColor=white)](https://github.com/RezaSi/go-interview-practice)
20+
21+
22+
### 🔗 Repository Link Badge
23+
[![Go Interview Practice Repository](https://img.shields.io/badge/View_Repository-Go_Interview_Practice-blue?style=for-the-badge&logo=github&logoColor=white)](https://github.com/RezaSi/go-interview-practice)
24+
25+
---
26+
27+
### 📈 Your Achievement Summary
28+
29+
**👤 Username:** @0xarash
30+
**🏅 Achievement Level:** 🌱 **Beginner Developer**
31+
**📊 Classic Challenges:** 2/30 (6.7% complete)
32+
**🔗 Repository:** [Go Interview Practice](https://github.com/RezaSi/go-interview-practice)

badges/0xarash_compact.svg

Lines changed: 42 additions & 0 deletions
Loading

badges/22-7-co.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"schemaVersion": 1,
3+
"label": "Go Interview Practice",
4+
"message": "\ud83c\udf31 Beginner (1/30)",
5+
"color": "97ca00",
6+
"style": "for-the-badge"
7+
}

badges/22-7-co.svg

Lines changed: 62 additions & 0 deletions
Loading

badges/22-7-co_badges.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## 🏆 Go Interview Practice Achievements
2+
3+
### 🎨 Beautiful Custom Badges
4+
*Click any badge to visit the Go Interview Practice repository!*
5+
6+
<!-- Full-size Card Badge - Clickable -->
7+
[![Go Interview Practice Achievement Card](https://raw.githubusercontent.com/RezaSi/go-interview-practice/main/badges/22-7-co.svg)](https://github.com/RezaSi/go-interview-practice)
8+
9+
<!-- Compact Horizontal Badge - Clickable -->
10+
[![Go Interview Practice Compact](https://raw.githubusercontent.com/RezaSi/go-interview-practice/main/badges/22-7-co_compact.svg)](https://github.com/RezaSi/go-interview-practice)
11+
12+
### 🔄 Dynamic Shields.io Badge
13+
<!-- Dynamic Badge (auto-updates) -->
14+
[![Go Interview Practice](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/RezaSi/go-interview-practice/main/badges/22-7-co.json&style=for-the-badge&logo=go&logoColor=white)](https://github.com/RezaSi/go-interview-practice)
15+
16+
### 📊 Static Badges Collection
17+
[![Challenges Solved](https://img.shields.io/badge/Go_Challenges-1%2F30-brightgreen?style=for-the-badge&logo=go&logoColor=white)](https://github.com/RezaSi/go-interview-practice)
18+
[![Achievement Level](https://img.shields.io/badge/Level-🌱_Beginner-97ca00?style=for-the-badge&logo=trophy&logoColor=white)](https://github.com/RezaSi/go-interview-practice)
19+
[![Completion Rate](https://img.shields.io/badge/Completion-3.3%25-97ca00?style=for-the-badge&logo=checkmarx&logoColor=white)](https://github.com/RezaSi/go-interview-practice)
20+
[![Package Challenges](https://img.shields.io/badge/Package_Challenges-5_across_2_packages-purple?style=for-the-badge&logo=package&logoColor=white)](https://github.com/RezaSi/go-interview-practice)
21+
22+
### 🔗 Repository Link Badge
23+
[![Go Interview Practice Repository](https://img.shields.io/badge/View_Repository-Go_Interview_Practice-blue?style=for-the-badge&logo=github&logoColor=white)](https://github.com/RezaSi/go-interview-practice)
24+
25+
---
26+
27+
### 📈 Your Achievement Summary
28+
29+
**👤 Username:** @22-7-co
30+
**🏅 Achievement Level:** 🌱 **Beginner Developer**
31+
**📊 Classic Challenges:** 1/30 (3.3% complete)
32+
**🔗 Repository:** [Go Interview Practice](https://github.com/RezaSi/go-interview-practice)
33+
**Package Challenges:** 5 across 2 packages

0 commit comments

Comments
 (0)