Shawn C
Shawn C
  • 33
  • 1 922 082

Відео

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,3 тис.3 роки тому
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
Переглядів 58 тис.3 роки тому
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
Переглядів 435 тис.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,7 тис.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
Переглядів 145 тис.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
Переглядів 271 тис.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,3 тис.4 роки тому
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,6 тис.4 роки тому
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)
Переглядів 76 тис.4 роки тому
Ember.js tutorial for beginners #01 Introduction & Setup (2022)
ROS tutorial #10 Controller implementation
Переглядів 23 тис.4 роки тому
ROS tutorial #10 Controller implementation
ROS tutorial #09 Publisher & Subscriber P3 (Controller)
Переглядів 24 тис.6 років тому
ROS tutorial #09 Publisher & Subscriber P3 (Controller)
ROS tutorial #08 Publisher & Subscriber P2
Переглядів 24 тис.7 років тому
ROS tutorial #08 Publisher & Subscriber P2
ROS tutorial #07 Publisher & Subscriber P1
Переглядів 55 тис.7 років тому
ROS tutorial #07 Publisher & Subscriber P1
ROS tutorial #06 ROS topic, nodes, messages P2
Переглядів 53 тис.7 років тому
ROS tutorial #06 ROS topic, nodes, messages P2
ROS tutorial #05 ROS topic, nodes, messages P1
Переглядів 56 тис.8 років тому
ROS tutorial #05 ROS topic, nodes, messages P1
ROS tutorial #04 Create and build ROS package
Переглядів 79 тис.8 років тому
ROS tutorial #04 Create and build ROS package

КОМЕНТАРІ

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

    I use a P-L-P set up. Aka Portrait - Landscape - Portrait. 2 32" in portrait mode and a 43" in landscape. More real estate for developing.

  • @Manoj-qf6lq
    @Manoj-qf6lq 9 днів тому

    Beautifully explained. Thank you brother.

  • @noahkiegojulianne765
    @noahkiegojulianne765 15 днів тому

    Very reliable 👏 👌 good job I will try this 👍

  • @petercheung63
    @petercheung63 17 днів тому

    you are singapore?

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

    I LOVE IT!!

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

    How to turn something that should be acceptable into something unbearable, please abandon EmberJs... 😂😂😂

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

    How much did it all cost?

  • @AKIRA-oz5cg
    @AKIRA-oz5cg Місяць тому

    help do they still make these cabinets with the doors i cant find them online on the ikea website

  • @Karla_Finch-Cluff
    @Karla_Finch-Cluff Місяць тому

    Subbed for the prominent kitty! <3

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

    Ciao io sto facendo una cucina Ikea ma la vorrei senza maniglie quindi mi hanno consigliato ante voxtorp molto costose Posso secondo te metterle economiche tipo Valstena ed aprirle a pressione ? Cosa devo comprare? Grazie saluti dall'Italia..la struttura è metod..ho visto ora con utrusta spenderei 40 euro a coppia quindi non è conveniente e per il frigorifero dovrei metterla diversa visto che è incassato grazie lo stesso

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

    What was the cost of making the bed?

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

    This is exactly what I’ve been looking for!

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

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

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

    This is pretty genius.

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

      Thanks

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

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

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

    Great video thanks

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

    This bed is just for sleeping

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

    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 2 місяці тому

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

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

    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 3 місяці тому

    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 3 місяці тому

    $ 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 3 місяці тому

    Great information!

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

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

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

    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 4 місяці тому

    Cool, I like all that storage?

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

    this is great vid i say

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

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

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

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

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

    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 5 місяців тому

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

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

      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 5 місяців тому

    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 4 місяці тому

      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 5 місяців тому

    what size bed is that? super king?

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

    you totally inspired me mate! great idea

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

    Galvanized square steel

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

    had the same thing in mind

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

    Genius

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

    Oooops procrastinating again

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

    Nice idea 😊

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

    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 4 місяці тому

      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 6 місяців тому

    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 6 місяців тому

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

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

      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 4 місяці тому

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

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

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

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

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

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

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

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

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

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

    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 6 місяців тому

      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 6 місяців тому

      Wow I always assumed that was cost saving

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

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

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

      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 4 місяці тому

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

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

    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 6 місяців тому

      Good to know, thanks for sharing

  • @freespeech8947
    @freespeech8947 7 місяців тому

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

  • @AlphaGeekgirl
    @AlphaGeekgirl 7 місяців тому

    Fantastic video! Well done

  • @SemekiIzuio
    @SemekiIzuio 7 місяців тому

    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 7 місяців тому

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

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

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

  • @paolopetrozzi2213
    @paolopetrozzi2213 7 місяців тому

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

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

    Excellent!