iT邦幫忙

鐵人檔案

第 12 屆 iThome 鐵人賽
回列表
自我挑戰組

菜鳥工程師的奇幻漂流:跟著kata活化手指和意識 系列

學習包山包海的半年後,拿到門票轉職進入資訊產業當個菜鳥前端工程師,但...基本功不夠紮實與不夠穩,coding速度總是不夠快,觀念不夠清楚。

渾渾噩噩的過去,技術債總有一天要還,決定來正視技術的不足。

有時候看到新的語法、新的寫法,遇到時還是用自己會的那幾招,藉由codewars的kata等級分類,活化腦部訓練手指,紀錄自己和別人的解法!

鐵人鍊成 | 共 30 篇文章 | 2 人訂閱 訂閱系列文 RSS系列文
DAY 1

菜鳥工程師的奇幻漂流之前言

充滿希望的種子發芽 去年開始用Jekyll和Github Pages記錄學習、工作還有職涯的筆記,發現要不怠惰規律發文需要很大的自律,既然有寫過Blog的暖身,...

2020-09-16 ‧ 由 shan33 分享
DAY 2

Vowel Count

今日kata 原始題目如下:(7kyu)Return the number (count) of vowels in the given string.We w...

2020-09-17 ‧ 由 shan33 分享
DAY 3

Get the mean of an array

今日kata 原始題目如下:(8kyu)It's the academic year's end, fateful moment of your school...

2020-09-18 ‧ 由 shan33 分享
DAY 4

Smallest unused ID

今日kata 原始題目如下:(8kyu)You've got much data to manage and of course you use zero-ba...

2020-09-19 ‧ 由 shan33 分享
DAY 5

Find the smallest integer in the array

今日kata 原始題目如下:(8kyu)Given an array of integers your solution should find the sma...

2020-09-20 ‧ 由 shan33 分享
DAY 6

Find the odd int

今日kata 原始題目如下:(6kyu)Given an array of integers, find the one that appears an odd...

2020-09-21 ‧ 由 shan33 分享
DAY 7

Sum of Digits / Digital Root

今日kata 原始題目如下:(7kyu)Given n, take the sum of the digits of n. If that value has...

2020-09-22 ‧ 由 shan33 分享
DAY 8

Decode the Morse code

今日kata 原始題目如下:(6kyu)The Morse code encodes every character as a sequence of &quo...

2020-09-23 ‧ 由 shan33 分享
DAY 9

Counting Duplicates

今日kata 原始題目如下:(6kyu)Write a function that will return the count of distinct case...

2020-09-24 ‧ 由 shan33 分享
DAY 10

Who likes it?

今日kata 原始題目如下:(6kyu)You probably know the "like" system from Facebook...

2020-09-25 ‧ 由 shan33 分享