onjsdev
onjsdev
  • 36
  • 28 390

วีดีโอ

How to Create a Card Component That Flips on Hover #css
มุมมอง 33314 วันที่ผ่านมา
A card component that flips on hover is a great way to showcase content in a compact and engaging format. Let's break down the structure, styles, and functionality to help you implement your own card with this effect. #css #html #javascript #css3 #css3course #cssanimation #animation #uidesign #uxdesign
2 minutes of Javascript Destructuring!
มุมมอง 20321 วันที่ผ่านมา
👉 Destructuring in JavaScript is a technique that allows you to extract values from an object or array and assign them to variables in a single line. 👇 Prefer reading? onjsdev.com/article/javascript-destructuring #html #css #javascript #webdevelopment #coding #reactjs #vuejs #programming #programminglanguage #javascriptdev #javascripttutorial #javascriptengineer
HTML Semantic Elements Explained in 4 Minutes
มุมมอง 60428 วันที่ผ่านมา
HTML Semantic Elements Explained in 4 Minutes
Javascript Optional Chaining in 1 Minute
มุมมอง 491หลายเดือนก่อน
Javascript Optional Chaining in 1 Minute
Quick Guide: Fetch vs. Axios
มุมมอง 561หลายเดือนก่อน
Quick Guide: Fetch vs. Axios
SSH explained in 2 minutes!
มุมมอง 636หลายเดือนก่อน
SSH explained in 2 minutes!
CSS BEM Methodology In 2 Minutes #css
มุมมอง 966หลายเดือนก่อน
CSS BEM Methodology In 2 Minutes #css
React Redux Toolkit in 2 minutes!
มุมมอง 762หลายเดือนก่อน
React Redux Toolkit in 2 minutes!
Explained in the fastest way: React Context API
มุมมอง 1.2Kหลายเดือนก่อน
Explained in the fastest way: React Context API
Explained in 2 minutes: SASS vs. SCSS
มุมมอง 4.6K2 หลายเดือนก่อน
Explained in 2 minutes: SASS vs. SCSS
25 min Pomodoro | Relax, Study, and Code
มุมมอง 904 หลายเดือนก่อน
25 min Pomodoro | Relax, Study, and Code

