logo

ddadaal.me

2019年春微软实习面试经验
2019-04-21 10:30:00 UTC+8
5360
27 分钟阅读
# 介绍 经过几个月的准备、投简历、面试和(最让人难受的)等待,终于在4月16日拿到了**微软苏州STCA SE**的实习Offer。所以在这里记录一下这几个月来所经历过的实习相关的事情,并想发表一下关于实习、关于未来计划的一些思考。 # 面试前 面试前最重要的当然是**刷题**、**选择职位投递简历**。在这次夏季实习之前的2018年底和2019年初,我还经历了一些和微软相关的面试经历。
Strongly Typed i18n with TypeScript
2019-04-17 09:30:00 UTC+8
1270
7 分钟阅读
# i18n and The "Raw String" Problem Internationalization, also known as i18n (18 characters between the leading *i* and trailing *n*), is about making a product friendly to global users, and one of
A Kotlin DI Framework in 50 Lines and Thoughts on Kotlin
2019-04-06 15:48:00 UTC+8
1765
9 分钟阅读
# Why If you have got used to using DI framework (like Spring) to manage and inject dependencies, and now you have to start a new, relatively simpler, but not so simple project, you have 2 options t
7天Hackathon,Web前端极速入门指南
2019-03-08 19:30:00 UTC+8
5657
29 分钟阅读
# 前言 最近几年,前端技术发展地很快,各种新的框架和技术如雨后春笋般疯狂出现,让很多同学陷入了选择恐惧症。但是到目前为止,前端技术中最重要的仍然是老三件:HTML/CSS和JS。所以如果想做出一个网站,HTML/CSS和JS都是非常重要的。 我知道你现在心里在想什么:hackathon就七天时间,要掌握这么多技术才能写出个网站?我学个C/DLX都要学一学期呢,还这么多,那我退群算了。 这
An Infinite Loop Caused by Updating a Map during Iteration
2019-02-25 15:30:00 UTC+8
639
4 分钟阅读
# The Problem I accidently encountered a problem during the development of the 2.0 version of [simstate](/articles/simstate-and-why): During an iteration of a set of `observers` stored in a ES6 Map,