Keisuke DaimonStream<T> and Streams of Primitives; Conversion from/to List and Array (Java 21)Streams came out as one of Java 8 new features in 2014. Since then, streams have become really common and I would say Java can’t be written…Mar 11Mar 11
Keisuke DaimonBasic Plots of Pandas and Seaborn for Data AnalysisThis story will show some basic methods to draw graphs using pandas and seaborn.Feb 24Feb 24
Keisuke DaimonDifference in Network: AWS DB vs Azure DBI often use AWS. Last year I started using Azure for work and was surprised how we adjust network settings for Azure RDS.Feb 9Feb 9
Keisuke DaimonHow to Use `venv` in Python 3.12This story simply explains how to use venv in Python 3.12 (precisely speaking, Python 3.7 or later).Feb 21Feb 21
Keisuke DaimonHow to Make Objects on S3 Public Super QuicklyIt is kind of confusing to open S3 objects to public because AWS wants to prevent users from doing it accidentally. Here I will explain the…Jan 27Jan 27
Keisuke DaimonStep-by-Step Guide: Dynamic Programming for Subset Sum Problem (Part 1)When I study competitive programming, I feel dynamic programming is the most difficult part as a beginner.Jan 13Jan 13
Keisuke DaimonAWS Usage an SAA Holder Didn’t KnowWhen I passed SAA in 2021, I didn’t have much work experience on AWS. In this article, I will share what I’ve learned during my work and my…Nov 20, 2022Nov 20, 2022
Keisuke DaimonHow Can Lambda Functions Access AWS Services? (For SAA/SAP)Lambda can be set at three locations: outside VPC, inside private subnets and inside public subnets. I explain all patterns.Aug 20, 2022Aug 20, 2022
Keisuke DaimonIntroduction to Machine Learning Part 2Explain basic of machine learning with many examplesAug 6, 2022Aug 6, 2022