AIAfolabi Ifeoluwainafoxcute.hashnode.dev·Jul 20 · 10 min readWhen Five Agents Disagree: Building a Multi-Agent DAO Treasury Swarm with Qwen CloudTrack 3: Multi-Agent Collaboration · Builder Journal · Global AI Hackathon with Qwen Cloud · July 2026 The problem with single-agent treasury systems isn't intelligence — it's accountability. Give on00
AIAfolabi Ifeoluwainafoxcute.hashnode.dev·Aug 4, 2023 · 1 min readSet up the right routing for vuejs app in s3 bucketI have set up static hosting for a vuejs app and it keeps showing "file not found, object key does not exist"(on every refresh I did on the sub-pages). SOLUTION I noticed that error.html does not exist in the build(called dist in vuejs) directory, so...00
AIAfolabi Ifeoluwainafoxcute.hashnode.dev·Mar 29, 2023 · 1 min readOracle Virtualbox issues SolvedAs a Tech Enthusiast, You might want to run multiple OSs(Operating Systems) in a single machine(Desktop or Laptop). Virtualbox is one of your options to achieve this. This tutorial is not for someone that is trying to install VirtualBox or run a OS i...00
AIAfolabi Ifeoluwainafoxcute.hashnode.dev·Mar 28, 2023 · 1 min readInstall code deploy-agent in aws ubuntu instanceCreate a s3 bucket in a certain region and replace aws-codedeploy to the name of the bucket you created. Replace us-east-1 with the name of the region of your ec2 instance and s3 bucket. You can run the command as a bash script or manually in ubuntu ...00
AIAfolabi Ifeoluwainafoxcute.hashnode.dev·Jan 22, 2023 · 1 min readCreate nextjs app with typescript, eslint and tailwindcssnpx create-next-app@latest --typescript --eslint --example with-tailwindcss Use the above command to quickly bootstrap a nextjs app with ts, eslint and tailwindcss. If you are using yarn, After running the above command successfully you need to dele...00