Archive: 2017/10

Preparation for AWS SAA Certificate

Test guides https://github.com/serithemage/AWSCertifiedSolutionsArchitectUnofficialStudyGuide https://d1.awsstatic.com/training-and-certification/docs-sa-assoc/AWS_certified_solutions_architect_associ

도커의 컨테이너

이 글을 요약/번역한 글입니다. 컨테이너와 VM의 차이 목적은 비슷함: 애플리케이션과 그 디펜던시들을 독립된 단위로 묶어 격리, 어디서든 실행 가능하게 하기 컨테이너와 VM 모두 물리적 하드웨어가 없어도 되게 하여 컴퓨터의 자원을 보다 더 효율적으로 (에너지 / 비용면 둘다) 결정적인 차이는 설계에 있음 VM 실제 컴퓨터의 에뮬레이션으로, 프로그램을

Learning AWS (Packtpub) Summary

This is a summary of the eBook from Packtpub, Learning AWS Cloud service models Iaas (Infrastructure as a Service) - Users deploy & run their own apps on a service that they can control provision

Hexo Review

Has been only two days since I’ve used Hexo, but I found several pros and cons that people might find interesting. Pro Super easy & Fast deploymentAll you need to do is write up your markdown file

Google Analytics on Hexo

I’ve implemented Google Analytics to my blog :) I have always been interested in user(audience) analysis, and wanted to implement Google Analytics to my personal website. So I did! Here’s brief review

Github Pages With Hexo

After around 2 full months of keeping up TIL repository, I’ve FINALLY managed to move on to Github Pages. There were several thresholds for me before, which were I was not used to Markdowns. I had t

TIL to blog

So I am moving away from TIL repository to a blog, where I can just store random thoughts and code snippets.I’ll still use Medium for a longer, polished articles but I thought Github Pages would be be

Symfony Review-2

DoctrineSymfony does not have core component that works with Databases. Instead, it uses third-party library called Doctrine.Doctrine allows building database schema through Entity Class, retrieving i

Symfony Review-1

I have been trying out Symfony today, and while I was working on it, I faced some difficulties and issues.I decided to leave some progress review on this. Installing SymfonyThis is simple if you follo