Code Raiders
Code Raiders
  • 35
  • 136 743
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
zhlédnutí: 965

Video

Building an Advanced LLM AutoGPT + Chatbot with Rust - Thought Share
zhlédnutí 1,4KPřed 11 měsíci
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)
zhlédnutí 3,2KPřed 11 měsíci
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)
zhlédnutí 3,7KPřed 11 měsíci
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)
zhlédnutí 3,4KPřed 11 měsíci
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)
zhlédnutí 2,7KPřed 11 měsíci
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)
zhlédnutí 2KPřed 11 měsíci
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)
zhlédnutí 4,9KPřed 11 měsíci
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)
zhlédnutí 3,1KPřed 11 měsíci
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/site/view?pkgId=48 Website: coderaiders.com Previous video: czcams.com/video/5c jrFcH70/video.html
Flash Loan Arbitrage Smart Contract BSC Build - (Project Initialisation)
zhlédnutí 6KPřed 11 měsíci
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)
zhlédnutí 2,7KPřed 11 měsíci
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 ...
Attention Python Developers - Work With @Mr.Grateful
zhlédnutí 395Před rokem
I spoke at some length with Mr.Grateful (Instagram) who made $100k in 22 days on his previous challenge and is now working on a much bigger challenge to make $1M in 100 days with AI...but he needs help. If you have experience training Large Language Models and working with the Open AI API for ChatGPT then this will be a great connection to make. Get in touch with Domenic Ashburn here: email: he...
Which of THESE Programming Languages Won on SPEED - Comparing C vs Go vs Rust and More
zhlédnutí 3,7KPřed rokem
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
zhlédnutí 2KPřed rokem
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
zhlédnutí 1,1KPřed rokem
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/site/courses Coding Packages: coderaiders.com/members/packages
INCREDIBLE Voice Answers Anything ChatGPT Chatbot - Featuring Eleven Labs
zhlédnutí 5KPřed rokem
INCREDIBLE Voice Answers Anything ChatGPT Chatbot - Featuring Eleven Labs
Meta AI Engineering - Writing Code that Tells AI to Write Code and Execute the Code
zhlédnutí 535Před rokem
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
zhlédnutí 27KPřed rokem
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
zhlédnutí 11KPřed rokem
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
zhlédnutí 2,5KPřed rokem
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
zhlédnutí 2,1KPřed rokem
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
zhlédnutí 2,1KPřed rokem
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
zhlédnutí 3KPřed rokem
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
zhlédnutí 1,5KPřed rokem
Qwik JS Full Stack App | OAuth with Supabase and GitHub Provider | Part 8
Qwik JS Full Stack App | useContext and Site Navigation | Part 7
zhlédnutí 1,8KPřed rokem
Qwik JS Full Stack App | useContext and Site Navigation | Part 7
Qwik JS Full Stack App | GitHub Download and Checkpoint | Part 6
zhlédnutí 1,1KPřed rokem
Qwik JS Full Stack App | GitHub Download and Checkpoint | Part 6
Qwik JS Full Stack App | User Login Via Supabase Coding | Part 5
zhlédnutí 2,4KPřed rokem
Qwik JS Full Stack App | User Login Via Supabase Coding | Part 5
Qwik JS Full Stack App | User Signup Via Supabase Coding | Part 4
zhlédnutí 3,2KPřed rokem
Qwik JS Full Stack App | User Signup Via Supabase Coding | Part 4
Qwik JS Full Stack App | Supabase Setup | Part 3
zhlédnutí 3,1KPřed rokem
Qwik JS Full Stack App | Supabase Setup | Part 3
Qwik JS Full Stack App | Solution Architecture | Part 2
zhlédnutí 3,2KPřed rokem
Qwik JS Full Stack App | Solution Architecture | Part 2

