<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: TAIKAI</title>
    <description>The latest articles on Forem by TAIKAI (@taikai).</description>
    <link>https://forem.com/taikai</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F2060%2F952ed16e-ccfc-47d6-afec-205ac267b762.png</url>
      <title>Forem: TAIKAI</title>
      <link>https://forem.com/taikai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/taikai"/>
    <language>en</language>
    <item>
      <title>10 Key Metrics for measuring the success of Software Development Teams</title>
      <dc:creator>Hélder Vasconcelos</dc:creator>
      <pubDate>Wed, 18 Jan 2023 10:05:00 +0000</pubDate>
      <link>https://forem.com/taikai/10-key-metrics-for-measuring-the-success-of-software-development-teams-384g</link>
      <guid>https://forem.com/taikai/10-key-metrics-for-measuring-the-success-of-software-development-teams-384g</guid>
      <description>&lt;p&gt;&lt;strong&gt;In Post-Covid Era&lt;/strong&gt;, software development teams are absolutely reconstructing processes and foundations that they are based on. &lt;/p&gt;

&lt;p&gt;New paradigms and trends are emerging in tech organizations, startups, and remote teams especially when the majority of their teams are global, remote, and decentralized. &lt;/p&gt;

&lt;p&gt;Organizations are still understanding how to tackle these new issues that are arising in their operations, but the reality is that this is the new normal - for the good or for the bad. 🤩&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwdjwn1einggck259ukty.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwdjwn1einggck259ukty.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Our ultimate and main objective remains the same: &lt;/p&gt;

&lt;p&gt;Deliver to clients high-quality services and software that simplifies their processes. &lt;/p&gt;

&lt;p&gt;With remote teams spanning throw multiple time zones, levels of proficiency and cultural backgrounds, engineering managers in traditional organizations have to continually adjust their methods for optimal productivity and efficiency.&lt;/p&gt;

&lt;p&gt;As a Software Engineer Manager or Technical Lead, our main role is to guide and educate our teams to deliver flawless and exceptional software that makes our customers come back and our community proud of 👏.&lt;/p&gt;

&lt;p&gt;Since TAIKAI's genesis, we have been constantly monitoring the quality of our software, measuring team performance, and checking customer satisfaction to make sure that the company is heading in the right direction to achieve our grand vision. 🚀&lt;/p&gt;

&lt;p&gt;During this long and hard journey, we identified the so-called Northstar ⭐️ metrics for our software teams, which help us to improve our processes and deliverables.&lt;/p&gt;

&lt;p&gt;So let's find out what metrics are we talking about 👇&lt;/p&gt;

&lt;h2&gt;
  
  
  The 10 Key Metrics to Measure the Success of Software Development Teams 📏
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1.Bugs/Month
&lt;/h3&gt;

&lt;p&gt;These are the number of bugs identified during the month period. Knowing the phase in which a bug was reported is key to determining whether it had been identified too late when the software has already been released and is being used by customers.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. High Priority Bugs Ratio %
&lt;/h3&gt;

&lt;p&gt;These are the number of high-priority bugs divided by the number of low and medium-priority bugs identified.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Bugs/Month Detected in Production
&lt;/h3&gt;

&lt;p&gt;This metric refers to the number of bugs detected in production during the month period. &lt;/p&gt;

&lt;p&gt;A healthy development pipeline should be optimized to identify potential issues as early in the process as possible via code review, QA testing, and staging. That said, every once in a while an issue or bugs are only detected when you are in production in front of your crowd 😭.&lt;/p&gt;

&lt;p&gt;Although it's natural to happen and part of the software manager's job, an abundance of bugs being noticed in production shouldn't be taken lightly. &lt;/p&gt;

&lt;p&gt;When a high percentage of bugs are detected in production, it signals that measures must be adopted to improve your testing and code review processes before any more issues arise. &lt;/p&gt;

&lt;p&gt;You can increment the number of code reviewers, review the QA process or analyze with the team what could be improved to decrease this fundamental metric.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Velocity/Month
&lt;/h3&gt;

&lt;p&gt;The number of story points delivered by a team during a month. This allows us to verify if productivity levels and deliverability remain at a constant pace.&lt;/p&gt;

&lt;p&gt;During festive periods such as December or August, for example, the velocity normally drops by 50%, but this is something that completely aligns with our market cycles. &lt;/p&gt;

&lt;p&gt;One thing that I truly don’t recommend is to use this metric to compare teams. Every team has its own set of processes for estimating stories, making it unwise to attempt to compare apples and oranges.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Velocity/Sprint
&lt;/h3&gt;

&lt;p&gt;The Number of Story Points per sprint by the whole team. We use this metric to benchmark sprints against previous team sprints, so that we can identify blocking contexts on teams.&lt;/p&gt;

&lt;p&gt;The reason for velocity drops are extensive, so be sure your team is able to identify the source of the issue before you implement measures. Poor onboarding processes, low team-motivated teams, bad story plannings, or a high number of drop-ins can ruin the team's delivery and health.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Velocity/Developer
&lt;/h3&gt;

&lt;p&gt;This metric refers to the velocity of a team divided by the number of team members it has. In a perfect world, adding team members should lead to improved speed and efficiency. Unfortunately, this is not always the case in reality.&lt;/p&gt;

&lt;p&gt;When you have onboarding periods, productivity can be adversely affected. In larger teams - where expertise is diffused across various levels - senior developers could experience a drop in efficiency due to the time consumed when mentoring junior developers. &lt;/p&gt;

&lt;p&gt;Be sure to find the right size for your team, otherwise, you will end up getting a very low velocity per developer ratio.&lt;/p&gt;

&lt;h3&gt;
  
  
  7. Delivery Ratio % (Velocity/Commitment)
&lt;/h3&gt;

&lt;p&gt;This is the ratio between the number of story points committed at the beginning of the sprint versus the number of story points delivered. &lt;/p&gt;

&lt;p&gt;If the ratio dips below 60%, it is a clear sign that something went wrong with the team planning or they are experiencing roadblocks on their journey that need to be addressed promptly.&lt;/p&gt;

&lt;h3&gt;
  
  
  8. Bug Time to Fix (50th percentile) Days /Month
&lt;/h3&gt;

&lt;p&gt;The number of days that the team usually takes to deliver a fix for 50% of the bugs. This metric safeguards your "Time to Fix" KPI from being skewed by an anomalous sample, ensuring that you get accurate insights.&lt;/p&gt;

&lt;h3&gt;
  
  
  9. Bug Time to Fix (Average) / Month
&lt;/h3&gt;

&lt;p&gt;A traditional average for the time to fix all the bugs closed during a month.&lt;/p&gt;

&lt;h3&gt;
  
  
  10. Bug Time to Fix High Priority Bugs (Median)/Month 🐞
&lt;/h3&gt;

&lt;p&gt;The number of days that the team usually takes to deliver a fix for 50% of the bugs.&lt;/p&gt;

&lt;h3&gt;
  
  
  11. Bug Time to Fix High Priority Bugs (Average)/Month 🐞
&lt;/h3&gt;

&lt;p&gt;Average of all the High Priority time to fix” bugs. &lt;/p&gt;

&lt;p&gt;Usually, these last two metrics are extremely important in our development cycle. High-priority bugs usually have an impact on an end user so we try to prioritize the delivery of these bugs in our development pipeline.&lt;/p&gt;

&lt;p&gt;...&lt;/p&gt;

&lt;p&gt;This simple framework was formulated to streamline our development process and eliminate decisions based on intuition and gut feelings. &lt;/p&gt;

&lt;p&gt;When you manage a significant number of global software teams your role is to design the foundations, create a good developer experience, and have a single ruler to manage and assess them fairly. &lt;/p&gt;

&lt;p&gt;And what better than numbers to manage a computer science team? 😲&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Numbers don't lie" 💯 &lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The challenges of collecting metrics from tracking tools
&lt;/h2&gt;

&lt;p&gt;I personally really believe in this motto, “Numbers don't lie” so the only way to have a broader perspective of the output of our two development teams is to look at metrics and act accordingly to mitigate risks and improve efficiency and productivity.&lt;/p&gt;

&lt;p&gt;Most of the metrics described above could not be exported from traditional issue-tracking tools, at least for now. Sometimes you need to bring up your inner ninja script skills to collect all the information from the reports generated by your tracking tools. &lt;/p&gt;

&lt;p&gt;One of our team resolutions for 2023 is to export these metrics automatically and get rid of the manual process required to collect them. &lt;/p&gt;

&lt;p&gt;Maybe this could be a topic for another technical blog post. 🤞&lt;/p&gt;

&lt;h2&gt;
  
  
  Benefits of implementing this framework
&lt;/h2&gt;

&lt;p&gt;This framework was created in a very specific context to measure our teams, notwithstanding, we firmly believe it can be implemented in other contexts - from larger organizations to teams that operate on agile methodologies.&lt;/p&gt;

&lt;p&gt;To get these metrics from your issue management software sometimes you need to do manual work, but the effort completely pays off when you identify trends and you are able to act and guide your team to find the perfect strategy to mitigate a problem.&lt;/p&gt;

&lt;p&gt;At the end of the day, that is the main role of a Software Manager, CTO, Team Lead, or Engineering Manager: to help our teams deliver high-quality software that stands up in front of your crowd.&lt;/p&gt;

&lt;p&gt;Nothing should worry you more than this, especially if you are fully committed to growing a startup that wants to become a reference on the market.&lt;/p&gt;

&lt;h2&gt;
  
  
  Aim to deliver flawless customer experiences
&lt;/h2&gt;

&lt;p&gt;When I wake up in the morning, my goal is to ensure that the members of my team are inspired, motivated, and have all of the necessary resources at their disposal to produce outstanding products.&lt;/p&gt;

&lt;p&gt;This could not be the silver bullet framework to achieve success, but we believe it serves as a starting point for any team to start looking more carefully at their deliverables and outputs. &lt;/p&gt;

&lt;p&gt;I like to think of the software development process as a traditional factory. It's critical that our processes are efficient and organized, with trained resources who comprehend their mission within each division. &lt;/p&gt;

&lt;p&gt;This ensures a steady output in an expeditious manner from all members working together at the same pace.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts 🤔
&lt;/h2&gt;

&lt;p&gt;At TAIKAI Labs, as a customer-centric company,  our main goal is to deliver flawless experiences, and we are obsessed to detect issues as soon as possible in our development pipeline. &lt;/p&gt;

&lt;p&gt;We tend to optimize our teams to reduce the number of bugs detected in production and have a low bug time to fix issues that have an impact on the user experience or are high priority.&lt;/p&gt;

&lt;p&gt;During the last couple of years, this obsession had a good impact on our growth. &lt;/p&gt;

&lt;p&gt;If we take a closer look at our Customer Satisfaction Score, we can surely conclude that they are truly satisfied with the service and quality of our delivered software and usually come back to work with us again without looking for another competitor just around the corner.&lt;/p&gt;

&lt;p&gt;I hope this article was useful to you as it was useful for us. You are welcome to send us any kind of feedback to improve our efficiency in measuring our software teams. This framework, born from great discussions, is truly our team effort to achieve a proficient and successful delivery team.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Time to focus and keep BUIDLING&lt;/strong&gt; 💪 🧑‍💻&lt;/p&gt;

&lt;p&gt;Happy 2023 Coding, hope to come back soon with some new thoughts about software engineering.&lt;/p&gt;

</description>
      <category>vite</category>
      <category>webdev</category>
      <category>discuss</category>
      <category>performance</category>
    </item>
    <item>
      <title>The best projects from ETH Lisbon 2022</title>
      <dc:creator>carlosmendes-taikai</dc:creator>
      <pubDate>Thu, 24 Nov 2022 11:45:41 +0000</pubDate>
      <link>https://forem.com/taikai/the-best-projects-from-eth-lisbon-2022-16c3</link>
      <guid>https://forem.com/taikai/the-best-projects-from-eth-lisbon-2022-16c3</guid>
      <description>&lt;p&gt;One of the best ETH events in 2022, ETH Lisbon, took place from the 28th to the 30th of October. This Ethereum-focused hackathon had over 330 participants and 97 projects delivered using TAIKAI’s hackathon platform.&lt;/p&gt;

&lt;p&gt;This large number of developers did not happen by chance. In addition to the ability to create innovative projects, the total prize was $20,000, with the best 10 projects earning 2,000$ each.&lt;/p&gt;

&lt;p&gt;There were also sponsor bounties worth up to $118,500!&lt;/p&gt;

&lt;p&gt;In order to compete for these prizes, participants teamed up using TAIKAI’s matchmaking system, resulting in 97 projects delivered that were evaluated by 13 juries. &lt;/p&gt;

&lt;p&gt;We’ve analyzed the projects and compiled a list of the best ones, divided by categories.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxqezwi3cpmigog0o4itn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxqezwi3cpmigog0o4itn.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The best DAO and DeFi projects from ETH Lisbon
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://taikai.network/ethlisbon/hackathons/ethlisbon-2022/projects/cl9tpj350446301zcoiepyje5/idea" rel="noopener noreferrer"&gt;Lekker Finance&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Before we get into the details of this project, which was named one of the top ten hackathon projects at ETH Lisbon, it's important to understand that it uses the Euler Protocol, an Ethereum-based non-custodial DeFi (Decentralized Finance) protocol that allows users to lend and borrow almost any crypto asset.&lt;br&gt;
This is important to understand because the Lekker Finance project's goal is to allow users to enter leveraged positions via Euler. &lt;br&gt;
The hackathon system works as follows: positions can be opened in a single transaction using flash swaps, making the process easier for the end user. It's no coincidence that the project’s slogan is Leverage Made Simple.&lt;br&gt;
Typically, in order to obtain leverage, users must execute multiple loan-swap-loan transactions, resulting in a complex manual process and high fees. &lt;br&gt;
Also, this makes loans and investments more difficult to trace and exit. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi0jajaio2jz9483a04nh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi0jajaio2jz9483a04nh.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With Lekker Finance, interest rates are reduced by simplifying the process on a single transaction, as opposed to what happens in centralized exchanges, for example.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://taikai.network/ethlisbon/hackathons/ethlisbon-2022/projects/cl9uk7sb335995101tp0k0duqhn/idea" rel="noopener noreferrer"&gt;GlacierDAO&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Elected as one of the Top 10 hackathon projects of ETH Lisbon, GlacierDAO has proposed a Decentralized Autonomous Organization that preserves open-source code as a public good. &lt;br&gt;
The project's authors argue that code, like data, should be preserved in a censorship-resistant manner.&lt;br&gt;
The concept arose after some developers complained that their GitHub accounts had been suspended for writing tornado cash codes.&lt;br&gt;
To clarify, tornado cash works as a token mixer, used to shuffle transactions in a way that makes tracking difficult in public blockchains like Ethereum.&lt;br&gt;
To ensure the preservation of open source, GlacierDAO conducts a call for funds every quarter. Individuals donate funds to cover the costs of preserving codes in exchange for NFTs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fji3yi3uvbyexilyfzd0r.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fji3yi3uvbyexilyfzd0r.jpg" alt="Image description" width="764" height="413"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On the other hand, a call for URLs is issued at the same time, which means that individuals can submit URLs to code repositories that they believe are valuable.&lt;br&gt;
URLs are placed on a list for those who contributed funds to vote on whether the code should be preserved. &lt;br&gt;
The funds raised will then be used to ensure the code's preservation on the FileCoin Network, an open-source peer-to-peer network that stores files, protocols, and incentive layers. In other words, users pay storage providers to store their files and this payment is made through investors in the GlacierDAO strategy.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://taikai.network/ethlisbon/hackathons/ethlisbon-2022/projects/cl9ubhjnm5143601tau5fipokn/idea" rel="noopener noreferrer"&gt;BibliothecaDAO - Realms Assassins&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Bibliotheca DAO is a web3 game development studio that creates on-chain games for StarkNet, a permissionless decentralized Validity-Rollup (also known as a "ZK-Rollup").&lt;br&gt;
A team from Bibliotheca DAO developed a solution on ETH Lisbon to hide one player's information and expose it only when other players meet on-chain conditions.&lt;br&gt;
They accomplished this through the use of a trusted 'dungeon master' (third party) who stores private information to enable multiplayer on-chain games, achieving an on-chain without the ZK hashing construction.&lt;/p&gt;

&lt;p&gt;To get it done, they used the game Realms Assassins – Fog of War as an example. The project was also one of the 10 hackathon winners presented on ETH Lisbon.&lt;/p&gt;

&lt;h2&gt;
  
  
  The best crypto wallet projects
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://taikai.network/ethlisbon/hackathons/ethlisbon-2022/projects/cl9v5bl03100766701ttowv62zoz/idea" rel="noopener noreferrer"&gt;Archive the Web&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;This project was also named one of the hackathon's top ten projects and won first place in the Wallet Connect best public good bounty.&lt;br&gt;
The idea was to create an automatic website archiving system based on web3 protocols that could be paid for with a variety of crypto assets, acting as a decentralized backup of the world wide web.&lt;br&gt;
The "Archive the Web" system enables users to automate website archiving on the Arweave decentralized protocol at predetermined intervals (for example, every 60 minutes) for an approximate duration (for example, 365 days) and pay for data storage with ETH, ERC-20, or AR.&lt;br&gt;
It means that users can permanently and automatically save information, apps, and other content (such as images or web apps), preventing data published on the internet from being lost, as happens in many cases every day.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcps7i0969b0oc2fj3o0j.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcps7i0969b0oc2fj3o0j.jpg" alt="Image description" width="800" height="421"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To achieve this, the Archive the Web team created a custom Metamask and a WalletConnect button that allows direct interaction with Arweave and uses the arp Ethereum signer to interact with Smartweave contracts via ETH/ERC20 wallets.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://taikai.network/ethlisbon/hackathons/ethlisbon-2022/projects/cl9v7ejkf118071801ttd82tmgx3/idea" rel="noopener noreferrer"&gt;WalletConnect meets Self-Sovereign Identity&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Winner of the Wallet Connect Best Mobile UX bounty, this project extends the WalletConnect V2 protocol stack to enable Self-Sovereign Identity (SSI), exchanging Decentralized Identifiers and W3C Verifiable Credentials in a secure, privacy-respecting, and user-friendly manner.&lt;br&gt;
But don’t take our word for it.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://taikai.network/ethlisbon/hackathons/ethlisbon-2022/projects/cl9tzyn7h29729001z2ukofazna/idea" rel="noopener noreferrer"&gt;Testamint&lt;/a&gt; 
&lt;/h3&gt;

&lt;p&gt;Testamint, one of the zkSync bounty winners, is a social recovery mobile dApp project that uses zkSync account abstraction to allow account recovery by a group of trusted people after a predetermined interval of inactivity.&lt;br&gt;
It specifically addresses three issues: lost keys, lost passphrases, and death. Yes, that's right: if a cryptocurrency holder passes away, family members can recover it using this dApp.&lt;br&gt;
The solution connects wallets through Wallet Connect and allows users to create a list of family members, set up periodic reminders to prove the user is still alive, and record a video testimonial that will be delivered to family members if the user fails to prove he or she is still alive.&lt;br&gt;
Furthermore, the solution provides the user with the "still here" button to complete a transaction and prove the user is still alive.&lt;/p&gt;

&lt;h2&gt;
  
  
  The best dApps and smart contract projects
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://taikai.network/ethlisbon/hackathons/ethlisbon-2022/projects/cl9slqpm144092101zc25lw0c5j/idea" rel="noopener noreferrer"&gt;Smart What?!&lt;/a&gt; 
&lt;/h3&gt;

