Nguyễn Mậu Minhmew.hashnode.dev·Jan 13, 2025React UI Component Libraries in 2025As we start 2025, React continues to be a popular choice in frontend development. The ecosystem of React UI component libraries has evolved significantly, offering developers tools to build modern, efficient, and accessible user interfaces. Let's exp...React
Sai Siddhish Chandra Sekaranblog.saisiddhish.me·Jan 8, 2025MACH Architecture: The Future of Scalable and Flexible SystemsMACH architecture, which stands for Microservices, API-first, Cloud-native, and Headless, is revolutionizing the design and implementation of digital experiences. By embracing modularity and flexibility, MACH empowers organizations to adapt to changi...37 readsMach
GAJULA VAISHNAVIvaishnavidevdiary.hashnode.dev·Jan 3, 2025Everything You Need to Know About Spring CoreContainer It is a program/App that manages the life cycle of the given component. Why We need the containers? Web Applications /Dynamic Applications are network/internet based they have lots of simultaneous requests from lots end users , so to receiv...spring bean
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 22, 2024Understanding Prometheus : Architecture, Features, Components, Database, and Data RetentionPrometheus is an open-source system designed for monitoring and alerting. It collects and stores metrics as time series data, providing a powerful platform to keep track of how your services are performing. In this article, we’ll break down Prometheu...2 likesDevops
Aniket Acharyadevutter.hashnode.dev·Dec 13, 2024Exploring Scaffold and WidgetsHere’s a quick rundown of what I implemented: AppBar: Added a title with custom styling (font size, colors, and alignment). Body: Positioned styled text ("ANIKET BODY") in the center using the Center widget, adding custom fonts and letter spacing. ...1 likeFlutter
Chandan kumardeveloperchandan.hashnode.dev·Dec 11, 2024Mastering Angular: Top 10 Topics for Building Scalable Web ApplicationsDiscover the essential Angular topics every developer must know, including components, modules, routing, forms, RxJS, and more. Learn with detailed explanations and diagrams to build scalable and dynamic web applications. 1. Angular Architecture Key ...Angular
Apoorva VforBuilder.iobuilderio.hashnode.dev·Dec 9, 2024Figma Components: Supercharge Your Design SystemUpdating the same UI components across hundreds of screens is a pain. But there's a better way - Figma components make updating design elements as easy as changing one master copy. Let's dig into how components work and how to use them effectively. W...figma
Stephen J. Luledger.stephenjlu.com·Dec 5, 2024How I made a basic menu bar with React and StorybookIn this article, I detail my experience transitioning my personal website's menu from HTML/CSS to a React component-based UI using Storybook. I describe my design goals, including maintaining a similar style, adding animations, and managing active st...85 readsReact
오예준oagree.hashnode.dev·Nov 27, 2024수정에 대응하는 컴포넌트대부분의 개발자들은 이미지와 같은 경우를 경험해 본 적이 있을 거라 생각한다. 웹 개발을 하다 보면 예 수정사항이 생기기 마련이다. 텍스트 추가나 색상 수정 같은 간단한 요구사항들은 생각보다 자주 일어나기도 한다.(우리 회사만 그럴지도..) 코드를 수정하려고 보면, 너무 사소한 수정조차 어려운 경우가 있다. 사용하고 견고하게 만들었다고 생각한 컴포넌트가 오히려 수정을 불가능하게 만들어 버린다. 단순히 빨간 텍스트를 추가하는 것 뿐인데도 말이다....React
shohanur rahmanshohan777.hashnode.dev·Nov 23, 2024Bug in react? Component mounting and unmounting but does not update state.I am working on search feature of a sidebar menu of a dashboard. The sidebar was okay (till now). I was assigned a task to add a search feature to the sidebar menu and that's where I have fallen upon this problem. Even if I the components are mountin...28 readsReact