Komentáře

  • @douglascampos5363
    @douglascampos5363 Před 2 dny

    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

  • @marceloaznar2282
    @marceloaznar2282 Před 4 dny

    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?

  • @markovracaricic9913

    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?

  • @iamGobinda
    @iamGobinda Před 8 dny

    one simple video ...solved my problem

  • @blaiseobidinnu8420
    @blaiseobidinnu8420 Před 18 dny

    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..

  • @jaanu2809
    @jaanu2809 Před měsícem

    Certificate not created what to do Anyone plz

  • @Akshadeep27
    @Akshadeep27 Před měsícem

    Has anyone tried it

  • @techlife2877
    @techlife2877 Před měsícem

    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

  • @neilaspin008
    @neilaspin008 Před měsícem

    I just cannot get the load balancer to work.

  • @arnavshukla2408
    @arnavshukla2408 Před měsícem

    Great video and highly valuable information. Another subscriber earned! Much love.

  • @maheshgage285
    @maheshgage285 Před měsícem

    What is source ip to communicate target instances??

  • @sergey5561
    @sergey5561 Před 2 měsíci

    Which rules does the "allow-public-internet-access" security group contain?

  • @AsadAli-ye8ns
    @AsadAli-ye8ns Před 2 měsíci

    is this Flashloan code avail anywhere on github or link//// also are these flashloans profitable these days or not??????

  • @ideategudy
    @ideategudy Před 2 měsíci

    Solid tutorial here... Followed along till the end from the previous video.. Would love for a tutorial hosting on ecs, thanks

  • @rymreaper
    @rymreaper Před 2 měsíci

    YOU EVEN MADE THE TOWERS , I AM DONE 😂 i love this

  • @rymreaper
    @rymreaper Před 2 měsíci

    So in mortal Kombat world c and c++ Would be k and k++ ?

  • @user-es9es8gm7l
    @user-es9es8gm7l Před 2 měsíci

    Would love to see VPC version of this :D

  • @user-es9es8gm7l
    @user-es9es8gm7l Před 2 měsíci

    at 2:20, why not use HTTP/2 instead of HTTP/1.1?

  • @meka4996
    @meka4996 Před 2 měsíci

    Super! You are the man! I just bought your course even if I don't need it :)

  • @StarFly-cy5mf
    @StarFly-cy5mf Před 2 měsíci

    What voice are you using here?

  • @miguel5088
    @miguel5088 Před 2 měsíci

    Send the link to the website you hosted using AWS EC2

  • @alinbaci
    @alinbaci Před 2 měsíci

    After hardhat installation the forlder "script" is missing. How can I fix the error?

  • @alinbaci
    @alinbaci Před 2 měsíci

    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. "

  • @petersuvara
    @petersuvara Před 3 měsíci

    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++.

  • @visualfinesse7445
    @visualfinesse7445 Před 3 měsíci

    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?

  • @nikibala-gn7hp
    @nikibala-gn7hp Před 3 měsíci

    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?

  • @getrichwithashkan
    @getrichwithashkan Před 3 měsíci

    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.

  • @user-uv3tt5fy5q
    @user-uv3tt5fy5q Před 3 měsíci

    can you reveal the Security group you used in this video please

  • @AgentJoke
    @AgentJoke Před 3 měsíci

    What is a flash loan, is it like a debt and do we have to pay it back?

  • @PaulAilincai
    @PaulAilincai Před 3 měsíci

    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.

    • @stefanbe5138
      @stefanbe5138 Před 2 měsíci

      use elastic IP on your EC2 instance

    • @PaulAilincai
      @PaulAilincai Před 2 měsíci

      @@stefanbe5138 those are chargeable

  • @Fullstack_LP
    @Fullstack_LP Před 3 měsíci

    This was great. Super helpful. Thank you

  • @rolandonwa2369
    @rolandonwa2369 Před 3 měsíci

    How to fix this error message? Error HH404: File @uniswap/v3-periphery/contracts/interfaces/IUniswapV3Pool.sol, imported from contracts/Flashloan.sol, not found.

  • @vigneshwaranrenganathan7743

    Great Content! and it would be great to see your comment on Deno.Kv, is it potential replacement for Redis?

  • @huseyindemirhan7176
    @huseyindemirhan7176 Před 3 měsíci

    hmm

  • @ahmedelsayed-gz9xl
    @ahmedelsayed-gz9xl Před 4 měsíci

    I got this error Transaction reverted: function call to a non-contract account

  • @ojazzista
    @ojazzista Před 4 měsíci

    Thank you so much. Your content goes way beyond what many blockchain content creators share, even in paid courses.

  • @agape_logos
    @agape_logos Před 4 měsíci

    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!

  • @jackepner9984
    @jackepner9984 Před 4 měsíci

    I'm having some weird issue where nothing I add from your code is interactive. I'm adding this to some other stuff I'm using, and everything else works fine, but anything I take from your codebase can't be interacted with - can't enter text, can't click links, nothing.. YOUR codebase works on its own, MY codebase works on its own, but when I start trying to add the Log In and Sign Up links to the header, and then on the signup page itself, I can't interact with anything. Any ideas what might be causing this?

  • @pietraderdetective8953
    @pietraderdetective8953 Před 4 měsíci

    Hey i'm lovin the video. I actually like to write these performance benches by hand (~ not using any library). Those i specialized on: C, Rust, Zig and Python/Cython. Wrote maybe 10+ different benches..including prime numbers but not using the method you got here. Later I will write my own and then compare the results. Cheers!

    • @pietraderdetective8953
      @pietraderdetective8953 Před 4 měsíci

      here goes my numbers for C and Rust (average of 10 loops): *primes < 10mil: C = 83ms Rust = 99ms *primes < 500mil: C = 6,030ms ; memory 477-550MB ; CPU 15-16% Rust = 6,041ms ; memory 477-640MB ; CPU 15-17% *exe file: C = 22KB Rust = 152KB In my experience writing these benches, the result above is within expectation. I used the --release flag when compiling Rust and -O3 for C. Later I'll do Zig as well.

    • @pietraderdetective8953
      @pietraderdetective8953 Před 4 měsíci

      added Zig numbers: *primes < 10mil: Zig = 64ms *primes < 500mil: Zig = 5,704ms memory 477-490MB CPU 15-16% *exe file: Zig = 664KB used -O ReleaseFast flag to compile the Zig file.

  • @PatrickMcDonoughVanWash
    @PatrickMcDonoughVanWash Před 4 měsíci

    Great tutorial! My question is what did you do with the 'u' in 'McDonough'?🤪

  • @jackepner9984
    @jackepner9984 Před 4 měsíci

    Text and varchar are basically the same, except varchar allows you to place a limit on the number of characters.

  • @jackepner9984
    @jackepner9984 Před 4 měsíci

    Running into a lot of problems... id created as int8 is fine, but can't link to uuid, being different types. I try to change the original id column to text or varchar, and says it has to be an int type. So... don't see a way to link those as you have.

    • @jackepner9984
      @jackepner9984 Před 4 měsíci

      FYI, this has been discussed elsewhere, and others have cited tutorials doing 'weird things,' as it's not allowed. To solve, I simply deleted the column and built an entirely new one. I gave the id a type of uuid, and then was able to link it to the auth - users - id - uuid.

  • @user-dt8ww3no3m
    @user-dt8ww3no3m Před 4 měsíci

    once you create that hosted zone you need to by that domanin from registered domains or this method is completly free ?

  • @brasseriebiolesangesdechus1374

    Hi, how can I send you an email?

  • @andrux6308
    @andrux6308 Před 4 měsíci

    Is there anyway to use a flash loan for closing a leveraged position on a non-defi exchange?

  • @chadelz
    @chadelz Před 4 měsíci

    I'm just playing devils advocate here but, regarding the maximal extractor value bots: Solution: Get to understand submarine sends, oooorrrrrrr otherSolution: Build your own MEV bot, to listen for unsuspecting flashloan bots and front run them. thisIs!Ethical&&||FinancialAdvice - obviously you have to say this at 3X speed.

  • @RavinderSingh-gn5by
    @RavinderSingh-gn5by Před 4 měsíci

    Hi Thanks for making this series save my time, I am glad that such person likes you take the initiative to transfer their valuable knowledge. Could you please make a tutorial video how we can fork and deploy pancakeswap smart contract on testnet.

  • @fadisame6124
    @fadisame6124 Před 4 měsíci

    thanks sir for the content, im gonna try using Foundry instead of hardhat, gonna be ok right? haha

  • @shrek22
    @shrek22 Před 4 měsíci

    Fantastic video! As a Cloudflare user, the term "reverse proxy" immediately brings Cloudflare to mind for me. Have you explored using their services in your setup? Are there any downsides that you've come across with such an approach? Your content is excellent and incredibly helpful-Qwik can certainly be complex, but your explanations really make the concepts clear and accessible. Keep up the outstanding work. Cheers!