Make Programming Fun Again
Make Programming Fun Again
  • 24
  • 36 722

วีดีโอ

Go application setup with PostgreSQL, sqlx, goose migrations
มุมมอง 7K8 หลายเดือนก่อน
Go application setup with PostgreSQL, sqlx, goose migrations
Generate PDFs Using Go and LaTeX in 6 mins (Ancient Technology Series)
มุมมอง 9438 หลายเดือนก่อน
Generate PDFs Using Go and LaTeX in 6 mins (Ancient Technology Series)
Full Stack Elixir #6: Creating new records
มุมมอง 1.1K4 ปีที่แล้ว
Full Stack Elixir #6: Creating new records
Full Stack Application with Elixir, GraphQL, and React #5: Deleting todo items, disappearing things
มุมมอง 1K4 ปีที่แล้ว
Full Stack Application with Elixir, GraphQL, and React #5: Deleting todo items, disappearing things
Full Stack Application with Elixir, GraphQL, and React #4: Toggling and updating
มุมมอง 1K4 ปีที่แล้ว
Full Stack Application with Elixir, GraphQL, and React #4: Toggling and updating
Full Stack Application with Elixir, GraphQL, and React #3: Apollo, stealing design from Apple
มุมมอง 1.4K4 ปีที่แล้ว
Full Stack Application with Elixir, GraphQL, and React #3: Apollo, stealing design from Apple
小餅乾的秘密:session和cookies入門
มุมมอง 6764 ปีที่แล้ว
小餅乾的秘密:session和cookies入門
Full Stack Application with Elixir, GraphQL, and React: Set up React and Sass
มุมมอง 1.9K4 ปีที่แล้ว
Full Stack Application with Elixir, GraphQL, and React: Set up React and Sass
Full stack application with Elixir, GraphQL & React: API setup and data structures
มุมมอง 15K4 ปีที่แล้ว
Full stack application with Elixir, GraphQL & React: API setup and data structures

