Artwork

เนื้อหาจัดทำโดย Wes Bos and Scott Tolinski - Full Stack JavaScript Web Developers เนื้อหาพอดแคสต์ทั้งหมด รวมถึงตอน กราฟิก และคำอธิบายพอดแคสต์ได้รับการอัปโหลดและจัดหาให้โดยตรงจาก Wes Bos and Scott Tolinski - Full Stack JavaScript Web Developers หรือพันธมิตรแพลตฟอร์มพอดแคสต์ของพวกเขา หากคุณเชื่อว่ามีบุคคลอื่นใช้งานที่มีลิขสิทธิ์ของคุณโดยไม่ได้รับอนุญาต คุณสามารถปฏิบัติตามขั้นตอนที่แสดงไว้ที่นี่ https://th.player.fm/legal
Player FM - แอป Podcast
ออฟไลน์ด้วยแอป Player FM !

Hasty Treat - Hireable Skills for 2021

25:59
 
แบ่งปัน
 

Manage episode 286208511 series 1469447
เนื้อหาจัดทำโดย Wes Bos and Scott Tolinski - Full Stack JavaScript Web Developers เนื้อหาพอดแคสต์ทั้งหมด รวมถึงตอน กราฟิก และคำอธิบายพอดแคสต์ได้รับการอัปโหลดและจัดหาให้โดยตรงจาก Wes Bos and Scott Tolinski - Full Stack JavaScript Web Developers หรือพันธมิตรแพลตฟอร์มพอดแคสต์ของพวกเขา หากคุณเชื่อว่ามีบุคคลอื่นใช้งานที่มีลิขสิทธิ์ของคุณโดยไม่ได้รับอนุญาต คุณสามารถปฏิบัติตามขั้นตอนที่แสดงไว้ที่นี่ https://th.player.fm/legal

In this Hasty Treat, Scott and Wes talk about hireable skills or 2021 — what you need to know to get a job and grow in your career this year!

Freshbooks - Sponsor

Get a 30 day free trial of Freshbooks at freshbooks.com/syntax and put SYNTAX in the “How did you hear about us?” section.

Sentry - Sponsor

If you want to know what’s happening with your code, track errors and monitor performance with Sentry. Sentry’s Application Monitoring platform helps developers see performance issues, fix errors faster, and optimize their code health. Cut your time on error resolution from hours to minutes. It works with any language and integrates with dozens of other services. Syntax listeners new to Sentry can get two months for free by visiting Sentry.io and using the coupon code TASTYTREAT during sign up.

Show Notes

04:17 - Code in general

  • Clean, commented, organized
  • Take the extra hour before an application and polish it

06:10 - JS

  • Basics of the language - storing data in Arrays and Objects
  • Looping and flow control
  • Array methods
  • Promises + async await
  • DOM basics - select an element, listen for clicks, update elements
  • Node basics
    • Most of your JS basics apply here
    • Read Files, write files
    • Fetch data and return it

08:38 - CSS

  • Attention to detail - pixel-perfect replication of designs
  • Works well on mobile
  • No reliance on libraries - complete reliance on Bootstrap or Tailwind is a red flag. If you use these things, explain clearly why they are useful to you (e.g. augment your skills, not relied on).

12:54 - Real-world libraries

  • One of the following: React, Vue, Angular
  • Node.js - sending Server data as a response
    • JSON
    • Express, Next.js
  • Popular helper libs
    • Date functions / Moment (Moment is old but its still 2x more popular)
    • Lodash
  • CSS
    • Scoped CSS
    • Pattern libraries

17:15 - What about data structures and algorithms?

20:26 - Soft skills

  • Know how to talk to PMs and other devs.
  • Know how to stay on top of timelines and schedules while communicating.
  • You won’t last long in any work environment where you aren’t able to fit in.
  • Many devs sometimes get a big head about doing tech - this is not something you want to emulate. Ignore any kind of internal “us vs them” attitude. It’s about the big picture and you’ll go further.
  • Write good, short, emails that don’t sound like you are mad.
Links Tweet us your tasty treats!
  continue reading

763 ตอน

Artwork
iconแบ่งปัน
 
Manage episode 286208511 series 1469447
เนื้อหาจัดทำโดย Wes Bos and Scott Tolinski - Full Stack JavaScript Web Developers เนื้อหาพอดแคสต์ทั้งหมด รวมถึงตอน กราฟิก และคำอธิบายพอดแคสต์ได้รับการอัปโหลดและจัดหาให้โดยตรงจาก Wes Bos and Scott Tolinski - Full Stack JavaScript Web Developers หรือพันธมิตรแพลตฟอร์มพอดแคสต์ของพวกเขา หากคุณเชื่อว่ามีบุคคลอื่นใช้งานที่มีลิขสิทธิ์ของคุณโดยไม่ได้รับอนุญาต คุณสามารถปฏิบัติตามขั้นตอนที่แสดงไว้ที่นี่ https://th.player.fm/legal

In this Hasty Treat, Scott and Wes talk about hireable skills or 2021 — what you need to know to get a job and grow in your career this year!

Freshbooks - Sponsor

Get a 30 day free trial of Freshbooks at freshbooks.com/syntax and put SYNTAX in the “How did you hear about us?” section.

Sentry - Sponsor

If you want to know what’s happening with your code, track errors and monitor performance with Sentry. Sentry’s Application Monitoring platform helps developers see performance issues, fix errors faster, and optimize their code health. Cut your time on error resolution from hours to minutes. It works with any language and integrates with dozens of other services. Syntax listeners new to Sentry can get two months for free by visiting Sentry.io and using the coupon code TASTYTREAT during sign up.

Show Notes

04:17 - Code in general

  • Clean, commented, organized
  • Take the extra hour before an application and polish it

06:10 - JS

  • Basics of the language - storing data in Arrays and Objects
  • Looping and flow control
  • Array methods
  • Promises + async await
  • DOM basics - select an element, listen for clicks, update elements
  • Node basics
    • Most of your JS basics apply here
    • Read Files, write files
    • Fetch data and return it

08:38 - CSS

  • Attention to detail - pixel-perfect replication of designs
  • Works well on mobile
  • No reliance on libraries - complete reliance on Bootstrap or Tailwind is a red flag. If you use these things, explain clearly why they are useful to you (e.g. augment your skills, not relied on).

12:54 - Real-world libraries

  • One of the following: React, Vue, Angular
  • Node.js - sending Server data as a response
    • JSON
    • Express, Next.js
  • Popular helper libs
    • Date functions / Moment (Moment is old but its still 2x more popular)
    • Lodash
  • CSS
    • Scoped CSS
    • Pattern libraries

17:15 - What about data structures and algorithms?

20:26 - Soft skills

  • Know how to talk to PMs and other devs.
  • Know how to stay on top of timelines and schedules while communicating.
  • You won’t last long in any work environment where you aren’t able to fit in.
  • Many devs sometimes get a big head about doing tech - this is not something you want to emulate. Ignore any kind of internal “us vs them” attitude. It’s about the big picture and you’ll go further.
  • Write good, short, emails that don’t sound like you are mad.
Links Tweet us your tasty treats!
  continue reading

763 ตอน

ทุกตอน

×
 
Loading …

ขอต้อนรับสู่ Player FM!

Player FM กำลังหาเว็บ

 

คู่มืออ้างอิงด่วน