Posts
22 posts
- Adopting ELK Stack for blog -Fin(?)- As I mentioned in the last post, there was a JSON parsing error, but I realized that it wasn't just a parsing error, but the logs weren't being sent to Kibana. After checking again...
- Youtube Shorts, Will They Make You Money?About my Youtube channel I was originally a YouTuber translating J-POP into Korean. I didn't have any revenue, I just did it because I liked it, and I got about 5,000 subscribers a...
- Adopting ELK Stack for blog -2-Introduction As I announced in the last installment, I had a war with Kibana and NGINX's reverse proxy, which was about a week ago now. But why am I posting about it now, because a...
- Start a [MusicLab] projectMusicLab - Music Chart Scraper During the bootcamp, we were given this assignment. There are many sites that summarize data or provide news like below. The task is to create a back...
- Adopting ELK Stack for blog -1-Why did you start thinking about log management? I was checking the logs once in a while, and I was getting a lot of malicious requests from botnets. The problem was that I had to...
- Why do indices start at 0 in programming?One of the most puzzling questions I had while studying algorithms was "Why does the first element of an array start at index 0 instead of index 1?". Let's say we have a list like...
- Locust Load TestingStupidly, I had mentioned that the advantage of moving to AWS -> OCI was not only cost, but also performance, but I hadn't really tested it, but after the interview, I remembered a...
- [OCI] Did it really cost less?It's been about two weeks since we moved from OCI to AWS. We took a day or so after the move to delete all of our resources on AWS, so how has the blog's cost been over the past tw...
- AWS to OCIOriginally, this tech blog was a project deployed on EC2, RDS (MySQL), and S3 using AWS. One day, I stumbled upon OCI, which had quite a few attractive points. First of all, at thi...
- Reflections on Trade-OffsAbout Trade-Offs A trade-off is simply the process of deciding what you give up in exchange for what you get. Trade-Offs in Software Development (1) Performance vs maintainability...