Header image

An Overview of React Native Tab View

10/07/2024

2.21k

Linh Le

Hi tech fellows, it’s been a while since our last blog. June is usually among the busiest times of the year as we spent time reviewing and planning for the second half of the year. With all the exciting plans ahead, we hope the rest of 2024 will be both challenging and inspiring. We’ll keep you posted in the upcoming articles. But for now, let’s dive in the next blog series about React Native Tab View.

what is react native tab view, an overview of react native tab view
An Overview of React Native Tab View

What is React Native Tab View?

React Native Tab View is a powerful component for creating tabbed interfaces in React Native applications. It provides a highly customizable and performant solution for adding tab navigation, which is a common requirement in mobile apps. Here’s an overview of its key features and components.

Key Features of React Native Tab View

Smooth Transitions refers to the seamless and fluid animation that occurs when switching between different tabs. This feature offers smooth and customizable transitions between tabs, enhancing user experience.

Customization provides highly customizable solutions with support for styling tabs and the tab bar, allowing developers to match the look and feel of their application.

Swipeable Tabs allows users to swipe between tabs, which is a common and intuitive navigation pattern on mobile devices.

Lazy Loading supports lazy loading of tab content, which can improve performance by only rendering the tab content when it becomes active. This feature is crucial for apps that prioritize high performance and loading speed.

Integration with React Navigation can be easily integrated with React Navigation, providing a seamless navigation experience within the app.

Accessibility includes all kinds of accessibility-support features.

Key Components of React Native Tab View

TabView: The main component that holds the tab navigator. It manages the state and renders the appropriate tab content based on the current index.

TabBar: A customizable tab bar component that displays the tab labels and handles the user interaction for changing tabs.

TabBarIndicator: A component that renders an indicator under the currently active tab, providing visual feedback to the user.

SceneMap: A utility function for mapping routes to their corresponding components. It helps in defining the content for each tab.

Basic Usage Example

import * as React from 'react';
import { View, Text, StyleSheet } from 'react-native';
import { TabView, SceneMap } from 'react-native-tab-view';

const FirstRoute = () => (
  <View style={[styles.scene, { backgroundColor: '#ff4081' }]}>
    <Text>First Tab</Text>
  </View>
);

const SecondRoute = () => (
  <View style={[styles.scene, { backgroundColor: '#673ab7' }]}>
    <Text>Second Tab</Text>
  </View>
);

export default function TabViewExample() {
  const [index, setIndex] = React.useState(0);
  const [routes] = React.useState([
    { key: 'first', title: 'First' },
    { key: 'second', title: 'Second' },
  ]);

  const renderScene = SceneMap({
    first: FirstRoute,
    second: SecondRoute,
  });

  return (
    <TabView
      navigationState={{ index, routes }}
      renderScene={renderScene}
      onIndexChange={setIndex}
      initialLayout={{ width: Dimensions.get('window').width }}
    />
  );
}

const styles = StyleSheet.create({
  scene: {
    flex: 1,
    justifyContent: 'center',
    alignItems: 'center',
  },
});

Customization

Tab View can be customized extensively through props and styles. You can style the tab bar, change the indicator color, customize the transition animations, and more. Here are a few common customizations:

Tab Bar Styling

renderTabBar={props => (
  <TabBar
    {...props}
    indicatorStyle={{ backgroundColor: 'blue' }}
    style={{ backgroundColor: 'white' }}
    labelStyle={{ color: 'black' }}
  />
)}

Custom Transitions

renderScene={SceneMap({
  first: FirstRoute,
  second: SecondRoute,
})}
transitionSpec={{
  duration: 250,
  easing: Easing.out(Easing.exp),
  timing: Animated.timing,
}}

Conclusion

React Native Tab View is a versatile and efficient component for implementing tab navigation in mobile apps. Its flexibility, ease of integration, and support for various customizations make it a popular choice among React Native developers. Whether you need basic tab functionality or advanced features like lazy loading and custom transitions, it provides the tools to create a polished and user-friendly tabbed interface.

