Пікірлер
@shaysframe1472
@shaysframe1472 2 күн бұрын
Is this course still viable for 2024?
@prasadsanga4830
@prasadsanga4830 5 күн бұрын
very nice tutorial series
@pshaddel
@pshaddel 15 күн бұрын
Nice video Man! Keep it up!
@fserzz7993
@fserzz7993 18 күн бұрын
Thank you for the best isolation lecture!
@danielniels22
@danielniels22 23 күн бұрын
what if the account ID is not in sequential number? like UUID, or like random numbers?
@DushyanthG
@DushyanthG 23 күн бұрын
@artemcodes
@artemcodes 25 күн бұрын
Thank you so much for this tutorial. It was extremely useful!
@Fuadhasen-z3z
@Fuadhasen-z3z Ай бұрын
please can anyone tell me how to access member only vedio in this playlist i wanna see thos vedios
@muhamadfikri4611
@muhamadfikri4611 Ай бұрын
for i := 0; i < n; i++ { fromAccountID := account1.ID // declared and not used toAccountID := account2.ID // declared and not used if i%2 == 1 { fromAccountID = account2.ID toAccountID = account1.ID } why not delcare ? pls help tq
@muhamadfikri4611
@muhamadfikri4611 Ай бұрын
FAIL: TestTransferTx (0.06s) /db/sqlc/store_test.go:69: Error Trace: /db/sqlc/store_test.go:69 Error: Not equal: expected: 222863 actual : 222862 Test: TestTransferTx help me ?
@alexismunier-pugin7070
@alexismunier-pugin7070 Ай бұрын
Golden content!
@AchwaqKhalid
@AchwaqKhalid Ай бұрын
Use a bigger *FONT*
@tanzimhossainsafin4451
@tanzimhossainsafin4451 Ай бұрын
hey i want arrow to point at my directory how to do that
@milanpanic3755
@milanpanic3755 Ай бұрын
is this out of date in 08 Oct 2024 ?
@moiseslezama9781
@moiseslezama9781 Ай бұрын
Man you are so clear on your lectures
@shenweijie476
@shenweijie476 Ай бұрын
protoc --go_out=./pb --go-grpc_out=./pb *.proto
@oduber.vasquez
@oduber.vasquez Ай бұрын
Excellent video, thank you very much for your contributions!
@huynhdinhluyen
@huynhdinhluyen Ай бұрын
nghe tiếng Anh từ nước bản xứ thì không hiểu chứ nghe tiếng Anh từ người Việt thì hiểu 90% haha
@bobnich
@bobnich Ай бұрын
thanks :)
@huynhdinhluyen
@huynhdinhluyen Ай бұрын
8:45 why is my dirty column in schema_migrations table true instead false ?
@nic_3005
@nic_3005 Ай бұрын
Thank you - Perfect Examples
@ekekw930
@ekekw930 Ай бұрын
Is there a way to make these API calls type safe? Since there is already gRPC and protobufs, maybe there is a way to generate a JS/TS API client?
@SAHILSIDDIQUI-o9w
@SAHILSIDDIQUI-o9w Ай бұрын
Connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "root" this shows up everytime i try to connect with tableplus can you help with this?
@mirzakarabulut8007
@mirzakarabulut8007 2 ай бұрын
Thank you Quang. Loving this videos. Your explanations have been super helpful. It would be awesome if you could continue with more videos.
@mylaluna
@mylaluna 2 ай бұрын
Thanks Quang. Wishing to have caching mechnism tutorial in the future.
@alextotun
@alextotun 2 ай бұрын
How can I became your sponsor? From russia paying system, create it, here big part market for your courses.) Glad for you!
@duyhuynhnhat1414
@duyhuynhnhat1414 2 ай бұрын
Are you VietNamese?
@bugslayer-sama
@bugslayer-sama 2 ай бұрын
Great video! For anyone following the steps, as at the time of this comment, there does not appear to be any need to run the PowerShell commands. Everything works out the box.
@aamirshekh934
@aamirshekh934 2 ай бұрын
Can you make a tutorial about how to connect various sub sytems, and how to day. I will be waiting.
@aamirshekh934
@aamirshekh934 2 ай бұрын
Use golang
@aamirshekh934
@aamirshekh934 2 ай бұрын
Can you make a video on oauth2 integration with a go backend application. There's so many misinformation about oauth2 in internet. Also there's no good comprehensive tutorial which covers implementation. I know only your explanation can help me clear this concept.
@dushyanthchowdary1388
@dushyanthchowdary1388 2 ай бұрын
Thank you Quang ❤
@BasicInfo-gg1lo
@BasicInfo-gg1lo 2 ай бұрын
n the main_test.go there is problem coming that cannot use conn (variable of type *sql.DB) as DBTX value in argument to New: *sql.DB does not implement DBTX (wrong type for method Exec) \t\thave Exec(string, ...any) (sql.Result, error) \t\twant Exec(context.Context, string, ...interface{}) (pgconn.CommandTag, error)", guide me to fix this problem
@BasicInfo-gg1lo
@BasicInfo-gg1lo 3 ай бұрын
my all query is running but insert query is not running what I do if am unable to make account
@AbhishekVaid
@AbhishekVaid 3 ай бұрын
At 19:12 something doensn't feel right. The ListAccountParams has a field `owner` which is used in the WHERE clause of the query. In the test the value of `owner` is ommited which means, it must be zero value of type, "" in this case since type of of owner is string. Now, if 10 accounts have been created with non zero owners and test is sending an empty owner, how did the test asswer len(accounts) to be 5. This seems wrong or I'm missing something very simple.
@LongLe-ju1zd
@LongLe-ju1zd 3 ай бұрын
a cho e hỏi là trước khi học khóa này đi tour of go là đủ hay sao ạ e không biết tí gì vì e đang năm 2 đại học biết mỗi tí linux với code c++ này kia e nên học thêm những kiến thức nào để xem được playlist này ạ
@muntadher8087
@muntadher8087 3 ай бұрын
Overwhelmingly new and diffcult to understand, would need to learn some basics first about deadlock then come back again
@dushyanthchowdary1388
@dushyanthchowdary1388 3 ай бұрын
Is Primeflex a better option than Tailwind?
@LewisFlorezRenza
@LewisFlorezRenza 3 ай бұрын
I can't installed on Windows, I got a message about dll library is not found. any solution?
@nameLastname786
@nameLastname786 3 ай бұрын
best
@komrondev
@komrondev 3 ай бұрын
Can you turn on membership? I want to join your channel to watch member-only videos in this playlist