Open in app
Home
Notifications
Lists
Stories

Write
Jessica Lee
Jessica Lee

Home
About

Nov 17, 2021

Vue JS: Listening to Key Events Using Computed Properties and V-model

There are many times that you want to listen to key events, in my case the esc key events when closing modals, popups, etc. …

Vue

2 min read


May 30, 2021

v-model — Vue JS

Moving to Vue from React, it was a bit difficult for me to understand the Vue way of coding. I didn’t get much time to go too deep with all the new concepts due to the timeframe to finish the project during an internship, but as I study and write…

Vuejs

2 min read


May 23, 2021

Computed vs. Methods — Vue JS

It has been only a few weeks studying Vue JS and the transition from studying React to Vue was a little bit confusing, because of some of the concepts were new to me. Especially, I wasn’t quite sure about when to use computed or methods. Reading an official document is…

Vuejs

2 min read


May 16, 2021

Project Setup with Vue.js

If you are using Vue.js for the very first time, we can start by installing Vue CLI. Vue CLI is a standard tooling for Vue.js development. Overview | Vue CLI WARNING This documentation is for @vue/cli. For the old vue-cli, see here. Vue CLI is a full system for rapid Vue.js…cli.vuejs.org In your terminal, you can install by: npm install -g @vue/cli -g means global, which means you want to install Vue CLI on your…

Vuejs

2 min read

Project Setup with Vue.js
Project Setup with Vue.js

May 14, 2021

WeCode Internship Course — Week 1

Whoa, two months at WeCode are already gone! I can’t believe time flies so fast. As for the final month at WeCode bootcamp, students have a choice of internship and team projects. …

Project Planning

3 min read


May 9, 2021

The 2nd Team Project at WeCode Bootcamp

Starting the project Can’t believe my second project at WeCode has finished already! The last 2 weeks have been pretty crazy, lots and lots of fun and learning. This is to share my journey with the second team project. My second project is to clone one of the most popular recruiting platforms in…

React

4 min read

The 2nd Team Project at WeCode Bootcamp
The 2nd Team Project at WeCode Bootcamp

Apr 24, 2021

The 1st Team Project Review at WeCode Bootcamp

6 weeks at WeCode Bootcamp have already passed. As finishing the foundation course, we started a 2-week team project that ended yesterday…

Web Development

7 min read

The 1st Team Project Review at WeCode Bootcamp
The 1st Team Project Review at WeCode Bootcamp

Apr 24, 2021

찬란했던 1차 그룹 프로젝트 후기 @ WeCode

벌써 위코드의 부트캠프를 시작한지 6주가 지났다. Foundation 코스를 마치고 4월 12일 부터 23일까지 2주간 첫번째 팀 프로젝트를 진행하고 어제 프리젠테이션을 마쳤다. 오늘은 이번 2주간의 기간을 회고하는 시간을 가지며 블로그를 작성해…

Web Development

11 min read

The 1st Team Project Review (at WeCode Bootcamp)
The 1st Team Project Review (at WeCode Bootcamp)

Apr 11, 2021

Create An Outside Click Handler in React JS

This post is about how to create an outside click handler in React using createRef(). There are hooks that you can install to achieve this, but I wanted to try figure out myself. The feature that I created is: As you can see above, when the search input is clicked…

Reactjs

2 min read


Apr 11, 2021

Filter Search Results by Keywords — JavaScript & React JS

Doing a small exercise creating monster cards using React components and map method, I thought to write about how to create a function of filtering search results by keywords. It let me use various methods like filter() and map() to create the filter that we use everywhere on the web. …

React

2 min read

Filter Search Results by Keywords — Javascript & React JS
Filter Search Results by Keywords — Javascript & React JS
Jessica Lee

Jessica Lee

Github: https://github.com/jessywlee | LinkedIn: https://www.linkedin.com/in/jessywlee | Resume: https://gratis-blender-a4b.notion.site/Resume-Jessica-Lee-66019

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable