Shawn C
Shawn C
  • 33
  • 1 875 679

Відео

React Nodejs/Express Project Monorepo Setup | FullStack | Yarn Workspaces | Concurrently
Переглядів 15 тис.2 роки тому
This video will show you how to setup Reactjs Nodejs/Express fullstack project workspace with single script to bootstrap your entire application | Run React and Node at same time. | How to run react and node on same port #React #Node #Yarn
Leetcode - Palindrome number explained in Javascript & Java | Coding interview question
Переглядів 2,2 тис.2 роки тому
Explain coding question Palindrome number in detail. amazon, google, facebook, apple coding interview question.
Real productive work from home desk setup for Software Engineer 2021 | Triple monitors home office
Переглядів 55 тис.2 роки тому
Hi, checkout my new channel for more home improvement videos: @ergobuilds Find links to all the products featured in the video below: - Single monitor arm: amzn.to/3xJvnso - Dual monitor arm: amzn.to/3Q5cRkm - Sound bar: amzn.to/3Q4NQG1 - Desk shelf: amzn.to/3QdjjFV - Under desk PC mount: amzn.to/3W5IEW8 - Trackpad and Keyboard tray: amzn.to/3UaptYS - Laptop stand: amzn.to/3W6wdt6 - Macbook Pro...
Day in the life of a software engineer at LinkedIn | Return to office 2022
Переглядів 434 тис.3 роки тому
Hi UA-cam, this is my typical day as a Senior software engineer at LinkedIn when office re-open after pandemic.
Ember with Typescript | Ember.js tutorial | Component, Router, Controller, Service, Helper
Переглядів 5 тис.3 роки тому
emberjs ember-cli-typescript tutorial code at the end: github.com/yc-shawn/emberjs-tutorial/tree/ember-typescript ember.js beginner tutorial: ua-cam.com/video/eQUvN9Ujs1s/v-deo.html
Leetcode - Two sum solution explained in Javascript & Java | Coding interview question
Переглядів 2,7 тис.3 роки тому
Explain coding question Two sum in details. amazon, google, facebook, apple coding interview question
Ember concurrency | ember.js | asynchronous, task decorator | restartable, enqueue, drop, keepLatest
Переглядів 4,6 тис.3 роки тому
emberjs ember-concurrency tutorial code at the end: github.com/yc-shawn/emberjs-tutorial/tree/ember-concurrency ember.js beginner tutorial: ua-cam.com/video/eQUvN9Ujs1s/v-deo.html Intro (00:00) Initialization and preparation (01:28) Native async function (02:10) @task decorator (04:14) Modifiers explained (06:27) restartable (07:46) enqueue (08:29) drop (08:55) keepLatest (09:16) Cancellation (...
Minimalist Floating Nightstand | IKEA Hack, LACK Shelf installation | Bedroom Makeover/Renovation
Переглядів 139 тис.3 роки тому
Hi, checkout my new channel for more IKEA hacks: @ergobuilds Previous video: I built a platform bed: ua-cam.com/video/uL7wdsPupGc/v-deo.html IKEA LACK shelf: www.ikea.com/us/en/p/lack-wall-shelf-white-50282177/ Screw: 1-1/4in drywall screw Anchor: amzn.to/4caQ2Eo How to install IKEA LACK shelf DIY floating night stand #DIY #IKEA #Makeover
Minimalist IKEA Platform Bed with Storage and Drawers | DIY, Hack, Renter-Friendly Bedroom Makeover
Переглядів 258 тис.3 роки тому
Another version (with ventilation): ua-cam.com/video/QVU2aaBjoJg/v-deo.html Checkout my new channel for more Ikea hack videos: @ergobuilds Here's a breakdown list of materials and costs: IKEA HAUGESUND Queen Mattress $249 x 1 = $249 IKEA SEKTION 30’ w/ door $82 x 3 = $246 IKEA SEKTION 15’ w/ door $43 x 2 = $86 IKEA SEKTION 18’ w/ door $50 x 2 = $100 IKEA SEKTION 18’ w/ drawers $103 x 2 = $206 I...
Ember.js tutorial for beginners #13 Application/Acceptance test (2022)
Переглядів 4,2 тис.3 роки тому
EmberJs tutorial for beginners #13 Application (Acceptance) test Code at the end: github.com/yc-shawn/emberjs-tutorial/tree/tutorial-13 Intro (00:00) Recap (00:23) Goal (00:48) Structure (01:36) Resolve unexpected error (02:29) pause test (03:24) Implementation (04:05) Outro (07:29) #Emberjs #Ember #WebDevelopment
Ember.js tutorial for beginners #12 Rendering/Integration test (2022)
Переглядів 4,5 тис.3 роки тому
EmberJs tutorial for beginners #12 Rendering (Integration) test Code at the end: github.com/yc-shawn/emberjs-tutorial/tree/tutorial-12 Intro (00:00) Recap (00:13) Structure (00:30) How to debug (01:40) Write test for DOM elements (02:37) Test selectors (05:41) Write test for function call (06:41) Outro (08:20) #Emberjs #Ember #WebDevelopment
Ember.js tutorial for beginners #11 Ember Testing part 1, unit tests (2022)
Переглядів 6 тис.4 роки тому
EmberJs tutorial for beginners #11 Ember Testing part 1, unit tests. Code at the end: github.com/yc-shawn/emberjs-tutorial/tree/tutorial-11 Intro (00:00) Type of tests (00:13) Speed and value (01:44) Test file structure (02:52) Write our own test (04:00) Outro (07:54) #Emberjs #Ember #WebDevelopment
Ember.js tutorial for beginners #10 Ember data, store, adapter, serializer (2022)
Переглядів 13 тис.4 роки тому
EmberJs tutorial for beginners #10 Ember data, store, adapter, serializer Code at the end: github.com/yc-shawn/emberjs-tutorial/tree/tutorial-10 Intro (00:00) Fetch json (00:13) Ember data overview (02:29) Ember data model (02:48) Ember data store (04:04) Adapter & Serializer (04:57) Outro (07:54) #Emberjs #Ember #WebDevelopment
Ember.js tutorial for beginners #09 Form input & @tracked class/object (2022)
Переглядів 9 тис.4 роки тому
EmberJs tutorial for beginners #09 Form input & @tracked class/object Code at the end: github.com/yc-shawn/emberjs-tutorial/tree/tutorial-9 Intro (00:00) Enrich item list view (00:22) Add item | @tracked class/object (01:29) Update cart items indicator (03:28) Update item count | Form input (04:04) Update total (06:30) Outro (08:14) #Emberjs #Ember #WebDevelopment
Ember.js tutorial for beginners #08 Services (2022)
Переглядів 10 тис.4 роки тому
Ember.js tutorial for beginners #08 Services (2022)
Ember.js tutorial for beginners #07 Helper Part 2, custom helpers (2022)
Переглядів 8 тис.4 роки тому
Ember.js tutorial for beginners #07 Helper Part 2, custom helpers (2022)
Ember.js tutorial for beginners #06 Helper Part 1, built-in helpers (2022)
Переглядів 12 тис.4 роки тому
Ember.js tutorial for beginners #06 Helper Part 1, built-in helpers (2022)
Ember.js tutorial for beginners #05 Component Part 2, tracked properties, getter, actions (2022)
Переглядів 16 тис.4 роки тому
Ember.js tutorial for beginners #05 Component Part 2, tracked properties, getter, actions (2022)
Ember.js tutorial for beginners #04 Component Part 1 (2022)
Переглядів 22 тис.4 роки тому
Ember.js tutorial for beginners #04 Component Part 1 (2022)
Ember.js tutorial for beginners #03 Router & Controller (2022)
Переглядів 28 тис.4 роки тому
Ember.js tutorial for beginners #03 Router & Controller (2022)
Ember.js tutorial for beginners #02 Routing System (2022)
Переглядів 37 тис.4 роки тому
Ember.js tutorial for beginners #02 Routing System (2022)
Ember.js tutorial for beginners #01 Introduction & Setup (2022)
Переглядів 75 тис.4 роки тому
Ember.js tutorial for beginners #01 Introduction & Setup (2022)
ROS tutorial #10 Controller implementation
Переглядів 22 тис.4 роки тому
ROS tutorial #10 Controller implementation
ROS tutorial #09 Publisher & Subscriber P3 (Controller)
Переглядів 23 тис.6 років тому
ROS tutorial #09 Publisher & Subscriber P3 (Controller)
ROS tutorial #08 Publisher & Subscriber P2
Переглядів 24 тис.6 років тому
ROS tutorial #08 Publisher & Subscriber P2
ROS tutorial #07 Publisher & Subscriber P1
Переглядів 54 тис.7 років тому
ROS tutorial #07 Publisher & Subscriber P1
ROS tutorial #06 ROS topic, nodes, messages P2
Переглядів 51 тис.7 років тому
ROS tutorial #06 ROS topic, nodes, messages P2
ROS tutorial #05 ROS topic, nodes, messages P1
Переглядів 55 тис.7 років тому
ROS tutorial #05 ROS topic, nodes, messages P1
ROS tutorial #04 Create and build ROS package
Переглядів 78 тис.7 років тому
ROS tutorial #04 Create and build ROS package

КОМЕНТАРІ

  • @ardenscott3910
    @ardenscott3910 4 дні тому

    This is exactly what I’ve been looking for!

    • @ShawnCTech
      @ShawnCTech 4 дні тому

      Haha, you can also checkout another version of my platform bed: ua-cam.com/video/QVU2aaBjoJg/v-deo.html

  • @SaltyChef2
    @SaltyChef2 5 днів тому

    This is pretty genius.

    • @ShawnCTech
      @ShawnCTech 4 дні тому

      Thanks

    • @ShawnCTech
      @ShawnCTech 4 дні тому

      You can also checkout another version of my platform bed: ua-cam.com/video/QVU2aaBjoJg/v-deo.html

  • @kishasworld
    @kishasworld 11 днів тому

    Great video thanks

  • @pkaspar78
    @pkaspar78 13 днів тому

    This bed is just for sleeping

  • @tovemagnussen4423
    @tovemagnussen4423 13 днів тому

    I was thinking about doing the same, but with a little change, so the mattress would not move, by adding runners around it. BTW, nice work! ❤👍

    • @ShawnCTech
      @ShawnCTech 4 дні тому

      Thanks, you can also checkout another version of my platform bed: ua-cam.com/video/QVU2aaBjoJg/v-deo.html

  • @Viigan
    @Viigan 14 днів тому

    I'm not saying everyone needs to make ASMR videos, but seriously, your electric screwdriver makes about the most unpleasant sound I've ever heard. (No, Lloyd's "Eeeeaaaaeeeeegh" isn't worse).

  • @shivangisingh3622
    @shivangisingh3622 28 днів тому

    Hi.. I used oracle virtual machine for ubuntu which installing ros all steps are smoothly done except the main installation part , it stops after 50% completion what should I do . I tried many times but faced the same problem

  • @engineeringstudent2700
    @engineeringstudent2700 Місяць тому

    $ sudo apt install ros-noetic-desktop-full Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package ros-noetic-desktop-full ok great

  • @larrybland007
    @larrybland007 Місяць тому

    Great information!

  • @chamsapon8978
    @chamsapon8978 Місяць тому

    I love the idea but why are you using inches T.T

  • @caskwith
    @caskwith 2 місяці тому

    Very nice. We don't have that range of cabinets in the UK so I made a bed using KALLAX units, it worked out very well, we have boxes and drawers around the edge for storage and a large open are in the middle for bulky storage.

  • @Katkatburg3223
    @Katkatburg3223 2 місяці тому

    Cool, I like all that storage?

  • @artyCrafty4564
    @artyCrafty4564 2 місяці тому

    this is great vid i say

  • @ShawnCTech
    @ShawnCTech 2 місяці тому

    If you want a version with ventilation: ua-cam.com/video/QVU2aaBjoJg/v-deo.html

  • @mals62
    @mals62 2 місяці тому

    is the vmvare fusion good for gazebo as well? Or does it slow down a lot?

  • @susanneostermann6956
    @susanneostermann6956 3 місяці тому

    ein mega-cooles video! vielen dank für die inspiration!!! ich würde zwei dinge anders machen, bzw ergänzen: 1. am oberen ende statt der türen lieber schulbladen (ich hätte auch die nur-schubladen-variante gewählt, aber das preis-argument ergibt sinn). wenn du schubladen hast, kannst du mit einer auflagenplatte auf dem rahmen der oberen schublade eine art ausziehbaren nachtisch einfach aufbauen. bei bedarf rausziehen, wenn keinbedarf, schublade einfach wieder zu. und 2. wegen der matrazenbelüftung haben ja schon eininge was geschrieben, ich würde in die holzplatte, da wo die zwischenräume sind, mit einem großen bohrer belüftungslöcher setzen. verbessert die luftzirkulation und die funktion der platte bleibt erhalten. für die, die es mögen, wäre noch ein auf ähnlichem prinzip ruhendes kopfteil möglich.... aber ansonsten: genial gemacht! 🙂

  • @momma1208
    @momma1208 3 місяці тому

    Did the doors hold up to the top weight? I'm concerned about the pressure of getting in/out of bed

    • @ShawnCTech
      @ShawnCTech 3 місяці тому

      The doors are not load-bearing; the cabinet is. Therefore, you don't need to worry about it. I been using this for 3 years, and all my doors are fine

  • @divinenonbinary
    @divinenonbinary 3 місяці тому

    All the wood is definitely over engineered. A simple bed lats would be both sturdy, cheaper and allow for ventilation, plus they add a little bounce/support which is another advantage

    • @ShawnCTech
      @ShawnCTech 2 місяці тому

      Thanks for your idea! I created another video that's similar to what you suggested: ua-cam.com/video/QVU2aaBjoJg/v-deo.html

  • @deliciamurugan2626
    @deliciamurugan2626 3 місяці тому

    what size bed is that? super king?

  • @DaftRebel
    @DaftRebel 3 місяці тому

    you totally inspired me mate! great idea

  • @morgantseasrant1948
    @morgantseasrant1948 3 місяці тому

    Galvanized square steel

  • @wantedplayer3911
    @wantedplayer3911 3 місяці тому

    had the same thing in mind

  • @neoniccortessjrsmith9223
    @neoniccortessjrsmith9223 3 місяці тому

    Genius

  • @RLstavista
    @RLstavista 4 місяці тому

    Oooops procrastinating again

  • @alexanderlvt
    @alexanderlvt 4 місяці тому

    Nice idea 😊

  • @emcarver8983
    @emcarver8983 4 місяці тому

    Another improvement would be to use the IKEA bed slats instead of all that plywood. The mattress needs circulating air under it. Well done 👍👍

    • @ShawnCTech
      @ShawnCTech 2 місяці тому

      Thanks for the tips! I made another video using some slats like you suggested plus additional ventilation: ua-cam.com/video/QVU2aaBjoJg/v-deo.html

  • @emcarver8983
    @emcarver8983 4 місяці тому

    As a seasoned builder of IKEA cabinets, i would recommend that all of the assembly is done first. Getting into tight corners and bending to such a degree is very difficult and painful, when you get older. Fabulous job 👍

  • @JaneNewAuthor
    @JaneNewAuthor 4 місяці тому

    Needs ventilation otherwise you'll get mold in the mattress. Really unhealthy.

    • @ShawnCTech
      @ShawnCTech 2 місяці тому

      I living in a super dry area so its ok for me, however I made another video which includes the ventilation like you suggested: ua-cam.com/video/QVU2aaBjoJg/v-deo.html

    • @JaneNewAuthor
      @JaneNewAuthor 2 місяці тому

      @@ShawnCTech it's not to do with the climate. We lose around a litre of water every night when we sleep.

  • @שקדספיר
    @שקדספיר 4 місяці тому

    Nicely done! What docking station do you use to connect all those monitors altogether?

    • @ShawnCTech
      @ShawnCTech 4 місяці тому

      linked in the description, which is amzn.to/4cYAPaK

  • @ditorresyt
    @ditorresyt 4 місяці тому

    With kids in the house, that looks like a big hazard, but it's fine if you don't have kids around.

  • @govegan0424
    @govegan0424 4 місяці тому

    Great video! However, a truly a minimalist, you would not need that much storage to store stuff under a bed.

  • @crystaliia
    @crystaliia 4 місяці тому

    Just a heads up for anyone who wants to try this, a mattress needs to have airflow below it to avoid moisture getting trapped in it and growing mold and bacteria. If you want to do this you will have to air your mattress or leave the storage area in the middle hollow and keep empty spaces between the wooden supports. It's why bed frames are not a solid block of wood, but have gaps in between.

    • @helenaquvang7705
      @helenaquvang7705 4 місяці тому

      Exactly. Air too the mattress is super important 🌬️ or you will get a 🌊 in your bed and then a lots of 🐲 people will become 🤧🤢😵

    • @snarkishark
      @snarkishark 4 місяці тому

      Wow I always assumed that was cost saving

    • @dnog1999
      @dnog1999 3 місяці тому

      One could probably mount a slatted bed base on top of the cabinets. Would add a few inches but insure airflow.

    • @jackyhyurane7362
      @jackyhyurane7362 3 місяці тому

      so the front big one , without doors would be fine , for the airflow connection plates would be better instead of drillng them together without it

    • @ShawnCTech
      @ShawnCTech 2 місяці тому

      Great call out, I made another video with wood slats and additional ventilation: ua-cam.com/video/QVU2aaBjoJg/v-deo.html

  • @keeshanwilliams8678
    @keeshanwilliams8678 4 місяці тому

    A KVM switch is also a nice option for switching between multiple computers with the same monitors connected…. And you won’t have to put either computer to sleep…

    • @ShawnCTech
      @ShawnCTech 4 місяці тому

      Good to know, thanks for sharing

  • @freespeech8947
    @freespeech8947 4 місяці тому

    I already hear the noise when F ugg ING. Really nice concept though.

  • @AlphaGeekgirl
    @AlphaGeekgirl 4 місяці тому

    Fantastic video! Well done

  • @SemekiIzuio
    @SemekiIzuio 4 місяці тому

    I like this idea, I would go for a twin tho and right against the wall, some cabinets other shelves maybe even drawer style.

  • @SN-sz7kw
    @SN-sz7kw 4 місяці тому

    Love this - one note, for an older person I would choose mostly drawers. Low cabinets are tough to access.

    • @ShawnCTech
      @ShawnCTech 4 місяці тому

      That's true, but drawer cost more vs just cabinets

  • @paolopetrozzi2213
    @paolopetrozzi2213 4 місяці тому

    I see inches, feet, fingernails, pube hairs... in 2024, and I step to the next video. But first: Pollice verso

  • @janel4582
    @janel4582 5 місяців тому

    Excellent!

  • @tronganhnguyenthanh1157
    @tronganhnguyenthanh1157 5 місяців тому

    What ember-cli and node version that you are using ? I can't install it because the version has been updated ? What should I do now ?

    • @ShawnCTech
      @ShawnCTech 5 місяців тому

      You should be able to install ember cli in any node version with "npm install -g ember-cli"

  • @edsa9750
    @edsa9750 5 місяців тому

    Great Job!

  • @salimovruslan3080
    @salimovruslan3080 5 місяців тому

    great job !

  • @xander9460
    @xander9460 5 місяців тому

    The frame doesn't breathe.

    • @ShawnCTech
      @ShawnCTech 2 місяці тому

      I made another video to make it more breathable, check it out: ua-cam.com/video/QVU2aaBjoJg/v-deo.html

  • @HiroshimaMS
    @HiroshimaMS 5 місяців тому

    The issue with storage under the bed is that you have to clean as often as you change the sheets, that is, at least once a week, otherwise you will be sleeping under a pile of mites... but the idea is still interesting for other purposes.

  • @sofierdblog
    @sofierdblog 6 місяців тому

    Awesome!

  • @moon-daran3977
    @moon-daran3977 6 місяців тому

    so much helping tips on my project! THANK YOU,

    • @ShawnCTech
      @ShawnCTech 6 місяців тому

      Glad you enjoyed!

  • @brendamarie558
    @brendamarie558 6 місяців тому

    I really love this idea. Thank you for posting it.!

  • @natitomit
    @natitomit 6 місяців тому

    After 3 years, is the bed still sturdy?

    • @ShawnCTech
      @ShawnCTech 6 місяців тому

      Yes, still sturdy!

  • @raellawrence7116
    @raellawrence7116 6 місяців тому

    At 4:06 can you use number.toFixed(2) instead of that complex logic?

  • @ronindevninja
    @ronindevninja 6 місяців тому

    perfect thanks, please continue doing ember in 2024