ความคิดเห็น

  • @raianoshi
    @raianoshi 22 ชั่วโมงที่ผ่านมา

    thank u for the clear succinct explanation great for beginners like me liked and subbed 👍

  • @MikeNovemberOscarPapa
    @MikeNovemberOscarPapa 5 วันที่ผ่านมา

    Just use reduce/accumulate for the foreach example. Only use foreach when you have side effects that effect state of other parts of the program

  • @al.amin.islam.hridoy
    @al.amin.islam.hridoy 6 วันที่ผ่านมา

    CSS now supports nesting natively. So, I think you should've focused on other features of SCSS than the nesting.

    • @russelldsouza7738
      @russelldsouza7738 5 วันที่ผ่านมา

      Ngl, a few days ago, I asked ChatGPT whether normal CSS3 supports nesting selectors, and it said no. Now, I feel like ChatGPT gaslit me 😞

    • @onjsdev
      @onjsdev 5 วันที่ผ่านมา

      Yes, CSS supports nesting but with some limitations. CSS Nesting doesn’t allow direct concatenation of selectors with the parent selector (using &) like SASS does.

  • @Computergeek-zw3go
    @Computergeek-zw3go 10 วันที่ผ่านมา

    really like your vids currently leaning js,already sub to u

  • @_EDM115
    @_EDM115 11 วันที่ผ่านมา

    underrated, you gained a sub 🫶

    • @onjsdev
      @onjsdev 11 วันที่ผ่านมา

      Thanks

  • @Gamer-l5u9s
    @Gamer-l5u9s 12 วันที่ผ่านมา

    Very nice🎉🎉

    • @onjsdev
      @onjsdev 12 วันที่ผ่านมา

      Many many thanks

  • @Gamer-l5u9s
    @Gamer-l5u9s 12 วันที่ผ่านมา

    You exactly deserve more viewers

    • @onjsdev
      @onjsdev 12 วันที่ผ่านมา

      Thanks

  • @Casee-x3e
    @Casee-x3e 13 วันที่ผ่านมา

    🎉🎉

  • @kavinmanoharan8585
    @kavinmanoharan8585 13 วันที่ผ่านมา

    Love these short videos on js

    • @onjsdev
      @onjsdev 13 วันที่ผ่านมา

      Glad to hear!

  • @kyngcytro
    @kyngcytro 15 วันที่ผ่านมา

    for x of y is goated.

  • @_sujit004
    @_sujit004 16 วันที่ผ่านมา

    Sir create a video on react best practices

  • @Appdevops
    @Appdevops 17 วันที่ผ่านมา

    Very good🎉🎉

    • @onjsdev
      @onjsdev 17 วันที่ผ่านมา

      Many many thanks

  • @sonia-y1t4w
    @sonia-y1t4w 19 วันที่ผ่านมา

    Like the presentation🎉

    • @onjsdev
      @onjsdev 19 วันที่ผ่านมา

      thanks

  • @anime_gen875
    @anime_gen875 25 วันที่ผ่านมา

    Thanks bro!!

  • @The_return_zone
    @The_return_zone 25 วันที่ผ่านมา

    I always forget how terrible vanilla JavaScript is until I see something like this

  • @mndevitmndevit
    @mndevitmndevit 28 วันที่ผ่านมา

    how about dl/dt/dd elements? do you use them?

    • @onjsdev
      @onjsdev 28 วันที่ผ่านมา

      @mndevitmndevit No, I haven't used them before. What about you?

    • @mndevitmndevit
      @mndevitmndevit 25 วันที่ผ่านมา

      @@onjsdev well, used them couple of times just to satisfy the seo specialist, for some reason he insisted on using this structure in certain block btw could you please create a video about closures? thanks a lot in advance ;)

    • @onjsdev
      @onjsdev 24 วันที่ผ่านมา

      Sure, I added it to my list

  • @frankdearr2772
    @frankdearr2772 หลายเดือนก่อน

    Great topic, thanks 👍

    • @onjsdev
      @onjsdev หลายเดือนก่อน

      Glad you liked it!

  • @اطبع
    @اطبع หลายเดือนก่อน

    wow very good video

    • @onjsdev
      @onjsdev หลายเดือนก่อน

      Thanks!

  • @michaelli3667
    @michaelli3667 หลายเดือนก่อน

    The quality of the video doesn't match the number of subscribers, keep it up, you will have 100K in no time.

    • @onjsdev
      @onjsdev หลายเดือนก่อน

      Thank you for your feedback and support! 🙏

  • @fooxygz5886
    @fooxygz5886 หลายเดือนก่อน

    There's some useful content here, i'm liking next videos and leaving a comment so you can reach more people :)

    • @onjsdev
      @onjsdev หลายเดือนก่อน

      Thanks for your support!

  • @thejavascript-x9v
    @thejavascript-x9v หลายเดือนก่อน

    I like the way you prepare videos. Keep uploding such helpful videos🎉

  • @bazwav
    @bazwav หลายเดือนก่อน

    Keep making these videos dude, they are awesome. Crazy how few subs you have with the quality of these vids!!!

    • @onjsdev
      @onjsdev หลายเดือนก่อน

      Thanks a lot! I'm glad you like them.

  • @gamesandlofimucic
    @gamesandlofimucic หลายเดือนก่อน

    i've been using axios a lot that i forgot fetch existed

  • @martinsgiroux
    @martinsgiroux หลายเดือนก่อน

    Nice. You should change your title to SSH, not SHH.

  • @ryan-333-n8x
    @ryan-333-n8x หลายเดือนก่อน

    Keep it up!

  • @dimitrisqq
    @dimitrisqq หลายเดือนก่อน

    I like the bite-sized info. What I was always struggled with is what's happening after you login, what kind of knowledge you need to have for "DevOps?", how everybody is using Docker and why, and stuff like that 😊

    • @onjsdev
      @onjsdev หลายเดือนก่อน

      I will make more videos about Devops and specifically Docker

  • @mndevitmndevit
    @mndevitmndevit หลายเดือนก่อน

    Great and fresh video in web dev world, really cool, keep going! Absolutely subscribed

    • @onjsdev
      @onjsdev หลายเดือนก่อน

      @@mndevitmndevit thanks

  • @Casee-x3e
    @Casee-x3e หลายเดือนก่อน

    🎉🎉🎉

  • @ryan-333-n8x
    @ryan-333-n8x หลายเดือนก่อน

    More concise than any other videos on that topic🎉

    • @onjsdev
      @onjsdev หลายเดือนก่อน

      thanks

  • @RayKilbane
    @RayKilbane หลายเดือนก่อน

    Love the presentation, clear audio and concise nature of this video, if this is a sign of things to come I very much look forward to your future videos! 🎉

    • @onjsdev
      @onjsdev หลายเดือนก่อน

      Thank you for your comment

  • @Denismsc
    @Denismsc หลายเดือนก่อน

    Bro use tailwind instead. Like the video btw

    • @onjsdev
      @onjsdev หลายเดือนก่อน

      thanks

  • @Denismsc
    @Denismsc หลายเดือนก่อน

    More guide like this please😂

  • @helioscodm12e
    @helioscodm12e หลายเดือนก่อน

    Nice video

  • @cheikhouna_diagne
    @cheikhouna_diagne หลายเดือนก่อน

    First

  • @zeke2790
    @zeke2790 หลายเดือนก่อน

    Beginner friendly!! I love it . Please make more videos about React like this. <3

  • @jojokman
    @jojokman หลายเดือนก่อน

    Awsome man🎉

    • @onjsdev
      @onjsdev หลายเดือนก่อน

      Thanks

  • @HikaruAkitsuki
    @HikaruAkitsuki หลายเดือนก่อน

    I think SASS mostly used by Python user because it mostly has similar style. But for nodejs related project, SCSS was preferred before. But for some reason they suddenly switch on Tailwind.

    • @onjsdev
      @onjsdev หลายเดือนก่อน

      I am not sure, because SASS and SCSS are used on the client side. By the way, Tailwind is a great choice.

    • @Denismsc
      @Denismsc หลายเดือนก่อน

      It makes sense

  • @robelwondimu5527
    @robelwondimu5527 2 หลายเดือนก่อน

    this was what i needed, thanks

  • @qewela
    @qewela 2 หลายเดือนก่อน

    i think this would be better as a short