Jul 30Member-onlyHow looks Gandalf based on the book, LOTR. Guessing with DALLยทEIโve got approved to use DALLยทE this today. So I go to use the famous image synthesizing AI just right away.Dalle 23 min read
Sep 29, 2021Basic Web development tutorial with implementing a simple Weather Forecast service. (For beginner)After you follow this tutorial, youโre going to make a webpage which finds a current weather status by a city name query is provided by a user. You donโt need any JavaScript framework, what you need is only pure JavaScript and HTML (But, Iโve used TailwindCSS) HTML Firstly, you are goingโฆJava Script5 min read
Sep 26, 2021Lecture material: Present user information from Firebase auth data.Previous chapter https://fredriccliver.medium.com/lecture-material-google-sign-in-with-firebase-in-ios-256504d8deb5 After logged in, you can retrieve user information like email and name and profile picture.Firebase2 min read
Sep 26, 2021Lecture Material: Google Sign-in with Firebase in iOSPrevious article about anonymous login with Firebase authentication. Lecture Material: Anonymous Login with Firebase Add new viewfredriccliver.medium.com Iโm going to use the same code and project structure with the previous article. To use Google sign in feature, firstly you need to install additional pod library and change preference in the Firebase console. Authenticate Using Google Sign-In on iOS | Firebase You can let your users authenticate with Firebase using their Google Accounts by integrating Google Sign-In into yourโฆfirebase.google.comFirebase2 min read
Sep 26, 2021Lecture Material: Anonymous Login with FirebaseAdd new view Press the Command + N to make new view. And choose Cocoa Touch ClassFirebase4 min read
Sep 22, 2021ํ๋ก๋ํธ์ค๋ ์ธํฐ๋ทฐ ์ง๋ฌธ (์ด๊ธ)์๋ณธ๋งํฌ https://www.knowledgehut.com/interview-questions/product-owner ํ๋ก๋ํธ ์ค๋๋ก์จ, ์ ํ์ ์ผ๋ก ์ด๋ค ํ์๋ค์ด ๋น์ ์ ์ํด ์ด๋ค์ง๋๊ฐ? ์ด ๊ธฐ์ด์ง๋ฌธ์ ์ฌ์ฌ์๋ก ํ์ฌ๊ธ ์ง์์๋ฅผ ์ดํดํ๊ณ , ์ง์์๋ ์์ ์ ๋ํ ์ค๋ช ์ ์์ํ ์ ์๋๋ก ํด์ค๋ค. ๋๋ต์ ์ง์์ ๋ง๋ค โฆํ๋ก๋ํธ์ค๋8 min read
Sep 19, 2021Codility: TreeHeightTest Page: https://app.codility.com/programmers/trainings/4/tree_height/Codility2 min readCodility: TreeHeightPhoto by veeterzy on UnsplashTest Page: https://app.codility.com/programmers/trainings/4/tree_height/----
Sep 19, 2021Codility: FirstUniqueTest page: https://app.codility.com/programmers/trainings/4/first_unique/ MissionCodility1 min readCodility: FirstUniquePhoto by JJ Ying on UnsplashTest page: https://app.codility.com/programmers/trainings/4/first_unique/Mission----
Sep 3, 2021(English, Korean) Setting up VSCode for the basic web publishing course.Here is a website about Design & Coding bootcamp in Korea, which Iโm running for now. ์ฌ๊ธฐ ์ ๊ฐ ์ด์ํ๊ณ ์๋ ํ๊ตญ์ ๋์์ธ / ์ฝ๋ฉ ๋ถํธ์บ ํ๊ฐ ์์ต๋๋ค. ํ์ฌ์ฅฌ์บ ํ | ๋๊ตฌ์ฝ๋ฉ๋ถํธ์บ ํ IT ์ ์ข 9๋ ๊ฒฝ๋ ฅ. ๊ฐ๋ฐ์, ๋ง์ผํฐ, ๊ธฐํ์ 3๋ ๊ฐ ์คํํธ์ ์ฐฝ์ .passagecamp.com VSCode is the most famous code editor with a bunch of extension which is useful for varies of programming languages and job positions. VSCode๋โฆVscode4 min read