HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mathewvp

no profile record

comments

mathewvp
·3 năm trước·discuss
They also shutdown your instances after a while and ask you to upgrade to paid tier.
mathewvp
·3 năm trước·discuss
Which mail client do you use? Is it free?
mathewvp
·4 năm trước·discuss
[dead]
mathewvp
·4 năm trước·discuss
Instead of us searching pages and pages in google looking for the info that we need, ChatGPT is definitely better to find precise info in case of coding. I hope they will always have a free tier.
mathewvp
·4 năm trước·discuss
I have a very basic question regarding SQLite. How does it work in different languages? Is the SQLite server code completely implemented in Go when we use go and completely implemented in php when we use php? Because there is no actual server and it is just a file, I'm wondering who does the ACID compliancy and query executions and all the other things needed for a db server and how it is done.
mathewvp
·4 năm trước·discuss
Can you comment on why you regret about choosing React and graphql? I'm asking because my Director is kind of pushing us to move from current server side rendered stack to react or some other js framework with graphql just because everyone is using it.
mathewvp
·4 năm trước·discuss
> Rust is meant for professionals, ..., where Go was meant to keep junior coders out of trouble.

So we the not so elite coders will stick with Go, thanks.
mathewvp
·4 năm trước·discuss
> If you don't mind, what where the things that were hard to deal with?

The language syntax itself. Looks like the language developers wanted rust to stand out and purposefully went out of way to make it extremely difficult to learn. This is one area where Go shines, you can learn the syntax in half a day.