- 34
- 169 043
Code Raiders
United Kingdom
Приєднався 1 лис 2022
Learn from Shaun as he builds wealth by developing solutions for others using code.
Shaun left his former full time career as an Analytics Lead and Financial Controller in order to do what he loves everyday...teaching and coding.
You will learn and see not only how startups and thought of and tested, but how they are built and launched in real-time. The aim is to show behind the scenes examples of how to develop tools that others want and love. This will be in many industries but with an emphasis on crypto, web development and solo entrepreneurship.
If you don't want the headaches of hiring other people, are interested in making a side income and keen to learn coding - you will likely love being part of this channel.
Website: Coming soon
Podcast: Coming soon
Udemy Courses: www.udemy.com/user/shaun34/
Crypto UA-cam Channel: ua-cam.com/users/CryptoWizards
Shaun left his former full time career as an Analytics Lead and Financial Controller in order to do what he loves everyday...teaching and coding.
You will learn and see not only how startups and thought of and tested, but how they are built and launched in real-time. The aim is to show behind the scenes examples of how to develop tools that others want and love. This will be in many industries but with an emphasis on crypto, web development and solo entrepreneurship.
If you don't want the headaches of hiring other people, are interested in making a side income and keen to learn coding - you will likely love being part of this channel.
Website: Coming soon
Podcast: Coming soon
Udemy Courses: www.udemy.com/user/shaun34/
Crypto UA-cam Channel: ua-cam.com/users/CryptoWizards
My Favourite Tech Stack of the Year | WARP-Q
For those who asked what technology stack was used to redevelop the CW SAAS application from scratch, this video will walk you through the tech stack of what was used and why. We will cover the WARP tech stack as follows:
Web Assembly
Actix-web
Redis
Postgres
Qwik
This replaces what we used before as (Next JS, Supabase, Llamdas etc).
Featured website: cryptowizards.net
Code Raiders: coderaiders.com
Web Assembly
Actix-web
Redis
Postgres
Qwik
This replaces what we used before as (Next JS, Supabase, Llamdas etc).
Featured website: cryptowizards.net
Code Raiders: coderaiders.com
Переглядів: 1 371
Відео
Building an Advanced LLM AutoGPT + Chatbot with Rust - Thought Share
Переглядів 1,6 тис.Рік тому
When building your own custom Chatbot using ChatGPT, GPT-4, Eleven Labs etc, you might be running into issues with cost and latency. In this video, I share some thoughts and experiments building a new and upgraded chatbot, that does not have to rely on third party APIs for all of the decision making, just some of it. In this video, will share with you my experience and successes (as well as fai...
Flash Loan Arbitrage Smart Contract BSC Build - (Search, Execution and MEV)
Переглядів 4,2 тис.Рік тому
Congratulations on making it this far in learning to develop and deploy your arbitrage Flash Loan Smart Contract on the BSC (Binance Smart Chain) using PancakeSwap V3 and PancakeSwap V2. If you don't mind, I would like to share some thoughts and experience in this video around arbitrage search, flash loan arbitrage execution and MEV (Maximal Extractable Value) and how to combat this with Submar...
Flash Loan Arbitrage Smart Contract BSC Build - (Flash Loan Repayment)
Переглядів 4,5 тис.Рік тому
Your Flash Loan Smart Contract is ready to deploy to the BSC (BNB Smart Chain) Mainnet. In this video, we will do exactly that, allowing you to trade Flash Loan Arbitrage on both PancakeSwap V3 and PancakeSwap V2 in the real world. Here we run "npx hardhat run scripts/deploy.ts network mainnet". This will ensure your actual private key is used to deploy the Flash Loan smart contract so be very ...
Flash Loan Arbitrage Smart Contract BSC Build - (Flash Loan Repayment)
Переглядів 4,2 тис.Рік тому
To ensure our Flash Loan Smart Contract on PancakeSwap V3 (BSC) is profitable, we need to ensure funds on the Flash Loan Smart Contract itself. This is possible when forking the Mainnet and using Hardhat as we can impersonate a whale who holds a lot of BUSD and then transfer some BUSD to our Flash Loan contract, which pretends like the trade was profitable for testing purposes. We also write th...
Flash Loan Arbitrage Smart Contract BSC Build - (Place Swaps on PancakeSwap V3 and V2)
Переглядів 3,6 тис.Рік тому
We are finally ready to place the swaps for PancakeSwap V3 and V2 within our BSC Flash Loan Smart Contract. Do do this, we start with the interfaces for PancakeSwap V3 and PancakeSwap V2 and construct a function which places a swap on an exchange of your choice. Each swap could be given any exchange that you like. Provided you have working code for placing the swap. This is a very dynamic smart...
Flash Loan Arbitrage Smart Contract BSC Build - (Request and Callback Function)
Переглядів 2,9 тис.Рік тому
Time to write the entry point to call a Flash Loan request from PancakeSwap V3, including any data containing the arbitrage swap we wish to make. This function will automatically then call the callback function which will perform the arbitrage trade which will be covered in the next session. This is the pool contract address we reviewed on BSC Scan for short reference: 0x85FAac652b707FDf6907EF7...
Flash Loan Arbitrage Smart Contract BSC Build - (Constructor with PoolAddress)
Переглядів 7 тис.Рік тому
We need to initialise a Flash Loan smart contract that borrows funds from PancakeSwap V3 with details of what pool to borrow liquidity from. In this video, you will learn how to interrogate smart contracts to understand specific functions to call and equally use some computations to get the liquidity pool address so long as you know the two tokens that pool relates to and the fee of that pool. ...
Flash Loan Arbitrage Smart Contract BSC Build - (Hardhat Configuration)
Переглядів 4,5 тис.Рік тому
In this video you will learn how to fork the Mainnet for testing and become more familiar with Hardhat in order to work with PancakeSwap V3 and PancakeSwap V2 swaps later on. This will be critical for Flash Loan Smart Contract development using Hardhat. Full Project Code for Members: coderaiders.com/code/flashloanbsc.mdx/ Website: coderaiders.com Previous video: ua-cam.com/video/5c jrFcH70/v-de...
Flash Loan Arbitrage Smart Contract BSC Build - (Project Initialisation)
Переглядів 11 тис.Рік тому
If you looking to build your own Flash Loan smart contract on the BNB Binance Smart Chain to trade arbitrage opportunities across PancakeSwap V3 and PancakeSwap V2 then this will be a fantastic series for you. In this video, we cover the general framework of the project with a quick dive into Hardhat for creating, deploying and testing smart contracts. We also set up VS code and ensure package ...
Flash Loan Arbitrage Smart Contract BSC Build - (YT Course Trailer)
Переглядів 3,5 тис.Рік тому
Flash Loan Arbitrage on the BSC (Binance Smart Chain) is usually in high demand from cryptocurrency traders due to the low gas fees on the BNB Chain and thus, lower risk in using other peoples money (via Flash Loans) to test for profitable arbitrage opportunities. However, coding a smart contract up, that both receives a Flash Loan, but also performs swap atomically via a smart contract can be ...
Which of THESE Programming Languages Won on SPEED - Comparing C vs Go vs Rust and More
Переглядів 4,4 тис.Рік тому
In this video, we reveal the results for both a speed and memory test comparison on the following programming languages of C, C , Go, Rust, Python, Javascript and Typescript. The rational is because not only did I want to find the fastest language in terms of low level languages, but I also wanted to compare this to dynamically typed languages like Python in terms of how wide is the gap, really...
What I Learned Building an Auto GPT Agent Using Rust and GPT-4
Переглядів 2,2 тис.Рік тому
The code for building an AutoGPT agent with ChatGPT's GPT-4 model has been months in the making. In this video you will learn how AI Functions were used to enable advantage to be taken from the fact that large language models hallucinate results. This special type of function allows us to get the exact structure of output that we need and thus can either feed that output into other inputs to bo...
The Impact of GPT-4 on a Rogue Developer
Переглядів 1,1 тис.Рік тому
Exploring the impact of GPT-4 and the opportunity it presents to us as developers in the future. Dev Ops...let's go Coding Courses: coderaiders.com/courses Coding Packages: coderaiders.com/code
INCREDIBLE Voice Answers Anything ChatGPT Chatbot - Featuring Eleven Labs
Переглядів 6 тис.Рік тому
THIS is what happens when you combine ChatGPT with ElevenLabs to create a voice activated chatbot that can steer a conversation any way you like. Introducing Rachel Chat. In this video, I show you how I created a chatbot that uses the ChatGPT API and combines the output with Eleven Labs to get an extremely real sounding voice. Simply just incredible. These companies are doing super well. The ch...
Meta AI Engineering - Writing Code that Tells AI to Write Code and Execute the Code
Переглядів 607Рік тому
Meta AI Engineering - Writing Code that Tells AI to Write Code and Execute the Code
Application Load Balancer Setup to Point to Your AWS EC2 Instance
Переглядів 37 тис.Рік тому
Application Load Balancer Setup to Point to Your AWS EC2 Instance
How to Host Your Website on AWS EC2 and Cost Effectively with Full Control
Переглядів 15 тис.Рік тому
How to Host Your Website on AWS EC2 and Cost Effectively with Full Control
Qwik JS Full Stack App | Protected Routes and RBAC using OnGet | Part 12
Переглядів 2,6 тис.2 роки тому
Qwik JS Full Stack App | Protected Routes and RBAC using OnGet | Part 12
Qwik JS Full Stack App | Server side HttpOnly Cookies Persistence | Part 11
Переглядів 2,2 тис.2 роки тому
Qwik JS Full Stack App | Server side HttpOnly Cookies Persistence | Part 11
Qwik JS Full Stack App | Node Express with Typescript Backend Server | Part 10
Переглядів 2,2 тис.2 роки тому
Qwik JS Full Stack App | Node Express with Typescript Backend Server | Part 10
Qwik JS Full Stack App | NGINX as API Gateway Reverse Proxy with Docker | Part 9
Переглядів 3,4 тис.2 роки тому
Qwik JS Full Stack App | NGINX as API Gateway Reverse Proxy with Docker | Part 9
Qwik JS Full Stack App | OAuth with Supabase and GitHub Provider | Part 8
Переглядів 1,5 тис.2 роки тому
Qwik JS Full Stack App | OAuth with Supabase and GitHub Provider | Part 8
Qwik JS Full Stack App | useContext and Site Navigation | Part 7
Переглядів 2 тис.2 роки тому
Qwik JS Full Stack App | useContext and Site Navigation | Part 7
Qwik JS Full Stack App | GitHub Download and Checkpoint | Part 6
Переглядів 1,2 тис.2 роки тому
Qwik JS Full Stack App | GitHub Download and Checkpoint | Part 6
Qwik JS Full Stack App | User Login Via Supabase Coding | Part 5
Переглядів 2,6 тис.2 роки тому
Qwik JS Full Stack App | User Login Via Supabase Coding | Part 5
Qwik JS Full Stack App | User Signup Via Supabase Coding | Part 4
Переглядів 3,4 тис.2 роки тому
Qwik JS Full Stack App | User Signup Via Supabase Coding | Part 4
Qwik JS Full Stack App | Supabase Setup | Part 3
Переглядів 3,3 тис.2 роки тому
Qwik JS Full Stack App | Supabase Setup | Part 3
Qwik JS Full Stack App | Solution Architecture | Part 2
Переглядів 3,4 тис.2 роки тому
Qwik JS Full Stack App | Solution Architecture | Part 2
How to Install Github Mona and Hubot Fonts
Переглядів 3 тис.2 роки тому
How to Install Github Mona and Hubot Fonts
Great course. I really like it
There is no running away from updates, deprecations and errors
What to do if the scripts file does not exist?
Frog!!!
All these explanations about auth are fantastic! thank you so much! more QWIK videos please...
Are you South African?
i cant see the folder 'scripts' can someone help ? i see "ignition"..
Your vid saved me a ton of time. Thanks for making an informative and useful vid. :D btw you got a new subscriber now.
This tutorial series was amazing!!, I'm trying to upgrade the smart contract, I found 6 vulnerabilities and 4 are already fixed. Thanks a lot mate!
I'm continuesly receiving Erros trying to do it and i dont see the block number at all am i doing it wrong
Okay, but the majority of people use Windows. Can you do the same tutorial just in Windows? No MAC etc. You might as well do these videos in another language. Smh
I develop with the same hardhat / VS Code on Mac (laptop) and Windows (desktop / pre production testing of client side scripts) and a Linux VM for production client side scripts. The essentials are the same, none of the hardhat, solidity, typescript or EVM blockchain mechanics will change with your OS. Not sure if yarn exists on Windows, but the hardhat doco provides npm alternatives for all the yarn commands and I can verify that node and npm works with this setup on all 3 platforms.
great tutorial. BTW you need to run your frontend app with --host flag for nginx to pick it up. Still better to dockerise it.
Hi, Thank you for the tutorial. It's very helpful.
your application is running on which port? my is on port 8081 i must set port 8081 or 80 in target group for the healthcheck work
did you fix it? mine is running on port 8000, I added port 80 TCP, and Port 443 to the EC2, Then run my app on port 80 and is not working. my app is flask.
Hi, first of all ,congrats for your tutorial, it's been enlightening, I'm an standard ReactJs + typescript developer and that's my first web3 adventure,I've just followed all the steps and it's working but i'm trying to compare the returns on the test by console.log('is bigger??:',contracBalBusdAfter._value>contracBalBusd._value) and it return me false, what am I loosing?
hey if have done this? it is working? it is able to find profitable arbitrage?
I met the problem that my Feed.jsx component doesn't rerender the new data form mongoDB atlas on update, delete or added new by using route api/prompt on the production version, no errors in console, no build logs....on other side in others components the same data are updated on any change. Have you met something similar?
one simple video ...solved my problem
i love how you simplify everything , i had to start afresh to watch you from the beginning.. Thank youu so much, i am grateful. please keep the good work going..
Certificate not created what to do Anyone plz
Has anyone tried it
This guy has one of the best content on flashloans arbitrage, i took his course on Udemy and hands down it was five stars. He explains technical details extremely well! Thank you Shawn
I just cannot get the load balancer to work.
Great video and highly valuable information. Another subscriber earned! Much love.
What is source ip to communicate target instances??
Which rules does the "allow-public-internet-access" security group contain?
is this Flashloan code avail anywhere on github or link//// also are these flashloans profitable these days or not??????
Solid tutorial here... Followed along till the end from the previous video.. Would love for a tutorial hosting on ecs, thanks
YOU EVEN MADE THE TOWERS , I AM DONE 😂 i love this
So in mortal Kombat world c and c++ Would be k and k++ ?
Would love to see VPC version of this :D
at 2:20, why not use HTTP/2 instead of HTTP/1.1?
Super! You are the man! I just bought your course even if I don't need it :)
Send the link to the website you hosted using AWS EC2
After hardhat installation the forlder "script" is missing. How can I fix the error?
same problem with me
Hi, When installing hardhat (npx hardhat) I get a yellow warning. In the video this warning does not appear. You don't know what it is. "DEPRECIATION WARNING Initializing a project with npx hardhat is deprecated and will be removed in the future. Please use npx hardhat init instead. "
just ignore that
I think you need to turn on optimisations for C and C++. Also, using a commercial compiler for C/C++ will produce faster code. Edison Design Group make amazing C compilers that blow away GNU compilers for C/C++.
People have no idea how valuable this architecture planning is - what a great format and amazing video series. Thank you! One request- can we get a link to the excalidraw?
Thanks a lot for very useful content. I have a question regarding Reserved Instances: it is not possible to choose ubuntu as platform when you want to purchase an instance. So is it relevant or just the machine is important here. How about i lunch 2 EC2 for production to have higher availability? Do i need to purchase same machine multiple times in Reserved Instances, right?
Bro, you are just promoting your website instead of instructing the content; you either show us how to do it successfully or not; you are trying to build challenges or obstacles so that the people come to your site and get your subscription to overcome them.
can you reveal the Security group you used in this video please
What is a flash loan, is it like a debt and do we have to pay it back?
Thanks a lot. Now, considering that public IPs are chargeable, would be interesting to see an update of this running with EC2s without public IPs, behind ALB.
use elastic IP on your EC2 instance
@@stefanbe5138 those are chargeable
This was great. Super helpful. Thank you
How to fix this error message? Error HH404: File @uniswap/v3-periphery/contracts/interfaces/IUniswapV3Pool.sol, imported from contracts/Flashloan.sol, not found.
Great Content! and it would be great to see your comment on Deno.Kv, is it potential replacement for Redis?
hmm
I got this error Transaction reverted: function call to a non-contract account
me too
@@ghost5egy how did you resolve that error
Thank you so much. Your content goes way beyond what many blockchain content creators share, even in paid courses.
I've been trying to set up unsuccessfully my website with a load balancer to serve HTTPS and you saved me! Thank you a lot!