&lt;p&gt;During ETH Lisbon, this project, which promised to be a Google Translator for Smart Contracts, was rewarded in the Wallet Connect - Best Mobile UX bounty category.&lt;br&gt;
The idea was to help web2 users understand smart contracts better by "translating" smart contract contents. The goal is to make smart contracts and the web3 world more accessible by providing a thorough understanding of the content.&lt;br&gt;
The mechanism is quite straightforward. Users only need to paste a smart contract URL to get a full translation that anyone with web2 code/math knowledge can understand.&lt;br&gt;
Then, it is possible to save these translations or use Wallet Connect to upload them on Filecoins IPFS. &lt;br&gt;
This tool can also be used by auditing firms to review smart contracts. It saves time and allows less experienced team members to get an audit started.&lt;br&gt;
You can test it right now by entering the URL of your smart contract on the Smart What website.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F69i9l2fi76gf1ycvas65.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F69i9l2fi76gf1ycvas65.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://taikai.network/ethlisbon/hackathons/ethlisbon-2022/projects/cl9solpi758359001z2qgxiqtrl/idea" rel="noopener noreferrer"&gt;SafeCheck&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;This fantastic tool was one of the top ten winners of the ETH Lisbon hackathon. The team's concept was to design a solution that could provide users with information about the outcome of transactions and the addresses they are interacting with, before sending transactions. &lt;br&gt;
In other words, users can analyze smart contract data and transactions before signing them.&lt;br&gt;
SafeCheck can be added as an extension to MetaMask accounts or used directly on the web app by entering a smart contract number and letting SafeCheck inspect it. Additionally, transaction calls can be simulated directly from the web app.&lt;br&gt;
Here's a sample of the SafeCheck web app interface:&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsj6nymhtco3c90z0uikz.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsj6nymhtco3c90z0uikz.jpg" alt="Image description" width="800" height="372"&gt;&lt;/a&gt;&lt;br&gt;
And here is how it works when connected with MetaMask:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fur4jb18rbizsa36m18hn.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fur4jb18rbizsa36m18hn.jpg" alt="Image description" width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://taikai.network/ethlisbon/hackathons/ethlisbon-2022/projects/cl9u0bpxr31220901vt9704zkbr/idea" rel="noopener noreferrer"&gt;Trust score snap&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;This intriguing project was chosen as one of the top ten projects from the ETH Lisbon hackathon. The idea is to show color flags that indicate how safe it is to interact with specific smart contracts: green (safe to use), orange (warning), and red (dangerous).&lt;br&gt;
It acts as a MetaMask Snap extension that reads and categorizes smart contracts based on a security suspicion standard determined by Trust Score. &lt;br&gt;
The project's authors intended to provide users with non-technical information using a simple way to determine whether a smart contract is safe to interact with.&lt;br&gt;
The system automatically analyzes quantitative and qualitative data about a smart contract, such as its popularity (how many people have interacted with it), time of existence (contract age/antiquity), frequency (recent number of interactions), repetition (how many times each user has interacted with the contract), and so on.&lt;br&gt;
Here’s an example analysis:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffxar22e85j30g3dwd1gn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffxar22e85j30g3dwd1gn.png" alt="Image description" width="378" height="554"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Honorable Mentions
&lt;/h2&gt;

&lt;p&gt;Overall, the ETH Lisbon hackathon had some pretty amazing projects!&lt;br&gt;
Curating this list was a tough task too. In total, 97 incredible projects were delivered but it would be too much information to include them all here.&lt;br&gt;
However, to provide a better overview of the event, we compiled a list of "honorable mentions", which is comprised of a handful of projects that caught our attention.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkl5lhudfm5gijhnxl5ff.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkl5lhudfm5gijhnxl5ff.jpg" alt="Image description" width="800" height="555"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://taikai.network/ethlisbon/hackathons/ethlisbon-2022/projects/cl9tzophr28518901vtvuvcqrt6/idea" rel="noopener noreferrer"&gt;Zilly&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;This creative idea was rewarded as one of ETH Lisbon's best projects. The Zully project proposes an embeddable widget for developing Web3 membership programs that increase brand engagement and loyalty.&lt;br&gt;
The project's concept is based on users receiving a membership card and accumulating loyalty points by completing on-chain and off-chain quests.&lt;br&gt;
In exchange, they receive a customizable NFT membership, granting users social status and increasing their sense of belonging to a brand community.&lt;br&gt;
There is a utility shop on the widget where users can spend points to get perks and exclusive benefits.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff1f0f8xz4w1t7kcseum1.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff1f0f8xz4w1t7kcseum1.jpg" alt="Image description" width="737" height="356"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://taikai.network/ethlisbon/hackathons/ethlisbon-2022/projects/cl9v6ct2h110026501talhki7i6s/idea" rel="noopener noreferrer"&gt;Multi Resolver Snap&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;The Multi Resolver Snap project provides a solution for creating a friendlier web3 environment for both users and developers.&lt;br&gt;
The author's idea was to create a snap on MataMask that allows users to send cryptocurrency in a more straightforward manner. It is possible to send crypto to anything using Multi Resolver, such as Twitter names, emails, phone numbers. In other words, this snap enables users to convert any object to an address and send value transactions.&lt;br&gt;
According to the author of the project: “This multi-resolver MetaMask Snap enables dApps to send transactions to string-type handles that can take on a multitude of origins.&lt;br&gt;
Instead of integrating multiple domain services and resolvers individually, dApps can now simply call this snap and let MetaMask do the rest”.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs6ers6xek9205ii9zwed.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs6ers6xek9205ii9zwed.jpg" alt="Image description" width="800" height="370"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://taikai.network/ethlisbon/hackathons/ethlisbon-2022/projects/cl9tv1epm14319401w1mf7ltuhm/idea" rel="noopener noreferrer"&gt;Authsome&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;This project won the Fuel Labs bounty at ETH Lisbon. Authsome creates a multi-signature wallet with the Fuel Virtual Machine (FuelVM) predicate system and the Sway programming language (Fuel's own domain-specific language).&lt;br&gt;
This multi-signature wallet is then used to power a pluggable authentication infrastructure, much like Web3Auth works.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fphj02sn4pi7nzvaiqgge.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fphj02sn4pi7nzvaiqgge.jpg" alt="Image description" width="780" height="428"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here’s how it works:&lt;br&gt;
The user logs in to Athsome using their Fuel email and password. Then, Authsome generates three keys automatically: one is password-encrypted and sent to the backend service; another is stored in the browser's local storage; the third is saved in a file for manual recovery. Following that, the user can make payments.&lt;/p&gt;

&lt;p&gt;For the ones who do not know Fuel, it is a fast execution layer for modular blockchains, and FuelVM is one of the central technology pillars, designed to reduce wasteful processing in traditional blockchain virtual machine architectures.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq4kci9unlemlyj7l9mb7.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq4kci9unlemlyj7l9mb7.jpg" alt="Image description" width="800" height="448"&gt;&lt;/a&gt;&lt;br&gt;
ETH Lisbon hackathon was incredibly fun, exciting and competitive. These challenges provide a space for developers, innovators and enthusiasts to brainstorm ideas and develop projects that help the web3 space grow.&lt;br&gt;
This hackathon was also an excellent validation that hackathons are here to stay. We learned a lot from these projects and shared a glimpse of the obstacles, iterations and opportunities available right now.&lt;br&gt;
Now it's up to you! Browse our hackathons page and start building today.&lt;/p&gt;

&lt;h2&gt;
  
  
  Host hackathons at TAIKAI
&lt;/h2&gt;

&lt;p&gt;TAIKAI's hackathon platform is the perfect place to host your web3 hackathon. &lt;br&gt;
No matter if the hackathon is online or hybrid, we can help you drive innovation and engagement. &lt;br&gt;
Here's a glimpse of what our platform offers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Simple communication among all parties involved: organizers, participants, and mentors;&lt;/li&gt;
&lt;li&gt;Logical and user-friendly hackathon page for organizing and presenting content, rules, prizes, timeline, and updates;&lt;/li&gt;
&lt;li&gt;Matchmaking system: Allow participants to team up and form groups based on each one's abilities;&lt;/li&gt;
&lt;li&gt;Submission projects: Enable rich formats in project submissions including images, videos, and attachments;&lt;/li&gt;
&lt;li&gt;Live streaming: Broadcast content, such as lectures and workshops;&lt;/li&gt;
&lt;li&gt;Transparent voting system: Tokens are used to evaluate projects, ensuring transparency and equal opportunities. &lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Request a demo today and take your hackathon to the next level.
&lt;/h3&gt;

</description>
      <category>french</category>
    </item>
    <item>
      <title>dappKit — The simple way to start your web3 project</title>
      <dc:creator>Hélder Vasconcelos</dc:creator>
      <pubDate>Tue, 07 Jun 2022 12:47:47 +0000</pubDate>
      <link>https://forem.com/taikai/dappkit-the-simple-way-to-start-your-web3-project-43em</link>
      <guid>https://forem.com/taikai/dappkit-the-simple-way-to-start-your-web3-project-43em</guid>
      <description>&lt;p&gt;As developers 👷‍♀️👷👷🏽‍♂️, we are all familiar with the frustration of having to repeat several operations that can be automated. While writing code from scratch it’s the most effective way to develop a custom structure, it’s also time-consuming and inefficient.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;When it comes to web3 development, things can get a little more complicated.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;In an emerging market, new frameworks often appear intimidating and hard to master. As a result, we built &lt;a href="https://dappkit.dev/"&gt;dappKit&lt;/a&gt;: a free web3 SDK that allows developers to create web3 products and features, in as little as three lines of code.&lt;/p&gt;

&lt;p&gt;The dappKit framework allows developers to create web3 projects, without having a steep learning curve.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A powerful introduction to web3 development&lt;/strong&gt;&lt;br&gt;
When we first started developing dappKit, our main concern was creating a framework that was easy to use, well documented, and had the potential to create a world of web3 features and apps.&lt;/p&gt;

&lt;p&gt;With dappKit, you can save hours of work by not having to repeat operations and write web3 code from scratch. It also enables you to create a thin layer around custom smart contracts and deploy them effortlessly.&lt;/p&gt;

&lt;p&gt;Check &lt;a href="https://dappkit.dev/"&gt;https://dappkit.dev/&lt;/a&gt; and start your web3 development&lt;/p&gt;
&lt;h2&gt;
  
  
  What is dappKit?
&lt;/h2&gt;

&lt;p&gt;dappKit is an easy-to-use framework that builds the foundations required to interact with blockchain nodes. The software development kit allows developers to create and integrate web3 apps with as little as 3 lines of code.&lt;/p&gt;

&lt;p&gt;The dappKit can be used by developers, regardless of their experience with web3 programming languages. Web and Javascript/Typescript developers with no Solidity experience will feel completely comfortable using dappKit to interact with EVM standard contracts (ERC-20, ERC-721, ERC1155) and develop web3 products.&lt;/p&gt;

&lt;p&gt;It can also be used by creators, gaming studios, enthusiasts and businesses looking to implement NFTs, DAOs, crypto tokens and many other web3 features into their current product and service offerings.&lt;/p&gt;

&lt;p&gt;We want to dispel the myth that web3 development requires years of experience and extensive knowledge. Our framework provides the foundation for you to start right away and develop a variety of products and web3 features.&lt;/p&gt;

&lt;p&gt;By using dappKit, you don’t have to deeply understand how to connect to a blockchain; simply specify the EVM RPC endpoint (Ethereum, Avalanche, Fantom, Moonbeam, etc…) and you are ready to deploy, read, and interact with smart contracts.&lt;/p&gt;

&lt;p&gt;Moreover, the dappKit transpiler can also be used to generate a typescript/javascript SDK for your custom smart contract.&lt;/p&gt;

&lt;p&gt;It serves no purpose to have an excellent framework without the appropriate documentation, so we dedicated a significant amount of time to writing, demonstrating, and detailing the most significant use cases that our library can serve.&lt;/p&gt;

&lt;p&gt;In addition, you can always rely on our team and community of web3 developers for support in any circumstance. We will try our best to help you on your #web3 mission.&lt;/p&gt;

&lt;p&gt;Of course, contributions and feature requests are more than welcome and appreciated :)&lt;/p&gt;

&lt;p&gt;In the upcoming months, with the launch of Bepro Network v2, TAIKAI Labs will decentralize the development of this library by giving the power to our community to manage the destiny of this SDK.&lt;/p&gt;
&lt;h2&gt;
  
  
  Start a web3 project in three steps with dappKit
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;a href="https://docs.dappkit.dev/start-building/installation"&gt;Install dappKit&lt;/a&gt; — available as an npm package;&lt;/li&gt;
&lt;li&gt;Select which &lt;a href="https://docs.dappkit.dev/start-building/how-to-guides"&gt;type of project&lt;/a&gt; you want to develop (crypto tokens, NFTs, etc.);&lt;/li&gt;
&lt;li&gt;Create a &lt;a href="https://docs.dappkit.dev/start-building/how-to-guides/create-web3connection"&gt;web3 connection&lt;/a&gt; — A very simple way to connect your app to the web3 Environment.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That’s all it takes to start your web3 project with dappKit.&lt;/p&gt;
&lt;h2&gt;
  
  
  What can you develop with dappKit?
&lt;/h2&gt;

&lt;p&gt;Using dappKit, you can create a variety of web3 applications, such as:&lt;/p&gt;
&lt;h3&gt;
  
  
  NFTs (Non-Fungible Tokens)
&lt;/h3&gt;

&lt;p&gt;Create, Deploy and Mint your own NFTs following the industry standards (ERC-721 or ERC1155).&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import { Erc721Standard } from “@taikai/dappkit”;

