Visat

Visat

In this channel, you will find tutorials about the Drupal content management system and Go (Golang) programming language, including creating custom themes, modules, and videos about site-building.

Create a Go Gin API

Create a Go Gin API

Channels in Golang

Channels in Golang

Defer in Go (Golang)

Defer in Go (Golang)

Pointers in Go (Golang)

Pointers in Go (Golang)

Interface in Go (Golang)

Interface in Go (Golang)

What is Drupal

What is Drupal

Пікірлер

  • @kvelez
    @kvelez12 күн бұрын

    Thanks for the course: package main import ( "fmt" "runtime" "sync" ) var wg sync.WaitGroup // wait group func main() { fmt.Println("Starting...") wg.Add(1) // amount of go routines fmt.Println("Go routines: ", runtime.NumGoroutine()) go sayHi() // go routine fmt.Println("Go routines: ", runtime.NumGoroutine()) sayBye() fmt.Println("Done!") wg.Wait() // wait until all go routines are done ch := make(chan int) // channel go func() { ch <- 42 }() value := <-ch fmt.Println(value) } func sayHi() { fmt.Println("Hi") wg.Done() // go routine is done } func sayBye() { fmt.Println("Bye") }

  • @visatit
    @visatit12 күн бұрын

    Thank you 🙌

  • @ringthane69
    @ringthane6914 күн бұрын

    Really good -- subscribed!

  • @visatit
    @visatit13 күн бұрын

    Thank you 🙌

  • @keshav2136
    @keshav213622 күн бұрын

    Why all of a sudden small channels are uploading so useful and important informative content? Great video ofcourse

  • @visatit
    @visatit22 күн бұрын

    Thank you!

  • @otisrancko
    @otisrancko22 күн бұрын

    I am waiting for the project for connecting Go to a Postgres Database!!!

  • @visatit
    @visatit22 күн бұрын

    In the next video we will create a Rest API with Postgres.

  • @otisrancko
    @otisrancko22 күн бұрын

    Love the video!!! Cant wait for more Go projects!!!

  • @visatit
    @visatit22 күн бұрын

    Thank you!

  • @liantianlaoli
    @liantianlaoli24 күн бұрын

    😮have peoject plan?

  • @visatit
    @visatit23 күн бұрын

    We planned to make videos about project creation 🙌

  • @selvamp5775
    @selvamp5775Ай бұрын

    Good 👏👏

  • @visatit
    @visatitАй бұрын

    Thank you 🙌🙌

  • @mrudulmohan9219
    @mrudulmohan9219Ай бұрын

    Much awaited series!

  • @nanonkay5669
    @nanonkay5669Ай бұрын

    Keep up the good work. Doing the Lord's work as usual

  • @visatit
    @visatitАй бұрын

    Thank you 🙌🙌

  • @nanonkay5669
    @nanonkay5669Ай бұрын

    Keep doing the Lord's work bro. This is super

  • @visatit
    @visatitАй бұрын

    Thank you so much 🙌

  • @umairali1100
    @umairali11002 ай бұрын

    It is not a complete tutorial

  • @visatit
    @visatit2 ай бұрын

    Thanks for the comment, this video covers topics like - Creating a custom theme - Define the regions - Overriding the twig file - Adding assets (CSS, JS) to a Drupal theme via *.libraries.yml

  • @innn7468
    @innn74683 ай бұрын

    Very simple and understandable explanation, thank you for great tutorial! 👏👏👏

  • @visatit
    @visatit2 ай бұрын

    Glad it was helpful!

  • @lusinesedrakyan6947
    @lusinesedrakyan69473 ай бұрын

    👏👏👏

  • @lusinesedrakyan6947
    @lusinesedrakyan69474 ай бұрын

    Great work !

  • @visatit
    @visatit2 ай бұрын

    Thank you! Cheers!