๐ Just launched Svgcon
A curated collection of 180+ SVG icons & logos.
Search, copy SVG code, and download instantly.
site : https://t.co/2PsdCYIJvH
#opensource#webdev#svg#buildinpublic
@bhoomi404 I've DM'ed my portfolio and relevant projects. Please check them out.
I have experience building responsive UIs with Next.js and enjoy converting designs into clean, modern, and pixel-perfect frontend implementations.
๐๐ข๐ฅ๐ฆ ๐ข ๐ด๐ฎ๐ข๐ญ๐ญ ๐ค๐ฐ๐ฏ๐ต๐ณ๐ช๐ฃ๐ถ๐ต๐ช๐ฐ๐ฏ ๐ต๐ฐ @syncuidesignโจ
Fixed a minor UI issue by adding a rounded corner to the Preview tab hover state for better visual consistency.
#opensource#webdev#react#buildinpublic
Contributed a small fix to @better_auth โจ
A code snippet was getting clipped on smaller screens, hiding part of the content.
Added horizontal scrolling so the full snippet stays accessible.
#opensource#betterauth#typescript#buildinpublic
Made a small contribution to json4u by @1oggerhead ๐
Improved the footer behaviour and responsiveness across different screen sizes, and updated the copyright year to be generated dynamically.
#opensource#react#json4u#frontend#tech
Another open-source contribution to Material UI (@MUI_hq) ๐
Fixed a regression in the homepage templates carousel by restoring the original hover effect and refining the implementation through maintainer feedback.
#OpenSource#MUI#ReactJS#Frontend#BuildInPublic
Opened a PR to @primereact โจ๐
Fixed a UI issue where DataTable row selection checkboxes on the landing page weren't showing their checked state correctly.
#opensource#reactjs#frontend#github
Fixed a dark mode rendering issue in @MUI_hq homepage Material theme demos ๐
Updated the theme configuration to ensure components render correctly in dark mode.
#opensource#mui#reactjs
Completed the next phase of my System Design learning.
This time I explored:
โข Document Editor LLD
โข Strategy Pattern
โข Factory Patterns
โข Singleton Pattern
Starting to see how design patterns help build flexible and maintainable software systems.
#SystemDesign#LLD
Started exploring System Design by focusing on fundamentals first:
LLD, OOP, UML, SOLID
Understanding how systems are built internally โ classes, relationships, and structure โ before thinking about scale.
#SystemDesign#OOP