GO Project - GO + ECHO (Framework) API

preview_player
Показать описание


🎌🎌 Join this channel to get access to perks:

Рекомендации по теме
Комментарии
Автор

Please don't take my comments as a complain or something negative. I appreciate your video(s) and the fact that you are teaching others (which is very respectable). I, too, have learn a lot from your video(s). Just a few comments on the code (as your audience has beginners as well as veterans) to help build good coding habits and avoid future headache.

I prefer to Unmarshal the data into JSON object(s) in all APIs (espcailly, in tests when checking/asserting). A common mistake (that was in this video as well) when you don't Unmarshal for testing the object values and try to just test against a text string, is when looking for single post with ID. Though you gave it the ID of 5, it returned post No. 4 coz the string array it was mapped/typecasted to is zero-based and you return the value direct from the index on the array without matching the ID.

ahmadux
Автор

Just wanted to say your work is very valuable, I wanted to learn golang by doing project and your channel is like Treasury of projects 🙏

amirhosseinmoayedi
Автор

Thank you so much for your content, your work is extremely valuable ! Big fan from Brazil

matheusbessa
Автор

We have been using Echo for 2years. There is nothing problem with it so far.

Hoyeoun
Автор

Our app is developed in Vue and Go which uses Echo. Its still not in prod, development almost completed and integration tests going on...

creativecompilations
Автор

❤much thanks for your teaching, . almost every one of your videos is a masterpiece

yihaolong
Автор

which framework to choose there's so many for creating web server in go

ronemchowry
Автор

In our project, they've dive into the echo framework and used it in our pro

KaleesM-tmlw
Автор

Hi Akhil,
Thanks for this and all your other videos. Extremely informative and helpful. Not sure if you'll see this comment, but if you do, could you elaborate or point to some resources as to why gin is better for writing monoliths? This is an actual usecase for me and I'm going through possible frameworks. Once again, thank you :)

gerardjayetileke
Автор

Would be nice if your GitHub repository matched the code here. For example, there is no test file.

bnssoftware
Автор

Hey instead of a full coding project vedio like as just one whole vedio could u split the vedio into 2 vedios where like in the first vedio u can just teach us about if we have an idea in our mind like difrnt people would have difrnt ideas in minds so from that point how we can take that idea and try to code a solution for it like that I knw I'm asking a kinda stupid thing but if u code and show us we would just copy paste and how much of our mind would work there but if u do a two part series u can come with an idea and leave us with info on how to research and solve it on our own and the next part u can code out and show the solution or how u coded it

firosiam
Автор

Am I only one who getting this error?

Unresolved type 'any'

chem
Автор

thank you, but please fix your microphone

mahas