Sweetdev
Sweetdev
  • Видео 30
  • Просмотров 245 603
Let GPT write the code in your GitHub Repo
In this video, I'll show you how to build a GPT-powered assistant that can directly manage your GitHub repositories. We'll leverage the n8n automation platform to enable seamless integration between your AI assistant and your GitHub account.
We'll configure your GPT assistant to securely communicate with the n8n server via webhook. Then, we'll create GitHub workflows your assistant can execute, like file creation, deletion, and updates.
By the end, your AI assistant will become a valuable collaborator, able to manipulate your repos with ease.
Links mentioned:
Swagger Editor: editor.swagger.io/
n8n documentation: docs.n8n.io/
Example files: github.com/Sweetdev-Master/GPTToGitHub
0:00 Intro
3:00 Op...
Просмотров: 147

Видео

Installing WordPress locally for Non-developers or Developers | Ubuntu edition
Просмотров 2,7 тыс.3 года назад
In this video, we are going to make local WordPress development easy! We are going to install Local WP (localwp.com/) in Ubunto base Linux Mint. But you can install the program in just about all OS out there. Just download and install the correct executable.
How to install Node Js on Ubuntu 20.04 | Yarn as bonus
Просмотров 3504 года назад
In this video, I will show you how to install Node Js in Ubuntu 20.04. We are going to use NVM ( Node version manager ) to install the latest Node version and I will show you how easy is to switch between Node versions with NVM. For a bonus, we will install Yaren on your Ubuntu 20.04 NVM GitHub: github.com/nvm-sh/nvm Yaren Installation guid: classic.yarnpkg.com/en/docs/install#windows-stable Af...
From design into HTML and CSS web page | Part 2
Просмотров 3484 года назад
In this video, we are going to practice our HTML / CSS skills by transforming a simple Figma design into a web page. This is the second part where we are creating the about section, comment section and make the website responsive. To follow along the building process here is the complete design: bit.ly/306hKyU And this is the project on GitHub: github.com/sweetflavor/calmmind Affiliate links: S...
From design into HTML and CSS web page | Part 1
Просмотров 1 тыс.4 года назад
In this video, we are going to practice our HTML / CSS skills by transforming a simple Figma design into a web page. This is the first part where we are creating the hero section of our page. To follow along the building process, here is the complete design: bit.ly/306hKyU Affiliate links: Skillshare HTML & CSS Course: skillshare.eqcm.net/GvD4E For an easy, clean and awesome way to build your F...
Web accessibility | creating websites with accessibility in mind
Просмотров 2694 года назад
For this video I make a presentation based on some of the W3C recommendations and examples for building an accessible websites for everyone. Some of the resources used for the video: www.w3.org/WAI Useful tools / websites : colorsafe.co www.grammarly.com feathericons.com wave.webaim.org webaim.org/ More tecnicol explication: ruclips.net/video/z8xUCzToff8/видео.html
TDD with Vue | Test Driven Development in Vue
Просмотров 2,1 тыс.4 года назад
In this video we are going to create a very simple Vue component starting from writing test which will fail before that we jump and write code for our component. The idea of the video is to explore how we can build Vue Js apps using Test-Driven Development (TDD) approach. The idea of this video is inspire from this amazing article: learntdd.in/vue/ and this talk by Josh Justice: ruclips.net/vid...
Responsive CSS Grid
Просмотров 1,3 тыс.4 года назад
In this video I will show you two different ways to work with responsive CSS Grid. First example I will show you how to do it without media queries and the second example we are creating a simple web structure using media queries. More resources you can find in: developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Realizing_common_layouts_using_CSS_Grid_Layout Photo in thumbnail by Curtis M...
Vuex modules | fetching data with axios
Просмотров 11 тыс.4 года назад
A simple example on how to use Vuex Modules. We are going to create a module where we are fetching some posts from (jsonplaceholder.typicode.com/posts) using Axios. This is a modified version of my 2018 (Vuex | State management example with Axios) video. Enjoy it! Udemy course - Vue JS 2 - The Complete Guide: bit.ly/2Zb5UEs
Linux tips for developers | Alias
Просмотров 2755 лет назад
In this video we are doing some simple alias in Linux to make repetitive tasks and commands more easy and short. The simple webpack template that I'm using on the example: github.com/wbkd/webpack-starter
Zeroheight and Figma | Keep your design system resources in one place
Просмотров 24 тыс.5 лет назад
In this video we explore a easy manner to create a style guide by using Figma with Zeroheight. Zeroheight: zeroheight.com/ Figma: www.figma.com/
LoopBack 4 | Fast and robust way to build an API.
Просмотров 21 тыс.5 лет назад
In this video we explore a node js framework LoopBack. LoopBack is one of the most easiest framework for API creation. Steps that we take in the example: 1. Make sure that you have the latest node js in your system. 2. Any database installed. 3. Install LoopBack 4 CLI:$ npm install -g @loopback/cli 4. Install connector for your database ( in the example we are using MongoDB ):$ npm install loop...
Changing CSS variable with JavaScript
Просмотров 3,9 тыс.5 лет назад
In this video we are going to set a simple example on how to change CSS variable with JavaScript. some good resources for learn about CSS variables: developer.mozilla.org/en-US/docs/Web/CSS/var
Vue js and WordPress | Using WordPress starter for Gridsome.
Просмотров 18 тыс.5 лет назад
In this video we are going to explore new way to consume the Wordpress API by using Gridsome. Gridsome is an amazing Vue js based static site generator. Check out in this link: gridsome.org/ The video it's intent to be a quick overview of the tool ( not detailated tutorial of Gridsom or WordPress).
Laravel and Vue Js | API driven SPA application
Просмотров 30 тыс.5 лет назад
In this video we will experimenting with different way of building full stack Laravel / Vue Js applications. We are going to build SPA using Laravel to create our API and Vue Js (With a help of Vue CLI) for the front end. Udemy course Laravel API Development & Vue JS SPA from Scratch: bit.ly/3iKyRPl Some resources that could be helpful for you: -Laravel Dev Stack: ruclips.net/video/P5M6X1_Shks/...
VuePress The Vue Js Static Site Generator
Просмотров 2,2 тыс.5 лет назад
VuePress The Vue Js Static Site Generator
Rapid | Figma design to Webflow
Просмотров 7 тыс.5 лет назад
Rapid | Figma design to Webflow
JS 101 | Javascript Destructuring
Просмотров 1395 лет назад
JS 101 | Javascript Destructuring
CSS Grid | Real world examples
Просмотров 37 тыс.5 лет назад
CSS Grid | Real world examples
Dockerize Vue Js app or any other Node app
Просмотров 11 тыс.5 лет назад
Dockerize Vue Js app or any other Node app
Deploy React | Vue Js applications or any static website using surge.sh
Просмотров 7735 лет назад
Deploy React | Vue Js applications or any static website using surge.sh
Vuex | State management example with Axios
Просмотров 59 тыс.6 лет назад
Vuex | State management example with Axios
Vue Js Deep Watch
Просмотров 1,9 тыс.6 лет назад
Vue Js Deep Watch
Vue Js Watchers
Просмотров 8076 лет назад
Vue Js Watchers
Laravel For Beginners | Part-5 - Working with database and Model
Просмотров 646 лет назад
Laravel For Beginners | Part-5 - Working with database and Model
Installing Node js, Yarn and Vue-cli on Ubuntu 18.04
Просмотров 9 тыс.6 лет назад
Installing Node js, Yarn and Vue-cli on Ubuntu 18.04
Laravel For Beginners | Part-4 - HTTP Routing with Laravel
Просмотров 796 лет назад
Laravel For Beginners | Part-4 - HTTP Routing with Laravel
Laravel For Beginners | Part-3 - Installing PHP, Composer, Valet and Laravel
Просмотров 2196 лет назад
Laravel For Beginners | Part-3 - Installing PHP, Composer, Valet and Laravel
Laravel For Beginners | Part-2 - Create a development environment
Просмотров 876 лет назад
Laravel For Beginners | Part-2 - Create a development environment
Laravel For Beginners | Part-1 - Introduction
Просмотров 2506 лет назад
Laravel For Beginners | Part-1 - Introduction

