Technology

Jan
02
What's the Difference Between VM and Containers

What's the Difference Between VM and Containers

What are virtual machine and container, and how do they get into our modern, cloud-native way of building and architecting applications?
1 min read
Apr
17
一定要知道的網頁設計技術—RWD

一定要知道的網頁設計技術—RWD

RWD can help users reduce operation behaviors such as zooming and scrolling horizontally, but what is RWD?
5 min read
Feb
06
[Exercism-JavaScript] Mixed Juices

[Exercism-JavaScript] Mixed Juices

Wrapping switch statement in while loop has large time complexity?!
2 min read
Nov
08
不可不知的 JavaScript 基本觀念

不可不知的 JavaScript 基本觀念

今天要來介紹面前端工程師一定會被問的 JavaScript 基本觀念!var、let、const 有什麼差異?什麼時候使用雙等於 (==),什麼時候使用三等於 (===)?
1 min read
Nov
08
Get Started with Docker

Get Started with Docker

部署好難,一起來學 Docker!本篇文章會依序介紹使用 Docker 的理由、Docker 與 VM 的差別、一些基本指令以及如何撰寫 Dockerfile。有興趣的話就一起看下去吧!
2 min read
Sep
01
The Difference Between Div and Span

The Difference Between Div and Span

居然 9 月了!!前陣子去面試前端實習生的時候,發現自己還有好多不熟悉的觀念,趁還沒開學趕快弄懂然後記錄下來~今天要介紹的是 div 跟 span 的差別,兩者都是 HTML 常見的 elements。
2 min read
Jul
23
The Difference Between Id and Class

The Difference Between Id and Class

本篇文章會介紹 CSS 以及 id 和 class 的差異。
2 min read
Jul
22
HTML 不是程式語言!

HTML 不是程式語言!

HTML 不是程式語言!那 HTML 是什麼呢?它是超文字標記語言(Hyper Text Markup Language)。
2 min read
Jul
22
Python 為什麼要使用「虛擬環境」?

Python 為什麼要使用「虛擬環境」?

在做各種專案時常常會用到虛擬環境,但是到底為什麼需要虛擬環境呢?今天就來一探究竟吧~
1 min read
Jul
22
用 Django 做一個資訊系統!

用 Django 做一個資訊系統!

本篇文章主要記錄我使用 Django 遇到的問題+一點點 Django 的介紹。
1 min read