-
-
Notifications
You must be signed in to change notification settings - Fork 47
🚀 samdev-pulse v2.0 #198
SamXop123
announced in
Announcements
🚀 samdev-pulse v2.0
#198
✨ The Multi Platform & Visual Fusion Release
We are excited to announce the release of samdev-pulse v2.0.0! Since the release of v1.5.0, the project has undergone substantial growth with 224 commits, introducing robust multi-platform capabilities, enhanced design options, optimized performance, and solid security features.
📊 Release Statistics
- Total Commits: 224
- Files Touched: 89 files
- Line Modifications:
- With lockfiles & snapshots: 28,884 insertions (+), 1,170 deletions (-)
- Core Codebase (excluding lockfiles & snapshots): 12,026 insertions (+), 758 deletions (-)
⭐ Key Features Added
1. 🏆 Multi-Platform Competitive Programming Integration
- Codeforces Integration: Render real-time Codeforces stats directly in your profile dashboard, showing current rating, current rank, and solved problem counts (via user status lookup).
- CodeChef Integration: Displays current rating, star ratings, global rank, and calculated division layout directly in a dedicated competitive programming section.
- Adaptive CP Cards Section: Automatically restructures and sizes platform cards based on which parameters are provided, preventing clutter and keeping layouts clean.
2. 🎨 Theme Exploration & Gallery UI
- Searchable & Filterable Theme Gallery: Filter themes by category chips and search by theme name with autocomplete suggestions.
- Clickable Theme Cards: Selecting themes from the gallery scrolls directly to the live preview and updates setup configs instantly.
- Theme Comparison Page: Compare different themes side-by-side on a dedicated comparison dashboard layout at
/theme-comparison.html. - Theme Preview Gallery: A visual preview showcase gallery displaying dashboard samples on the landing page.
🖌️ 3. Themes & Customizations
- 20+ New Dashboard Themes: Added Cobalt2, One Dark, GitHub Light, AI/ML, Android Studio, Ember Glow, Forest Night, Game Dev, Material, Midnight Neon, Monokai, Nord, Oceanic Next, One Dark Pro, Pastel Dream, Synthwave '84, Tokyo Night, Web Dev, Xcode, and more.
- Developer Persona Themes: Handcrafted profile themes tailored for specific engineering domains (e.g., AI/ML, Game Dev, Web Dev).
- Dynamic Custom Themes: Support for defining your own custom themes on-the-fly using query parameters directly in the URL.
- Light/Dark Mode: A modern toggle for switching the landing page between light and dark visual aesthetics.
🛠️ 4. Customization & Interactive Tools
- Trophy Customizability: Added the
hide_trophiesquery parameter to allow hiding individual trophies in both the backend and frontend generator UI, as well as a new Pull Request reviews trophy. - Reset Form Functionality: Added a dedicated button to instantly clear/reset user configuration inputs in the generator.
- Quick Start Copy Buttons: One-click copy buttons in the integration guide to copy Markdown snippets.
- Download PNG & SVG Buttons: Dedicated download buttons to save generated SVGs or convert and download them to PNG files.
- Semantic SVG Accessibility (A11y): Built-in screen reader support, descriptions, roles, and accessible labels for all generated dashboard SVGs.
- Graceful Failures with Error SVGs: Returns clean, styled Error SVG cards when external APIs fail rather than failing the request or returning empty pages.
📱 5. UI/UX & Responsive Layouts
- Responsive Mobile Navbar: Smooth hamburger menu for small screen devices.
- Mobile Optimizations: Cap avatar sizes, wrap code blocks with horizontal overflow, and remove hardcoded table widths to ensure the README generator is 100% responsive.
- Interactive Enhancements: Animated underline transitions on navbar links and smooth scroll-to-top buttons.
- Visual Indicators: Live loading spinner indicates preview generation states.
⚡ 6. Performance & Security Hardening
- Size-Limited LRU Cache: Replaced standard cache implementation with a strict LRU eviction cache to completely eliminate memory leak risks.
- Fetch Timeouts: Implemented a hard 8-second fetch timeout for Codeforces, CodeChef, GitHub, and LeetCode API requests to prevent server hang-ups.
- MongoDB Connection Breaker: Integrated a circuit breaker on MongoDB logger connection logic to prevent repeating 10s connection timeouts from blocking request execution.
- Content Security Policy (CSP): Fully implemented CSP headers and input hardening on endpoints.
- Query Validation & Normalization: Centralized input sanitization and strict validation regex rules to defend against injection and ReDoS vulnerabilities.
- Anonymization: Masks the last octet of user IP addresses before writing logs to MongoDB.
🧪 Developer Experience & Testing
- Unified Test Framework: Converted all existing tests to Jest, providing a unified test running suite (
npm run check). - API & SVG Render Unit Tests: Added coverage for external API service modules (GitHub, LeetCode, Codeforces, CodeChef) and SVG render templates.
- Visual Regression Snapshots: Integrated Jest visual regression snapshots to keep SVG structures consistent and prevent unintended visual layout shifts.
- Lightweight CI Check Pipeline: Configured linting, formatting check, unit tests, coverage, and issue auto-labelers as automated GitHub Actions.
📷 Screenshots:
SamXop123-samdev-pulse Screenshot_16 image Screenshot_19 Screenshot_20Our Contributors ❤️
- @rohn5783 made their first contribution in Add hide_trophies query parameter for compact dashboard layout #7
- @Culasian made their first contribution in Update README.md #16
- @virajkvk18 made their first contribution in fix: add username sanitization and validation before GitHub API call #18
- @anujsharma8d made their first contribution in feat: add navbar with smooth section navigation #21
- @sanzzzz-g made their first contribution in feat(cp): Add Codeforces and CodeChef stats integration #20
- @NileshRaut2601 made their first contribution in Add hover effect to main nav bar #25
- @aryankalra404 made their first contribution in feat: add responsive hamburger menu for mobile navbar #31
- @abcdeep16 made their first contribution in add multiple dashboard themes and live preview support new dashboard themes add #40
- @Mahi-19-design made their first contribution in fix: resolve horizontal scrollbar overlap on Quick Start Guide cards #43
- @Sharanyaaa08 made their first contribution in Fixed fallback handling for invalid LeetCode usernames #44
- @pravartiCodes made their first contribution in Create CONTRIBUTING.md #46
- @Rakshita006 made their first contribution in fix: remove empty textLength and lengthAdjust SVG attributes #47
- @uv05709 made their first contribution in Add centralized SVG sanitization utility #54
- @vib3withsimran made their first contribution in Enhancement: return graceful error SVG when GitHub API fails #53
- @Sonalgupta2005 made their first contribution in Feature: Implemented quick start guide copy buttons #57
- @gunjankushwaha17 made their first contribution in feat: add searchable and filterable theme gallery with category chips and show more #70
- @rishab11250 made their first contribution in fix: deduplicate Codeforces rank map into shared constants file #76
- @Puneet04-tech made their first contribution in Fix memory leak: Implement size-limited LRU cache (issue #74) #77
- @Sayan-das-001 made their first contribution in feat: add smooth scroll-to-top button (#72) #81
- @vraj826 made their first contribution in Refactor query parsing into centralized normalization layer #89
- @akshatsinghai6682-sketch made their first contribution in Add animated underline effects to navbar links #109
- @vd77-1 made their first contribution in Leetcode rating ranking bug resolved #135
- @anshul23102 made their first contribution in fix(server): require ADMIN_API_KEY Bearer token on GET /api/cache/stats #136
- @Akshu121796 made their first contribution in fix: prevent rendering fallback profile when username is missing #143
- @durdana3105 made their first contribution in docs: add comprehensive troubleshooting guide for setup, API, and deployment issues #149
- @lakshiii08 made their first contribution in fix: improve SVG accessibility and screen reader support #147
- @bhavyanjain3004 made their first contribution in fix(ui): refine desktop scaling and padding to resolve issue #159
- @Mansi0905 made their first contribution in Feat/add cobalt2 one dark GitHub light themes #164
- @vaishnavikhatri3 made their first contribution in feat: add theme comparison page with dashboard previews #175
- @JaivPatel07 made their first contribution in Add autocomplete suggestions to theme gallery search #182
- @Rohan-R07 made their first contribution in feat: add domain themes and developer persona dashboard #190
- @ananyasinha-1 made their first contribution in [doc]: Contributor Covenant Code of Conduct added #195
Full Changelog: v1.5...v2.0
Thank you so much to everyone who made "samdev-pulse" v2.0 possible! ❤️
This discussion was created from the release 🚀 samdev-pulse v2.0.
All reactions
-
❤️ 5 -
🚀 1
Replies: 3 comments 3 replies
appreciate it
All reactions
-
❤️ 1
1 reply
Thank you for adding new themes to samdev-pulse! 🙂
All reactions
congrats for v2.0
thanks for mentioning and merging my pr ❤️
All reactions
1 reply
you are welcome! 🙂🎉
All reactions
-
❤️ 1
@SamXop123 ,Congratulations for v2.0!!
Thank you for mentioning and merging my pr!
All reactions
1 reply
thanks for contributing 🥳
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment