- 33
- 1 922 082
Shawn C
Приєднався 7 сер 2015
Oops, I make technical videos :)
Node/Express with Typescript in 3 minutes | How to setup nodejs with typescript tutorial
How to setup Nodejs express server with Typescript in 3 minutes
Переглядів: 9 153
Відео
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
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.
Beautifully explained. Thank you brother.
Very reliable 👏 👌 good job I will try this 👍
you are singapore?
I LOVE IT!!
How to turn something that should be acceptable into something unbearable, please abandon EmberJs... 😂😂😂
How much did it all cost?
help do they still make these cabinets with the doors i cant find them online on the ikea website
Subbed for the prominent kitty! <3
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
What was the cost of making the bed?
It was around $1,000
This is exactly what I’ve been looking for!
Haha, you can also checkout another version of my platform bed: ua-cam.com/video/QVU2aaBjoJg/v-deo.html
This is pretty genius.
Thanks
You can also checkout another version of my platform bed: ua-cam.com/video/QVU2aaBjoJg/v-deo.html
Great video thanks
This bed is just for sleeping
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! ❤👍
Thanks, you can also checkout another version of my platform bed: ua-cam.com/video/QVU2aaBjoJg/v-deo.html
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).
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
$ 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
Great information!
I love the idea but why are you using inches T.T
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.
Cool, I like all that storage?
this is great vid i say
If you want a version with ventilation: ua-cam.com/video/QVU2aaBjoJg/v-deo.html
Yes ventilation was my first thought.
is the vmvare fusion good for gazebo as well? Or does it slow down a lot?
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! 🙂
Did the doors hold up to the top weight? I'm concerned about the pressure of getting in/out of bed
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
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
Thanks for your idea! I created another video that's similar to what you suggested: ua-cam.com/video/QVU2aaBjoJg/v-deo.html
what size bed is that? super king?
Just queen LOL
you totally inspired me mate! great idea
Glad to hear it!
Galvanized square steel
had the same thing in mind
Genius
Oooops procrastinating again
Nice idea 😊
Another improvement would be to use the IKEA bed slats instead of all that plywood. The mattress needs circulating air under it. Well done 👍👍
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
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 👍
Needs ventilation otherwise you'll get mold in the mattress. Really unhealthy.
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
@@ShawnCTech it's not to do with the climate. We lose around a litre of water every night when we sleep.
Nicely done! What docking station do you use to connect all those monitors altogether?
linked in the description, which is amzn.to/4cYAPaK
With kids in the house, that looks like a big hazard, but it's fine if you don't have kids around.
Hahaha true
Great video! However, a truly a minimalist, you would not need that much storage to store stuff under a bed.
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.
Exactly. Air too the mattress is super important 🌬️ or you will get a 🌊 in your bed and then a lots of 🐲 people will become 🤧🤢😵
Wow I always assumed that was cost saving
One could probably mount a slatted bed base on top of the cabinets. Would add a few inches but insure airflow.
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
Great call out, I made another video with wood slats and additional ventilation: ua-cam.com/video/QVU2aaBjoJg/v-deo.html
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…
Good to know, thanks for sharing
I already hear the noise when F ugg ING. Really nice concept though.
Fantastic video! Well done
I like this idea, I would go for a twin tho and right against the wall, some cabinets other shelves maybe even drawer style.
Love this - one note, for an older person I would choose mostly drawers. Low cabinets are tough to access.
That's true, but drawer cost more vs just cabinets
I see inches, feet, fingernails, pube hairs... in 2024, and I step to the next video. But first: Pollice verso
Excellent!