Kiswono Prayogo

Results 86 issues of Kiswono Prayogo

a bit similar with what I thought for a while https://www.reddit.com/r/Database/comments/qe0jwk/why_sql_why/

Is this run on Google AppEngine?

Just one parameter to promote this language https://benchmarksgame-team.pages.debian.net/benchmarksgame/index.html Also techempower's framework benchmark when there's available/usable framework https://www.techempower.com/benchmarks/

question

Another way to promote this language http://rosettacode.org/wiki/Rosetta_Code

question

Skynet benchmark link: https://github.com/atemerev/skynet

to boost this framework's popularity https://www.techempower.com/benchmarks/

I just knew this one today '__') https://chronoxor.github.io/FastBinaryEncoding/

no doc, since it's super straightforward (just need to modify air.toml based on project's build command)

What does it means? my command: ``` `gowsdl http://127.0.0.1:8082/ws/live.php?wsdl` ``` WSDL definition: http://pastie.org/10925568

minimal example code, without autogold: ``` package foo_test import ( "testing" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/suite" ) type newUserStartTestSuite struct { suite.Suite } type NewUserStart string const ( Registration = `registration` EmailVerification =...