shouvik sarkarsarkarshouvik.hashnode.dev·11 hours agoHow to create forms in HTML: A beginner’s guide.Forms are an integral part of websites, enabling users to interact with applications in countless ways—whether signing up, logging in, submitting feedback, or making purchases. While crafting a basic HTML form is straightforward, designing one that f...ChaiCode
Neel Patelblog.neelbuilds.com·14 hours agoTempo LabsTempo Labs is an AI-powered design and development tool that aims to revolutionize the process of creating React applications. Here's a comprehensive overview of Tempo Labs: Core Concept Tempo Labs is a visual editor for React that combines AI capa...tempolabs
Omotayo Olutekunbiomotayoo.hashnode.dev·Jan 24, 2025Case Study: Introvibe – Where Introverts and Neighbors ConnectBackground Forming meaningful connections can be challenging in bustling urban environments, particularly for introverts. Traditional social platforms often cater to extroverted interactions, leaving introverts and residents underserved. Additionally...10 likesUX
Alex Kyaloalexkyalo.hashnode.dev·Jan 23, 2025Why Wireframing is the Backbone of UI/UX DesignIn the world of UI/UX design, wireframing is a foundational step that shapes the entire user experience. Think of it as the blueprint for a building; without it, creating a functional and visually appealing design becomes nearly impossible. Wireframi...1 likeUi/Ux Design
Ender Wigginsjinno.hashnode.dev·Jan 21, 2025Developing Components in Isolation: The Pros, Cons, and a Game-Changer ToolIn modern front-end development, isolating components and pages has become a popular approach. It allows developers to focus on small, self-contained parts of an application, promising increased efficiency and reusability. But isolation is not always...3 likesReact
Lollypop Design Studiocomplex-workflows-with-user-centric-design.hashnode.dev·Jan 21, 2025The Impact of User Experience (UX) Design on Business Growth: Strategies for SuccessIn today’s fast-evolving digital landscape, user experience (UX) design plays a pivotal role in shaping how customers interact with businesses online. A seamless and intuitive user experience can mean the difference between a one-time visitor and a l...UI
Ayush Sharmaiayushcodes.hashnode.dev·Jan 20, 2025Anatomy Of CSS 🧬Hello learners! Nobody loves those old & boring websites. Gone are the days where you would look into a website having only HTML! You love your favourite websites because of the User Interface that it showcases. You love those animations, colour grad...15 likes·65 readsChaiCode
Vedant Gargandroidguide.hashnode.dev·Jan 20, 2025How to Effectively Manage Data and Bind UI in Android ApplicationsView Binding in Android View binding is a feature that makes it easier to interact with views. generates a binding class for each XML layout present in the module, activity_main.xml to ActivityMainBinding instance of a binding class contains a dire...AndroidAndroid
Manu Gblog.dysperse.com·Jan 20, 2025Like your everyday browser, but for productivityImagine having a browser-like experience that isn't just for the web but for your life. That’s the concept behind Dysperse—a productivity tool designed with the familiar usability of your everyday browser, but reimagined for managing your tasks, plan...Productivity
Vedant Gargandroidguide.hashnode.dev·Jan 20, 2025Step-by-Step Android Fragments Guide for Dynamic UI DesignIntroduction A fragment is a small reusable piece of activity that is hosted by an activity. However, they are different from normal activities & have their own lifecycle, and manage their own layout. We can combine multiple fragments in a single act...AndroidAndroid