Valentin Despa
Valentin Despa
  • 146
  • 6 617 338
GitLab's AI Code Assistant to BOOST your productivity
Elevate your coding experience with GitLab's powerful AI code assistant, Code Suggestions. This new tool provides near real-time code completion and generation, boosting your productivity and efficiency. Learn how to utilize Code Suggestions seamlessly in the GitLab WebIDE and Visual Studio Code.
References:
docs.gitlab.com/ee/user/project/repository/code_suggestions/index.html
Переглядів: 1 419

Відео

Mistral AI: The Gen AI Start-up you did not know existed
Переглядів 12 тис.5 місяців тому
This video explores Mistral AI, a new AI model rivaling OpenAI's GPT-3.5. It highlights Mistral AI's recent achievements, including a $2 billion valuation and the release of an AI model that competes with or surpasses GPT-3.5 in performance. The video also covers Mistral AI's open-source nature, its requirements for large memory and computing power, and how to use it through tools like ollama a...
What is a GPT? (ChatGPT new feature)
Переглядів 1,4 тис.5 місяців тому
👉 Watch the full course on Udemy: www.udemy.com/course/openai-custom-gpt-chatgpt/?referralCode=A99507049D9A7091F2DF
Difference between cookies, session and tokens (re-upload, no music)
Переглядів 3,2 тис.8 місяців тому
What are cookies, sessions, and tokens? Most web servers use cookies to send the session-ID after you log in. 🔻 Click on SHOW MORE 🔻 So the server will store the session information in the database while you will only have the session id in a cookie, which is stored in the filesystem of your computer. Next time you request another page, your browser will automatically send a cookie containing y...
Beginners Guide to Whisper API: Audio to Text Conversion
Переглядів 8 тис.Рік тому
Looking for an easy way to convert audio to text? Look no further than Whisper API! In this video, we'll show you how to use this powerful speech recognition model from OpenAI to convert audio to text with ease. I will walk you through a simple example and show you how to make a request using Postman. Whether you're a beginner or an experienced developer, this tutorial will help you get started...
Introduction to the ChatGPT API with Postman
Переглядів 18 тис.Рік тому
Recently OpenAI, the company behind ChatGPT, has released the ChatGPT API, which enabled developers to integrate the power of the AI model behind ChatGPT in their own applications. In this tutorial, I will show you how to make some basic API calls against the ChatGPT API with the help of Postman. Take a CHATGPT API course: www.udemy.com/course/introduction-to-openai-api-chatgpt-api-chatgpt-plug...
Cookies: The Hidden Tech That Keeps the Internet Running
Переглядів 4,7 тис.Рік тому
Do you want to understand what cookies are? 🔻 Click on SHOW MORE 🔻 In this short class, we will take a technical look at browser cookies and try to understand what they really are and why the internet as we know it today cannot work without cookies. We will also go a bit into the privacy concerns around cookies, and I will show you a way to get rid of all these cookie popups without impacting y...
RPA & UiPath: The Future of Business Automation
Переглядів 2,4 тис.Рік тому
In this tutorial, you will learn how to automate a business process with Robotic Process Automation (RPA). RPA is an emerging technology that can automate a manual process or mundane task. #rpa #uipath UiPath is the leading RPA software vendor and the one with the best career opportunities. In this video, we will install the free community edition of UiPath You will build your first real-world ...
Configure GitLab CI Runner with Docker executor using AWS EC2
Переглядів 32 тис.2 роки тому
In this tutorial, I will show you how to Configure your own GitLab Runner with a Docker Executor using AWS EC2. 🔻 Click on SHOW MORE 🔻 This is useful if you are trying to use GitLab.com and are running run out of minutes or simply need more power. I will show you how you can run your own GitLab Runner on AWS and cover: - creating a new virtual machine (VM) on AWS using EC2 - installing the GitL...
How to connect to a Database from Postman for SQL query
Переглядів 37 тис.2 роки тому
Connecting to a database from Postman is not easy. In this tutorial, I will explore three possible solutions and discuss the pros and cons. Simple Node.js script that connects to a Postgres database and exposes a simple REST endpoint: glitch.com/edit/#!/node-js-api-pg-db Open-source tools that can help you connect to a database: Postgres - node-postgres.com/ PostgreSQL, MySQL, CockroachDB, MSSQ...
Run Postman Collections in Jenkins with Newman
Переглядів 20 тис.2 роки тому
How to install Node.js nodejs.org/en/download/ Full-installation Guide for Windows 10: medium.com/devops-with-valentine/how-to-install-node-js-and-npm-on-windows-10-windows-11-139442f90f12 Newman github.com/postmanlabs/newman htmlextra reporter www.npmjs.com/package/newman-reporter-htmlextra Downloading Jenkins www.jenkins.io/download/ The name "Jenkins" is a registered trademark in the USA (Nu...
How to test a Docker container in GitLab CI
Переглядів 17 тис.2 роки тому
Quite often we use GitLab CI to dockerize web applications. But how to start a Docker container from the GitLab Container Registry and test it? The answer to this is a lesser-known feature in GitLab CI is the services keyword which allows you to start one or more Docker images and link them to your job. Let’s explore how this works. ⭐️ Video contents ⭐️ 00:00 - Introduction 01:36 - Running a Do...
Build & Use Custom Docker images in your GitLab CI/CD pipeline
Переглядів 99 тис.2 роки тому
Build & Use Custom Docker images in your GitLab CI/CD pipeline
Loop request based on data from response in Postman
Переглядів 57 тис.2 роки тому
Loop request based on data from response in Postman
Can You Use Postman for Load Testing?
Переглядів 39 тис.2 роки тому
Can You Use Postman for Load Testing?
What is RPC?
Переглядів 77 тис.2 роки тому
What is RPC?
Avoid these 10 Beginner Mistakes in Postman
Переглядів 9 тис.2 роки тому
Avoid these 10 Beginner Mistakes in Postman
Difference between cookies, session and tokens
Переглядів 589 тис.2 роки тому
Difference between cookies, session and tokens
Learn JavaScript for Postman API testing - Full Course for Beginners
Переглядів 110 тис.2 роки тому
Learn JavaScript for Postman API testing - Full Course for Beginners
🍪 What are cookies and how to get rid of cookie banners?
Переглядів 13 тис.2 роки тому
🍪 What are cookies and how to get rid of cookie banners?
Websocket request in Postman - Websocket testing
Переглядів 40 тис.2 роки тому
Websocket request in Postman - Websocket testing
Import WSDL file in Postman (SOAP Web Service)
Переглядів 52 тис.2 роки тому
Import WSDL file in Postman (SOAP Web Service)
Programatically change the request body in Postman
Переглядів 18 тис.2 роки тому
Programatically change the request body in Postman
GitLab CI/CD pipeline for React projects (GitLab + React + Netlify)
Переглядів 36 тис.3 роки тому
GitLab CI/CD pipeline for React projects (GitLab React Netlify)
Git for GitLab (Beginner's FULL COURSE)
Переглядів 195 тис.3 роки тому
Git for GitLab (Beginner's FULL COURSE)
Setup Git for using GitLab (including SSH key) - macOS
Переглядів 48 тис.3 роки тому
Setup Git for using GitLab (including SSH key) - macOS
Data-driven testing with different data sets for each request
Переглядів 16 тис.3 роки тому
Data-driven testing with different data sets for each request
POST form-data file upload + JSON
Переглядів 156 тис.3 роки тому
POST form-data file upload JSON
File upload as JSON base64 encoded
Переглядів 30 тис.3 роки тому
File upload as JSON base64 encoded
Introduction to Java for beginners course [2021]
Переглядів 2,4 тис.3 роки тому
Introduction to Java for beginners course [2021]

КОМЕНТАРІ

  • @snehalatakaranje8736
    @snehalatakaranje8736 День тому

    Very informative. Thank you😊

    • @vdespa
      @vdespa 19 годин тому

      Glad it was helpful!

  • @modakthepuppy9794
    @modakthepuppy9794 7 днів тому

    Thanks Valentin that was a great video, however I have one question regarding changing the "firstName" typo. Can you elaborate as to what happens when the producer rectifies the typo ? Does the "consumer service" pipeline fail due to the contract ? and the producer has to collaborate with all the relevant consumers ?

    • @vdespa
      @vdespa 7 днів тому

      If the contract published changes, we expect the pipeline to fail, because the API now has a different property and we need to be aware.

  • @Maayan12k
    @Maayan12k 8 днів тому

    Thank you!

    • @vdespa
      @vdespa 7 днів тому

      You're welcome!

  • @pedromonteiro1703
    @pedromonteiro1703 11 днів тому

    Best video on the subject, straightforward and educational

    • @vdespa
      @vdespa 11 днів тому

      Thank you!

  • @alexc2334
    @alexc2334 12 днів тому

    Super. Thanks!

    • @vdespa
      @vdespa 12 днів тому

      Our pleasure! You are welcome. Thank you for leaving a comment.

  • @thushankalana4940
    @thushankalana4940 13 днів тому

    Great job😊

    • @vdespa
      @vdespa 13 днів тому

      Thank you! Cheers!

  • @shashankverma2027
    @shashankverma2027 14 днів тому

    What a vedio keep going buddy

    • @vdespa
      @vdespa 13 днів тому

      Thank you, I will.

  • @betanapallisandeepra
    @betanapallisandeepra 14 днів тому

    Love to see you. Thank you for explaining. I’m your student of PSPO in udemy.

    • @vdespa
      @vdespa 14 днів тому

      Great, thank you!

  • @neelesh271980
    @neelesh271980 15 днів тому

    Getting this error sh-5.2$ sudo amazon-linux-extras install -y docker sudo: amazon-linux-extras: command not found Can you suggest

  • @Fate5742
    @Fate5742 16 днів тому

    My problem is. Do I have to know how to speak German?

    • @vdespa
      @vdespa 16 днів тому

      Practically yes, with very few exceptions.

    • @Fate5742
      @Fate5742 16 днів тому

      @@vdespa Like fluently??

  • @mohanpavan6615
    @mohanpavan6615 17 днів тому

    Do you have any video or explain how to pass this bearer token output save it to variable and then pass as input to subsequent requests

    • @vdespa
      @vdespa 17 днів тому

      Check this playlist and it contains videos on working with variables.

  • @rimvar
    @rimvar 17 днів тому

    Simple and clear explaination

    • @vdespa
      @vdespa 15 днів тому

      Thank you so much.

  • @everstanding400
    @everstanding400 18 днів тому

    Token = APi Key

  • @Aditya-kumar-129
    @Aditya-kumar-129 18 днів тому

    Hi @vdespa Just wanted to know in case that if the API gives a HTTP status code of 404 then in that case does it just run for 1 time instead of for all the values present in the array? like I have the below code in my pre script:- const customerIds = [ "EA91365C-AE8D-4EA3-A6AE-0000BA93650C", "9046AD00-A4E6-46C8-A231-0008DC97E96B", "A278D8EF-B695-4A45-8671-000A9C7D9ADD", "343B8B33-45D6-49C2-98F0-0013EA6F8845", ] pm.variables.set('customerId', customerIds.shift()); if (Array.isArray(customerIds) && customerIds.length > 0) { pm.environment.set('nextRequest', 'Customer Details'); } else { pm.environment.set('nextRequest', ''); } Also I am setting the value as a parameter in the URL rather than the value in the body that you have explained in the video. Assume this URL:- {{baseUrl}}/customer/{{customerId}} Could you tell me what I am doing wrong here ?

  • @RonenMiller
    @RonenMiller 19 днів тому

    Very clear and helpful!

    • @vdespa
      @vdespa 19 днів тому

      You are welcome. Thank you for leaving a comment.

  • @user-zz5ld1pv8r
    @user-zz5ld1pv8r 21 день тому

    Great! Tnx a lot!

    • @vdespa
      @vdespa 20 днів тому

      You are welcome. Thank you for leaving a comment.

  • @MichaelGlaser-mg7ut
    @MichaelGlaser-mg7ut 22 дні тому

    Looks like xml2json has been deprecated in favor of xml2js.

    • @vdespa
      @vdespa 21 день тому

      Thanks for the info!

  • @sachnkn.official
    @sachnkn.official 22 дні тому

    Sexy guru ❤

  • @JuliaTong-jb9ti
    @JuliaTong-jb9ti 25 днів тому

    super clear with indication of all the potential things could happen during the journey! Well ordered too. Thanks a lot.

    • @vdespa
      @vdespa 23 дні тому

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @musabesmael2865
    @musabesmael2865 25 днів тому

    thanks, it was so easy to understand.

    • @vdespa
      @vdespa 23 дні тому

      You are welcome. Thank you for leaving a comment.

  • @believer250
    @believer250 26 днів тому

    this is http request not rpc

  • @lemouserat
    @lemouserat 27 днів тому

    The download link seems to be broken. I get an "Error Submitting Form"

  • @aprasath1
    @aprasath1 Місяць тому

    Nice video. Larger picture is always the most important. You did a great job there!!! Thanks a lot.

    • @vdespa
      @vdespa Місяць тому

      Glad you liked it, thanks for the nice words.

  • @badmanstudio619
    @badmanstudio619 Місяць тому

    Remarkable explaination.

    • @vdespa
      @vdespa Місяць тому

      Thank you so much. Appreciate it.

  • @AnneSoul
    @AnneSoul Місяць тому

    An Awesome step by step guide to explaining what a GPT is and how we can use them! Thanks for making the video :)

    • @vdespa
      @vdespa Місяць тому

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @luongminhhoang2341
    @luongminhhoang2341 Місяць тому

    Great instructor

    • @vdespa
      @vdespa Місяць тому

      Glad you think so! Thank you so much.

  • @misu.b
    @misu.b Місяць тому

    tyyy

    • @vdespa
      @vdespa Місяць тому

      You are welcome. Thank you for leaving a comment.

  • @safaakhoudja2092
    @safaakhoudja2092 Місяць тому

    the clearst video about cookies and sessions AWSOME !!!! thank you so muchh brooo

    • @vdespa
      @vdespa Місяць тому

      Glad it was helpful! You are welcome. Thank you for leaving a comment.

  • @brendanturner2362
    @brendanturner2362 Місяць тому

    So can you run this locally, disconnected from their services? Like down load and train your own AI or .....?

  • @MESUTKOCYIGIT-dz1yr
    @MESUTKOCYIGIT-dz1yr Місяць тому

    It is a shame that you are trying to imitate an Indian accent. :(

  • @raznye_sovety
    @raznye_sovety Місяць тому

    Thank you very much!

    • @vdespa
      @vdespa Місяць тому

      You are welcome. Thank you for leaving a comment.

  • @rostyslavtomkiv5620
    @rostyslavtomkiv5620 Місяць тому

    Valentine, thank you for Your Postman tutorials, probably the best ones for me now. In v11 use: pm.execution.setNextRequest ()

  • @bitbeee
    @bitbeee Місяць тому

    useful

    • @vdespa
      @vdespa Місяць тому

      Glad you think so! Thank you!

  • @kakolibhattacharjee5449
    @kakolibhattacharjee5449 Місяць тому

    That's really insightful. Thanks for sharing the tips.

    • @vdespa
      @vdespa Місяць тому

      Glad you enjoyed it! Thank you so much.

  • @paulclosaloya8637
    @paulclosaloya8637 Місяць тому

    THAT WAS SO ISUFULL FOR ME TO UNDERTAND AMONG SESSION , KOOKIE AND TOKEN .

    • @vdespa
      @vdespa Місяць тому

      Thank you so much.

  • @harmony3279
    @harmony3279 Місяць тому

    Great, I'm already taking one of your courses in Udemy!.

    • @vdespa
      @vdespa Місяць тому

      Great! Thank you so much.

  • @harmony3279
    @harmony3279 Місяць тому

    What courses do you teach in Udemy? You are a great instructor!

    • @vdespa
      @vdespa Місяць тому

      Thanks. See vdespa.com/courses

  • @victoria.mckinney
    @victoria.mckinney Місяць тому

    Wow thanks for making this video, it really solidified my understanding of RPC!

    • @vdespa
      @vdespa Місяць тому

      Glad it helped! You are welcome. Thank you for leaving a comment.

  • @harmony3279
    @harmony3279 Місяць тому

    Great video, but you should have run 'git status' again after deleting "temp\git.keep" folder from git (git add . and git commit -m "Removed temp folder") to show that it was also deleted from the git as well. Thank you!

    • @vdespa
      @vdespa Місяць тому

      Thanks for the tip and for leaving a comment.

  • @mariawaheed7173
    @mariawaheed7173 Місяць тому

    I have successfully attached my file in postman request by following your tutorial and request was successful and fax sent. But attachment was not received by receiver. It was empty fax. Can u help me out on that?

    • @vdespa
      @vdespa Місяць тому

      I can try. Send me over some details on X @vdespa

  • @mariawaheed7173
    @mariawaheed7173 Місяць тому

    Thank you for your guidance it helps me alot in my Fax sending API 😊

    • @vdespa
      @vdespa Місяць тому

      Fax sending? I didn't know you are working with cutting edge technologies ;) Glad it helped!

  • @CK-uv9zu
    @CK-uv9zu Місяць тому

    Superb

    • @vdespa
      @vdespa Місяць тому

      Thank you! Cheers!

  • @Omesh7
    @Omesh7 Місяць тому

    This is great, but I just can't replicate the same with javascript or anything

  • @arunkb6452
    @arunkb6452 Місяць тому

    this is brilliant ! thanks man ❤

    • @vdespa
      @vdespa Місяць тому

      Thank you so much.

  • @jerrythomas5656
    @jerrythomas5656 Місяць тому

    Thank you bro. It helped a lot

    • @vdespa
      @vdespa Місяць тому

      Glad to hear that!

  • @jayteecollins1279
    @jayteecollins1279 Місяць тому

    Hi Valentin, thanks so much for making this video. You explained the javascript in very simple ways and easy to understand. If you are offering javascript for beginner course, I'm willing to enroll myself.

    • @vdespa
      @vdespa Місяць тому

      Thanks, much appreciated. I don't have a JavaScript course but consider taking my Postman course.

    • @jayteecollins1279
      @jayteecollins1279 Місяць тому

      @@vdespa so far I've watched your Postman API course (2hrs) from freecodecamp.May I know if this is the one you are referring to? I'm gonna watch your other tutorial in your channel. its really interesting 😃

  • @ValenMeicellaIshen
    @ValenMeicellaIshen Місяць тому

    Very helpful! Thank you so much for the explanation!

    • @vdespa
      @vdespa Місяць тому

      Glad it helped!

  • @iunknown563
    @iunknown563 Місяць тому

    Very helpful! I finally start to feel comfortable with git ☺

    • @vdespa
      @vdespa Місяць тому

      Great to hear that. Thank you so much.

  • @anjali-hi9or
    @anjali-hi9or Місяць тому

    @valenntin

  • @amravati-fununlimited6835
    @amravati-fununlimited6835 Місяць тому

    Wow ,what a simple and nice explanation.. programming world needs such a trainers..