ความคิดเห็น

  • @krantinebhwani6125
    @krantinebhwani6125 11 วันที่ผ่านมา

    No way, I was just checking out the difference between sqlx and sqlc and found your video, so far it’s a very informative vid but I was shocked when I heard you guys are from Taiwan, cuz I am too! Would love to connect to other coders that speak English here, and especially that write go lol, maybe we could connect in line?

  • @reze_dev
    @reze_dev หลายเดือนก่อน

    Please tutorial with open api / swagger

  • @Sacred-Lotus
    @Sacred-Lotus หลายเดือนก่อน

    Both presentation in slides and topics are good. 👍🏻 I have to adjust the speech playback a little slower x0.85 😁 to comprehend it smoothly. Topics like trobleshooting Postgres DB are quite useful. Looking forward to your new video on Go, Postgres. 😉

    • @Sacred-Lotus
      @Sacred-Lotus หลายเดือนก่อน

      And thank you for making these videos.

  • @Sacred-Lotus
    @Sacred-Lotus หลายเดือนก่อน

    Not bad. Please produce more Go related videos like this one. 😁

  • @ImranMOHAMMED-bt7lx
    @ImranMOHAMMED-bt7lx 2 หลายเดือนก่อน

    Nice content, when is a 'graphql api using go' coming?

  • @1coderspemula
    @1coderspemula 3 หลายเดือนก่อน

    Thank you so much🥰

  • @lom2086
    @lom2086 3 หลายเดือนก่อน

    could you cover PayPal Integration with GO?

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 3 หลายเดือนก่อน

      Actually, I have never used PayPal myself, not even as a customer... have you considered using Stripe instead?

  • @ginomassei4181
    @ginomassei4181 3 หลายเดือนก่อน

    Nice video man!! Keep it up

  • @himanshukumarsingh5027
    @himanshukumarsingh5027 5 หลายเดือนก่อน

    it would be more helpful if you explain it simultaneously

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 5 หลายเดือนก่อน

      Yes, I do realize that. This is the formula I use in recent streams.

  • @cam1934
    @cam1934 5 หลายเดือนก่อน

    What vim theme is this please?

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 5 หลายเดือนก่อน

      I think this is kanagawa, github.com/rebelot/kanagawa.nvim

  • @milanutekal5083
    @milanutekal5083 5 หลายเดือนก่อน

    Cześć Karol. Świetny filmik. Używam tych samych narzędzi.

  • @waykoolgeek3947
    @waykoolgeek3947 5 หลายเดือนก่อน

    no sound

  • @krq999
    @krq999 5 หลายเดือนก่อน

    No audio Also, why sqlc and not sqlx(just saw a vid where it was preferred to sqlc)? Do you usually go with this project structure? I like how clean it is

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 5 หลายเดือนก่อน

      I know there was no audio later, I think I just switched the microphone off and concentrated on coding :3 I have wanted to try sqlc for quite a while now and it's great for avoiding boilerplate code! Besides, ThePrimeagen has been promoting it pretty heavily. I will probably talk more in the next stream.

    • @krq999
      @krq999 5 หลายเดือนก่อน

      @@MakeProgrammingFunAgain "ThePrimeagen" haha, I think this is where I got it from. The scan part of the sqlx makes it look better because its the one line magic

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 5 หลายเดือนก่อน

      I will soon make another stream where I will try to explain my opinion on both.

  • @PRINCE-fj6iu
    @PRINCE-fj6iu 5 หลายเดือนก่อน

    hey i have a question i dont know much about computers and internet but i know that for public websites to work someone has to host them on a server a through internet we access these websites now my question is that my college have their college app on Google Play Store and too access our study material and other stuff we have to download it and we have been given a set of username and password we put them in app login interference and we are in so how this system works do they have a server too? And does it also work like websites??

  • @tatemo_labs
    @tatemo_labs 6 หลายเดือนก่อน

    Very interesting the use case of LaTeX with Go. I might take another round to produce PDFs with Go + Latext. Thank you!

  • @superchillh3o
    @superchillh3o 7 หลายเดือนก่อน

    Awesome

  • @apexhacker346
    @apexhacker346 7 หลายเดือนก่อน

    dope!!

  • @andrii7879
    @andrii7879 8 หลายเดือนก่อน

    this tutorial is awesome! super helpful

  • @thuanquoc1231
    @thuanquoc1231 8 หลายเดือนก่อน

    Sometimes I just watch how people do stuff and see if I'm doing stuff correctly or effectively. Thank you for making this video 😁👍

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 8 หลายเดือนก่อน

      I'm probably neither, but at least I'm having fun in the process!

  • @ABDTalk1
    @ABDTalk1 2 ปีที่แล้ว

    you seem to be consistent on the blog. I hope you're getting enough eyeballs there

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 2 ปีที่แล้ว

      Yes, a blog requires much less time and effort than making videos.

  • @jztsaurabh8111
    @jztsaurabh8111 2 ปีที่แล้ว

    404 subscriber lol.

  • @DouglasTofoli
    @DouglasTofoli 3 ปีที่แล้ว

    Nice content! I am writing projects with base in those videos

  • @renanbrayner984
    @renanbrayner984 3 ปีที่แล้ว

    eww emacs

    • @ABDTalk1
      @ABDTalk1 2 ปีที่แล้ว

      I agree

  • @davidraygoza
    @davidraygoza 3 ปีที่แล้ว

    Thanx for your video

  • @tomm.9824
    @tomm.9824 3 ปีที่แล้ว

    Szukam sobie spokojnie "elixir tutorial", a tu nagle :-D

  • @zroxane
    @zroxane 3 ปีที่แล้ว

    Great video!

  • @tobywynne-mellor6330
    @tobywynne-mellor6330 3 ปีที่แล้ว

    Is there a reason you are using Phoenix instead of a simple http server implementation like cowboy? I’m curious if Phoenix is overkill or if it brings benefits for a React SPA?

    • @hawkyre
      @hawkyre 2 ปีที่แล้ว

      Same!

  • @HdeHidratado
    @HdeHidratado 4 ปีที่แล้ว

    BTW, the latest version of Phoenix already comes with SASS.

  • @aymanelhasbi5030
    @aymanelhasbi5030 4 ปีที่แล้ว

    Part 2 my friend ??

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 4 ปีที่แล้ว

      th-cam.com/video/MxGQrmqubsI/w-d-xo.html&ab_channel=MakeProgrammingFunAgain There you go!

    • @aymanelhasbi5030
      @aymanelhasbi5030 4 ปีที่แล้ว

      @@MakeProgrammingFunAgain thx a lot i really want it i'm new to Functional programing after getting rid of THe shitty OOP

  • @njf0523
    @njf0523 4 ปีที่แล้ว

    Karol, keep up the great work. I'm looking forward to more series; especially with Elixir and Phoenix

  • @njf0523
    @njf0523 4 ปีที่แล้ว

    One thing I noticed is using the onBlur function will call to the elixir server unnecessarily if there was no actual content changed. Phoenix handles this gracefully, and doesn't run the update query (it can see no change occurred). But this does feel like unnecessary HTTP chatter

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 4 ปีที่แล้ว

      This is a good point indeed. I have more time now and I may consider making another video to address this issue.

  • @geeksy2278
    @geeksy2278 4 ปีที่แล้ว

    This is so good! Best introduction I found. Merci!

    • @cecece775
      @cecece775 3 ปีที่แล้ว

      t'as réussis a avancé et faire quelque chose avec Phoneix GraphQL et React ?

  • @naumanafsar3053
    @naumanafsar3053 4 ปีที่แล้ว

    I would love to see your .vimrc file. ;)

  • @11889music
    @11889music 4 ปีที่แล้ว

    Note: I needed to change the `entry` (in webpack.config.js) to the following: entry: { "app": "./js/app.tsx" },

  • @bradhanks7837
    @bradhanks7837 4 ปีที่แล้ว

    Exactly what I was looking for. Thanks!

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 4 ปีที่แล้ว

      Brad Hanks Glad I could help. Unfortunately I had to stop making these videos for a while - too busy with work!

  • @wojciechkaczmarek5394
    @wojciechkaczmarek5394 4 ปีที่แล้ว

    Cool :D What is btw the vim plugin you use for file/buffer tree?

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 4 ปีที่แล้ว

      Wojciech Kaczmarek it's neotree and it's actually Emacs, not vim

    • @wojciechkaczmarek5394
      @wojciechkaczmarek5394 4 ปีที่แล้ว

      @@MakeProgrammingFunAgain haha yes in the meantime i noticed and heard you sayin it is emacs :D Well done video, have fun!

  • @mdsmithson
    @mdsmithson 4 ปีที่แล้ว

    Phoenix might as well be another dialect of elixir.

  • @lidashuang3890
    @lidashuang3890 4 ปีที่แล้ว

    中文很好!

  • @nikadsf670
    @nikadsf670 4 ปีที่แล้ว

    I like your videos a lot, upload more please :) Also, is there any chance to make some video or series with pure Elixir Website/App up and running on a server ? If not, that's my suggestion for the future :D Thanks for the videos, impatiently waiting for the next one haha

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 4 ปีที่แล้ว

      SiNeeka The way I usually deploy Phoenix websites to unix machines is by building otp releases (you can use distillery or elixir 1.9), and then just put the release in a subfolder in /usr/local/lib/ and supervise it with systemd

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 4 ปีที่แล้ว

      I will see what I can do, but I am busy as heck these days :(

  • @Alon0
    @Alon0 4 ปีที่แล้ว

    I really enjoyed watching this series so far! Looking forward to the next episode!

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 4 ปีที่แล้ว

      DayColor Thank you very much. I will try to find some time for that over the weekend.

  • @xswords
    @xswords 4 ปีที่แล้ว

    How do I set up tmux in that way? (With autocorrect in vim etc)

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 4 ปีที่แล้ว

      Hi there, this is a good question! I am using neovim with a plugin called COC (I think it stands for Conquest of Completion), I configured it based on a video of Ben Awad. Both my tmux.conf and init.vim are publicly available in my dotfiles repo, feel free to take a look: gitlab.com/moroz2137/dotfiles Enjoy!

    • @xswords
      @xswords 4 ปีที่แล้ว

      @@MakeProgrammingFunAgain Thanks, will have a look at your dotfiles =)

  • @PRiKoL1ST1
    @PRiKoL1ST1 4 ปีที่แล้ว

    Good content!

  • @thiagoporto1635
    @thiagoporto1635 4 ปีที่แล้ว

    Congratulations!

  • @peroforrr7663
    @peroforrr7663 4 ปีที่แล้ว

    Good job!

  • @gotoastal
    @gotoastal 4 ปีที่แล้ว

    It's Sass, not SASS

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 4 ปีที่แล้ว

      Thank you for your valuable comment. I will update the texts accordingly.

  • @PRiKoL1ST1
    @PRiKoL1ST1 4 ปีที่แล้ว

    Great tutorial! Thx a lot!

  • @bharat9835
    @bharat9835 4 ปีที่แล้ว

    Thanks a lot. This was helpful. As an idea for a new video -> Converting react based elixir app to Phoenix LiveView.

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 4 ปีที่แล้ว

      bharat joshi Hi there. I have looked into LiveView and I may want to do a video about it later on. For the next series, I wanted to do a clone of McDonald's ordering machines with a dashboard, using GraphQL subscriptions!

    • @justalex8342
      @justalex8342 4 ปีที่แล้ว

      @@MakeProgrammingFunAgain That sounds like a great idea! (Please try to squeeze channels in there!)

    • @MakeProgrammingFunAgain
      @MakeProgrammingFunAgain 4 ปีที่แล้ว

      SouvlakiGyros I'll see what I can do!

  • @shivrajnag12
    @shivrajnag12 4 ปีที่แล้ว

    React with Phoenix on TH-cam.... I guess you are from future....

    • @alchemist_one
      @alchemist_one 4 ปีที่แล้ว

      Equimper must have given him a lift in his time machine and dropped him off on his way back to 2018! th-cam.com/play/PLzQWIQOqeUSOu74jGJMRH06gneM3wL82Z.html

    • @jordankhennouf9522
      @jordankhennouf9522 3 ปีที่แล้ว

      ahahah so true