Artwork

Jesse Tomchak에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 Jesse Tomchak 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.
Player FM -팟 캐스트 앱
Player FM 앱으로 오프라인으로 전환하세요!

56: Meow Done

26:45
 
공유
 

저장한 시리즈 ("피드 비활성화" status)

When? This feed was archived on October 04, 2020 13:08 (5y ago). Last successful fetch was on January 04, 2020 14:08 (6y ago)

Why? 피드 비활성화 status. 잠시 서버에 문제가 발생해 팟캐스트를 불러오지 못합니다.

What now? You might be able to find a more up-to-date version using the search function. This series will no longer be checked for updates. If you believe this to be in error, please check if the publisher's feed link below is valid and contact support to request the feed be restored or if you have any other concerns about this.

Manage episode 220168351 series 1531971
Jesse Tomchak에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 Jesse Tomchak 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.
Types of Learners

What I meant by ‘Academic’ last week. As opposed to ‘Practical’. This, was a poor juxtaposition to put the things that have been hard for me to learn.

  1. Visual
    1. Visual learners prefer to take in information using charts, maps, graphs, diagrams, and more. Using images to explain concepts and ideas is the best way to reach a visual learner. However, this type of learning style does not include photographs or videos. Instead, visual learners learn best when information is presented using patterns, shapes, and other visual aids in the place of written or spoken words
  2. Auditory
    1. They benefit from lectures, group discussion, and other strategies that involve talking things through.“Often people with this preference want to sort things out by speaking first, rather than sorting out their ideas and then speaking,”
  3. Reading / Writing Pref
    1. “This preference emphasizes text-based input and output – reading and writing in all of its forms,”
  4. Kinesthetic
    1. Kinesthetic learners learn best when they can use tactile experiences and carry out a physical activity to practice applying new information. “People who prefer this mode are connected to reality, ‘either through concrete personal experiences, examples, practice or simulation,’”
Staying Focused
  • Staying focused means finishing that last 10%. That is the really hard part. When they talk about shipping something. I’m pretty sure this is what they are referring to.
  • Kent C Dodds. Talks about producing more than consuming.
Crossing the Finish Line
  • No More React. Init the Elm app from the get go, and fix what’s broken. No more dancing around it
  • Mounting our Meow Notes at the route and working out
  • Just rip off the band aid. We’re trying to be less strategic with this and more blunt.
    • When you want to know what’s missing? Shut some things down!
    • No Authorization !
    • No Sign up form
    • No Login form!
    • All those things that App.js did for us.
  • So we add an LoginRoute and View will display the login form if it’s an anonymous type, it the it’s authed with user data, then we want to redirect to the notes route.
    • Bootstrap form
      • Seem’s ok to init the form with empty Strings ?
      • The only way you can get to UpdateEmail is if you’re anonymous. So do I have to handle both cases ?
      • I am quickly not a fan of having to case on authenticated for each and every update function.
      • But now I have captured the user’s input and password :trophy: for me!!!!
      • Middleware to everything in PORTS auth.
    • Update email and password action. But First update the model. There needs to be a user type available when the authentication is anonymous. So that we can capture the signin or signup input and POST that for converting to auth.
    • Also the log in form is 100% max width. Now is a good chance to play with CSS in Elm. See? So many good things happened in just the last week.!!! I feel like this might have been the right call !
    • handle submit to ports
    • JS Ports for Cognito Auth with AWS
  • Next Time we started with a bit smaller app, convert it, and then add a bunch of features.
Resources Follow
  continue reading

91 에피소드

Artwork

56: Meow Done

Javascript to Elm

56 subscribers

published

icon공유
 

저장한 시리즈 ("피드 비활성화" status)

When? This feed was archived on October 04, 2020 13:08 (5y ago). Last successful fetch was on January 04, 2020 14:08 (6y ago)

Why? 피드 비활성화 status. 잠시 서버에 문제가 발생해 팟캐스트를 불러오지 못합니다.

What now? You might be able to find a more up-to-date version using the search function. This series will no longer be checked for updates. If you believe this to be in error, please check if the publisher's feed link below is valid and contact support to request the feed be restored or if you have any other concerns about this.

Manage episode 220168351 series 1531971
Jesse Tomchak에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 Jesse Tomchak 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.
Types of Learners

What I meant by ‘Academic’ last week. As opposed to ‘Practical’. This, was a poor juxtaposition to put the things that have been hard for me to learn.

  1. Visual
    1. Visual learners prefer to take in information using charts, maps, graphs, diagrams, and more. Using images to explain concepts and ideas is the best way to reach a visual learner. However, this type of learning style does not include photographs or videos. Instead, visual learners learn best when information is presented using patterns, shapes, and other visual aids in the place of written or spoken words
  2. Auditory
    1. They benefit from lectures, group discussion, and other strategies that involve talking things through.“Often people with this preference want to sort things out by speaking first, rather than sorting out their ideas and then speaking,”
  3. Reading / Writing Pref
    1. “This preference emphasizes text-based input and output – reading and writing in all of its forms,”
  4. Kinesthetic
    1. Kinesthetic learners learn best when they can use tactile experiences and carry out a physical activity to practice applying new information. “People who prefer this mode are connected to reality, ‘either through concrete personal experiences, examples, practice or simulation,’”
Staying Focused
  • Staying focused means finishing that last 10%. That is the really hard part. When they talk about shipping something. I’m pretty sure this is what they are referring to.
  • Kent C Dodds. Talks about producing more than consuming.
Crossing the Finish Line
  • No More React. Init the Elm app from the get go, and fix what’s broken. No more dancing around it
  • Mounting our Meow Notes at the route and working out
  • Just rip off the band aid. We’re trying to be less strategic with this and more blunt.
    • When you want to know what’s missing? Shut some things down!
    • No Authorization !
    • No Sign up form
    • No Login form!
    • All those things that App.js did for us.
  • So we add an LoginRoute and View will display the login form if it’s an anonymous type, it the it’s authed with user data, then we want to redirect to the notes route.
    • Bootstrap form
      • Seem’s ok to init the form with empty Strings ?
      • The only way you can get to UpdateEmail is if you’re anonymous. So do I have to handle both cases ?
      • I am quickly not a fan of having to case on authenticated for each and every update function.
      • But now I have captured the user’s input and password :trophy: for me!!!!
      • Middleware to everything in PORTS auth.
    • Update email and password action. But First update the model. There needs to be a user type available when the authentication is anonymous. So that we can capture the signin or signup input and POST that for converting to auth.
    • Also the log in form is 100% max width. Now is a good chance to play with CSS in Elm. See? So many good things happened in just the last week.!!! I feel like this might have been the right call !
    • handle submit to ports
    • JS Ports for Cognito Auth with AWS
  • Next Time we started with a bit smaller app, convert it, and then add a bunch of features.
Resources Follow
  continue reading

91 에피소드

모든 에피소드

×
 
Loading …

플레이어 FM에 오신것을 환영합니다!

플레이어 FM은 웹에서 고품질 팟캐스트를 검색하여 지금 바로 즐길 수 있도록 합니다. 최고의 팟캐스트 앱이며 Android, iPhone 및 웹에서도 작동합니다. 장치 간 구독 동기화를 위해 가입하세요.

 

빠른 참조 가이드

탐색하는 동안 이 프로그램을 들어보세요.
재생