Paul Miller — entrepreneur. I make projects which help developers to build awesome things... (more…)
Read more »
👍👍👍 if you want more videos from me in the future.Check out my best selling AppSec book: https://amzn.to/3pGO4VzCheck out my behind-the-scenes newsletter:... (more…)
Read more »
There’s a new feature in Chrome Canary: JavaScript code coverage. It tells you how much of your code is actually executed, vs how much is loaded unnecessarily. (more…)
Read more »
CloudFlare protects millions of websites from online threats. One of the oldest and most pervasive attacks launched against websites is the Distributed Denial of Service (DDoS) attack. In a typical DDoS attack, an attacker causes a large number of compute... (more…)
Read more »
Constants in Go must be assigned before the program runs. All constants are computed and saved when the program compiles using go build. Constants can rely on... (more…)
Read more »