cepoumian
@cepoumianAll solutions
DevJobs App
#react#vite#vitest#sass/scssPSubmitted 3 months agoOptimizing React Query implementation: I'd appreciate guidance on implementing more advanced patterns like optimistic updates and infinite scrolling for the job listings.
Accessibility improvements: I want to ensure the application is fully accessible but could use help with proper ARIA attributes and keyboard navigation, especially for the filter components.
Performance optimization: While the application performs well for the current dataset, I'd like advice on how to handle larger datasets efficiently, particularly with filtering operations.
Testing strategy: I need guidance on setting up a comprehensive testing approach, especially for components that rely on React Query and TanStack Router.
Filter UX enhancement: I'd like feedback on improving the filter interaction and potentially implementing saved filters or search history functionality.
Personal Blog
#astro#sass/scssPSubmitted 5 months agoPerformance Optimization for Astro SSR: While the project is mostly static, some elements like blog pagination could benefit from better SSR strategies instead of being handled entirely on the client.
More Efficient Category Filtering & Pagination Handling: Right now, category filtering and pagination rely on client-side JavaScript updates. A more efficient state management approach might be beneficial to avoid redundant fetch requests.
Potential Improvements in Accessibility & SEO: While I followed semantic HTML and ARIA best practices, I’d appreciate a review of how accessible the site is, especially for keyboard navigation and screen readers.
Body Mass Index calculator
#web-components#sass/scssPSubmitted 5 months ago-
Improving input validation: Would love feedback on better ways to validate height and weight inputs (e.g., handling extreme values gracefully).
-
Optimizing the component structure: Open to suggestions on making the BMI calculator more reusable in other projects.
-
Adding unit tests: Since there's only one standalone web component, is there an efficient way to test it without a full JS framework?
-
Newsletter Signup Form
#web-componentsPSubmitted 6 months agoWhile the project is well-structured, I’d like feedback on:
Accessibility: Are there improvements I can make to ensure the form and interactive elements are more accessible? Error handling: Right now, form validation only checks for a valid email format. Should I implement additional validation, such as checking for disposable email addresses? Performance optimizations: The event-driven approach is working well, but is there a more efficient way to handle component updates?