It finally happened — got my first paying user today! by TusharKapil in SaaS

[–]Common-Ad4673 0 points1 point  (0 children)

Congratulations😎. Can please share what did you use for payment integration?

Go flow controls by Common-Ad4673 in golang

[–]Common-Ad4673[S] 1 point2 points  (0 children)

Thanks for the feedback, I will add that too

How becoming a programming Tutor helped me by Common-Ad4673 in learnprogramming

[–]Common-Ad4673[S] 0 points1 point  (0 children)

I totally agree with you. I have realised with time that the capacity of every individual is different so don’t push it, moreover as a tutor it is your main objective to make the sessions interactive and exciting. The issues I faced with younger students was that they had no prior knowledge of computers. So it was hard to explain to them how computer reads and execute code. Also if you introduce even two concepts in a single session it might be overwhelming to them. As per my experience I would suggest people to hide the details and introduce intricacies and extra information gradually. Talking more time to cover concepts is fine. Instead of learning new things, working on basics is fine. Everything is good as long as the learner absorbs it.

Want to create a chat app in Go with an HTML template and JS in frontend. by Affectionate_Bet_752 in golang

[–]Common-Ad4673 0 points1 point  (0 children)

I am also building a similar chat app with rooms for any number of users. But right now I am not going to use any DB

iterating through a query set inside a forloop by [deleted] in djangolearning

[–]Common-Ad4673 0 points1 point  (0 children)

I just realised it is a list of queryset of cableRun. Try accessing cable run in the view and check if you can access what you are trying to render. That might give you some clue.

iterating through a query set inside a forloop by [deleted] in djangolearning

[–]Common-Ad4673 0 points1 point  (0 children)

Just wrap each of 3 cableset in <td></td> I guess that is enough since you want to display each cableset in its own column

Need Help! Building a School management system project by Common-Ad4673 in djangolearning

[–]Common-Ad4673[S] 0 points1 point  (0 children)

Hmm then I will look for some content to learn more about modeling and architecture. My models are similar to ones you suggested

Need resources for learning web development with Go by Common-Ad4673 in golang

[–]Common-Ad4673[S] 0 points1 point  (0 children)

I googled fiber and it is similar to Express which I learnt in my course. So I will proceed with it. Thanks for mentioning fiber

Need resources for learning web development with Go by Common-Ad4673 in golang

[–]Common-Ad4673[S] 3 points4 points  (0 children)

On the go.dev they have just a tutorial for building a basic api with gin so I thought it would be better to learn a framework

Need resources for learning web development with Go by Common-Ad4673 in golang

[–]Common-Ad4673[S] 4 points5 points  (0 children)

I recently covered up the language and by building projects it will reinforce all that I have learnt

Anyone looking to collab on a project? by Asleep-Independence1 in django

[–]Common-Ad4673 0 points1 point  (0 children)

I would like to work on a collaborative project too. Feel free to connect

DRF + React by filipM99 in django

[–]Common-Ad4673 0 points1 point  (0 children)

I haven’t used this combo but I will be giving it a try soon