const nftToken = new Erc721Standard(
{ web3Host: “http://localhost:1337", privateKey: “*” },
“0xContractAddress”
);

await nftToken.start();
await nftToken.mint(“0xWalletAddress”, “tokenId-1”);
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  ERC-20 Tokens
&lt;/h3&gt;

&lt;p&gt;Launch your own ERC-20 tokens. It can be used as currency, as tokens to reward your users via gamification techniques. You cab even tokenise your DAO or a token any asset.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import { ERC20 } from “@taikai/dappkit”;

const erc20 = new ERC20(
{ web3Host: “http://localhost:1337", privateKey: “*” },
“0xContractAddress”
);

await erc20.start();
await erc20.transferTokenAmount(“0xWalletAddress”, 100);
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  DeFi platforms
&lt;/h3&gt;

&lt;p&gt;dappKit comes preloaded with default DeFi smart contracts you can use to jumpstart your business, using Sablier, Loophole or other contracts.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import { Sablier } from “@taikai/dappkit”;

const sablier = new Sablier(

{ 
web3Host: “http://localhost:1337", 
privateKey: “*” },
“0xContractAddress”
);

await sablier.start();
await sablier.withdrawFromStream(1, 500);
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  DAOs (Decentralized Autonomous Organizations)
&lt;/h3&gt;

&lt;p&gt;Base your DAO on our Network and take advantage of a community-made smart contract (Vote contracts and network contracts).&lt;/p&gt;

&lt;p&gt;You can also build DeFi platforms, predictive markets, gaming apps, and features on your website, such as a crypto wallet connection.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import { Network_V2 } from “@taikai/dappkit”;

const network = new Network_V2(
{ web3Host: “http://localhost:1337", privateKey: “*” },
“0xContractAddress”
);

await network.start();
await network.lock(205000);
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Develop your own web3 products with dappKit
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;An open-source SDK&lt;/strong&gt;&lt;br&gt;
dappKit is an open-source SDK, which means it will be improved and developed in a collaborative public manner on a systematic basis. This way, more developers will benefit from future functionalities, higher code quality, and more flexibility.&lt;br&gt;
If you wish to contribute to the dappKit development, make sure to join our web3 dev community on Github, Discord, and dappKit, where you can also work in development bounties.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Free to use, now and forever 😱&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Unlike other web3 SDKs, dappKit is a free framework and it will always be. Even with advanced features.&lt;/p&gt;

&lt;h3&gt;
  
  
  Web3 projects built with dappKit
&lt;/h3&gt;

&lt;p&gt;Our codebase has already been used to build successful web3 projects such as RealFevr and Polkamarkets.&lt;/p&gt;

&lt;p&gt;RealFevr debuted its NFT football collection and ERC20 token on BSC, generating more than +3M€ in revenue for its initial pack sales plus marketplace volume (data from RealFevr).&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://bepronetwork.medium.com/builder-series-1-realfevr-e7ff03df2b78"&gt;RealFevr use case&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Polkamarkets, on the other hand, used the SDK in the development of their platform, which may be found at &lt;a href="https://app.polkamarkets.com"&gt;https://app.polkamarkets.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;dappKit framework has been used in its market prediction engine, Decentralized Finance (DeFi) features, backend infrastructure, and solidity framework.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://bepronetwork.medium.com/builder-series-2-polkamarkets-da6a7f9e626c"&gt;Polkamarkets use case&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Who’s behind the dappKit development?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;dappKit was created by &lt;a href="https://taikai.network"&gt;TAIKAI&lt;/a&gt; — a web3 development hub that connects developers and companies using hackathons, bounties, and hiring challenges.&lt;/p&gt;

&lt;p&gt;In the early stages of dappKit development, it was named Bepro.js and developed under our Bepro Lab branch.&lt;br&gt;
After a major SDK overall and improvement, bepro.js was renamed dappKit and released as a free, open-source codebase.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get started with dappKit&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;dappKit&lt;/strong&gt; is the go-to framework for developers looking to kickstart their web3 projects. Regardless if you’re a senior or junior developer, the dappKit SDK enables you to save time and flattens the learning curve of web3 development.&lt;/p&gt;

&lt;p&gt;Get started with dappKit today at &lt;a href="https://dappkit.dev/"&gt;https://dappkit.dev/&lt;/a&gt; and join our web3 dev community.&lt;/p&gt;

&lt;p&gt;Be part of the #web3 revolution 💪 &lt;/p&gt;

</description>
      <category>web3</category>
      <category>javascript</category>
      <category>blockchain</category>
      <category>typescript</category>
    </item>
    <item>
      <title>HILTI case study: attract and validate talent with hiring challenges</title>
      <dc:creator>carlosmendes-taikai</dc:creator>
      <pubDate>Fri, 03 Dec 2021 15:56:44 +0000</pubDate>
      <link>https://forem.com/taikai/hilti-case-study-attract-and-validate-talent-with-hiring-challenges-217e</link>
      <guid>https://forem.com/taikai/hilti-case-study-attract-and-validate-talent-with-hiring-challenges-217e</guid>
      <description>&lt;p&gt;Recruitment processes need a significant amount of time and effort, not just for human resource departments, but also for the department for which the position is intended.&lt;/p&gt;

&lt;p&gt;Today, we'll show you how to streamline the validation process of hiring a candidate, making it both faster and more reliable, and less dependent on intra-team cooperation.&lt;/p&gt;

&lt;p&gt;The HILTI challenge will serve as the basis for our case study. Their challenge was a success not only in terms of generating innovative solutions but more importantly, identifying and recruiting highly skilled talent. You can also learn more about how to recruit talent using a hackathon.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Through this "2021 HILTI Smart Construction" case study, we will address:&lt;/u&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What is a hiring challenge&lt;/li&gt;
&lt;li&gt;How to use a hiring challenge to attract and validate talent&lt;/li&gt;
&lt;li&gt;HILTI's challenge: main takeaways and insights&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's a hiring challenge? 🤔
&lt;/h2&gt;

&lt;p&gt;A hiring challenge is a step in the recruitment process, meant to validate a candidate's hard and soft skills.&lt;/p&gt;

&lt;p&gt;Simply put, it's a test for applicants which will determine their competencies, core skills, and commitment to the role they're applying for.&lt;/p&gt;

&lt;p&gt;This test can have several steps, depending on the recruiter's needs. It can also be used for a variety of positions, including software engineering, human resources, marketing, product management, and even sales, to mention a few.&lt;/p&gt;

&lt;h2&gt;
  
  
  About HILTI 👷‍♂️
&lt;/h2&gt;

&lt;p&gt;The HILTI Group provides technologically leading products, systems, software, and services to the global construction and energy industries.&lt;/p&gt;

&lt;p&gt;The company, from Liechtenstein, employs 30,000 people worldwide who strive to make construction work easier, faster, and safer while inspiring customers every day.&lt;/p&gt;

&lt;p&gt;HILTI invests roughly 6% of its yearly sales in research and development, demonstrating that the company will not discard innovation anytime soon.&lt;/p&gt;

&lt;h2&gt;
  
  
  2021 HILTI Smart Construction hiring challenge 🚧
&lt;/h2&gt;

&lt;p&gt;The HILTI Smart Construction Challenge was conceived to develop, test, and validate new ideas for complex construction needs.&lt;/p&gt;

&lt;p&gt;By using real-world data, participants were invited to develop a concept or solution that uses new technologies like IoT, computer vision and robots, to capture and contextualize relevant data in the field.&lt;/p&gt;

&lt;p&gt;In a traditional hiring process, having one challenge is enough to engage with candidates and test their skills. However, HILTI opted to run a hybrid model between a hackathon and a hiring challenge.&lt;/p&gt;

&lt;p&gt;This means that on the one hand, the challenges launched aimed to validate solutions to real problems in the construction industry.&lt;/p&gt;

&lt;p&gt;On the other one, HILTI wanted to move forward with the best project, offering the winners a position in the company, and the opportunity to turn their prototype into a real solution as a reward.&lt;/p&gt;

&lt;h3&gt;
  
  
  Challenge results ✅
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;97 participants engaged&lt;/li&gt;
&lt;li&gt;15 projects delivered&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The 2021 HILTI Smart Construction Challenge was a success! &lt;strong&gt;97 participants joined the event and 15 projects were delivered at the end.&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  The challenges ⚙️
&lt;/h3&gt;

&lt;p&gt;HILTI decided not to address a specific problem, but instead, provided a set of challenges that participants could work on.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Here's a quick overview of some of them:&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;Jobsite visualization: Create a digital jobsite that follows the real world one, capturing data in order to save field visits time on large-scale projects.&lt;/p&gt;

&lt;p&gt;Progress management: The tasks completion statuses are still manually filled, making it very time-consuming and inefficient. Developing a process to monitor and track this data will enable smoother operations.&lt;/p&gt;

&lt;p&gt;Enable field collaboration: Improve communication between stakeholders and task assignment efficiency between teams, external partners, and experts.&lt;/p&gt;

&lt;p&gt;Ensure safe and solid construction: Developing 'smart' applications that collect, monitor, and report safety data metrics, to identify leaks, corrosion, cracks, and other vital maintenance elements.&lt;/p&gt;

&lt;h3&gt;
  
  
  The importance of adapting the challenge to the position you're hiring for ✔
&lt;/h3&gt;

&lt;p&gt;Setting clear goals and expectations for the challenge is, of course, essential.&lt;/p&gt;

&lt;p&gt;Keep in mind that some participants may be approaching the company for the first time.&lt;/p&gt;

&lt;p&gt;In addition to demonstrating the company's strategy and goal, you must design a challenge that is tailored to the position, the desired hard skills, and the average experience of the candidates.&lt;/p&gt;

&lt;p&gt;Also, don't forget to describe the challenge in detail, as well as the deliverables and the end goal.&lt;/p&gt;

&lt;h3&gt;
  
  
  Key elements of a hiring challenge setup 🔑
&lt;/h3&gt;

&lt;p&gt;Although the challenge's choice has a huge impact on its outcome, there are other factors to consider in order to ensure an excellent, transparent, and fair execution.&lt;/p&gt;

&lt;p&gt;HILTI did an excellent job organizing this recruitment challenge, so we can examine each of the following topics and draw lessons from it:&lt;/p&gt;

&lt;h4&gt;
  
  
  Timeline ⏳
&lt;/h4&gt;

&lt;p&gt;The length of the challenge varies according to the position you're hiring for, but it should always be aligned with your recruiting process.&lt;/p&gt;

&lt;p&gt;HILTI's timeframe was broken down into several steps:&lt;/p&gt;

&lt;p&gt;Registration and project submission&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Initial HILTI expert review&lt;/li&gt;
&lt;li&gt;Semifinals&lt;/li&gt;
&lt;li&gt;Refinement of selected projects&lt;/li&gt;
&lt;li&gt;Grand final&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The projects that advanced were analyzed by each innovation sector within the company and the best ones were selected for a presentation in Paris, in a multi-day event.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Main takeaway&lt;br&gt;
One of the reasons we loved HILTI's challenge so much is because they did things differently. By hosting such a unique hiring challenge, they showed everyone why innovation is what drives businesses forward.&lt;br&gt;
We are not expecting this challenge to be replicable in every company, but instead, to provide some really solid ideas when it comes to recruiting highly specialized talent.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Resources 🧰
&lt;/h3&gt;

&lt;p&gt;Without a doubt, presenting the necessary resources to the participants is one of the most critical elements of a hiring challenge.&lt;/p&gt;

&lt;p&gt;HILTI didn't hold back and provided a comprehensive and applicable source directory for the challenge, including graphics, documents, statistics, CAD files, among other materials.&lt;/p&gt;

&lt;p&gt;It is critical to analyze the provided information before initiating a challenge, as it may not be enough for innovators to construct a well-designed project. However, you should also point out that external research should be conducted by the participants.&lt;/p&gt;

&lt;h3&gt;
  
  
  The position 🥇
&lt;/h3&gt;

&lt;p&gt;As we mentioned earlier, the goal of this recruitment hackathon was to offer a position in the innovation department at HILTI.&lt;/p&gt;

&lt;p&gt;The opportunity could be to develop the winning project and transform the prototype into a fully functional solution, or to become involved in other advanced technology initiatives of HILTI.&lt;/p&gt;

&lt;p&gt;The market leader company went even a step further: the chosen top teams were invited to the Finals event in Paris, with travel and accommodation expenses covered by Hilti.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Winner! 🏆
&lt;/h3&gt;

&lt;p&gt;The winning project came from a solo member and he developed a prototype to track tools usage in day-to-day operations.&lt;br&gt;
By having access to this resource, teams can visualize the data and understand which tools are used, at what time, where, and for what purposes.&lt;/p&gt;

&lt;p&gt;Then, by resorting to machine learning, the data extracted could be used to optimize a multitude of work tasks, such as, for example, identifying the best tools for a given task, or even detecting misusage or unsafe manner during tool operations.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final thoughts 💭
&lt;/h2&gt;

&lt;p&gt;We hope that this case study has given you a better view of today's recruiting challenges, as well as solutions to them. Because of its "outside-the-box" approach, the 2021 HILTI Smart Construction Challenge was a massive success.&lt;/p&gt;

&lt;p&gt;Unlike a conventional recruitment process, this challenge enabled HILTI to identify exceptional ideas to innovate the construction sector, identify and hire highly skilled individuals, and build brand engagement, reinforcing its position as a sector leader.&lt;/p&gt;

&lt;p&gt;At TAIKAI, we began to notice that hackathon organizers saw significant potential in the best participants, and it was quite typical to reach out to them at the end of the hackathon to recruit these talents.&lt;/p&gt;

&lt;p&gt;After all, being a hackathon winner indicates that they understand the company's challenges and are already aligned with its mission and vision.&lt;/p&gt;

&lt;p&gt;Companies see a candidate who has already shown commitment, dedication, and effort in the development of a project. The hard skills validation has already been completed, thus the final step is to recruit them.&lt;/p&gt;

&lt;p&gt;TAIKAI's purpose is to provide a bridge between the community and organizations. That's why we're incredibly excited to share that we're working on a hiring challenge tool!&lt;/p&gt;

&lt;p&gt;This technology seeks to help businesses attract and validate talent more quickly and reliably, while applicants can earn KAI tokens by executing the project. This way, we can provide an incentive for the community to apply for a certain vacancy, and you can be confident that the applicants are interested in your hiring challenge.&lt;/p&gt;

&lt;p&gt;We are offering a one-month free trial (for one hiring position). If you'd like to try out our tool, feel free to contact us!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to master open hackathons: CASSINI case study</title>
      <dc:creator>carlosmendes-taikai</dc:creator>
      <pubDate>Mon, 29 Nov 2021 10:18:11 +0000</pubDate>
      <link>https://forem.com/taikai/how-to-master-open-hackathons-cassini-case-study-5bch</link>
      <guid>https://forem.com/taikai/how-to-master-open-hackathons-cassini-case-study-5bch</guid>
      <description>&lt;p&gt;Have you ever wondered what it takes to run a successful open hackathon?&lt;/p&gt;

&lt;p&gt;We analyzed the CASSINI hackathon in detail in order to provide you with insights from our client, so you can easily repeat them step-by-step and structure your next hackathon.&lt;/p&gt;

&lt;p&gt;CASSINI makes up for a great example. They already have previous experience in organizing hackathons and were able to gather more than 500 participants! Also, the hackathon took place simultaneously in 10 different countries!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In this article we will cover:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;    CASSINI program&lt;/li&gt;
&lt;li&gt;    About the Hackathon&lt;/li&gt;
&lt;li&gt;    About the participants&lt;/li&gt;
&lt;li&gt;    Results obtained&lt;/li&gt;
&lt;li&gt;    Key Insights&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;First, there are two different types of hackathons: &lt;strong&gt;internal and open hackathons.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Today, we’ll focus on the latter, but if you want to know more about in-company hackathons we suggest you read our &lt;a href="https://taikai.network/en/blog/company-hackathon-taboola-case-study"&gt;Taboola case study.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Before we discuss the hackathon itself, it’s important to understand what’s the CASSINI program about, and the scope of the challenge.&lt;/p&gt;

&lt;h2&gt;
  
  
  CASSINI: An European Union initiative 🇪🇺
&lt;/h2&gt;

&lt;p&gt;CASSINI Hackathons and Mentoring are a series of six, bi-annual hackathons, organized by the European Union to address global issues through European space technologies.&lt;/p&gt;

&lt;p&gt;These hackathon series are part of a bigger EU action plan for the years 2021 to 2027, which includes the CASSINI Seed and Growth Funding Facility, CASSINI Matchmaking with investors and large enterprises, CASSINI Business Accelerator, and others.&lt;/p&gt;

&lt;p&gt;The hackathons took place in ten cities across Europe and provided participants with access to pre-processed Arctic data, on-demand training, and other essential tools to support them in addressing one of three challenges.&lt;/p&gt;

&lt;h3&gt;
  
  
  The purpose of this hackathon
&lt;/h3&gt;

&lt;p&gt;The Space Entrepreneurship Initiative aimed to encourage a market-driven space industry in Europe, and CASSINI hackathons have a very important role in this program: to reach creative, young people, interested in developing innovative digital applications based on space data and potentially becoming entrepreneurs.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Hackathon: Connecting the Arctic 🐻‍❄️
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;575 participants&lt;/li&gt;
&lt;li&gt;84 projects delivered&lt;/li&gt;
&lt;li&gt;2 months total duration&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We’ve talked about how the hackathon initiatives are part of an EU space program, but that doesn’t necessarily translate into space exploration or going to Mars.&lt;/p&gt;

&lt;p&gt;The Connecting the Arctic hackathon focused on finding solutions for the most pressing issues facing the Arctic region through space technology tools, such as Galileo and Copernicus satellites.&lt;/p&gt;

&lt;p&gt;Utilizing space tech to address climate issues is a great example of how you can leverage the resources you have, in order to reach a broader audience.&lt;/p&gt;

&lt;h3&gt;
  
  
  The challenges
&lt;/h3&gt;

&lt;p&gt;This hackathon was comprised of 3 different challenges:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Challenge #1: Ensure safe transportation at sea.&lt;br&gt;
Participants were urged to research navigation route optimization, extreme weather and sea ice warnings, future shipping lane expansion and connectivity, and environmental disaster and emergency management.&lt;/p&gt;

&lt;p&gt;Challenge #2: Life on Land&lt;br&gt;
Participants were compelled to look into subjects including environmental monitoring and climate change mitigation, renewable energy breakthroughs, and improved connectivity for remote research stations.&lt;/p&gt;

&lt;p&gt;Challenge #3: Caring for our Wildlife&lt;br&gt;
To bring the concept to life, participants had at their disposal European space data, signals from secure connectivity infrastructures, Copernicus, Galileo, and EGNOS satellites.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Structure &amp;amp; Timeline ⌚
&lt;/h3&gt;

&lt;p&gt;In order to host a successful open hackathon, you must take into account the timeline and structure of the event.&lt;/p&gt;

&lt;p&gt;Too little time between stages can become a huge problem later in project development, but too much time might seem like a never-ending challenge for participants, and eventually lead to a sense of disconnection.&lt;/p&gt;

&lt;p&gt;The CASSINI hackathon structure was split into three phases:&lt;/p&gt;

&lt;p&gt;**&lt;br&gt;
Registration phase: 2 months**&lt;/p&gt;

&lt;p&gt;There isn’t a perfect answer when it comes to choosing for how long you should have registrations open, as it highly depends on your capability of reaching the desired number of participants.&lt;/p&gt;

&lt;p&gt;As a rule of thumb, it’s better to have a more extensive deadline rather than reaching the final day and ruling out potential participants.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;-    Big ideas campaign: 3 days&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;CASSINI also ran a series of online events 3 days before the closing registration deadline. This was a great experiment for many reasons:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;   Provided information to participants about the challenge and the supporting data; &lt;/li&gt;
&lt;li&gt;    Gave them a window to find teammates and network; &lt;/li&gt;
&lt;li&gt;    Generated hype and buzz around the event, leading to more last-minute registrations.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Hackathon event: 2 days&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The moment all the hard work comes together into play. The event duration is typically one or two days for most hackathons but can go all the way up to five days.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Demo day &amp;amp; awards: 1 day&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The presentation and voting are usually on the last day of the hackathon event, however, CASSINI chose to do it a few days later, given that the projects had to be validated first by the local organizers.&lt;/p&gt;

&lt;h3&gt;
  
  
  Collaboration with local partners 🤝
&lt;/h3&gt;

&lt;p&gt;CASSINI Hackathons are held in 10 different locations simultaneously, and in order to do that, they must rely on competent local entities to ensure the hackathon is done properly.&lt;/p&gt;

&lt;p&gt;For the second hackathon edition, the chosen countries were:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;    Croatia 🇭🇷&lt;/li&gt;
&lt;li&gt;    Finland 🇫🇮&lt;/li&gt;
&lt;li&gt;    France 🇫🇷&lt;/li&gt;
&lt;li&gt;    Germany 🇩🇪&lt;/li&gt;
&lt;li&gt;    Iceland 🇮🇸&lt;/li&gt;
&lt;li&gt;    Italy 🇮🇹&lt;/li&gt;
&lt;li&gt;    Latvia 🇱🇻&lt;/li&gt;
&lt;li&gt;    Romania 🇷🇴&lt;/li&gt;
&lt;li&gt;    Slovakia 🇸🇰&lt;/li&gt;
&lt;li&gt;    Spain 🇪🇸&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Opening applications to external organizations was very important in order to obtain such a high number of participants.&lt;/p&gt;

&lt;p&gt;Local organizations worked as promoters and spread the word about the event. In turn, they had the chance to cooperate in a European Union space program, access networking opportunities inside the EU, and position themselves as market leaders.&lt;/p&gt;

&lt;h3&gt;
  
  
  Prizes and Rewards 💶
&lt;/h3&gt;

&lt;p&gt;The “Connect the Arctic” hackathon had two categories of prizes. The main prize was 100 hours of mentoring, awarded to the top 3 overall winners.&lt;/p&gt;

&lt;p&gt;However, CASSINI went a step further and also rewarded the top 3 projects by country with monetary prizes ranging from 250€ to 3000€, depending on the region and placement, plus a shot at an incubation program in some countries.&lt;/p&gt;

&lt;p&gt;Having these incentives meant that in total, 30 teams would qualify for a monetary prize, even if they weren’t considered the best 3 overall.&lt;/p&gt;

&lt;h3&gt;
  
  
  Mentors and Judges 🧑‍⚖️
&lt;/h3&gt;

&lt;p&gt;In this open hackathon, CASSINI had 35 mentors and a panel of 11 judges.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Let’s break it down:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The high number of mentors is directly correlated to the prizes given by CASSINI. Even though there was also a monetary incentive, the biggest reward for innovators was the 100 hours of expert mentoring. By having a varied number of mentors, they could reinforce the value of the prize.&lt;/p&gt;

&lt;p&gt;As for the juries, the main takeaway is that they should have considerable knowledge and experience in the field, as well as be an authority in the community.&lt;/p&gt;

&lt;p&gt;You can select judges from your company to evaluate projects, but you can also reach out to other names in your industry.&lt;/p&gt;

&lt;p&gt;Now that we've addressed the hackathon, let's move on to the next section and learn more about the community. After all, they are the focus of your hackathon.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to get more registrations for your hackathon 👨‍💻👩‍💻
&lt;/h2&gt;

&lt;p&gt;It’s not easy to obtain over five hundred participants in a single event!&lt;/p&gt;

&lt;p&gt;It’s also one of the reasons we decided to choose the CASSINI hackathon for this case study.&lt;/p&gt;

&lt;p&gt;We’ve conducted further research and found key patterns to get more participants that can be replicated in any hackathon.&lt;/p&gt;

&lt;h3&gt;
  
  
  Community management tools ⚙️
&lt;/h3&gt;

&lt;p&gt;At TAIKAI we provide all the tools you need to host a hackathon, however, we cannot overlook the importance of managing the community throughout the event. &lt;/p&gt;

&lt;p&gt;**&lt;br&gt;
CASSINI had two major touchpoints with innovators that can boost your community:**&lt;/p&gt;

&lt;h4&gt;
  
  
  Creating a landing page is a great way to keep users updated 📃
&lt;/h4&gt;

&lt;p&gt;Even though CASSINI is part of a bigger project (and organization, for that matter), that didn’t stop them from creating their unique website dedicated to this program.&lt;/p&gt;

&lt;p&gt;With eye-catching graphics &amp;amp; animations, a clear message, and detailed information about the event, this website had everything a potential participant could be looking for.&lt;/p&gt;

&lt;h4&gt;
  
  
  Use Discord as a hack to engage with your community 💬
&lt;/h4&gt;

&lt;p&gt;Discord, Slack, or other chat-based apps are one of the best ways to engage with your audience.&lt;/p&gt;

&lt;p&gt;Most of the tools are freemium, but you can also take a look at the resources you already have at your disposal. Just note that the tool must be easy to access and use.&lt;/p&gt;

&lt;p&gt;Overcomplicating can have a negative impact on the number of innovators that join your channel.&lt;/p&gt;

&lt;h3&gt;
  
  
  Find your ideal participant ✔️
&lt;/h3&gt;

&lt;p&gt;Having a clear understanding of who your participants are is crucial to the success of the hackathon, as even the slightest mistake in your target audience can have a meaningful impact later on.&lt;/p&gt;

&lt;p&gt;For example, if your hackathon’s goal was to manage big data and create a better annual report for your company, you’re probably looking for data analysts. Targeting professionals from every computer science field would most likely bring poorer results, than just focusing on data scientists.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Here are some questions you should ask yourself in order to understand the community better: *&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;    Are we targeting a specific participant role or multiple ones? &lt;/li&gt;
&lt;li&gt;    What role is that? (Web developers? Data analysts? Product managers?)&lt;/li&gt;
&lt;li&gt;    Does my challenge have a strong UI/UX/Design requirement? &lt;/li&gt;
&lt;li&gt;    Are my goals broad or very specific? &lt;/li&gt;
&lt;li&gt;    Where can I find my target audience?&lt;/li&gt;
&lt;li&gt;    What social channels and communities do they participate in the most?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As for CASSINI, they chose to widen the participant group by inviting anyone with a passion for entrepreneurship, nature, and EU space technologies to participate.&lt;/p&gt;

&lt;p&gt;The emphasis was on skills such as creativity, entrepreneurship, and design, rather than specific roles, like software engineers.&lt;/p&gt;

&lt;h3&gt;
  
  
  Be flexible  ⚖️
&lt;/h3&gt;

&lt;p&gt;The subject of satellite navigation and space technology is so massive, that it could have thrown people away, especially if they didn’t have prior knowledge of the hackathon. &lt;/p&gt;

&lt;p&gt;CASSINI knew this could pose a threat and decided to educate the community. They clearly stated that anyone could apply without previous knowledge or experience in EU space technologies, as they would provide the necessary training and data access to help succeed in the event.&lt;/p&gt;

&lt;h3&gt;
  
  
  Be inclusive 🌎
&lt;/h3&gt;

&lt;p&gt;Furthermore, if a participant was not from one of the 10 local host countries, they could still apply to join the hackathon! Those innovators were simply fitted into the nearest country challenge and would compete there.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start gathering participants long before the hackathon begins
&lt;/h2&gt;

&lt;p&gt;CASSINI focused on getting users to register in their newsletter. &lt;/p&gt;

&lt;p&gt;Email marketing is still a great and effective way to engage with users. On one hand, they chose to subscribe to it, which is a proactive indicator of interest. &lt;/p&gt;

&lt;p&gt;Secondly, you can use this channel to keep them up to date with news, schedules and convey any other information you deem important.&lt;/p&gt;

&lt;h2&gt;
  
  
  Hackathon results 💯
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Results recap:&lt;br&gt;
        575 participants&lt;br&gt;
        84 projects delivered&lt;br&gt;
        30 local winning projects&lt;br&gt;
        3 EU winning projects&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A hackathon is never just a hackathon. Your primary goal is to find a solution to an existing problem, but there are other benefits you can reap.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here are the main results the CASSINI open hackathon - Connecting the Arctic - obtained:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Three great projects selected&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The winning projects can be further developed and implemented, creating solutions that help society, wildlife, and transportation in the Arctic region.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;2. Increased brand awareness&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Not just for the CASSINI hackathon, but for the overall European Union program and space technologies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Engage with a young, hungry, and tech-savvy community&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The effects of this event will go way beyond the hackathons. Through CASSINI, the EU is planting the seed in young European innovators, and it has the potential to collect the fruits in years to come.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Insights to take from this open hackathon case study 💡
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Hackathon recap:
    2 months hackathon duration
    10 co-host countries
    35 mentors
    11 judges
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;    Have a clear, measurable, and obtainable goal of what you want to achieve with the hackathon.&lt;/li&gt;
&lt;li&gt;    Have realistic expectations about the outcome of the challenge.&lt;/li&gt;
&lt;li&gt;    Provide complete information about the challenge(s) at hand.&lt;/li&gt;
&lt;li&gt;    Provide any necessary support data for participants to work on.&lt;/li&gt;
&lt;li&gt;    Find ways to create hype about your hackathon: Cassini hosted their big ideas campaign 3 days prior to the main event, and that was a great tool to sustain engagement, generate buzz and increase the number of participants.&lt;/li&gt;
&lt;li&gt;    Evaluate the need and importance of having co-hosts in your hackathon, as they can help you to promote your event and reach to a broader audience.&lt;/li&gt;
&lt;li&gt;    Conduct research to find the ideal audience for your hackathon.&lt;/li&gt;
&lt;li&gt;    Engage with your community during the hackathon. Participants will have doubts and questions during the challenge. It’s up to you - the host - to always assist them and make them feel comfortable in the project they’re developing. The quality of their projects relies on having a solid understanding of the challenge.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final Thoughts 💭
&lt;/h2&gt;

&lt;p&gt;Open hackathons are a powerful tool and can be structured in many different ways. In this case study, we shed a light on CASSINI: a great example of a hackathon done right.&lt;/p&gt;

&lt;p&gt;It’s incredible to see that public entities - such as the European Union - are at the forefront of innovation. Hosting not one, but six different hackathons shows the belief of the EU in this type of event, and how it can help to drive innovation.&lt;/p&gt;

&lt;p&gt;This hackathon was hosted at TAIKAI: our &lt;a href="https://taikai.network/en/organizations"&gt;all-in-one virtual hackathon platform.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We know that learning how to organize a hackathon can be a challenge without the correct tools, so we’ve simplified the process to create a better experience for your organization.&lt;/p&gt;

&lt;p&gt;Microsoft, Pfizer, European Union and NISSAN, are just a few brands that have already made part of our amazing challenges and hackathons. Now it’s your turn.&lt;br&gt;
&lt;a href="https://taikai.network/en/organizations"&gt;Launch your challenge or request a demo today.&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>5 Inspiring hackathon project ideas</title>
      <dc:creator>carlosmendes-taikai</dc:creator>
      <pubDate>Tue, 16 Nov 2021 17:45:18 +0000</pubDate>
      <link>https://forem.com/taikai/5-inspiring-hackathon-project-ideas-fda</link>
      <guid>https://forem.com/taikai/5-inspiring-hackathon-project-ideas-fda</guid>
      <description>&lt;p&gt;&lt;strong&gt;Winning a hackathon is not easy and you know it.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;We’ve already shared &lt;a href="https://taikai.network/en/blog/6-tips-to-win-a-hackathon"&gt;some tips you should follow&lt;/a&gt; to improve your chances of winning one, but everything will revolve around your idea for the project. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--E0GwlJuo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://taikai.azureedge.net/AIqKmkup9Xds8nHqNRBfA-PS2IT-P00fiyPW40k9BGE/rs:fit:800:0:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL3RhaWthaS1zdG9yYWdlL2ltYWdlcy80YjljNzg1MC00NmM1LTExZWMtOTNmNi1hN2UzM2QyYWE3NTF4cHMtNFRCU0cyT3F1MFEtdW5zcGxhc2goMSkuanBn" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--E0GwlJuo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://taikai.azureedge.net/AIqKmkup9Xds8nHqNRBfA-PS2IT-P00fiyPW40k9BGE/rs:fit:800:0:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL3RhaWthaS1zdG9yYWdlL2ltYWdlcy80YjljNzg1MC00NmM1LTExZWMtOTNmNi1hN2UzM2QyYWE3NTF4cHMtNFRCU0cyT3F1MFEtdW5zcGxhc2goMSkuanBn" alt="hackathon challenge" width="800" height="534"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are quite a few articles out there with generic and outdated ideas.&lt;/p&gt;

&lt;p&gt;If you really want to stand out from the crowd, you need to understand the &lt;strong&gt;context of each project and how they won the hackathon.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We’ll show you examples of real, winning hackathon projects, so you can adapt the ideas to your own project, as you see fit. &lt;/p&gt;

&lt;p&gt;Whether you’re a beginner or a seasoned participant, these hackathon ideas should get you inspired and ready to rock 🤘&lt;/p&gt;

&lt;h2&gt;
  
  
  Winning Hackathon Project Ideas 🥇
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Dedicated Marketplace and Community Hub 🖼️
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;The Challenge: #hackARThon&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;The prime goal of this hackathon was to render NFTs more accessible to a wider audience, while also giving artists more control over all elements of their creation, including distribution and monetization.&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Community-oriented hackathons are absolutely fantastic because you feel your work will have a direct impact on people’s lives.&lt;/p&gt;

&lt;p&gt;The team behind the “ARTIST-Made” project opted to create a Marketplace and Community Hub that provided limited edition art &amp;amp; design NFT items.&lt;/p&gt;

&lt;p&gt;Their goal was to “match lovers of Art &amp;amp; Design, Creative Minds, and Art Community” in a special hub, comprised of a marketplace and mobile app.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2aHFghNE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://taikai.azureedge.net/xW9xboEAn-y5TJ93hwI9zsbKJJY3FoLg_gXylhH_B3E/rs:fit:800:0:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL3RhaWthaS1zdG9yYWdlL2ltYWdlcy80OTdmZTQ3MC00NmM2LTExZWMtOTQzYi04N2NmYjJkMTE0NzhTY3JlZW5zaG90IDIwMjEtMTEtMTYgYXQgMTAuMTUuNDMucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2aHFghNE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://taikai.azureedge.net/xW9xboEAn-y5TJ93hwI9zsbKJJY3FoLg_gXylhH_B3E/rs:fit:800:0:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL3RhaWthaS1zdG9yYWdlL2ltYWdlcy80OTdmZTQ3MC00NmM2LTExZWMtOTQzYi04N2NmYjJkMTE0NzhTY3JlZW5zaG90IDIwMjEtMTEtMTYgYXQgMTAuMTUuNDMucG5n" alt="ARTIST-Made project" width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This project was incredible.&lt;/p&gt;

&lt;p&gt;For starters, it was exactly in line with the goal of the challenge.&lt;/p&gt;

&lt;p&gt;Secondly, a marketplace &amp;amp; hub meant that every party would use the platform, not just the artists: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;   Creators had a place to share their work digitally, get recognition, and most importantly, monetize it. &lt;/li&gt;
&lt;li&gt;   Art &amp;amp; Design Lovers had a niche platform to share their passion, access exclusive content, and communicate with each other. &lt;/li&gt;
&lt;li&gt;   Organizations, galleries, museums, and other entities had a social channel to share their events and promote their offering. &lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  The Hack 💻
&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;Community-oriented hackathons are absolutely fantastic because your work has a direct impact on people’s lives.&lt;/strong&gt; Developing a &lt;strong&gt;marketplace &amp;amp; community hub&lt;/strong&gt; is an interesting approach to connect communities and organizations, especially if you can provide great value for both.&lt;/p&gt;

&lt;p&gt;This project idea was extremely &lt;strong&gt;well detailed and presented&lt;/strong&gt;, making it a clear winner of the hackathon and a great source of inspiration for those that follow. &lt;/p&gt;

&lt;p&gt;Even though the challenge was focused on NFT technology, you can adapt the idea for other types of industries and communities.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. An AI, Satellite-based Navigation Platform 🛰️
&lt;/h3&gt;

&lt;p&gt;*&lt;em&gt;The Challenge: &lt;a href="https://taikai.network/en/cassinihackathons/challenges/connectingthearctic/overview"&gt;CASSINI Hackathon&lt;/a&gt; *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;The second edition of the CASSINI Hackathon aimed to find solutions to protect and support the precious Arctic region. Open sea mobility, environmental monitoring and wildlife protection were the 3 main categories innovators could choose from.&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This hackathon was extremely popular and brought together more than 570 participants!&lt;/p&gt;

&lt;p&gt;The “PolarBearings” project was one of the winners. &lt;/p&gt;

&lt;p&gt;They created an &lt;strong&gt;AI-based polar navigation platform&lt;/strong&gt; that provided optimal routing for land vehicles in arctic regions, influenced by climate change. &lt;/p&gt;

&lt;p&gt;Did you know Arctic communities have to cross frozen lakes and ice roads for both personal and commercial needs? With the increasing temperatures due to climate change, these routes are becoming more and more dangerous.&lt;/p&gt;

&lt;p&gt;PolarBearings team tackled the challenge and used two components to craft this brilliant project: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;   A data platform that uses machine learning; &lt;/li&gt;
&lt;li&gt;   Satellite data for real-time ice trail safety predictions (using Copernicus) and navigation (using Galileo). &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Qs1WCvf7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://taikai.azureedge.net/-6ORqKMsDK3l4e_FvqzLnE2LZGPi3scT0Cup4YS9Ki0/rs:fit:800:0:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL3RhaWthaS1zdG9yYWdlL2ltYWdlcy8wZmRmYmViMC00NmQ2LTExZWMtYTVjYy1kNzcwNzc5MDZmZTRwb2xhcmJlYXJpbmdzIHByb2plY3QucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Qs1WCvf7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://taikai.azureedge.net/-6ORqKMsDK3l4e_FvqzLnE2LZGPi3scT0Cup4YS9Ki0/rs:fit:800:0:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL3RhaWthaS1zdG9yYWdlL2ltYWdlcy8wZmRmYmViMC00NmQ2LTExZWMtYTVjYy1kNzcwNzc5MDZmZTRwb2xhcmJlYXJpbmdzIHByb2plY3QucG5n" alt="PolarBearings" width="800" height="700"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We reached out to Thomas Metcalfe, who was part of the PolarBearings team, and he kindly shared with us their &lt;strong&gt;ideation process:&lt;/strong&gt; &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“At first it was all market research. There wasn’t any advantage in building solutions without fully understanding the problem faced in the region. So, we all did independent research and shared our findings in Discord. &lt;/p&gt;

&lt;p&gt;Over time, some problems gained our interest more than others - at this point, we began considering solutions. &lt;/p&gt;

&lt;p&gt;We had maybe 2 or 3 meetings where we began pitching potential ideas, and through our discussions (and advice from the experts), we slowly eliminated ideas until we arrived at the one we were most confident in.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  The Hack 💻
&lt;/h3&gt;

&lt;p&gt;AI product &amp;amp; service applications are becoming increasingly popular. The demand is also higher than ever. &lt;/p&gt;

&lt;p&gt;Obviously, we know that satellite navigation isn’t easily accessible and replicable.&lt;/p&gt;

&lt;p&gt;But your focus should be on the AI component, and how this German team managed to leverage the power of artificial intelligence to develop a project that prioritizes safety and reliability.&lt;/p&gt;

&lt;p&gt;And while their goal could have been just to design the technical side of the technology, they still managed to prototype a mobile app, define revenue models and detail a future roadmap of operations.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Mobile App with a very special feature 🏷️
&lt;/h3&gt;

&lt;p&gt;*&lt;em&gt;The Challenge: &lt;a href="https://taikai.network/en/ctt/challenges/dcode-challenge/overview"&gt;d|Code Hackathon&lt;/a&gt; *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;`D|Code Challenge aimed to provide the Portuguese national post services a solution that could seamlessly read the barcodes containing all the data about a specific package.&lt;/p&gt;

&lt;p&gt;The application had to be able to recognize all of the information on the code and display it on the screen.`&lt;/p&gt;

&lt;p&gt;“Post it” was the winner project of this hackathon.&lt;/p&gt;

&lt;p&gt;The team of just two Brazilians developed a mobile app that delivered on its promise: &lt;strong&gt;they created a fast and accurate bus code (similar to a barcode), that could read the item information and present it on the mobile device.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--kByEC1sQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://taikai.azureedge.net/CRr_wYVSfk2nv4LiIh2GPY913MJJfCNmIyhAoBwWdR0/rs:fit:800:0:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL3RhaWthaS1zdG9yYWdlL2ltYWdlcy9kOTE0YTg2MC00NmQ5LTExZWMtOTQzYi04N2NmYjJkMTE0NzhTY3JlZW5zaG90IDIwMjEtMTEtMTYgYXQgMTIuMzYuMjQucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kByEC1sQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://taikai.azureedge.net/CRr_wYVSfk2nv4LiIh2GPY913MJJfCNmIyhAoBwWdR0/rs:fit:800:0:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL3RhaWthaS1zdG9yYWdlL2ltYWdlcy9kOTE0YTg2MC00NmQ5LTExZWMtOTQzYi04N2NmYjJkMTE0NzhTY3JlZW5zaG90IDIwMjEtMTEtMTYgYXQgMTIuMzYuMjQucG5n" alt="Post it" width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  The Hack 💻
&lt;/h3&gt;

&lt;p&gt;Sometimes, less is more. Many hackathons have different challenges, but others &lt;strong&gt;have just one target in their minds such as this one.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This project was a huge success since it &lt;strong&gt;addressed CTT's key pain point&lt;/strong&gt; and solved it with a simple and effective tool. The team &lt;strong&gt;employed bus code technology&lt;/strong&gt; to create a reading process that was &lt;strong&gt;swift, efficient, and, most importantly, capable of working without an internet connection in remote locations!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;They've also integrated this system with the smartphone app, making it &lt;strong&gt;easier for courier distributors to operate on a daily basis.&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  4. AI-Based Violence Detection System 🙅‍♂️
&lt;/h3&gt;

&lt;p&gt;*&lt;em&gt;The Challenge: &lt;a href="https://taikai.network/en/bithacks/challenges/bithacks/overview"&gt;BitHacks Hackathon&lt;/a&gt; *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;BitHacks is a platform for AI Social Impact. They reached out to innovators to find solutions for existing social problems, through AI-based applications.&lt;/code&gt; &lt;/p&gt;

&lt;p&gt;Project “JustView” was one of the winners. The team decided to address &lt;strong&gt;social justice&lt;/strong&gt;, in the form of a very controversial topic lately - &lt;strong&gt;police brutality.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;lack of accountability of policemen&lt;/strong&gt; has been a hot trend - especially in the USA - but with &lt;strong&gt;repercussions all over the world.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1VsG_5oK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://taikai.azureedge.net/Lvx8t4ivCbQJiD_fU2evkh_bOInwg0NOMDGZTqK9cTY/rs:fit:800:0:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL3RhaWthaS1zdG9yYWdlL2ltYWdlcy85MzE4YzVmMC00NmQ3LTExZWMtOTNmNi1hN2UzM2QyYWE3NTFTY3JlZW5zaG90IDIwMjEtMTEtMTYgYXQgMTIuMTkuNDcucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1VsG_5oK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://taikai.azureedge.net/Lvx8t4ivCbQJiD_fU2evkh_bOInwg0NOMDGZTqK9cTY/rs:fit:800:0:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL3RhaWthaS1zdG9yYWdlL2ltYWdlcy85MzE4YzVmMC00NmQ3LTExZWMtOTNmNi1hN2UzM2QyYWE3NTFTY3JlZW5zaG90IDIwMjEtMTEtMTYgYXQgMTIuMTkuNDcucG5n" alt="JustView" width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That’s why the team decided to &lt;strong&gt;develop an AI-based violence detection system.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Police officers are using bodycams to record their interactions with citizens, but even then, the “large amount of camera data is not being reliably analyzed, leading to a lack of accountability”.&lt;/p&gt;

&lt;p&gt;The goal of this great project was to collect the data, analyze it, and create an algorithm that could distinguish violent from non-violent footage. The latter would then be sent to a third-party human investigator, for further analysis. &lt;/p&gt;

&lt;h3&gt;
  
  
  The Hack 💻
&lt;/h3&gt;

&lt;p&gt;Once again, the &lt;strong&gt;true power of AI is yet to be unleashed.&lt;/strong&gt; It can (and should) be used for the &lt;strong&gt;benefit of the community&lt;/strong&gt;, just like we’ve seen in this brilliant use case example.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Digital stickers for fast &amp;amp; secure ticket validations 🧾
&lt;/h3&gt;

&lt;p&gt;*&lt;em&gt;The Challenge: &lt;a href="https://taikai.network/en/wiener-linien/challenges/tickethon/overview"&gt;Tickethon&lt;/a&gt; *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;`Wiener Linien - Vienna’s public transport operator - is responsible for roughly 180 underground, tram and bus lines.&lt;/p&gt;

&lt;p&gt;The purpose of this hackathon was to find ways to improve and speed up the process of both issuing and validating digital tickets. &lt;/p&gt;

&lt;p&gt;They also aimed to increase the efficiency of operations, the accuracy of ticket validation, as well as the overall passenger experience.`&lt;/p&gt;

&lt;p&gt;“Quicker with a Sticker” project not only had a clever name, but also a &lt;strong&gt;clever hackathon idea.&lt;/strong&gt; They used Bluetooth Low Energy (BLE) beacons and QR Codes to develop a digital sticker validation system. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--MYmvcTgx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://taikai.azureedge.net/RuHGFmkioaMBoKZwn79BT-5KppR0SDGsBRyjdSl9qow/rs:fit:800:0:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL3RhaWthaS1zdG9yYWdlL2ltYWdlcy80NTUwODYxMC00NmRiLTExZWMtYTVjYy1kNzcwNzc5MDZmZTRTY3JlZW5zaG90IDIwMjEtMTEtMTYgYXQgMTIuMjUuMDYucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--MYmvcTgx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://taikai.azureedge.net/RuHGFmkioaMBoKZwn79BT-5KppR0SDGsBRyjdSl9qow/rs:fit:800:0:0/aHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL3RhaWthaS1zdG9yYWdlL2ltYWdlcy80NTUwODYxMC00NmRiLTExZWMtYTVjYy1kNzcwNzc5MDZmZTRTY3JlZW5zaG90IDIwMjEtMTEtMTYgYXQgMTIuMjUuMDYucG5n" alt="Quicker with a Sticker" width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This is how the system worked:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;`Inspectors were assigned an animated sticker before they started the validation process. &lt;/p&gt;

&lt;p&gt;When the user app detects one of the BLE beacons, it starts the verification process using the beacon id via the backend and, if successful, displays the sticker on the user’s screen. &lt;/p&gt;

&lt;p&gt;Then, this sticker can be shown to the ticket inspector as proof of a valid ticket.`&lt;/p&gt;

&lt;p&gt;This way, it was &lt;strong&gt;both easy and fast for inspectors and passengers to show and validate their tickets, significantly reducing queue time and overcrowding.&lt;/strong&gt; &lt;/p&gt;

&lt;h3&gt;
  
  
  The Hack 💻
&lt;/h3&gt;

&lt;p&gt;This winning project idea had it all. They &lt;strong&gt;seamlessly integrated the digital sticker system within the mobile app&lt;/strong&gt; and proved that you can find solutions through technology, without needing to re-design major infrastructures.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Digital stickers are a great idea&lt;/strong&gt; that can be used in a variety of settings, so they can be a great choice for your next &lt;strong&gt;hackathon project.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Ask yourself this questions 🙋
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;When starting a hackathon challenge, you should ask yourself (and your teammates) these questions:&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;   Does my idea align with the hackathon objectives? &lt;/li&gt;
&lt;li&gt;   Can I implement every feature or do I need to focus on building a Minimum Viable Product? &lt;/li&gt;
&lt;li&gt;   Will a Proof of Concept be able to show Juries the core value of my project? &lt;/li&gt;
&lt;li&gt;   Is it possible to run this project in a real environment? (cost, time, and management wise) &lt;/li&gt;
&lt;li&gt;   Am I taking full advantage of the technologies or assets the organization is providing?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These questions will help you clear your mind, structure your ideas better and write off the ones that don’t oblige to the rules. &lt;/p&gt;

&lt;h3&gt;
  
  
  Now it’s your turn to hop on a hackathon, get your A-team ready and energy levels high 🔥
&lt;/h3&gt;

&lt;p&gt;We provide an all-in-one hackathon platform and great challenges for you to hack. &lt;/p&gt;

&lt;p&gt;Check our latest challenges &lt;a href="https://taikai.network/en/challenges"&gt;over here&lt;/a&gt; and join the 50,000 innovators taking the world by storm ⚡ &lt;/p&gt;

</description>
      <category>hackathon</category>
      <category>codingchallenge</category>
      <category>projectideas</category>
      <category>webdev</category>
    </item>
    <item>
      <title>6 Brilliant tips to win more Hackathons</title>
      <dc:creator>carlosmendes-taikai</dc:creator>
      <pubDate>Thu, 11 Nov 2021 12:48:35 +0000</pubDate>
      <link>https://forem.com/taikai/6-brilliant-tips-to-win-more-hackathons-5mb</link>
      <guid>https://forem.com/taikai/6-brilliant-tips-to-win-more-hackathons-5mb</guid>
      <description>&lt;p&gt;Hackathons are incredibly fun and exciting events! &lt;/p&gt;

&lt;p&gt;But they're also the ultimate &lt;strong&gt;endurance, perseverance and skill test.&lt;/strong&gt; In a short span of time, participants have to gather a team, come up with ideas, develop them and pitch their hard work to a juri. &lt;/p&gt;

&lt;p&gt;While it may be overwhelming to handle all of this in your first hackathon, that’s part of the goal - to work better, faster, and develop your skills in the process. &lt;/p&gt;

&lt;p&gt;We also know that it can be tough for participants that put in the hard work &amp;amp; effort into a hackathon, but end up empty handed. Don’t let that discourage you though! &lt;/p&gt;

&lt;p&gt;At &lt;strong&gt;TAIKAI&lt;/strong&gt;, we like to reward all participants based on their effort, and not just the winning project. &lt;br&gt;
That’s one reason why we are &lt;strong&gt;built on blockchain&lt;/strong&gt; technology and have our own *&lt;em&gt;social token - KAIs - *&lt;/em&gt; which you can learn more about here. &lt;/p&gt;

&lt;p&gt;Today, however, we want to show you &lt;strong&gt;how you can increase your chances of winning more hackathons.&lt;/strong&gt; We’ve spoken with the community, and more specifically, previous hackathon winners.&lt;/p&gt;

&lt;p&gt;Together, we’ve compiled &lt;strong&gt;6 amazing tips that will help you win more hackathons in the long run.&lt;/strong&gt; Before we head into them, let's take a quick look at the types of hackathon you'll find.&lt;/p&gt;

&lt;h2&gt;
  
  
  Types of Hackathon
&lt;/h2&gt;

&lt;p&gt;There isn’t a single type of hackathon. In fact, each has its own theme and objectives that participants have to consider. For instance, some are dedicated to developing mobile applications, video games, web applications, operating system variations, etc. &lt;/p&gt;

&lt;p&gt;Similarly, some are also niche-based, like &lt;strong&gt;health, education, and transport.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Other than that, many hackathons are restricted to using specific languages or frameworks. You will also find many events organized for a certain profile such as &lt;strong&gt;students, females, experienced software engineers, data scientists, etc.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  6 Tips to Win a Hackathon 🥇
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Find the right Team for you 🤝
&lt;/h3&gt;

&lt;p&gt;Choosing the right teammates is one of the &lt;strong&gt;core factors that can make or break your chances of winning a hackathon.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When you're building a solid network, it can be difficult to find people who are committed to developing a project from start to finish. &lt;br&gt;
&lt;strong&gt;If you know people who have previously participated in hackathons,they should be your first priority&lt;/strong&gt; because the competition is fierce.&lt;/p&gt;

&lt;p&gt;Having experienced partners will undoubtedly be a plus. &lt;/p&gt;

&lt;p&gt;The Social HackaCOM was an innovation and communication hackathon that aimed to find solutions for NGOs. &lt;/p&gt;

&lt;p&gt;Rogerio Oliveira and his team won the challenge by creating a gamification system for NGOs, after they identified retaining volunteers was one of the major issues for this type of organization.&lt;/p&gt;

&lt;p&gt;For him, the most important single factor was identifying the initial team setup. &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;“You can't win a hackathon or build a house without a good foundation” - he stated. “If you have a good and engaged team, the next stages will be successful.”
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;As previously said, not all hackathons are created equally.&lt;/p&gt;

&lt;p&gt;As a result, you should &lt;strong&gt;bring on people who provide value to the team.&lt;/strong&gt; When putting together your team, choose someone who has a skill set that differentiates them from the rest of the group. &lt;/p&gt;

&lt;p&gt;Additionally, you can always rely on *&lt;em&gt;TAIKAI's matchmaking system.&lt;/em&gt;+ It's possible to find teammates based on their skills and abilities, and you can also assess their profile, background and other projects in which they have participated. &lt;/p&gt;

&lt;p&gt;On the other hand, it's critical that you &lt;em&gt;+fill out your own profile&lt;/em&gt;* to the best of your ability, as other &lt;strong&gt;team leaders may be looking for someone to help solidify their squad.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;If you’re not feeling ready to tackle a hackathon, you can read our article on how to prepare for coding challenges.&lt;/p&gt;

&lt;h3&gt;
  
  
  Have a clear goal ASAP! 🎯
&lt;/h3&gt;

&lt;p&gt;After putting the team together, it’s time to &lt;strong&gt;start working on the concept you want to pursue.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You or your teammates may already have some rough ideas for the project, but you should always do a &lt;strong&gt;brainstorming session.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hear everyone, debate and ask as many questions as you can think of. &lt;/p&gt;

&lt;p&gt;This will help you visualize the project, and avoid major setbacks that usually come when you're developing it. &lt;/p&gt;

&lt;p&gt;Micaela Raposo was part of the winning team in the HackaBIP hackathon.&lt;/p&gt;

&lt;p&gt;The goal of this challenge was to &lt;strong&gt;increase community intervention in their neighborhood,&lt;/strong&gt; whether by developing tools for collaboration between citizens, organizations and local government, or solutions to use public and governmental data. &lt;/p&gt;

&lt;p&gt;Micaela’s project, “Get Together”, was focused on developing a platform that citizens could use to engage with organizations and local authorities, by simply using their smartphone or computer. &lt;/p&gt;

&lt;p&gt;She told us a bit about her experience: &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;“Focus on the hackathon, have very clear goals of what you want to do and work with people who you have a connection with.” 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Once you have a clear picture of the project, it’s time to &lt;strong&gt;assign tasks to your team members.&lt;/strong&gt; &lt;br&gt;
Since you have picked them for a certain skill set, the assignments should line up. However, &lt;strong&gt;some tasks may overlap between teammates, so communication is the key!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Bottom line, the faster you have a clear goal, the more time you’ll have to dedicate to the project development and presentation. &lt;/p&gt;

&lt;p&gt;Micaela, once again, was spot on: &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;"For executing the idea it was very important to have a multidisciplinary team. Everyone contributed with their skills. The (short) time was a challenge, but we managed to do it!”
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h3&gt;
  
  
  Choosing Simplicity ✔️
&lt;/h3&gt;

&lt;p&gt;As mentioned earlier, the hackathon is based on a limited time. Therefore, it is better to &lt;strong&gt;choose simplicity over complexity.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It’s great to generate multiple ideas while you’re in the brainstorming phase, but you should reduce them and build only the main features and components of your project. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Your focus should be on building an MVP.&lt;/strong&gt; This applies to all aspects, including programming and designing. &lt;/p&gt;

&lt;p&gt;Going for a long code will be much more difficult and takes a lot of time. Plus, even the slightest mistakes will cause errors in your program. In a short time period, making a complex UI or design can also be inconvenient. Choosing simplicity means opting for a shorter and readable code. Similarly, a clean, yet appealing design. &lt;/p&gt;

&lt;p&gt;Like Odete Barros, also winner of the Social HackaCOM, stated:&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;“The delivery of check points was essential for us. We anticipated the order and streamlined the initial idea further.”
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h3&gt;
  
  
  Don’t just follow the guidelines, dig deeper 😎
&lt;/h3&gt;

&lt;p&gt;You might be compelled to jump into coding as soon as you read what the challenge is about. More often than not, this leads to teams developing projects based on &lt;strong&gt;erroneous assumptions.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;You should start by &lt;strong&gt;carefully reading the hackathon rules&lt;/strong&gt; and making sure you comply with them. Next, you should look for support. And when it comes to hackathons, they come in many shapes and sizes! &lt;/p&gt;

&lt;p&gt;Most organizations will have &lt;strong&gt;mentors or specialists&lt;/strong&gt; willing to help teams and clarify any doubts along the way. You should always refer back to them and ask for their opinion too. &lt;/p&gt;

&lt;p&gt;Many people mistake this with taking an unfair advantage over other teams, but the truth is, the mentor will not do the work for you - &lt;strong&gt;they will only guide you in the right direction.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;For more complex and large scale hackathons, many hosts also create webinars jam packed with useful information. If you have the chance to, you should always attend them.&lt;/p&gt;

&lt;p&gt;Last but not least, stay tuned to any &lt;strong&gt;support documentation&lt;/strong&gt; given by the host organization. It can provide the &lt;strong&gt;data you need to validate an idea or even insights&lt;/strong&gt; that ultimately can give you an &lt;strong&gt;advantage to win a hackathon competition.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  Don’t forget the PITCH! 🗣
&lt;/h3&gt;

&lt;p&gt;In the end, it all comes down to the presentation. Imagine developing a great project, but nobody understands what you’ve done because it’s poorly presented? Heartbreaking 💔 &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This is probably the most overlooked aspect in a hackathon, but one of the most important!&lt;/strong&gt; It can either make or break your entire hard work. &lt;/p&gt;

&lt;p&gt;Micaela Raposo shared her experience and how important the pitch was to increase their chances of winning the hackathon: &lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;“We had to prepare a 5 minute pitch to present our project. We prepared a very clear and appealing video presentation, with mostly graphic information and as little text as possible.


While the other projects were very good, we could engage more with the audience and juris, and explain the project in a simple, but effective way. It was very important because it represents everything we did before, and should reflect it. Good and clear communication is essential.”
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;As a rule of thumb, it would be best if you prepare your presentation in advance or as you go. It will help you &lt;strong&gt;strengthen your work and find its weak points.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Make sure to &lt;strong&gt;present all the features, operations, and benefits of your application.&lt;/strong&gt; Usually, there’s a Q&amp;amp;A session held after the team presentation. During this, judges will ask you several questions about your presented idea or concept. They will also point out the demerits and you should know how to defend them. &lt;/p&gt;

&lt;p&gt;Moreover, it is recommended to make your presentation short. If the pitch is only 3 minutes long, plan your presentation accordingly. You definitely don’t want to have your presentation cut halfway through because of time restraints. This stage is also highly rated because it shows your team’s thought process and the ins and outs of your project.&lt;/p&gt;

&lt;h3&gt;
  
  
  Take breaks, have fun! ☕🔥
&lt;/h3&gt;

&lt;p&gt;Just like we said in the beginning of the article, hackathons are enduring, but also fun. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One key aspect many beginners fail to realize is to take breaks.&lt;/strong&gt; Seriously.&lt;/p&gt;

&lt;p&gt;Rogerio Oliveira told us it’s essential that “the team must have a leader, a scheduler and even some pauses for water!” &lt;/p&gt;

&lt;p&gt;Drink plenty of water, get your daily dose of Vitamin D and don’t work until exhaustion. It may seem counterintuitive, but the quality of your work will stand out. &lt;/p&gt;

&lt;p&gt;*&lt;em&gt;More productivity, more focus and less hours half-awake writing code can go a long way 😉 *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Most of all, have fun! &lt;/p&gt;

&lt;p&gt;Get to know your teammates, whether they’re from the same school or live in a totally different continent. Learn from each other. Get to know the host organization better and network with them. You might open a window of opportunity for yourself in the future.&lt;/p&gt;

&lt;h3&gt;
  
  
  Bonus Tip 💯
&lt;/h3&gt;

&lt;p&gt;We know &lt;strong&gt;useful, valuable information is like pure gold.&lt;/strong&gt; And who better to give some extra advice to beginners other than our experienced hackathon winners? &lt;/p&gt;

&lt;p&gt;Here are their thoughts for those starting their first ever hackathon: &lt;/p&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;“My advice would be for you to focus 100% on the Hackaton, have very clear goals of what you want to do and work with people who you have a connection with, even if you don't know each other and have incompatible schedules! Transmit all you have been doing on a structured, clear and appealing way 🙂” - Micaela Raposo 

&lt;p&gt;“Go for it! Follow the rules, and when you have any doubts or questions, ask others, reread the rules and find your path!” - Rogerio Oliveira&lt;br&gt;
&lt;/p&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
&lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
  That’s a wrap! 🍬&lt;br&gt;
&lt;/h2&gt;

&lt;p&gt;As the old saying goes, &lt;strong&gt;“the value of an idea lies in the use of it”.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To win a hackathon you have to &lt;strong&gt;find a good team, set a clear goal, create a simple but effective presentation and take advantage of all that’s given to you.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Combine all of these secret sauces and you will notice a drastic change in your final project. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This is the key to WIN more hackathons in the long run.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Also, if you’re looking to &lt;strong&gt;participate in a hackathon, head over to our challenges page and join our community of 50,000 innovators 🔥&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>hackathon</category>
      <category>virtualhackathon</category>
      <category>hackathontips</category>
      <category>codingchallenge</category>
    </item>
    <item>
      <title>4 Amazing company hackathon examples to get you inspired</title>
      <dc:creator>carlosmendes-taikai</dc:creator>
      <pubDate>Tue, 09 Nov 2021 12:26:15 +0000</pubDate>
      <link>https://forem.com/taikai/4-amazing-company-hackathon-examples-to-get-you-inspired-304f</link>
      <guid>https://forem.com/taikai/4-amazing-company-hackathon-examples-to-get-you-inspired-304f</guid>
      <description>&lt;p&gt;Hackathons are a great way of driving open innovation - their goal is to find solutions for existing problems, develop new products and services, and accelerate corporations beyond what they could do indoors.&lt;/p&gt;

&lt;p&gt;Don’t get us wrong. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In-company or internal hackathons&lt;/strong&gt; are also a great way to drive your business forward, but by launching an open innovation hackathon, you can obtain results from people all over the world, from different backgrounds, perspectives and fields of expertise. &lt;/p&gt;

&lt;p&gt;Moreover, sometimes the problem is not just to develop new ideas, but to let go of old habits. &lt;/p&gt;

&lt;p&gt;Habits are comfortable. We tend to like confort. &lt;/p&gt;

&lt;p&gt;But they also lead us to a funnel vision and make breakthroughs harder. &lt;/p&gt;

&lt;p&gt;At TAIKAI, we consider ourselves lucky - we work on a daily basis with incredible companies from all over the planet, looking to put their businesses in the forefront of innovation.&lt;/p&gt;

&lt;h2&gt;
  
  
  What makes a hackathon great?
&lt;/h2&gt;

&lt;p&gt;You don’t need to be a silicon valley company to have people committed and ready to find solutions for you. &lt;/p&gt;

&lt;p&gt;What you need instead is to make sure your hackathon is well-thought, thoroughly prepared, and aligned with the community.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Quick note: We're working on a complete guide to prepare a hackathon. Subscribe to our newsletter and we'll notify you when it's available!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Hence, we’ve compiled four of the best open innovation examples hosted here at TAIKAI - an all-in-one hackathon platform to host and manage your challenge. &lt;/p&gt;

&lt;p&gt;We hand-picked these examples not just based on their results, but the entire process that went behind organizing and preparing the event. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In order to come up with this list, we’ve considered the following criterias:&lt;/strong&gt; &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Resources provided by organizations 
Challenges quality 
Community alignment 
Prizes
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Without further ado, here are the best company hackathon examples and ideas:&lt;/p&gt;

&lt;h3&gt;
  
  
  Tickethon by Wiener Linien
&lt;/h3&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;145 participants 
45 projects delivered 
20,000€ in prizes + extra perks
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Wiener Linien - Vienna’s public transport operator - is responsible for roughly 180 underground, tram and bus lines. &lt;/p&gt;

&lt;p&gt;To put it in perspective, on average, there’s about 2.6 million passengers using the Wiener Linien network every single day. Not only that, but their public transport vehicles cover a distance of 214,000 kilometres - which is about the same distance as orbiting the earth 5 times! Because public transportation in Vienna uses a gateless ticketing system, they have inspectors inside the vehicles or outside the stations to validate passengers' tickets. &lt;/p&gt;

&lt;p&gt;This, in turn, takes time. &lt;/p&gt;

&lt;p&gt;Inspectors try to validate tickets as fast as they can, but there’s always a chance of long waiting lines and overcrowding, depending on the number of passengers at any given period. To make things harder, passengers can use paper or digital tickets, through their WienMobil app. &lt;/p&gt;

&lt;p&gt;Wiener Linien conducted research, prior to the hackathon, and found out that there’s been a growth in the use of digital tickets. &lt;/p&gt;

&lt;p&gt;While this might seem good at first glance, it actually wasn’t. It took passengers up to 10 times longer to validate the in-app ticket. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The reason?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It all comes down to the steps it takes. Commuters have to find their phone, unlock it, find the WienMobil app, open it, find the tickets tab, and then show the ticket. On the contrary, physical tickets were easier to present because it required a lot less steps - passengers had it in hand, in a pocket, or in a wallet most of the time, and just had to show it to the inspector. &lt;/p&gt;

&lt;h3&gt;
  
  
  The goal 🎯
&lt;/h3&gt;

&lt;p&gt;Their goal for this hackathon was not to delete the WienMobil app and go back to full paper tickets, but instead, to find solutions to improve and accelerate the digital ticket validation process. &lt;/p&gt;

&lt;p&gt;In its core, the challenge was to create a prototype to validate tickets as fast as possible, starting after the passenger located their phone. &lt;/p&gt;

&lt;p&gt;The winning project would be the one that could achieve 3 goals: solve the problem, ensure a  smooth operation, and improve the passengers' experience. &lt;/p&gt;

&lt;h2&gt;
  
  
  Main takeaways ✔️
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Power to the people ✊
&lt;/h3&gt;

&lt;p&gt;Using hackathons as an open innovation challenge can be the answer to overcome many problems. Instead of outsourcing or trying to figure it out in-company, Wiener Linien used the power of the community to aid them. &lt;/p&gt;

&lt;p&gt;And the community showed up! With almost 150 participants and 45 completed projects, it goes to show that the power of hackathons are enormous. &lt;/p&gt;

&lt;p&gt;This open hackathon wasn’t meant to reinvent the wheel, either. Instead, the community understood the power and value it provided, knowing they could help millions of people in their daily commute by optimizing a simple process. &lt;/p&gt;

&lt;h3&gt;
  
  
  Conduct your research 📊
&lt;/h3&gt;

&lt;p&gt;Collecting data has always been important, and more so in today’s digital world. Once you have real, palpable data, you can really understand the scope and dimension of the problem at hand. Knowing that validating digital tickets was taking 10x longer than paper tickets, is a better support data than just realizing it was taking more time overall. &lt;/p&gt;

&lt;h3&gt;
  
  
  Small steps go a long way 👣
&lt;/h3&gt;

&lt;p&gt;As you can see with this example, innovation comes in different sizes and shapes. Something so ordinary, such as showing a ticket to an inspector, can be a costly and inefficient process for the company behind it and its users. Innovation lies everywhere, and every step of the way.&lt;/p&gt;

&lt;h2&gt;
  
  
  Data Challenge by Landing.jobs
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;142 participants 
14 projects delivered 
1,750€ in prizes + social tokens
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Landing.jobs is a job marketplace that connects companies with tech professionals, such as software engineers, data scientists, and product managers. &lt;/p&gt;

&lt;p&gt;Every year, they research and survey the portuguese tech community and launch their Tech Careers Report: an in-depth report that analyses salaries, schedules, benefits, motivations and other important data in the portuguese tech industry. &lt;/p&gt;

&lt;h3&gt;
  
  
  The goal 🎯
&lt;/h3&gt;

&lt;p&gt;The goal for this open innovation hackathon was to improve the Tech Careers Report, by analyzing the raw data and developing ways to improve the quality of the insights. &lt;/p&gt;

&lt;h2&gt;
  
  
  Main takeaways ✔️
&lt;/h2&gt;

&lt;h3&gt;
  
  
  From the community, to the community 🤝
&lt;/h3&gt;

&lt;p&gt;Landing.jobs leveraged their biggest asset - the community - in their favor. The TCR is made for them. By having a chance to build on top of it, data experts were able to contribute positively to a better analysis that ultimately, can help the community make better and more informed decisions. &lt;/p&gt;

&lt;h3&gt;
  
  
  Niche down when you have to 🎟
&lt;/h3&gt;

&lt;p&gt;Even though Landing.jobs has a massive community in the computer science field, they clearly knew the best participants would be the ones interested in data science, specifically. They allowed anyone from the community to join and participate, but the target was clear. Also, who would have more interest in developing a data report other than data geeks?! 😄&lt;/p&gt;

&lt;h2&gt;
  
  
  Building the Future by Microsoft
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;101 participants
9 projects delivered
5,000€ in prizes
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;The tech giant Microsoft returned to hackathons in 2021 and brought us the “Building the future Hackahton”. &lt;/p&gt;

&lt;p&gt;After a tough year 2020, this hackathon was meant to drive inspiration and innovative ideas to push the boundaries of technology. &lt;/p&gt;

&lt;p&gt;In more practical ways, the challenge of this open hackathon was to come up with solutions on electric mobility, and power a more environmental friendly world 🌎 &lt;/p&gt;

&lt;h3&gt;
  
  
  The goal 🎯
&lt;/h3&gt;

&lt;p&gt;Microsoft challenged participants with not just one, but five different innovation categories, ranging from turning parked cars into sources of revenue for owners, designing infrastructure for shared electric mobility vehicles, to even using blockchain technology for mobility applications. &lt;/p&gt;

&lt;h2&gt;
  
  
  Main takeaways ✔️
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Focus in one category of your business 💡
&lt;/h3&gt;

&lt;p&gt;If your organization is involved in a variety of industries, it may be tempting to organize a hackathon to cover all of them. While this may result in more registrations, the truth is if the themes are too broad, initiatives can become scattered or overly general. &lt;/p&gt;

&lt;p&gt;In turn, you might end up with a lot of projects or solutions for diverse segments, but only a few within each category.&lt;/p&gt;

&lt;p&gt;Microsoft, a technological business with a wide range of products and services, opted to focus solely on the subject of electric mobility in this open innovation example. &lt;/p&gt;

&lt;h3&gt;
  
  
  Find the right partnership 🤝
&lt;/h3&gt;

&lt;p&gt;Microsoft partnered with Galp - a portuguese multinational energy corporation, and gowithflow, a startup working towards sustainable mobility. These hackathon partnerships with relevant companies are fantastic. They strengthen the perception of authority and quality of the hackathon, and also provide support during the event planning and mentoring stages.&lt;/p&gt;

&lt;h2&gt;
  
  
  Social HackaCOM by Instituto GRPCOM
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;833 participants 
36 projects delivered 
Prizes comprised of over 1500€ in products (tech gear, mentorships &amp;amp; memberships) 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Social HackaCOM is an innovation and communication marathon. They focused on digitally connecting academics and professionals with a transformative talent potential, who want to work with purpose and achieve a positive social impact. The Brazilian host, Instituto GRPCOM, focuses on establishing projects that adhere to the group's ethical beliefs and corporate social responsibility principles. &lt;/p&gt;

&lt;h3&gt;
  
  
  The goal 🎯
&lt;/h3&gt;

&lt;p&gt;This innovation hackathon was open to participants from different fields of expertise, ranging from communications, digital marketing, web design and many others. It consisted of four challenges: performance &amp;amp; optimization based solutions, communication strategies, resource management and remote activities. &lt;/p&gt;

&lt;h2&gt;
  
  
  Main takeaways ✔️
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Co-hosts can go a long way 🔥
&lt;/h3&gt;

&lt;p&gt;Instituto GRPCOM had 7 different co-hosts for this hackathon! Having this many companies promoting the event is bound to bring you some incredible results when it comes to the number of innovators that participate in the challenge. &lt;/p&gt;

&lt;p&gt;And they did not disappoint. &lt;/p&gt;

&lt;p&gt;With over 800 participants, this is one of the biggest challenges we’ve hosted to date! Also, it was an open innovation challenge, but exclusive to Brazilian residents, which makes this milestone even greater. &lt;/p&gt;

&lt;h3&gt;
  
  
  Everybody’s welcomed 🫂
&lt;/h3&gt;

&lt;p&gt;While in other hackathons niching down was a great option, it’s not always necessary or adequate. &lt;/p&gt;

&lt;p&gt;For this challenge, it made sense to promote it to a broader audience given the context and challenge characteristics. You should always set clear expectations and goals you want to achieve with a hackathon, so that you can later determine what type of participants you want to target.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Now, it’s up to you 🚀&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;These were only some of the best open innovation examples we’ve hosted here at TAIKAI. The variety of challenges, the scope of the problems and solutions is something quite fascinating to look at when you put them together. From big tech corporations like Microsoft to local companies like Wiener Linien, there’s room for innovation in every industry and every size. &lt;/p&gt;

&lt;p&gt;Hopefully, these four hackathon ideas and examples provided you with valuable insights to host your next (or first) hackathon.&lt;/p&gt;

&lt;p&gt;TAIKAI is a virtual hackathon platform that makes an online hackathon event much easier to host. If you’re looking for a new way to drive innovation, feel free to reach out to us. &lt;/p&gt;

&lt;p&gt;We’re always here to help :)&lt;/p&gt;

</description>
      <category>hackathon</category>
      <category>codingchallenge</category>
      <category>companyhackathon</category>
      <category>openinnovation</category>
    </item>
    <item>
      <title>How Taboola benefited from a company hackathon - 147 ideas in 20 days</title>
      <dc:creator>carlosmendes-taikai</dc:creator>
      <pubDate>Thu, 21 Oct 2021 13:33:43 +0000</pubDate>
      <link>https://forem.com/taikai/how-taboola-benefited-from-a-company-hackathon-147-ideas-in-20-days-12gf</link>
      <guid>https://forem.com/taikai/how-taboola-benefited-from-a-company-hackathon-147-ideas-in-20-days-12gf</guid>
      <description>&lt;p&gt;Online hackathons are a great way of generating ideas and fostering innovation.&lt;/p&gt;

&lt;p&gt;There’s one particular type of hackathon that’s often overlooked, but that can obtain incredible results: we’re talking about online company hackathons.&lt;/p&gt;

&lt;p&gt;These types of challenges provide incredible opportunities for businesses because they are brewed in-company.&lt;/p&gt;

&lt;p&gt;While it’s great to generate solutions from an outsider’s perspective, the truth is, employees have a better understanding of the immediate challenges the business faces: after all, they are the core of the company.&lt;/p&gt;

&lt;p&gt;Paired with colleagues from different departments (and sometimes different regions, countries, and settings), your workforce is able to come together, craft solutions &amp;amp; generate ideas, services and products, that most of the time can be quickly applied into the business.&lt;/p&gt;

&lt;h2&gt;
  
  
  Case Study Overview 📖
&lt;/h2&gt;

&lt;p&gt;Today we want to share with you the case study of Taboola - a major technology company that used and benefited from an internal hackathon using TAIKAI’s platform.&lt;/p&gt;

&lt;p&gt;By the end of this case study, we hope you can understand the value of hosting an online internal hackathon and how it can help your own company.&lt;/p&gt;

&lt;h2&gt;
  
  
  Taboola - Who are they?
&lt;/h2&gt;

&lt;p&gt;First, a little background about Taboola.&lt;/p&gt;

&lt;p&gt;Taboola is a digital ad company based in New York City. They run a content recommendation platform that enables companies to advertise through Taboola. &lt;/p&gt;

&lt;p&gt;Taboola then shares the content through their network of publishers, which includes MSN, Business Insider, Bloomberg, and many other media platforms and blogs.&lt;/p&gt;

&lt;p&gt;It was founded in 2007 by Adam Singolda, and it’s currently home to more than 1400 employees.&lt;/p&gt;

&lt;p&gt;In 2020, they reported a whopping $1.2 billion in revenue, with a gross profit of over $300 million. Just recently, at the end of June 2021, they began publicly trading in Nasdaq -so it’s pretty safe to say we’re talking about a giant in the tech world.&lt;/p&gt;

&lt;h2&gt;
  
  
  Taboola’s goal 🎯
&lt;/h2&gt;

&lt;p&gt;Their goal was crystal clear - bring diverse groups of Taboolars together to create and present innovative ideas on how to grow and improve the company.&lt;/p&gt;

&lt;p&gt;Taboola knew and wanted to take advantage of one of their biggest strengths: the breadth and diversity of their employee’s experience.&lt;/p&gt;

&lt;h2&gt;
  
  
  Meet the Innovation Sprint Hackathon
&lt;/h2&gt;

&lt;p&gt;Taboola understood the power of a company hackathon to generate ideas in such a short period of time, to bring employees together, and to manage everything efficiently.&lt;/p&gt;

&lt;p&gt;With that in mind, they designed the Innovation Sprint hackathon.&lt;/p&gt;

&lt;p&gt;Taboola gave the participants the opportunity to choose from a set of challenges, according to their preferences and ideas. &lt;/p&gt;

&lt;p&gt;They also made it very clear that teams had to be made up of 3 to 6 Taboolars from any part of the company (e.g. Sales Org, R&amp;amp;D, Marketing, PS, TI, etc.), and recommend forming teams that included a wide range of skill sets.&lt;/p&gt;

&lt;p&gt;This was very clever from Taboola because it forced employees to co-op with colleagues from different departments.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;There were two main deliverables:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A one-page business plan, highlighting the problem, the scope, the solution, and the evidence supporting it.&lt;/p&gt;

&lt;p&gt;And a 90-second pitch, showcasing the opportunity addressed, the solution, how it would work and what would be required to pursue the project further if it were to be implemented.&lt;/p&gt;

&lt;p&gt;While this simplistic approach might not be feasible in every online hackathon, it’s a great way to compel beginners and make them feel less intimidated by the challenge.&lt;/p&gt;

&lt;p&gt;Last but not least, they provided clear judging criteria based on innovation, practicality, pitch quality, link to company goals, and going beyond expectations.&lt;/p&gt;

&lt;h2&gt;
  
  
  The results... 🔢
&lt;/h2&gt;

&lt;p&gt;Were nothing short of a-ma-zing! 🤯&lt;/p&gt;

&lt;p&gt;Taboola was able to gather 799 participants from different areas of the company in just 20 days!&lt;/p&gt;

&lt;p&gt;Those employees formed teams that would eventually lead to 147 delivered projects by the end of the Innovation Sprint hackathon.&lt;/p&gt;

&lt;p&gt;While the numbers speak for themselves, we’d like to highlight something even greater - the ease of mobilizing a large number of participants, in such a short amount of time, using our platform.&lt;/p&gt;

&lt;p&gt;We provide an all-in-one solution for companies - even as big as Taboola - to quickly manage an event that would otherwise take a lot more effort, planning, and money to implement.&lt;/p&gt;

&lt;p&gt;If you’ve never considered hosting an internal hackathon, this is your chance to do so. &lt;/p&gt;

&lt;h2&gt;
  
  
  Here are some of the key benefits:
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Fast prototyping of ideas and services
&lt;/h3&gt;

&lt;p&gt;By managing everything under one platform you simplify the process of generating ideas, services and products, and fostering innovation in your business.&lt;/p&gt;

&lt;h3&gt;
  
  
  Integrating and aligning teams
&lt;/h3&gt;

&lt;p&gt;By doing a quick search on Taboola’s social media, you’ll find out they have employees in Israel, United States, India, Brazil, Thailand, and all over Europe, just to name a few.&lt;/p&gt;

&lt;p&gt;With a team of this magnitude and so spread out around the world, aligning teams can be a serious challenge - however - that’s easily fixed with our platform.&lt;/p&gt;

&lt;h3&gt;
  
  
  Connect the teams with the company vision for the future
&lt;/h3&gt;

&lt;p&gt;By hosting an online internal hackathon and laying out the foundational structure and goals, Taboola was able to connect teams with the company’s vision for the future with ease.&lt;/p&gt;

&lt;p&gt;Still not sure if we’re the best platform for you to manage your hackathon or open innovation challenge? Our team is here for you! &lt;/p&gt;

&lt;h2&gt;
  
  
  Get in touch to know more and experience our collaborative platform with a personalized demo.
&lt;/h2&gt;

</description>
      <category>internalhackathon</category>
      <category>companyhackathon</category>
      <category>codingchallenge</category>
      <category>hackathon</category>
    </item>
    <item>
      <title>Can Hackathons help blockchain companies grow faster?</title>
      <dc:creator>Rodrigo Nogueira</dc:creator>
      <pubDate>Mon, 11 Oct 2021 14:12:16 +0000</pubDate>
      <link>https://forem.com/taikai/can-hackathons-help-blockchain-companies-grow-faster-am0</link>
      <guid>https://forem.com/taikai/can-hackathons-help-blockchain-companies-grow-faster-am0</guid>
      <description>&lt;p&gt;The tech world has seen the rise of hackathons, virtual or face-to-face events where people get together to find solutions to a problem collaboratively. They are events where the people who participate collaboratively solve a problem quickly. On the other hand, although this rising is held by technology companies, this methodology can be applied to any sector and industry.&lt;/p&gt;

&lt;p&gt;However, for today's article, we are focusing on a strict tech market niche, blockchain! ⚙️ We will discuss and summarize how blockchain hackathons can help companies evolve their digital ecosystem for better results and innovative ideas.&lt;/p&gt;

&lt;p&gt;We all know that Blockchain developers learn 📖, hack 👨🏻‍💻, and network 🗣 at events designed to foster innovation around cutting-edge blockchain technologies. Under this format, multiple, fast and effective solutions to the same problem can be developed and serve as triggers for a culture of innovation.&lt;/p&gt;

&lt;h2&gt;
  
  
  What are the primary industries impacted by blockchain hackathons?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;FINANCIAL SECTOR&lt;/strong&gt;&lt;br&gt;
The financial sector is undergoing a major digital transformation. One of these changes is related to Decentralized Finance, a broad concept encompassing all disruptive technology and digital solutions that remove the need for intermediaries in applications through intelligent blockchain contracts or smart contracts.  &lt;/p&gt;

&lt;p&gt;An excellent example of this type of transformation is Kiva. A digital marketplace where individuals can lend as little as $25 to create opportunities for people worldwide. In partnership with a global network of local lending institutions, Kiva.org provides loans for more than 3.5 million entrepreneurs and others in need. &lt;/p&gt;

&lt;p&gt;They created a blockchain hackathon to support microfinance using a decentralized digital identity platform, empowering borrowers to verify informal and formal past financial history to increase credit for people excluded from traditional financial institutions. &lt;/p&gt;

&lt;p&gt;Their objective is to use blockchain protocol to help users record their financial transactions, transfer that information between institutions, and gain access to formal bank accounts. Essentially, improving their customer experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GAMING INDUSTRY&lt;/strong&gt;&lt;br&gt;
GameFi is one of the most blazing recent fads to rise out of the crypto business, joining decentralized money (DeFi) and non-fungible tokens (NFTs) with blockchain-based web-based games. &lt;/p&gt;

&lt;p&gt;In contrast to numerous conventional web-based games, which work on a "pay-to-win" show and permit players to buy moves up to acquire a benefit over others, GameFi presents a "play-to-procure" model. This idea includes giving players monetary motivations to play and advance through games. Sometimes, this has permitted gamers to acquire full-time pay this way.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ART INDUSTRY&lt;/strong&gt;&lt;br&gt;
In the art industry, the use of Blockchain and “tokenization” started to increase global access to the art market and reduce transaction costs.&lt;/p&gt;

&lt;p&gt;In the digital art world, non-fungible tokens, or NFTs, are being used to certify the ownership of works. For example, artist Beeple uses NFTs based on Blockchain technology to create a unique signature for each piece of art he sells, allowing him to track each work, earn royalty payments, and avoid counterfeiting.&lt;/p&gt;

&lt;p&gt;At TAIKAI, we have a &lt;a href="https://taikai.network/en/hackarthon/challenges/hackarthon/overview"&gt;hackathon&lt;/a&gt; with the objective of bringing NFTs to a broader audience and giving artists the chance to control all aspects of their art, including distribution and monetization.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RETAIL SECTOR&lt;/strong&gt;&lt;br&gt;
Consumers' trust in the retail system is closely related to their faith in the market where their purchases are made. Blockchain could decentralize that trust, shifting that security more to the vendors and less to the marketplace sites themselves.&lt;/p&gt;

&lt;p&gt;Startups like OpenBazaar are developing decentralized Blockchain utilities for buyers and sellers without an intermediary and associated fees. Customers buy products using any of the 50 cryptocurrencies, and sellers are paid in various cryptocurrencies.&lt;/p&gt;

&lt;p&gt;Louis Vuitton also innovated by creating a platform with Microsoft and blockchain startup ConsenSys for luxury authenticated products through the Blockchain. They name it AURA and allows customers to track their products from design to distribution, protecting against counterfeit products and fraud.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ENTERTAINMENT SECTOR&lt;/strong&gt;&lt;br&gt;
In the entertainment industry, blockchain-based solution is coming to “take the sleep” of streaming giants such as Netflix and Youtube. With the technology, it is possible to decentralize the encoding, storage, and distribution of video content, thus drastically reducing the cost of video traffic.&lt;/p&gt;

&lt;p&gt;VideoCoin Network is an example of a company that is already working on releasing this capital. The decentralized network provides cloud video infrastructure – encoding, storage, and distribution – in the form of a point-to-point algorithmic marketplace. It runs on a new Blockchain where customers spend VideoCoins on renting these services.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;E-COMMERCE SECTOR&lt;/strong&gt;&lt;br&gt;
The use of Blockchain can transform electronic commerce, reducing transaction costs and increasing transaction security. Industry giants such as Walmart, Amazon, and Alibaba have begun to explore this technology and created an innovation ecosystem.&lt;/p&gt;

&lt;p&gt;Alibaba, for example, filed a patent for a blockchain-based transaction system in Brazil in March 2020.&lt;/p&gt;

&lt;p&gt;On the other hand, Blockchain can play a valuable role in traceability for global commerce, ensuring proof of delivery and securely tracking contract details without the risk of data being altered or tampered with.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FOOD AND BEVERAGE SECTOR&lt;/strong&gt;&lt;br&gt;
Blockchain has been used as an accountability platform in the food and beverage industry that can help reduce food recall and mislabelled products. For example, Blockchain-based tracking can be easily applied as a QR code that, when scanned, shows the complete journey from a product to a customer's cart.&lt;/p&gt;

&lt;p&gt;Walmart and Sam's Club have joined IBM's Food Trust network, which uses a ledger distributed on Blockchain. In 2018, retailers asked their suppliers, especially green leafy vegetables, to add their product data to the log by 2019.&lt;/p&gt;

&lt;p&gt;Nestlé and Carrefour are also testing a similar service with customers for their mashed potato product Mousline in France. Consumers can gain access to data stored on the project's Blockchain by scanning a QR code on the Mousline packaging, allowing them to see how the product has traveled from the farmer to the Nestlé factory and its Carrefour store.&lt;/p&gt;

&lt;h2&gt;
  
  
  Blockchain hackathons, a multiverse solution
&lt;/h2&gt;

&lt;p&gt;A hackathon is a relatively simple and resource-saving way to tap into the creativity of the developer and creator scene. But behind the concept exists a bigger world.&lt;/p&gt;

&lt;p&gt;A bigger world where more and more companies (yes, blockchain companies are not the only ones to use this methodology) are discovering diverse solutions by promoting hackathons with a developer and creative communities. After all, alternative perspectives result in more, better solutions and creative ideas.&lt;/p&gt;

&lt;p&gt;To give you an idea, an online hackathon recently held by a student association of the Ecole Polytechnique Fédérale de Lausanne (EPFL), with more than 600 participants, developed a series of solutions to mitigate the effects of Covid-19 worldwide.&lt;/p&gt;

&lt;p&gt;One of the winning projects was an application that permits users to send letters to nursing-home residents who may feel isolated from friends and family during the Covid period. A project totally focused to drive engagement between users.&lt;/p&gt;

&lt;p&gt;On the other hand, in Spain, 2020, there was a hackathon, where hackers from all over Spain will be able to develop innovative technological solutions to respond to more than a hundred social challenges posed by NGOs, foundations, institutions, and universities to build a better world.&lt;/p&gt;

&lt;p&gt;One of the solutions was a verified-user acquisition action to increase the number of current users and reach 2.5MM registrations in Waylet. This payment app allows you to pay quickly and securely at Repsol service stations.&lt;/p&gt;

&lt;p&gt;In 2021, E³UDRES² was working on a hackathon, 36 hours to attract people of all kinds to act as change agents transforming their neighborhoods into intelligent and sustainable regions and contributing solutions to global challenges, e.g., circular economy, well-being, and the human contribution to artificial intelligence.&lt;/p&gt;

&lt;p&gt;One of the challenges was to a Portugal entity, AVIPE, a grapevine consultancy. And the idea was to create intelligent tools to support early detection/diagnostics/monitoring of vineyard infestations. As a result, IoT devices or AI-powered vineyard pest traps were on the verge of being developed.&lt;/p&gt;

&lt;p&gt;These examples prove that it’s possible to code for a better world and way of living. So, why cannot change an even more specific niche like the blockchain market that’s naturally digital? To help answer this question, we present a blockchain hackathon solution for the food area.&lt;/p&gt;

&lt;p&gt;In 2019, IBM Food Trust™, a sponsor of the University of Arkansas Blockchain Center of Excellence, challenged students to design a solution that would allow consumers to provide feedback on food quality while engaging with pertinent food information. A solution that proves that customer experience, it's important and a base for the company’s success.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Can blockchain hackathons increase innovation inside companies?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At this moment, you know that numerous companies have carried out this kind of work dynamic. Not to speak about Facebook, Google, NASA, or Telcel, which are hackathon "geeks". The digital transformation and the capacity for innovation they want to achieve are why large organizations hold these hackathons. In other words, they always seek new business challenges.&lt;/p&gt;

&lt;p&gt;Through them, blockchain companies can strengthen their digital security (payment methods, cybersecurity, customer service, user experience, etc.), support innovation and entrepreneurship, facilitate financial management and education and detect, promote and retain talent.&lt;/p&gt;

&lt;p&gt;At this moment, we know how hackathons can help generate business ideas and viable products. So, what's the next step? Check out some benefits of how hackathons can help blockchain companies grow faster.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Your Blockchain Company Should Run A Hackathon?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Different eyes, different solutions&lt;/strong&gt;&lt;br&gt;
Over 80% of Fortune 100 companies conduct hackathons to drive innovation. More than 50% of the hackathons are recurring events, indicating a reliable tool for sustained innovation. Perhaps this is the most crucial benefit. The hackathon makes it possible to use different talents to think of initiatives that attack a common problem.&lt;/p&gt;

&lt;p&gt;Through these accelerating ideas, insights emerge that become projects and can positively impact the company and its products. For instance, in general, blockchain companies and other firms tend to gain a lot of problem-solving expertise from such hackathons, which also have the added benefit of being financially economical.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Be a top-of-mind market solution&lt;/strong&gt;&lt;br&gt;
The more people who know about your company, the better - especially if you opt for promotion by digital means. Blockchain markets are very competitive. So, the key to getting the best of your hackathon and company out to a broader audience is to spread the word. Partner with universities, sponsored social media campaigns, traditional media ads, and whatever else it takes to capture the most registrants and audience.&lt;/p&gt;

&lt;p&gt;So, how can hackathons help Blockchain at this point? PR and Marketing are a halfway solution to strengthen your company's presence in the industry and connect your name to innovation within days.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Your next recruitment tool&lt;/strong&gt;&lt;br&gt;
This exchange of experiences will expand the networking of participants and, in the case of an external hackathon, grow the network of contacts of the organization itself.&lt;/p&gt;

&lt;p&gt;Some companies use hackathons as recruitment and promotion tools. Hackathons give recruiters access to innovative ideas, as well skill sets, that might not have been considered otherwise. &lt;/p&gt;

&lt;p&gt;They also provide great exposure for jobseekers by generating buzz around your hiring offers. Companies will often sponsor or host these events as part of their recruiting strategy.&lt;/p&gt;

&lt;p&gt;As all tech players know, talent in this area it's constantly changing. Better participants, better solutions for your blockchain solutions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Diminish your errors, give your company security&lt;/strong&gt;&lt;br&gt;
It is worth remembering that Blockchain was developed from the need to create a reliable and efficient system to record financial transactions, avoiding fraud, cyber-attacks, or even user errors. This is why financial services present several application cases for Blockchain.  So, a hackathon can be an excellent playground to find security vulnerabilities for your project.&lt;/p&gt;

&lt;p&gt;In 2016, in Ukraine, there was a hackathon focus on cyber-security. In less than 48 hours, 16 teams of IT specialists, business analysts, and Blockchain/Bitcoin enthusiasts brainstormed and designed viable business ideas based on the Blockchain-distributed technology. &lt;/p&gt;

&lt;p&gt;In this case, an open-source solution was developed, available to anyone. The objective was to encode user data with OpenSSL to be accessed with a personal security key. This way, the Ethereum Blockchain app platform would provide routing between client and server and perform an escrow function, ensuring transparency of the deal.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blockchain hackathons could mean new products!&lt;/strong&gt;&lt;br&gt;
Many startups and businesses that host hackathons want to test newer aspects of their company or product with external developers before implementing them internally. Because of the natural diversity and teamwork that such hackathons bring forward, they show to be the ideal environment for such idea testing and creation.&lt;/p&gt;

&lt;p&gt;For example, Hasbro toys famously created 45 products throughout just one hackathon. Likewise, names like GroupMe and WorkFlow have emerged from hackathons, and in GroupMe's case, led to an $85 million acquisition from Microsoft.&lt;/p&gt;

&lt;p&gt;In the blockchain world, companies like Digital Asset and SE2 prepared a hackathon focused on Daml, a multi-party application platform created by Digital Asset, to develop innovative Blockchain and smart contract applications.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Adoption of technologies&lt;/strong&gt;&lt;br&gt;
Digital transformation requires changes in company culture. And these changes involve investments that may initially impact the budget. By holding a hackathon, the organization will be updated on technological trends and become solutions to reduce costs and time in processes. &lt;/p&gt;

&lt;p&gt;Today, speed and agility on the blockchain niche are central to driving business value, making hackathons a valuable tool for accelerating organizational change and fostering a quick-march, customer-centric, can-do culture.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sense of Community&lt;/strong&gt;&lt;br&gt;
Many innovative businesses managers learn how hackathons can help blockchain companies because they recognize the value of developing a self-sustaining, positive ecology around them. &lt;/p&gt;

&lt;p&gt;Hackathons, as a clever marketing technique, can also aid in expanding a company's external network, particularly among engineers, who are often participating in feedback and content development. &lt;/p&gt;

&lt;p&gt;Furthermore, DailyCoin defends that community participation makes learning the core value of the Blockchain easier to understand. Those who choose to engage in and participate in hackathons are typically intelligent and capable individuals who would keep in touch with the company's external relations staff for future events if the event was memorable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blockchain hackathons need to be planned to work&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A hackathon is an event that needs to be prepared and managed. It's not just the cost of location, food, staff, and equipment. You also need to provide a creative atmosphere and a proper methodology to ensure the teams' high productivity.&lt;/p&gt;

&lt;p&gt;Moreover, the solutions from a hackathon are not always entirely usable, but if worked on better in a post-event, they can become applicable. Suppose the topic is not attractive enough to participants. In that case, expectations for the solutions are too high, or the prize pool is not good enough to attract good participants, a hackathon can become more attractive just for the change of culture of the institution.&lt;/p&gt;

&lt;p&gt;Last but not least, to summarize, if you have a blockchain company you want to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cost reduction due to less supervision and reduction of intermediaries;&lt;/li&gt;
&lt;li&gt;Time savings. Fast sprints to prototype solutions created in days against traditional R&amp;amp;D process that can take weeks;&lt;/li&gt;
&lt;li&gt;Built proof-of-concept blockchain pilots for your business; &lt;/li&gt;
&lt;li&gt;Increased security by preventing fraud, manipulation, and cyber-attacks;&lt;/li&gt;
&lt;li&gt;Increased efficiency, embracing digital transformation, over traditional systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now that you learn how hackathons can help blockchain companies, it's time to take the next step to engage with our community.&lt;/p&gt;

&lt;p&gt;TAIKAI is a &lt;a href="https://taikai.network/en/organizations"&gt;virtual hackathon platform&lt;/a&gt; that makes a virtual hackathon event much easier to host. You can count on us to take your company to the next level.&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>programming</category>
      <category>startup</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>How to Prepare for Coding Challenges?
</title>
      <dc:creator>Rodrigo Nogueira</dc:creator>
      <pubDate>Mon, 27 Sep 2021 13:08:18 +0000</pubDate>
      <link>https://forem.com/taikai/how-to-prepare-for-coding-challenges-4n67</link>
      <guid>https://forem.com/taikai/how-to-prepare-for-coding-challenges-4n67</guid>
      <description>&lt;p&gt;Many people are passionate about coding. 👩‍💻 Every year, millions of students study Computer Science as their major. And many others enroll in different courses related to it. The biggest part of this field is Programming.&lt;/p&gt;

&lt;p&gt;If you have recently graduated and are looking for a programming job, then you should study to pass coding challenges.&lt;/p&gt;

&lt;p&gt;Coding challenges are an excellent way of testing your skills and capabilities. They can be used as part of a job interview, or even just as fun exercises to help improve your programming ability. &lt;/p&gt;

&lt;p&gt;👉 In this article, we will look into how to prepare for them and what they actually involve. We’ll also take a look at some tips and tricks on how to get better at them! 🙌&lt;/p&gt;

&lt;h2&gt;
  
  
  Everything You Need to Know About Coding Challenges 👇
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What are Coding Challenges?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A code challenge is a test conducted by companies to recruit new employees. It is the first step to pass before conducting technical interviews.&lt;/p&gt;

&lt;p&gt;These challenges or tests are for new internees and graduates. Usually, people with prior experience in programming do not have to take part. However, they are sometimes taken after the interview. These tests take place among many people in a limited timeframe to shortlist qualified and suitable candidates.&lt;/p&gt;

&lt;p&gt;Generally, the organization you are applying for gives you the choice of language. But, other times, they might go with some specific programming languages.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Do I need to Engage in Programming Challenges?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Even if you are not applying for a job, there are many programming contests as well. Taking part in them will provide a lot of benefits.&lt;/p&gt;

&lt;p&gt;Many students and beginners do not understand the potential of Programming Challenges. Here are all the reasons to tell you why you should engage in such challenges:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Develop Problem-Solving Skills&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Many tech interviews ask you to debug an already-written program. While it may seem easy to some, it can be very difficult for newbies. That is because they are used to getting the help of different tools for search bugs in their programs.&lt;br&gt;
Engaging in Coding Challenges will help you become a real problem solver. You will be able to point out the mistakes in lines of code easily. Plus, it will empower your technical skills to write error-free codes.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Faster Than Ever&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The main constraint of a coding interview or test is the time limit. In a given period, you will have to write a completely error-free program. For a beginner, it is nearly impossible.&lt;br&gt;
When you newly learn to program, you are very slow at it. You take hours to write simple codes and check them again and again for mistakes. While this is a good aspect in terms of care, it is unacceptable in coding tests.&lt;br&gt;
Engaging in different coding contests helps you get faster at it. You will notice a significant change in speed in your coding skill and projects.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Write Better Codes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In programming, there are always multiple ways to write a single code. But, only a few of them are optimal solutions. And, this is an important factor in coding. You always have to check the efficiency of a program.&lt;br&gt;
For instance, a code can be written on ten lines, and the same can be written on two lines. It would be best if you always went for the shorter route. It helps you get the job done faster and cleaner.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A Plus Point for Interviews - Interview Preparation Tips&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Although passing the test does not necessarily mean you are recruited, it is certainly a positive point. Software Developer candidates who have passed the challenge are one step closer to getting the job.&lt;br&gt;
Tech Companies usually look for practical workers. A code challenge helps organizations to identify which program can excel at writing codes. Hence, it will give you a considerable upper hand over other candidates.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Get a Better Grip on a Language&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Programming challenges will help you strengthen your skills in a specific language. If you are a new programmer, you should concentrate on only one language. You can find the right one by researching which one is currently in demand.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Most Common Programming Language Challenges&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Like we mentioned earlier, usually, companies allow you to choose a programming language. However, not all of them give you this option. Some companies work with certain languages, so you are only restricted to pass tests in them.&lt;/p&gt;

&lt;p&gt;Here are some of the most common programming language challenges:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;Java&lt;/li&gt;
&lt;li&gt;Javascript&lt;/li&gt;
&lt;li&gt;Rust&lt;/li&gt;
&lt;li&gt;TypeScript&lt;/li&gt;
&lt;li&gt;Ruby&lt;/li&gt;
&lt;li&gt;PHP&lt;/li&gt;
&lt;li&gt;SQL&lt;/li&gt;
&lt;li&gt;CSS&lt;/li&gt;
&lt;li&gt;C#&lt;/li&gt;
&lt;li&gt;C++&lt;/li&gt;
&lt;li&gt;HTML&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The reason for providing this list is so that you can learn and practice one of these languages. With a strong grip, you will definitely get ready for technical interview questions. 💪&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Get Better at a Coding Challenge&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Many beginners and students look for tips to pass a code challenge. But, you do not have to worry. We have covered all the ways of how you can get better at programming challenges and interview prep.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Master a Language&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The best way is to just work on a single language first, for example, Python. Do not jump into different languages at this stage. Learn all that you can about it Python. Write different and difficult codes in it.&lt;br&gt;
You should be so good that you can debug a code without any problems. That is only possible by deep-dive your technical skill in a specific programming language for you to be ready for a python challenge in the future. These common practices will help you advance fast in a challenge and give you an advantage during the interview process.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Efficiency&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your first priority should be efficiency. Always look for a better way of writing codes. Companies prefer clean and readable programs.&lt;br&gt;
Most people look for the easiest way to execute a program. However, sometimes that solution contains a long code. If you want to get good at coding challenges, you need to look for an efficient way rather than an easy one.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Constantly Check Your Code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;While it may take some time, checking code again and again can make it ten times better. You can even find your mistakes. It can also help you make the right changes to your code.&lt;br&gt;
Sometimes, you will see some statements that do not affect the overall program but increase the time complexity. Rechecking your code will allow you to remove such statements.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Practice&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As the saying goes, “Practice makes a programmer perfect.” It is 100% true that practicing your skilled language can help you get better exponentially.&lt;br&gt;
Whether you are looking to pass coding challenges or working professionally, practice is a MUST.&lt;br&gt;
It will enable you to write error-free programs in less time. Plus, you will no longer need to look up solutions on the Internet. Once you start exercising your programming skills enough, you can become the ultimate problem solver.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mistakes to Avoid During a Code Challenge&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here are some of the most common mistakes that you should avoid during a coding test.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Do Not Rush It&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;While there is a time limit, it is long enough for you to write the full code. If you try to rush things too fast, you will be compromising on the quality of your program.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Avoid Repetition&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Many codes will require you to follow the same formula. However, it would be best if you never repeated any segment. If you have to, then try to write it differently.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Choose Correct Variable Names&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Although it may seem like a small thing, companies pay a lot of attention to it. The choice of variable names depends on you. That is why most new programmers go for simple names, like A, B, C, etc. Instead, go for more specific and clearer names, like FirstValue, SecondValue, etc. It will increase the readability of the code, and users will understand the purpose of the variable on the first viewing.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Do not Go to The Long Route&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A long code means less readability, more time complexity, and less efficiency. But, most programmers do not understand that. If there is an optimal solution available, take it and go for shorter and neat codes.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Not Pre-Planning for the Project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you have an upcoming test, then give your best to prepare for it. Practice with difficult codes and try to debug them. There are many software tools online that can you with this.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Plan For a Hiring Coding Challenge&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every task requires pre-planning. If you were to build architecture, you would first construct a blueprint. Programming is not much different.&lt;/p&gt;

&lt;p&gt;Planning for a coding challenge includes identifying the problems and ways how to solve them in the code editor.  First, you have to set a goal for your solution and discover how you can accomplish it. Then, you will work towards it. It is best to go in prepared for the challenge.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best Platforms to Test Your Coding Skill 📚&lt;/strong&gt;&lt;br&gt;
Here are some of the best platforms where you can try your coding skills and get one step closer to being employed.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CoderPad
CoderPad is one of the most well-reviewed platforms where companies provide challenges for coders.&lt;/li&gt;
&lt;li&gt;CoderByte
CoderByte is the most popular website with more than 600 organizations. These companies share MCQs and other programming challenges for potential employees.&lt;/li&gt;
&lt;li&gt;HackerRank
HackerRank is most suitable for advanced-level programmers. Here, companies can select the ready-made challenges or create their own to test people.&lt;/li&gt;
&lt;li&gt;CodeFights
CodeFights is a one-stop-shop that allows companies to find, test, and interview candidates.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Whether it is a coding interview or online coding challenges, practice is the key.&lt;/p&gt;

&lt;p&gt;By going through this article, you will understand everything about such tests, including why you need to take part in them, how to get better, which mistakes to avoid, and how to pre-plan.&lt;/p&gt;

&lt;p&gt;Each aspect will give you a different perspective, and every new coding challenge will teach you a new lesson.&lt;/p&gt;

&lt;p&gt;At TAIKAI we take the Coding Challenges to a different level 😲, with hiring challenges any organization can manage their coding challenges and follow the candidate progress using a single platform. &lt;/p&gt;

&lt;p&gt;If we are looking for a platform to evaluate your candidates coding challenges, we are your right partner for you.&lt;/p&gt;

&lt;p&gt;Not Convinced 🤨, talk with us today or &lt;a href="https://taikai.network/en/blog/how-to-prepare-for-coding-challenges"&gt;Request a Demo&lt;/a&gt;.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to recruit talent using a hackathon</title>
      <dc:creator>Rodrigo Nogueira</dc:creator>
      <pubDate>Tue, 17 Aug 2021 18:29:33 +0000</pubDate>
      <link>https://forem.com/taikai/how-to-recruit-talent-using-a-hackathon-3da7</link>
      <guid>https://forem.com/taikai/how-to-recruit-talent-using-a-hackathon-3da7</guid>
      <description>&lt;p&gt;Hackathons are a highly beneficial tool to scout out talent and promote breakthroughs in an organization. Read ahead to find out how to recruit talent with a hackathon and its benefits over traditional recruitment processes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Attracting Talent with Hackathons
&lt;/h2&gt;

&lt;p&gt;The following is an overview of how hackathons aid organizations in their efforts to innovate and recruit talent.&lt;/p&gt;

&lt;p&gt;Hackathons differ significantly from traditional recruiting methods. While both involve searching for qualified employees, the latter relies solely on resumes and interviews. Hackathons provide additional opportunities for employers and job hunters alike.&lt;/p&gt;

&lt;p&gt;In addition to allowing applicants to showcase their abilities and expertise, hackathons also allow businesses to learn more about their customers and clients. For example, Google held its annual Android Developer Challenge where developers were able to create mobile apps for their ecosystem.&lt;/p&gt;

&lt;p&gt;However, many companies hold hackathons specifically designed to identify hidden gems among otherwise unappealing candidates. These events give anyone without experience a chance to prove themselves. Since they focus primarily on uncovering undervalued qualities such as creativity, communication ability, leadership, and problem-solving skills, they effectively remove biases associated with conventional hiring practices.&lt;/p&gt;

&lt;h2&gt;
  
  
  Forces people to leave their comfort zone🛋
&lt;/h2&gt;

&lt;p&gt;This is one of the primary ways hackathons help to unleash creativity. Hackathons offer a refreshing break from the monotony of the daily job.&lt;/p&gt;

&lt;p&gt;Offline Hackathons are typically 1–2-day events in which participants must solve a given problem within a limited amount of time. These events force players to leave their comfort zone and put them under extreme time constraints.&lt;/p&gt;

&lt;p&gt;The intense environment creates a sense of urgency, motivating individuals to offer their best effort or risk losing. It drives individuals to take risks and test new ideas to succeed in such situations. This sense of urgency does not exist in a typical 9-5 shift.&lt;/p&gt;

&lt;p&gt;Participants who are driven to expand their creative muscles in such a manner experience a free flow of original ideas, not only from group mates but also from themselves. Due to this, hackathons generate novel solutions to problems they are designed to solve.&lt;/p&gt;

&lt;h2&gt;
  
  
  Allows for a wide range of social inputs 🤙
&lt;/h2&gt;

&lt;p&gt;As previously stated, hackathons include both external and internal team members. These extra members can be from anywhere, creating a socially varied environment for the event. This level of multiplicity promotes the generation of novel ideas and thoughts.&lt;/p&gt;

&lt;p&gt;The incorporation of multiple points of view is a reason for this. As a result, the problem is understood in a variety of ways.&lt;/p&gt;

&lt;p&gt;A freelancer who works on a flexible schedule, for example, may see a problem from a different perspective than a corporate suit who adheres to a traditional 9-5 schedule.&lt;/p&gt;

&lt;p&gt;Differences in a team’s culture, lifestyle, and attitude add dimensions to the cognitive process. Innovative solutions to problems are more common when information from other perspectives is gathered. Hackathons enable experimentation with various inputs driven from multiple viewpoints working collaboratively to achieve a breakthrough solution.&lt;/p&gt;

&lt;h2&gt;
  
  
  New groundbreaking products 📦
&lt;/h2&gt;

&lt;p&gt;One of the most important ways for businesses to gain from hackathons is by developing new groundbreaking products.&lt;/p&gt;

&lt;p&gt;Hackathons promote the free flow of revolutionary ideas in a diverse collaborative environment. These innovative concepts lead to the creation of new applications based on evolving technologies or new goods based on novel methodologies.&lt;/p&gt;

&lt;p&gt;A hackathon’s limited time frame is insufficient to completely develop a new product; however, the intensive creative environment might result in the development of game-changing prototypes.&lt;/p&gt;

&lt;p&gt;These prototypes form the basis for a revolutionary product. Once an idea has been formed, the product can simply progress to the development stage. Hackathons initiate the development process by making prototypes in a short period based on nonstop brainstorming.&lt;/p&gt;

&lt;p&gt;Aside from that, the exploration and learning that takes place throughout the process is an excellent takeaway for both the host firm and the participants.&lt;/p&gt;

&lt;h2&gt;
  
  
  Allows the evaluation of talent, ability, and temperament in real-time 🗳
&lt;/h2&gt;

&lt;p&gt;Another reason why large corporations organize hackathons is to attract talent. From Foursquare to Chevrolet, Facebook to PayPal, the world’s largest corporations all see hackathons as a possible recruiting tool.&lt;/p&gt;

&lt;p&gt;Hackathons provide an opportunity for host organizations to witness a live exhibition of participants’ abilities and skills. Resumes are limited to a candidate’s credentials and provide no evidence of the applicant’s actual ability.&lt;/p&gt;

&lt;p&gt;Hackathons provide a unique chance in the hiring process, allowing potential candidates to demonstrate their capacity to favorably contribute to innovative development projects.&lt;/p&gt;

&lt;p&gt;Hackathons allow host organizations to assess not only a candidate's talents but also their disposition. Such activities necessitate teamwork, allowing the host company to assess a candidate's capacity to perform inside an organization. A hackathon’s rigorous setting provides the host organization with insight into potential applicants’ persistence and ability to work under pressure.&lt;/p&gt;

&lt;p&gt;While technical proficiency is an important factor in the hiring process, other qualities such as stress tolerance, a collaborative attitude, and a calm demeanor are also important.&lt;/p&gt;

&lt;h2&gt;
  
  
  Attractive prize packages 🏆
&lt;/h2&gt;

&lt;p&gt;Hackathons are competitions, and the winners are abundantly rewarded with incredible gifts. The prize package draw assists the host organization in attracting top talent and generating unique ideas.&lt;/p&gt;

&lt;p&gt;Hackathons have tight grading procedures in which only the most groundbreaking ideas are rewarded. To win the hackathon, participants are greatly incentivized to develop innovative solutions. As a result, the host company gains an advantage from the prototypes that are created, which possess the potential to bring development to the market.&lt;/p&gt;

&lt;p&gt;Prizes for hackathons can range from substantial sums of money to summer internships with the sponsoring company to prestigious honors. These events recognize the accomplishments of participants, which encourages freelancers and talented professionals to participate. As a result, the host firm can identify potential applicants and integrate top talent into its business.&lt;/p&gt;

&lt;h2&gt;
  
  
  Increased corporate branding 💎
&lt;/h2&gt;

&lt;p&gt;Hackathons provide a marketing prospect for the host corporation. This is especially critical for companies seeking to hire talented employees.&lt;/p&gt;

&lt;p&gt;Due to the status associated with working with well-known businesses, job applicants prefer to work for them, posing a significant hurdle for startups. It is tough for a company, no matter how active, to attract devoted personnel.&lt;/p&gt;

&lt;p&gt;Hackathons generate a lot of discussion about the host firm and assist in positioning it as a dynamic market participant. If a company can conduct a hackathon assessed by industry executives and technical consultants, the company can get market traction.&lt;/p&gt;

&lt;p&gt;As hackathons are becoming more popular, getting sponsors to provide financial support for branding efforts and events is becoming easier. Requesting local press coverage of the event can also aid in attracting talent, and social media can be used to reach a larger audience.&lt;/p&gt;

&lt;p&gt;There is no doubt that hackathons help businesses of all sizes flourish. Whether it is via developing an industry brand, creating inventive intellectual property to use in the future, or using it as a talent magnet for recruiting.&lt;/p&gt;

&lt;p&gt;Hackathons are extreme events that necessitate extensive planning. Before submitting a bid to host one, all the minor elements must be considered. To achieve a successful hackathon, meticulous planning is essential in advance.&lt;/p&gt;

&lt;p&gt;In recent years, there has been a boom in Hackathons to recruit talent and the channel has constantly been evolving ever since. Listed below are some of the various techniques used to leverage hackathons as a recruitment tool.&lt;/p&gt;

&lt;h1&gt;
  
  
  Types of recruitment hackathons
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;1. VIRTUAL HACKATHONS&lt;/strong&gt;&lt;br&gt;
Recruitment hackathons can be tailored to a company’s requirements and the talent that it wishes to recruit. Virtual hackathons are no different and can be considered as of the best methods to hunt international talent. These hackathons are conceptualized around competitive programming challenges and allow recruiters to get an idea of what programmers around the world are capable of based on the competition leaderboard.&lt;/p&gt;

&lt;p&gt;These challenge-based recruiting tactics are highly useful for small companies who lack the resources or budget to market themselves overseas or establish recruitment centers in foreign countries. Companies could benefit from an additional talent pipeline in the funnel, and hackathons have evolved into a lean technique for partially leveling the playing field for smaller organizations trying to implement guerilla recruiting strategies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. INTERACTIVE HACKATHONS&lt;/strong&gt;&lt;br&gt;
Due to the intimidation element of a 1:1 interview and the associated uneasiness, highly qualified individuals are frequently dismissed in a traditional interview session.&lt;/p&gt;

&lt;p&gt;Throughout a day or more, hackathons provide an opportunity to dive in, become comfortable, and demonstrate ingenuity. From the interviewer's standpoint, hackathons help assess a candidate’s talents and performance in a potential working environment.&lt;/p&gt;

&lt;p&gt;Interactive hackathons can assist by grouping interviewers and potentials applicants into teams where they can collaborate constructively and creatively. The interactive hackathon’s capacity to link industry professionals and students or other candidates of all types and technological skillsets seems quite promising!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. INDUSTRY HACKATHONS&lt;/strong&gt;&lt;br&gt;
Industry hackathons are gradually gaining traction as a means of combining resources and adding emphasis and purpose to the traditional concept of hackathons as Red Bull-fueled frenzies for major tech companies.&lt;/p&gt;

&lt;p&gt;Industry hackathons link recruiters with technical talent that understand their business and possess the potential to bring much-needed creativity into their already set-up products, processes, and technology. Despite having been initiated by tech companies, the traction of industry hackathons is growing in areas like education, construction, and fashion.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. INTERNAL RECRUITING HACKATHONS&lt;/strong&gt;&lt;br&gt;
The opportunity to “recruit” your own staff is another benefit of hackathons as a recruitment strategy. For companies wishing to organize a hackathon, it is recommended to encourage their full-time employees and technical talent to join if they feel inclined.&lt;/p&gt;

&lt;p&gt;Internal hackathons, by definition, enable businesses to access previously untapped potential within their organization as employees are placed into silos or boxes. Encouraging your engineering talent to engage in hackathons allows them to design and create things outside the box while broadening their relations with coworkers with whom they may not ordinarily collaborate. It unquestionably promotes healthy free-thinking, which adds to motivated employees.&lt;/p&gt;

&lt;h1&gt;
  
  
  Benefits of using hackathon to recruit talent
&lt;/h1&gt;

&lt;p&gt;Traditionally, many companies held hackathons internally to get their creative juices flowing and help their committed employees brainstorm and generate ideas. &lt;/p&gt;

&lt;p&gt;Nowadays, hackathons are increasingly being adopted in the modern hiring process, and for a good reason. Today, most recruiters utilize this method to evaluate candidates' problem-solving, interpersonal, and time-management skills. There are many benefits to using hackathons over the traditional hiring processes, which can be explained below.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;REDUCE COSTS&lt;/strong&gt; 💰&lt;br&gt;
One of the main benefits of using hackathons to recruit talent over the traditional process is that it helps reduce costs by a lot. As per the latest Talent Acquisition Benchmarking Report, the average cost of hire is $4,425. On the other hand, the average cost of hackathons for a hire can be much lower with the advantage of hiring multiple candidates.&lt;/p&gt;

&lt;p&gt;This cost reduction has inclined many companies to shift over to using hackathons for the recruitment process. When it comes to traditional hiring, it might be difficult to justify the overall cost of the process. Hackathons, on the other hand, are low-cost and can be made to be cost even lower by holding them online&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SAVING TIME&lt;/strong&gt; ⏰&lt;br&gt;
Using hackathons in recruitment allows companies to cut their recruitment time by 80%. Recruits hired through hackathons get a chance to get acquainted with the company dynamic and culture and the necessary training. This can cut down the time required for training from 3-6 months to less than 6 weeks.&lt;/p&gt;

&lt;p&gt;Additionally, most of the recruitment processes followed by many companies are so long and unstructured that it wastes the time of both recruiters and applicants. Hackathons as a recruitment process prove superior due to the ability to gather and analyze candidate data in a very short time frame.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SCREENING&lt;/strong&gt; 📃&lt;br&gt;
Hackathons are a promising alternative to unorganized recruitment processes. These processes are not only time-consuming but also don't always result in quality hires.&lt;/p&gt;

&lt;p&gt;You might be surprised to know that only 50% of the hires you make fit the bill through the traditional hiring process. Also, it takes almost three months to know if you have made the right hire or not, which results in a drain in resources. Screening during hackathons is much easier than in traditional recruitment processes. During hackathons, you get to take a look at how well a candidate works with other people and effectively gauge their core technical skills, cognitive abilities, and behavioral competencies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DIVERSITY&lt;/strong&gt; 🧑‍🦰👩🏾‍🦰🧔🏼‍♀️&lt;br&gt;
Hosting online hackathons allow recruiters to attract a diverse range of quality talent. Companies have found that hosting online hackathons has attracted candidates hailing from areas that they wouldn’t usually go for recruitment. Diversity in the hiring process opens up access to people who might be more talented and valuable to your organization than people from your usual target recruitment areas.&lt;/p&gt;

&lt;h1&gt;
  
  
  Why hackathon are good for hiring? 🤔
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;40% of people who participated in a hackathon were hired within 6 months after participating in the event.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Recruiters say they use hackathons because they want to get creative solutions from their employees. Hackathons help them identify and develop potential employees before making an offer.&lt;/p&gt;

&lt;p&gt;Hackathons give them access to innovative ideas that might not have been considered otherwise. They also provide great exposure for job seekers by generating buzz around your hiring process. Companies will often sponsor or host these events as part of their recruiting strategy. &lt;/p&gt;

&lt;p&gt;It’s not uncommon for companies to throw one-day competitions where participants create apps, websites, games, videos, etc., all designed to solve problems related to their business needs.&lt;/p&gt;

&lt;p&gt;The winning team gets paid cash prizes while everyone else walks away with some sort of recognition. These kinds of events tend to be very popular among tech-savvy Millennials. Companies like Microsoft, Facebook, Amazon, Oracle, eBay, IBM, Apple, Adobe, Groupon, Zappos, LinkedIn, Twitter, Netflix, Airbnb, Dell, Intuit, Salesforce, and many others regularly hold hackathons throughout the year at various locations across the country.&lt;/p&gt;

&lt;h1&gt;
  
  
  The final verdict 🥁
&lt;/h1&gt;

&lt;p&gt;In conclusion, hackathons are a very useful tool in recruiting good talent. 👷‍♂️&lt;/p&gt;

&lt;p&gt;There are several types of hackathons from which to recruit promising talent, however, a virtual hackathon is the most favorable one as it allows a diverse range of participants to showcase their abilities. Using hackathons as a recruitment method provides various benefits over a traditional hiring process such as reducing costs, saving time, and having the screening process be much more transparent. As such more companies should adopt this recruitment method.&lt;/p&gt;

&lt;p&gt;Do you want to host or organize a hiring challenge for your company? &lt;/p&gt;

&lt;p&gt;&lt;a href="https://taikai.network/en/organizations"&gt;Talk with us today&lt;/a&gt;, we are here to help you with the process.&lt;/p&gt;

</description>
      <category>hackathon</category>
      <category>hiring</category>
    </item>
  </channel>
</rss>
