Some comments on HN suggested that it is more a starting point and a rehashing of OWASP without covering the details that well in Go, so I was wondering if that was the sense others got.
... Some days I wonder if kenny is a bot. Super fast at posting things, but he always responds to comments so if he's a bot he is a good one :)
Author here btw - happy to discuss the article. I suspect this is one that will have differing opinions, but I tried to be as unbiased as possible in the post. and present all of the alternatives I could think of.
Very glad this library existed when I ran a giveaway for my book - I completely zoned to the fact that twitter limits the number of retweets you can track to the most recent 20 in the UI, and the most recent 100 in the API, so I had to scramble to write some code to keep track of this by polling the API every few hours and logging all users who had retweeted a post.
Anaconda made it dead simple, and I had a program running within 15minutes to save my butt. I wouldn't recommend kicking off a giveaway without handling the retweet tracking portion first, but I can def recommend anaconda.
Has anyone read this to any degree?
... Some days I wonder if kenny is a bot. Super fast at posting things, but he always responds to comments so if he's a bot he is a good one :)
Author here btw - happy to discuss the article. I suspect this is one that will have differing opinions, but I tried to be as unbiased as possible in the post. and present all of the alternatives I could think of.
Very glad this library existed when I ran a giveaway for my book - I completely zoned to the fact that twitter limits the number of retweets you can track to the most recent 20 in the UI, and the most recent 100 in the API, so I had to scramble to write some code to keep track of this by polling the API every few hours and logging all users who had retweeted a post.
Anaconda made it dead simple, and I had a program running within 15minutes to save my butt. I wouldn't recommend kicking off a giveaway without handling the retweet tracking portion first, but I can def recommend anaconda.