Home
YT BLOG
Cancel

Google面試經驗分享

個人背景介紹 網路上已經有非常多的Google面試分享,在此紀錄自己的面試經驗。 約10年工作經驗,曾經待過不同類型的公司(從不到十人到萬人),無論是前端還是後端都會寫一些,但是都不深入,感覺好像是一直在打雜的工程師,但沒有想到有這個面試機會,而且資料結構跟演算法早就還給老師了,時間複雜度也搞不太清楚,重新刷Code才慢慢了解。 面試之前,有先刷到兩百題左右,但不算是有品質的刷,算是大概熟悉...

如何一次考取四張Azure基礎證照

背景介紹 由於工作的關係,會接觸到Azure服務,決定來考一下證照,不過考取證照完,只是了解一些基礎的觀念,實作當然就是另外一回事了。 因為考證照需要付錢,於是上網查詢如何免費考照,只要有上過 Microsoft Azure 虛擬培訓日的課程,就會給一組優惠代碼可以折抵考試費用,期限是三個月到期,建議可以先預約要考的日期,假設我是2023-5-31到期,可以先預約2023-6-10的考試,...

Upgrade Apache2 version in Ubuntu 18.0.4

Introduction There are some cybersecutriy problem, so we need to uprade Apache2 version. When upgrading Apache, it is important to check for any potential issues with rewrite rules.CVE-2023-25690 ...

快速導入2FA驗證:使用Google Authentication

Google Authentication 介紹 現在越來越多服務使用2FA驗證,無論是Microsoft或是Google,都有提供產生一次性OTP服務。 這個範例是使用Google Authentication 實作,重點是完全免費。 過去實做這項功能通常會使用簡訊或是email寄驗證碼,但現在可以不用花錢,導入也很簡單。 目前有提供兩種演算法,並產生一次限時的代碼,預設時間為30秒: ...

Enable Google Page Views

This post is to enable Page Views on the Chirpy theme based blog that you just built. This requires technical knowledge and it’s recommended to keep the google_analytics.pv.* empty unless you have ...

Customize the Favicon

The favicons of Chirpy are placed in the directory assets/img/favicons/. You may want to replace them with your own. The following sections will guide you to create and replace the default favicons...

Getting Started

Prerequisites Follow the instructions in the Jekyll Docs to complete the installation of Ruby, RubyGems, Jekyll, and Bundler. In addition, Git is also required to be installed. Installation Crea...

Writing a New Post

This post will guide you how to write a post on Chirpy theme. Even if you have previous experience with Jekyll, this article is worth reading, because many features require specific variables to be...

Text and Typography

This post is to show Markdown syntax rendering on Chirpy, you can also use it as an example of writing. Now, let’s start looking at text and typography. Titles H1 - heading H2 - heading H3 - h...