HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mathewvp

no profile record

comments

mathewvp
·vor 3 Jahren·discuss
They also shutdown your instances after a while and ask you to upgrade to paid tier.
mathewvp
·vor 3 Jahren·discuss
Which mail client do you use? Is it free?
mathewvp
·vor 4 Jahren·discuss
[dead]
mathewvp
·vor 4 Jahren·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
·vor 4 Jahren·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
·vor 4 Jahren·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
·vor 4 Jahren·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
·vor 4 Jahren·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.