Комментарии

  • @judithramosholguin3867
    @judithramosholguin3867 Месяц назад

    Thank You! 👏👏👏

  • @GotMyTowel42
    @GotMyTowel42 5 месяцев назад

    I will try this, thanks a bunch 😊

    • @Sweetdev
      @Sweetdev 2 месяца назад

      Most welcome 😊

  • @daviddr2d2
    @daviddr2d2 11 месяцев назад

    Thanks for sharing.

    • @Sweetdev
      @Sweetdev 2 месяца назад

      You are very welcome :-)

  • @RighteousNacho
    @RighteousNacho Год назад

    Instead of flexbox, could you not have nested a four column grid for the nav?

  • @dragn1821
    @dragn1821 Год назад

    It is not good practice to share state between unit tests.

    • @Sweetdev
      @Sweetdev 2 месяца назад

      Thank you for your feedback! Good point

  • @edwassermann8368
    @edwassermann8368 Год назад

    Nice work. Thanks!

  • @harrydatgoat6719
    @harrydatgoat6719 Год назад

    Thank you sir for the tutorial!

  • @roter13
    @roter13 Год назад

    Thank goodness for this video.

  • @kmytor
    @kmytor 2 года назад

    Hello, I try to install the minute 17 in wordpress but it was not possible, it comes out error ERROR Failed to compile with error in ./src/templates/WordPressPost.vue?vue&type=custom&index=0&blockType=page-query Module build failed (from ./node_modules/gridsome/lib/plugins/vue-components/lib/loaders/page-query.js): Error: Cannot query field "mediaDetails" on type "WordPressAttachment". Did you mean "mediaType"?

  • @kmytor
    @kmytor 2 года назад

    Hello

  • @dekafmusic
    @dekafmusic 2 года назад

    Thanks, couldn't watch the full video, but i dropped a like. Was just here to get the design and practice with it

    • @Sweetdev
      @Sweetdev 2 года назад

      You are very welcome to do this! For me is important than is helpful 👌

  • @teyvattraveler957
    @teyvattraveler957 2 года назад

    I wished I saw this video earlier! Watching this helped me solved my problems of rendering using Vuex! Thank you very much

    • @Sweetdev
      @Sweetdev 2 года назад

      You are very welcome Teyvat!

  • @travelnlearn
    @travelnlearn 2 года назад

    Thank You Sir

  • @doziemadu5411
    @doziemadu5411 2 года назад

    This is wonderful. Thanks so much. I will replicate.....and subscribe. You've just made my day

  • @leythecg
    @leythecg 2 года назад

    Excellent explanation! Thanks a lot for this!

  • @fahadus
    @fahadus 2 года назад

    Very detailed! Thanks!

  • @saqibfarooq8309
    @saqibfarooq8309 2 года назад

    How to insert data trough api with file using Laravel rest full api in Vue js using vuex ?

  • @kacpersoja2319
    @kacpersoja2319 2 года назад

    Thank you for this tutorial. very useful and informative. To anyone who would like to run the container in background simply add -d flag. Example: docker run -d -it -p 8080:80 --rm --name vue-image vue-app

  • @MaxWeir
    @MaxWeir 2 года назад

    That’s really awesome and quite simple to setup

  • @officially_s
    @officially_s 2 года назад

    I'm very dissapointed to see so less views on this video. I've been looking up videos on this topic and this is the easiest & clearest one I've found. Please keep making such videos

  • @debdeb11337
    @debdeb11337 2 года назад

    Thank you!

  • @ganesan.r5430
    @ganesan.r5430 2 года назад

    great video learnt a new thing 👍

  • @derSeega
    @derSeega 2 года назад

    Good job. It is just a bit strange to use npm for installing but then yarn to start. Yarn add is the equivalent to npm install

  • @Mfbzai
    @Mfbzai 2 года назад

    unbelievable you give both React and Vue samples. Thanks a lot!

  • @wikiwiki1363
    @wikiwiki1363 2 года назад

    nice tutorial

  • @sofianealloui
    @sofianealloui 3 года назад

    Im in love with css grid .. its blowing mind thing

    • @Sweetdev
      @Sweetdev 3 года назад

      It is a big progress in the web development! It's awesome😊

  • @donPierdun
    @donPierdun 3 года назад

    wery nice tutorial!

  • @ismailbaisa
    @ismailbaisa 3 года назад

    Nice, this is pretty simple and not making the big deal out of it. Easy to follow.

    • @ismailbaisa
      @ismailbaisa 3 года назад

      Also subscribed!

    • @Sweetdev
      @Sweetdev 3 года назад

      Thank you Ismail! I really appreciate that! 🙏

    • @ismailbaisa
      @ismailbaisa 3 года назад

      @@Sweetdev I'm kinda having a hard to setup cypress with my WSL2.

    • @alexlifelab1896
      @alexlifelab1896 3 года назад

      @@ismailbaisa Sorry for the late answer. If you still need help to setup environment on WSL let me know.

  • @marciaandreiasantos5332
    @marciaandreiasantos5332 3 года назад

    Explicação simples e Clara. Muito bom !!!👏🏽👏🏽👏🏽

  • @fuesto
    @fuesto 3 года назад

    Amazing. Thank you!

  • @joakin8535
    @joakin8535 3 года назад

    When you see them in action. It clicks. 😎👍

  • @zahoorhussain196
    @zahoorhussain196 3 года назад

    Seriously you deserves trillions of likes just love it as i needed it badly this lecture

    • @Sweetdev
      @Sweetdev 3 года назад

      Glad that you enjoy the video Zahoor!

    • @zahoorhussain196
      @zahoorhussain196 3 года назад

      @@Sweetdev happy to see the quicky response from your side

  • @oussamachanii3480
    @oussamachanii3480 3 года назад

    thank you, but in the newer version, we should add sudo when installing vue cli 'sudo npm install -g @vue/cli'

    • @Sweetdev
      @Sweetdev 3 года назад

      Hi Oussam, thank you for stopping by! Try to not use sudo when you instilling any npm packages. Insteado, nstall your node js using something like NVM. This will fix your permission issues

    • @oussamachanii3480
      @oussamachanii3480 3 года назад

      @@Sweetdev thanks for your advice

  • @joshuaandrews6767
    @joshuaandrews6767 3 года назад

    Super helpful, thank you!

  • @tharakaabeyratne2412
    @tharakaabeyratne2412 3 года назад

    How do you manage API versioning with LoopBack?

  • @rupammondal7385
    @rupammondal7385 3 года назад

    Simple and easy to understand. Very good and helpful tutorial.

  • @scorpion32
    @scorpion32 3 года назад

    I love this design , more please

  • @isaacmartinezrizo
    @isaacmartinezrizo 3 года назад

    Por favor en español

    • @Sweetdev
      @Sweetdev 3 года назад

      😃 Probablemente haré algún video en español pronto... Ya te avisare Isaac 😉

  • @nageshthotakura8758
    @nageshthotakura8758 3 года назад

    Simply excellent ...

    • @Sweetdev
      @Sweetdev 3 года назад

      Thank you Nagesh! 🙏

  • @VGTKD
    @VGTKD 3 года назад

    Are you from Poland 🇵🇱?

    • @Sweetdev
      @Sweetdev 3 года назад

      😃 nop, I am not! You have your second guess @VG TKD 😉

  • @dwikurniawan1376
    @dwikurniawan1376 3 года назад

    Thank you very much ! Now I understand namespace module clearly

  • @ArunRajOnline
    @ArunRajOnline 4 года назад

    Using span property for grid-column and grid-row is much easier because you don't have to count the start and the end..

    • @Sweetdev
      @Sweetdev 3 года назад

      Thank you for your suggestions ARUN!

  • @PierreBouvin
    @PierreBouvin 4 года назад

    Hey ! Thanks for that video. I have a question. What did you do in VS Code to have those shortcuts to quickly create a nav with a class... You only type nav.main and it creates you <nav class="main"></nav>.. I hope my question is clear... How do you do that? I'm really interested! thanks very much

    • @Sweetdev
      @Sweetdev 4 года назад

      Hey Pierre! VS code it's coming with the extension Emmet. With Emmet you can do this stuff and more!

  • @NellyMoseki
    @NellyMoseki 4 года назад

    that intro song!!!! LIT

  • @__Phederal__
    @__Phederal__ 4 года назад

    Wow...just wow ....you’re incredible, simply amazing life saver

    • @Sweetdev
      @Sweetdev 4 года назад

      If was a helpful for you, I can't be more happy! 😄

  • @izaiaspereira1592
    @izaiaspereira1592 4 года назад

    How to put text in the images?

    • @Sweetdev
      @Sweetdev 4 года назад

      Hi! Can you be more specific about where you want to put the text?

  • @LizzyMendivil
    @LizzyMendivil 4 года назад

    no make sense when you use sematic element header and then create a class with the same name. The class name is over

    • @Sweetdev
      @Sweetdev 4 года назад

      Hi Lizzy! You are right that in this example is not 100% needed. File free to style and put classes like it's make more sense to you!

  • @remanbala7532
    @remanbala7532 4 года назад

    Please make tutorial on Quasar and Laravel

  • @promieyutasane1519
    @promieyutasane1519 4 года назад

    How come there aren't any assertions on the first unit test?

  • @aakashggujju
    @aakashggujju 4 года назад

    Very simple example thanks

    • @Sweetdev
      @Sweetdev 4 года назад

      You are welcome! 😊