Best of UI/UXSeptember 2024

  1. 1
    Article
    Avatar of asayerasayer·2y

    6 Tips: Why Front-End Developers should be Entrepreneurs

    An entrepreneurial mindset significantly enhances front-end developers' impact and career success. It facilitates a user-centered approach, innovation, and creativity, aligning their work with broader company goals. Key benefits include leveraging unique technical skills, gaining creative freedom, achieving financial independence, building a personal brand, and driving innovation. While this approach offers extensive growth potential and market differentiation, common challenges include balancing technical and business skills, financial management, market competition, and maintaining a healthy work-life balance.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Design Engineering 101

    Design engineering in tech is a fusion of visual design and software development, distinct from its traditional industrial and mechanical roots. The role demands extensive skills in both fields, as design engineers handle tasks from marketing websites to product polish and R&D prototypes. With few dedicated educational resources, aspiring design engineers typically dual-class by learning design and engineering separately. Future resources are expected to emerge, making the discipline more accessible.

  3. 3
    Article
    Avatar of asayerasayer·2y

    Style your Toast Messages with React Toastify

    Enhance user experience by implementing toast notifications in your React application using React-Toastify. This guide covers how to install and set up the package, various types of notifications, positioning, themes, transitions, and custom styling. Learn different customization options and explore additional features to create an improved UI on your website.

  4. 4
    Article
    Avatar of watercoolerWatercooler·2y

    Is it the same in your country? 😭

  5. 5
    Article
    Avatar of codewithandreaCode with Andrea·2y

    How to Ask for In-App Reviews in Your Flutter App

    In-app reviews are crucial for app success, impacting user feedback and app store performance. This high-level guide explains using the in_app_review package in a Flutter app to prompt users at the optimal time for reviews. Key highlights include installation, timing for prompts, handling logic with analytics, and leveraging data-driven decisions to increase positive reviews. The guide also explores integrating with Riverpod for state management and utilizing Shared Preferences for tracking review requests.

  6. 6
    Article
    Avatar of ishadeedAhmad Shadeed·2y

    Redesign Case Study

    The author discusses the redesign of their personal website, detailing the reasons behind the redesign, the process, and specific highlights. The new design aims to better represent the author's identity as a designer and developer, add a personal touch, and promote their professional work. Key elements discussed include the home page, hero section with unique hats illustrations, improved header navigation, scroll-driven animations, and the About page with personalized sections like a coffee corner. Technical insights on implementing CSS and React-based features were also shared.

  7. 7
    Article
    Avatar of logrocketLogRocket·2y

    Mastering Lottie animations for React Native apps

    LottieFiles offers a unified platform where designers can create animations using a visual interface and developers can seamlessly integrate them into React Native apps. The platform includes three main parts: the Lottie Creator for designing, export formats (JSON and dotLottie), and client libraries for rendering animations. The guide demonstrates using LottieFiles to create a splash screen animation in a React Native app, covering installation, setup, and code implementation for both Android and iOS platforms.

  8. 8
    Article
    Avatar of codropsCodrops·2y

    UI Interactions & Animations Roundup #46

    The post showcases various creative projects, including landing pages for financial courses, foodtech visuals, logo reveals, breathing techniques app designs, e-commerce websites, and corporate site redesigns. Several contributions highlight advanced animations, 3D models, and unique typography layouts.

  9. 9
    Article
    Avatar of weeklyvuenewsWeekly Vue News·2y

    Weekly Vue News #165 - Delay Loading Appearance of Spinner

    The post offers insights on how to delay the loading appearance of a spinner in Vue applications, enhancing user experience by optimizing when spinners appear during loading processes.