Wacław The DeveloperGolang edge case: when “defer” will never work out in your codeToday I want to show you some code, and maybe it will save you from creating tricky bugs in your project. Everything that I will show you…Sep 25Sep 25
Wacław The DeveloperHow to Improve Your GitHub PR after Review with One Command Using GPTToday, I will show you how to automatically edit your code according to code review comments just by using one simple command.Feb 4Feb 4
Wacław The DeveloperI was surprised how many bots tried to hack just created website [Experiment]Why does a website become a target for hackers even before it gets its first users? I decided to check what would happen to the new…May 9, 20232May 9, 20232
Wacław The DeveloperGolang: Handling tens of thousands of simultaneous HTTP requests even on Raspberry PiToday we will have fun with concurrent HTTP requests and how to handle a really big amounts of them with minimal RAM consumption on Go.Jul 19, 20226Jul 19, 20226
Wacław The DeveloperHow Docker affects your Go app performanceI decided to write the benchmark and test the performance of the bare-metal version and dockerized version of the same code.May 2, 202211May 2, 202211
Wacław The DeveloperGolang trap: how to copy structs properlyInstead of introductionApr 28, 20224Apr 28, 20224
Wacław The DeveloperWhere are “contains”, “map”, “reduce”, etc. functions in Golang (Go)?Today I want to describe the situation, why such functions don’t exist in Go, and what i propose to do with that.Apr 10, 20226Apr 10, 20226
Wacław The DeveloperSwitching from PHP to Go : top 10 differencesHi everybody! Go (golang) becomes more and more popular in PHP devs community. Today I want to describe the top fundamental differencesDec 23, 20218Dec 23, 20218
Wacław The DeveloperWhat boost can Apple’s M1 give to Redis?Hi! Today i will compare bare-metal Redis 6.2.6 on two devices: MacBook Air M1 and MacBook Pro i5Dec 17, 20211Dec 17, 20211
Wacław The DeveloperInaccurate float32 and float64: how to avoid the trap in Go (golang)The topic about how much floats are inaccurate, what they can broke and how to fix this.Dec 14, 2021Dec 14, 2021