books

I read test driven development

I have been interested in TDD for a long time, and I have started to seriously study it. One of the reasons I wanted to start TDD is that I read an article called TDD Changed My Life. TDD has a learning curve, and as I continued, I found that even though I was writing tests...
Uncategorized

Create (collect) the layers necessary to use tweepy with aws lambda

Lambda layers are a pain. This time I wanted to use the tweepy client module (mainly used in Twitter API v2), so I searched for a layer provided by a volunteer. There was one for Python 3.8, but pyth...
surveillance

I read Datadog's "Modern Infrastructure Monitoring"

I had to use Datadog for work, so I read Modern Infrastructure Monitoring, which can be downloaded from the Datadog website, even though I'm a monitoring novice. I'm not good at reading documents like this carefully, but I'm glad I read Datadog...
web marketing

About Google Keyword Planner/Keyword Suggestions Space

First, look at this image of keyword suggestions from Google Keyword Planner, which contain unnatural spaces. This is from when I searched for keywords related to "muscle training" in Keyword Planner. People who search for this keyword are probably searching for "chest muscle training beginners"...
Development

Try setting up GAE on GCP with terraform

I ended up using terraform for work, so I set up a terraform environment to study it myself. This time, I will set up GAE on GCP using terraform. Installing CloudSDK CloudSDK is a GCP gclo...
Development

[Even if you don't have friends] I've summarized the basic steps for team development on Github [You can do it! ]

The second edition has been released... I was grateful for the first edition. The comics explain things in an easy-to-understand way, and it's easy to follow. I tested it with one person playing two roles so that people who don't have friends don't get scared of Github when they join a team development site. I used this as a reference...
GA/GTM

Try using GA's reporting API

I want to automate the data seen in the GA view by retrieving it with API! So I tried it. Create a project in GCP Enter a suitable project name and click Create. Select the API to use Go to the dashboard screen of the created project and click "API and Services..."
Security

Try running Kali Linux on AWS (up to logging in via remote desktop connection)

I had the opportunity to participate in a hacking contest, so I wanted to use a Debian-based distribution called Kali Linux, which comes with all the necessary software. I think there are three easy ways to do this. I'll use method 3 this time...
books

Try rereading the readable code [Package information into the name]

It's a classic that I've read and not read a few times, but I thought I'd write an article about it while ruminating on what I've read. I'll write one article per chapter whenever I feel like it. I'll also go through the chapters in the order that I feel like...
ERROR

I investigated CSP (Content Security Policy)

Today I came across the following error message at work, so I'll write about what I learned about CSP (Content Security Policy). Refused to execute inline script because it vi...