HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mathewvp

no profile record

コメント

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