profile
PlanBy Developer

Python Web Scraping (Beautifulsoup)

WebsiteOpen apiTarget file pathFind by class and stingify the data. By data processing, pick only required value.By using get method, extract the msq_

2022년 4월 22일
·
0개의 댓글
·

Spring Instagram clone (Facebook login - OAuth)

Get facebook social username, email, name and process password -> buildMake an overloadCatch the facebook login users to append at PrincipalDetails da

2022년 4월 14일
·
0개의 댓글
·
post-thumbnail

Spring Instagram clone (Comment, AOP, Bug fix)

Model Controller Service

2022년 4월 14일
·
2개의 댓글
·

Spring Instagram clone (Feed, Likes)

Feed Use ImageApiController,

2022년 4월 11일
·
0개의 댓글
·

Spring Instagram clone (Image upload, Subscription)

Image Domain user id caption post image url Dto is used to build caption, postImageUrl, user. Service Get the file path from application.yml, image n

2022년 4월 7일
·
0개의 댓글
·

Spring Instagram clone (Exception handler)

In previous post, CustomValidationException catch the signup validation(username, password, email, name)For the validation of Edit user info, create C

2022년 4월 5일
·
0개의 댓글
·

Spring Instagram clone (Signup, Login, Auth)

IDE: IntellijDB: MariadbFramework: Spring bootCompile: Maven (will convert to Gradle)Port: 3307Views: jspAlmost front-end settings are done.Routes to

2022년 4월 4일
·
0개의 댓글
·

Heroku setting

Download and log in to HerokuInitialize a git repositoryCommit the code to repositorySimply add the heroku remoteInstall guidehttps://devcenter.h

2022년 3월 30일
·
0개의 댓글
·

Enrollment Page

add to Gemfile under codestart bundleparameters - tutor_id, start_time, active(1: available, 2: unavailable)Set the homeLoad total week-calendarTutor-

2022년 3월 3일
·
0개의 댓글
·

Setup Ruby on Rails (with Troubleshooting)

install Ruby on Railsprob 1. Permission denied and failed to install bundlesol)1\. Install 'rvm'https://zwbetz.com/install-ruby-version-manager-o

2022년 2월 25일
·
0개의 댓글
·

Class vs Function

React class VS function stylehttps://www.youtube.com/watch?v=iY_vmP-Q3Ak&list=PLuHgQVnccGMCEfBwnNGsJCQDiqSWI-edj

2022년 2월 22일
·
0개의 댓글
·

Redux

Reduxhttps://redux.js.org/introduction/core-conceptscustom myLocationButton and zoomButtonshttps://github.com/react-native-maps/react-native

2022년 2월 22일
·
0개의 댓글
·

Function, Class

React-native-maps basichttps://blog.logrocket.com/react-native-maps-introduction/Functional components VS Class componentshttps://www.twilio

2022년 2월 17일
·
0개의 댓글
·

My location button

My location button loadingawait Location.getCurrentPositionAsync({accuracy: Platform.OS === "ios" ? Location.Accuracy.Balanced : Location.Accuracy.Low

2022년 2월 17일
·
0개의 댓글
·

My location

My Locationhttps://docs.expo.dev/versions/latest/sdk/location/> https://snack.expo.devhttps://ebbnflow.tistory.com/268

2022년 2월 13일
·
0개의 댓글
·

Sliding up panel

Sliding up panelhttps://www.npmjs.com/package/rn-sliding-up-panelhttps://github.com/octopitus/rn-sliding-up-panel/blob/master/README.mdKeywo

2022년 2월 12일
·
0개의 댓글
·

React-native-maps components + Kakao search api

React-native-maps componentshttps://github.com/react-native-maps/react-native-mapsMarkerimport { Marker } from 'react-native-maps';https://m

2022년 2월 7일
·
0개의 댓글
·

Naver-maps api

https://github.com/QuadFlask/react-native-naver-map리액트 네이티브 네이버맵Android - 애뮬레이터 실행이 안됨iOS - 버그

2022년 2월 6일
·
0개의 댓글
·

React-native Google map api

https://dev-yakuza.posstree.com/ko/react-native/react-native-maps/https://github.com/dev-yakuza/react-native-map-examplehttps://mildb.t

2022년 1월 26일
·
0개의 댓글
·