Latest Blog Posts

    Explore our collection of articles about web development, design, and technology.

    Theming the MealTime App: A Foundation for a Cohesive UI
    December 9, 2024

    Theming the MealTime App: A Foundation for a Cohesive UI

    When starting a new Flutter project, one of the most crucial steps is defining the theme. A well-thought-out theme lays the foundation for a consistent, scalable, and visually appealing user interface. For my app, MealTime, I began by setting up the theme system, which includes spacing, color palettes, and typography. This article dives into the technical setup and the reasoning behind the decisions, showcasing how these foundational elements set the stage for the rest of the app.

    Read more
    Theming the MealTime App: A Foundation for a Cohesive UI
    December 9, 2024

    Theming the MealTime App: A Foundation for a Cohesive UI

    When starting a new Flutter project, one of the most crucial steps is defining the theme. A well-thought-out theme lays the foundation for a consistent, scalable, and visually appealing user interface. For my app, MealTime, I began by setting up the theme system, which includes spacing, color palettes, and typography.

    Read more
    Content federation: The next stage of composability
    May 18, 2023

    Content federation: The next stage of composability

    Content federation makes transitioning to a composable architecture easier and provides a solid foundation for building a composable stack. Let's find out how.

    Read more
    Creating a learning platform with Next.js 13 app router
    May 11, 2023

    Creating a learning platform with Next.js 13 app router

    Based on the schema and content model we created in the previous part of this series, we will produce a Next.js site using Hygraph data.

    Read more