Jjunningomdoricake.hashnode.dev·Jun 20 · 9 min readWeek3 - Server, Domain, Docker, CI/CD, Gemini ProBuilding an intranet for a team of 20-30 people is a manageable task, and starting with a cloud-based approach is both cost-effective and scalable. Server (AWS Lightsail) 1. AWS Lightsail For a small 00
Jjunningomdoricake.hashnode.dev·Jun 11 · 2 min readWeek1 - Set up; Django, Postgresql, Github, DockerDjango (Python based) For this solo project, my primary focus was on development velocity. I opted for Django's MTV framework over a decoupled REST API + React setup to streamline the workflow and red00
Jjunningomdoricake.hashnode.dev·Apr 19 · 5 min readAutomating Tour Package Data Management via APIs APIs 1. Google SpreadSheet API Google Spreadsheet API Google SpreadSheet with Python We can utilize two different REST APIs to interact with Google Sheets data: getGET /v4/spreadsheets/{spreadsheetId}00
Jjunningomdoricake.hashnode.dev·Apr 12 · 2 min readWork Automation at Tour AgencyInbound Operations On the operational side, I act as the primary liaison between our agency, external partners, and our tour guides. This involves coordinating the entire project scope, ranging from t00
Jjunningomdoricake.hashnode.dev·Apr 12 · 5 min readPickleSerialization in Python The serialization or marshalling process is a way to convert a data structure into a linear form that can be stored or transmitted over a network. The reverse process, which ta00