Contact us if you want an optimized native apps for your company!

Related Blog

Top 10 Digital Commerce Companies in Vietnam

Knowledge

+0

    Top 10 Digital Commerce Companies in Vietnam

    Vietnam has emerged as one of Southeast Asia’s fastest-growing digital commerce markets. With over 100 million people, a rapidly expanding middle class, and high internet penetration (more than 75%), the country offers fertile ground for e-commerce businesses to thrive. According to Vietnam News, local consumers spent about US$16 billion online in 2024 on major platforms like Shopee, Lazada, and TikTok Shop. Meanwhile, e.vnexpress.net reports that the total market size has reached US$22 billion, making Vietnam the third-largest e-commerce market in Southeast Asia. Experts project the market will continue growing at a CAGR of over 21% until 2030, reaching nearly US$62.5 billion (Mordor Intelligence). This impressive growth makes choosing the right technology partner crucial for businesses aiming to scale digital commerce operations in Vietnam. To help you navigate the landscape, Supreme Tech has curated a list of the Top 10 Digital Commerce Companies in Vietnam, highlighting their strengths and expertise. SupremeTech SupremeTech is a product-focused Agile development company in Vietnam. SupremeTech is currently serving clients across Japan, US, and Australia. They specialize in digital transformation and software solutions for big corporations in retail, healthcare, F&B, etc. Established in 2020, SupremeTech has grown rapidly from just a few members at the beginning to over 180 employees.  At SupremeTech, we implement the Scrum methodology and Agile framework to enhance efficiency and innovation. We optimize and leverage the Agile process to deliver a working product faster than a standard sprint. We provide real-time progress reports for each project because we value transparency and collaboration. AI-assisted development is currently being applied to custom software projects to foster delivery time and optimize cost for clients. Founded: 2020Team size: 180+ employeesKey clients: Enterprises and multinational brands in industries such as Retail, E-commerce, Healthcare, and Human Resources. Strengths: Agile Offshore Dedicated TeamsDigital Transformation for Retail BrandsWeb & Mobile Application DevelopmentCloud Infrastructure Migration & DevOpsOTT Streaming White-label AppsISO/IEC 27001:2022 certified, ISTQB Partner Program member Kyanon Digital Kyanon Digital is a leading technology company in Vietnam specializing in digital commerce solutions, with the slogan “Making Digital Impact that Matters”. Founded in 2012, the company provides end-to-end services that help businesses design, build, and scale their digital commerce platforms. Their expertise covers B2B, D2C, marketplaces, composable commerce, and omni-channel growth.  With a strong focus on Agile development, seamless system integration, user-centric design, and long-term optimization, Kyanon Digital positions itself as a trusted partner that delivers not just digital commerce platforms but also sustainable growth and innovation for clients. Founded: 2012Team size: 500+Key clients: Leading retail groups in Japan, Thailand, NutriAsia, confidential regional enterprises… Strengths: Wide service coverage: Expertise in B2B, marketplace, composable commerce, and omni-channel solutions.Data integration & personalization: Strong capabilities in unifying customer data, enabling predictive analytics, and creating personalized customer experiences.User-centric design: Focus on seamless omni-channel journeys with intuitive, mobile-friendly interfaces.Agile & engineering excellence: Proven Agile methodology, cloud-native and microservices architecture, plus ISO-certified 9001 and 27001.Long-term support: Provides ongoing operations, maintenance, and optimization beyond system launch.Trusted by top brands: Collaborates with Sharp, Central Retail, Unilever, Starbucks, and other major enterprises. Afocus Afocus is a team of passionate design-thinkers, curious product strategists, and innovative digital transformers living in Vietnam. They are focused on products, not projects, with your business growth being our highest priority from day one. From ideas to delivery, Afocus supports each client along the full life cycle of their digital initiatives: Analyzing business, marketing and sales targets, competition and constraints,Identifying and collecting requirements,Establishing, redefining & implementing branding, marketing and advertising strategies,Elaborating concepts (IA & Wireframe/Mockup) from simple business ideas,Designing Responsive & intuitive customer & User Interface (UI: Look & Feel) / Experience (UX) and system architecture,Coding sites/apps/softs rather on an agile and test-driven mode,Controlling / Assuring quality with international standards (+ user testing),Deploying and following-up evolutive and corrective maintenance.Optimizing traffic (ASO/SEO), usage & sales with data collection, analysis & reporting… Groove Technology Groove Technology is the first and last stop for companies worldwide that need support to develop digital products and custom software solutions. Their integrated resource model paves the way for your technology projects to be completed sooner, with less effort. They help businesses expand their software development capabilities. How? Ready-made and well-oiled offshore teams at your disposalProactive and innovative software development approachesA partner that prioritises trust and delivering quality solutions Adamo Software As the top software development company based in Vietnam, Adamo Software surpasses edge-cutting digital solutions for global organizations with the aim of adopting new technologies and transforming business operations. Adamo offers full-cycle and customized software development services with high-quality and lucrative solutions. Listed as the top 10 Vietnam’s software development companies, Adamo excels at mobile app development, web-based solutions, website development, and portal development. Their skillful and experienced developers provide you with innovative, efficient, valuable-tailored, and sustainable digital solutions. Whether it is a user-centric app or transformative corporation-level software solutions, Adamo will transform your business ideas into superb software products with continuous support. CodeNinja At CodeNinja, they believe that there’s a lot of untapped engineering potential in the world and they’re here to tap it. They’re a mission-driven software company of 250+ engineers striving to solve the world’s hardest problems for people, businesses, and Governments by tapping the untapped engineering potential of High-Growth and emerging markets. Their mission is to improve the lives of three billion people living in emerging markets by creating opportunities in technology. SECOMM SECOMM is a full-service ecommerce solution provider using various platforms, tools, and technologies to satisfy all the business’s complex systems. Ecommerce ConsultingEcommerce DevelopmentEcommerce MaintenanceEcommerce Acceleration BSS Commerce BSS Commerce is a global full-service eCommerce agency that provides cutting-edge technology solutions to B2B, B2C, and B2B2C businesses. They are empowered by partnerships with multiple platform providers and highly-qualified experts with customer-centric value at heart. As an accredited eCommerce solution provider, BSS offers a comprehensive eCommerce strategy to accelerate your business through wide-scale service on multiple platforms. They also enhance your eCommerce systems with highly-recommended Magento Extensions, Shopify Apps & Shopware Extensions. They make your eCommerce vision to life with our Global Standard, Best-in-class Service, and Solution-oriented mindset. Magenest JSC Magenest is a one-stop digital solution provider with a special focus on eCommerce systems, ERP/CRM platforms, Cloud Infrastructure, Digital Marketing, and more. As a leading technology solution company in APAC, they have helped brands activate and scale their digital presence, transform business operations, and empower the workforce through our solutions with Adobe Magento Commerce, Odoo, HubSpot, and Amazon Web Services. The quality of their work is backed by industry leaders: SM Markets, Abbott, Heineken, Trung Nguyen Legend, Bibomart, ACFC, Hoang Phuc International, etc. AMELA Technology Amela Technology is a global IT services and consulting company established in Hanoi city (Vietnam). They bring your idea to life by bridging technological gaps and manpower shortages with the following top-tier solutions: Software Outsourcing & DevelopmentEmerging tech: Blockchain, IoT, and AI solutionsWeb & Mobile App DevelopmentEmbedded Systems Quality Control & TestingStart-up supportingHuman resource introductionEngineer dispatching In the course of their development, they have pleased clients from one of the most demanding markets in Japan in a variety of industries, including eLearning, eCommerce, live streaming, healthcare, and ERP. Why Work with Digital Commerce Companies in Vietnam? Cost-effective yet high-quality talent: Vietnam offers competitive rates with strong technical expertise.Deep understanding of local & ASEAN markets: Local partners have practical insights into consumer behavior in the region.Modern methodologies (Agile, Composable, Modular): These companies adopt cutting-edge approaches to keep pace with market shifts.End-to-end support: From consulting and implementation to scaling and maintenance, businesses are fully supported. Final thoughts Vietnam’s digital commerce market is booming, presenting huge opportunities for both local and international businesses. By collaborating with the right technology partner, companies can accelerate growth, enhance customer experiences, and scale sustainably in this competitive market. Are you looking to build or expand your digital commerce capabilities? Get in touch with SupremeTech today and discover how we can turn your vision into a scalable success story.

    26/09/2025

    38

    Quy Huynh

    Knowledge

    +0

      Top 10 Digital Commerce Companies in Vietnam

      26/09/2025

      38

      Quy Huynh

      recap Hackathon AI-driven event of SupremeTech

      Our culture

      +0

        SupremeTech’s AI Hackathon 2025: A blend of Product-Focused Spirit and AI-assisted Development

        On September 6–7 of 2025, we hosted our very first AI-Driven Development Hackathon. Ten teams, all made up of SupremeTech members, stepped out of their daily routines to take on real business challenges. Within just 22 hours, they brainstormed, coded, and pitched solutions showcasing their creative application of AI-powered tools. This Hackathon was more than a competition. It was an opportunity for SupremeTech’s members to experiment with AI in practical ways, strengthen their teamwork, and grow into product builders in the AI era. And, of course, they get themselves a chance to win VND 100,000,000 in prize money. Real business challenges from retail & tourism industries Before jumping into the final pitches of 10 teams, let’s take a look at the challenges that will later inspire their creativity. Some of them are quite familiar topics, while others might be a bit more challenging and out-of-the-box.  As CEO Mr. Bình explained: “When shaping the problem statement, I wanted to balance three things. First, it had to be close enough to our real business so that outcomes could have practical value. Second, it needed to challenge teams to apply AI meaningfully not just add AI as a decoration, but use it to create efficiency or new capability. And third, it should be simple and open enough so that everyone, regardless of role, could participate and learn something from the process.” Though this Hackathon centers the theme of “AI-Driven Development”, each challenge was designed to be: Close to real business needs so that outcomes could have practical applicationsAI-driven, but in a practical and meaningful way, to create efficiency or new capabilitiesOpen enough for all roles to participate, learn, and contribute Now, let’s dive into the details of each challenge.  Omnichannel E-Commerce & Loyalty App for Retail Brands This is one of SupremeTech’s current areas of expertise and key services. By including it as a challenge topic, teams worked on solutions that are highly applicable to existing clients, directly supporting our clients’ business growth.  For participants who face this challenge, it could be both a blessing and a curse. We’ve been building and managing a variety of EC and loyalty systems for clients. But when it comes to building a new one using AI, replicating the past experience may not be a smart choice. Judges, for sure, would want to see some real enhancements in the development process empowered by AI, not to mention the creativity in the strategic approach to this very familiar topic.  The original statement requires teams to develop an application that solves the problem of disconnected retail experiences. The solution should unify online and offline shopping while deeply integrating loyalty programs and personalization.  There could be a huge number of variations coming up from this statement. Stay tuned for the highlight performance!  Destination and Experience Management System for Tourism Managing group travel is a complex task often disturbed by miscommunication and inefficiencies. In a tourism hub like Da Nang, where businesses host frequent tours and events for a very large group of travelers, the ability to streamline logistics and improve participant engagement directly impacts customer satisfaction.  For companies, such apps not only reduce operational headaches but also enhance the overall brand experience they deliver. It can even drive sales if well structured and managed. In this statement, teams are required to develop a platform that streamlines group trip management. The solution should enable organizers to coordinate transportation, schedules, and interactions in one place, instead of relying on scattered tools like messenger apps.  The topic reflects SupremeTech’s own company trip pain points and has strong application potential for Da Nang’s tourism and hospitality businesses. Talent & Performance Management System for HR Apart from two industries above, in the third problem statement, we aimed to tackle the challenges of every human-driven company like ourselves.   When it comes to an integrated platform that not only tracks performance but also supports continuous growth and recognition, there’s very few choices.  This statement requires teams to develop an application that solves the problem of fragmented performance management. The solution should integrate goal setting, performance tracking, continuous feedback, and talent development into a single platform, helping organizations build a transparent culture where employees are recognized and aligned with business goals. How teams build the product is as important as the product itself Just as important as what teams built was how they built it. The Hackathon wasn’t only about coming up with clever ideas, it was about proving that execution, process, and teamwork are just as critical as the final product.  Many teams leaned on AI not just as a tool but as a true co-pilot: using AI-assisted frameworks to prototype faster, automating repetitive tasks, automating testing, and finding smarter ways to accelerate Agile development. What stood out was how teams adapted their workflows to make the most of AI. Some rethought their sprint planning with AI-driven insights. Others applied AI models to cut down on development cycles. And many discovered new ways to collaborate more effectively by letting AI handle the heavy lifting.  The Hackathon turned into a live experiment in how AI can reshape the way we build software. Creativity isn’t just in the idea itself, but in the entire journey of bringing it to life. Perspectives from the leaders and the participants From leadership: The Hackathon aligned employees with real client challenges, ensuring that innovation can directly contribute to business value. It proved that AI can be embedded into everyday problem-solving, not just theoretical projects. As Vice President Mr. Vĩ shared: “AI has already been selectively applied in SupremeTech’s real projects, depending on client expectations and suitability. In many cases, it helps optimize software production costs and shorten time-to-market. Through this Hackathon, I hope to spread the AI-assist mindset to a larger part of the company, so that AI gradually becomes embedded across all projects: enhancing efficiency, improving quality, and ultimately bringing benefits to both clients and the company. This year’s Hackathon focuses more on unlocking internal strength and setting a direction for the future. If everything goes according to plan, we will publish AI-assisted development as a new service offering. It is a clear statement that AI is being strategically applied at SupremeTech to deliver tangible value to our clients.” From participants: The challenge statements sparked two different but equally positive reactions.  Some teams loved how practical and relevant they were by mirroring the real projects we handle at SupremeTech. This gave them the perfect chance to not only test AI-assisted development but also to build solutions that might one day become our next official product. On the other hand, many appreciated how broad the challenges were. It leaves space for bold ideas and limitless creativity. With that freedom, participants could push boundaries, think like product owners, and imagine possibilities beyond the usual project scope. Conclusion The SupremeTech AI Hackathon 2025 proved to be more than an internal competition. From a business perspective: Participants gained experience and insights that sharpened their ability to think with a business mindset, ensuring their solutions were tied to real market needs. From a technical perspective: The event introduced an AI-assisted development process and innovative frameworks that can be applied immediately in client projects. By turning challenges into opportunities, the Hackathon reinforced SupremeTech’s positioning as a future-ready partner, capable of combining innovation, culture, and technical excellence to deliver AI-driven value to clients.

        10/09/2025

        208

        Quy Huynh

        Our culture

        +0

          SupremeTech’s AI Hackathon 2025: A blend of Product-Focused Spirit and AI-assisted Development

          10/09/2025

          208

          Quy Huynh

          Hackathon AI SupremeTech 2025

          Our culture

          +0

            A to Z about SupremeTech’s AI Hackathon 2025: Why We Do It and What to Expect

            This September 6–7, SupremeTech will host its first AI-Driven Development Hackathon, a landmark event designed to inspire teams to embrace artificial intelligence as a core part of how we work, innovate, and grow. The Hackathon is not just a competition. It is a statement of SupremeTech’s belief that learning and innovation are the backbone of both personal and organizational growth. Through this event, our engineers and product teams will have the opportunity to experiment, challenge themselves, and use AI to reimagine the way they work. By fostering creativity and adaptability, the Hackathon aims to enhance work efficiency today while leading the way for AI-assisted development as a core strength of our future. Why Hackathon Matters Now There are several ways companies may choose to approach and apply AI in their working process: training, workshop,… For SupremeTech we want to inspire our developers with a fun blend of innovative and competitive experiences. Hackathon is exactly the format we’re looking for. They compress ideation, experimentation, and execution into an intensive timeframe, creating an environment where bold ideas can quickly turn into actionable solutions. Furthermore, the high pressure of time would foster teamwork, collaboration and bonding to the next level. At SupremeTech, the AI Hackathon 2025 will serve as: A safe space to test AI ideas from concept to execution.A platform to help employees step out of their comfort zones and practice product-building skills.An accelerator of cross-functional teamwork, where developers, designers, and product leaders work together with AI as a co-pilot.A signal to clients and partners that SupremeTech is forward-looking, innovation-driven, and committed to AI adoption. SupremeTech AI Hackathon 2025 Overview Message & Objective:To raise awareness of the importance of continuous learning, growth, and self-breakthrough, enabling each individual to move forward together in collective progress. Format:The main theme of this Hackathon is “AI-Driven Development” focusing on how teams can utilize AI tools to build solutions and solve real-world problems.  Teams will have 22 hours to complete their challenge, followed by a 30-minute demo and pitching session to the judges. Results will be announced after the competition. Evaluation Criteria:Projects will be assessed across four dimensions: Business Value: Market fit, feasibility, economic efficiency, and contribution to SupremeTech’s brand.Engineering Quality: Coding standards, scalability, maintainability, security, and UI/UX design.Technical Execution: Completion of core features, testing outcomes, innovative use of AI tools, and potential for future expansion.Presentation & Pitching: Clarity of communication, demo quality, time management, team passion, and user experience. Main Business Domains Covered: The Hackathon challenges will center on the Retail sector, with a strong emphasis on Omnichannel and Luxury Retail Businesses. Within this domain, teams will explore AI-driven solutions in three key areas: Customer ExperienceMobile OrderingCustomer Data What Leaders Think About This AI Hackathon To provide insight into the vision behind the Hackathon, we spoke with its three leaders of SupremeTech, who directly run this initiative: Mr. Bình (CEO), Mr. Vĩ (Vice President), and Mr. Đào (CTO). Mr. Bình, CEO of SupremeTech “2025 is a turning point for us, a second-time startup for SupremeTech. The industry is moving very fast with AI, and I want our people to be at the front line of this change, not just following behind.” For Mr. Bình, the Hackathon is about more than prototypes. It is about building a culture where innovation and continuous learning are second nature. He hopes the event will give SupremeTech members the awareness that AI is not some distant future, but a tool they can apply today to enhance their work. To clients and partners, the Hackathon demonstrates that SupremeTech is serious about innovation and ready to bring AI-driven value into real projects. Mr. Vĩ, Vice President of SupremeTech From his perspective, the Hackathon plays a strategic role in long-term talent development. “Hopefully, through this AI hackathon, we will contribute to spreading the AI-assist mindset to a large number of company members, thereby popularizing AI in all projects at SupremeTech. In order to improve efficiency and quality, optimize costs to bring benefits to customers and the company.” He expects to see teams not only moving fast but also integrating AI across the entire development process. Beyond internal growth, the Hackathon sends a message to clients: SupremeTech is building a strategic roadmap for AI-assisted development that will optimize costs, shorten delivery time, and raise product quality. Mr. Đào, CTO of SupremeTech When judging, Mr. Đào will look for a balance between creativity and practical application. Both, he believes, are equally important. “The role of developers will not change much, but their skills will. Engineers will need to level up, becoming more capable as they learn to work alongside AI.” For him, the Hackathon represents a chance for teams to explore while ensuring their ideas can translate into real-world impact. >>> Read more related articles: How a Hackathon Changed My Life – A Personal Story from the CEO of SupremeTechHow Could You Join a Hackathon Without Knowing This? Our Developers Are Preparing for D-Day As the countdown to September 6 approaches, excitement is building across SupremeTech. Teams are forming, ideas are being exchanged, and strategies are taking shape. For our developers, this Hackathon is more than just a challenge, it is a chance to step outside their comfort zones, test their skills under pressure. Stay Tuned for Our Upcoming Updates The SupremeTech AI Hackathon 2025 is the beginning of a larger journey. It is about preparing people to work smarter with AI, strengthening a culture of innovation, and ultimately shaping the future of AI-assisted development in SupremeTech and beyond. By creating this space for learning and experimentation, SupremeTech is reaffirming its commitment to being both a reliable partner today and a forward-looking innovator tomorrow. 📩 Read more articles about us here: https://www.supremetech.vn/blog/

            05/09/2025

            199

            Quy Huynh

            Our culture

            +0

              A to Z about SupremeTech’s AI Hackathon 2025: Why We Do It and What to Expect

              05/09/2025

              199

              Quy Huynh

              When Technology Meets a Pioneering Spirit

              Our culture

              +0

                When Technology Meets a Pioneering Spirit

                SupremeTech’s Hackathon 2025 is not just a coding competition, it’s a place where bold ideas are tested, limits are broken, and new connections are formed. Every team carries its own story – about why they joined, their role in the group, or what they expect to gain after this intense yet inspiring journey. Among them, we had the chance to chat with Quang Dũng, a Technical Leader at SupremeTech, who is participating in a Hackathon for the very first time – while also taking on the role of team leader. Usually busy with deadlines and lines of code, this Hackathon is his opportunity to step away from routine work and challenge himself in a completely different way. We listened to his thoughts on challenges, pioneering spirit, and what he hopes to take away from this event. Let’s join SupremeTech and Quang Dũng in this conversation about the Hackathon! Q&A with Quang Dũng 1. Is this your first time joining a Hackathon?Yes, this is my first Hackathon. Everything feels new: the intensity, the pressure, and how teamwork changes under strict time limits. I wanted to experience this firsthand and compare it with the usual way of running projects. 2. What made you decide to sign up for the event?I wanted to challenge myself – to see how far I can go applying AI in real-world work. This is an opportunity for me and my team to pioneer ways of leveraging AI Copilot in a small group project of 3–5 people, while learning new workflows and testing practical applications. And of course, the prizes are also very attractive – hard to resist! Who knows, maybe I can go home and tell my wife that just two days of Hackathon brought back 50 million VND! (laughs). 3. What is your role in the team? If given the choice, what field would you like your project to be applied to?I’m the team leader – responsible for planning, setting the initial direction, and building a sample demo so everyone has a clear vision. In other words, I set the rhythm so the whole team can work smoothly together. If I had the chance to choose a project topic, I’d want it applied to practical areas like booking/reservation systems or internal management tools such as resource and project management. These fields are highly relevant to business needs and can create immediate value. 4. If you had to describe SupremeTech’s AI Hackathon in three words, what would they be? Challenge – Pioneer – Connection. Challenge: because everyone here must push beyond their own limits.Pioneer: because we are applying the latest AI technologies to real-world problems.Connection: connecting people, ideas, and the future of technology. 5. What do you expect to gain from this Hackathon? In my daily work, I’m often involved in project estimation. I expect this event will help me learn how to integrate AI Copilot into product development workflows. That could make estimations more accurate, save time, and improve overall efficiency at the company. In other words, what I look forward to most is not just the prize, but the knowledge and experience that can truly be applied to work. >> Read related articles: How a Hackathon Changed My Life – A Personal Story from the CEO of SupremeTech Closing SupremeTech’s Hackathon is more than a tech playground, it’s an opportunity for each individual to test themselves, learn, and break past their own limits. Stay tuned for the next tech journeys at SupremeTech, where even the smallest ideas can spark big changes!

                22/08/2025

                296

                Our culture

                +0

                  When Technology Meets a Pioneering Spirit

                  22/08/2025

                  296

                  Customize software background

                  Want to customize a software for your business?

                  Meet with us! Schedule a meeting with us!