- 26
- 2 411
Silicon Glyph
India
Приєднався 24 жов 2021
Hello there 👋
I am CSP. I teach some basic programming and electronics stuff. If you are interested in any of these contents watch my video you can learn something new. 😊
I am CSP. I teach some basic programming and electronics stuff. If you are interested in any of these contents watch my video you can learn something new. 😊
Front End Web Development Part 9 : Javascript Basics | JS basics | JS for beginners
Hello coders, welcome to Silicon Glyph!
In this thrilling video, I dive into a critical flaw in if-else ladders and reveal what you can use instead! Picking up from where I left off in the previous video, I'll be using a calculator as a prime example.
If you enjoy this video, smash that like button and subscribe for more amazing content!
Know someone eager to kickstart their front-end web development journey? Share this series with them-it'll be incredibly helpful!
Previous video links:
Part 1: ua-cam.com/video/8_OpoQ362XY/v-deo.html
Part 2: ua-cam.com/video/VBNOZZbr1Fc/v-deo.html
Part 3: ua-cam.com/video/gIOL2ZXQ51k/v-deo.html
Part 4: ua-cam.com/video/y124_23HBmM/v-deo.html
Part 5: ua-cam.com/video/DekFh4D0z1Q/v-deo.html
Part 6: ua-cam.com/video/tiX0J6OfNvY/v-deo.html
Part 7: ua-cam.com/video/wl1Z1Q9EKwo/v-deo.html
Part 8: ua-cam.com/video/-OcgYKqSmYQ/v-deo.html
Don't miss out on my other series too:
VHDL: ua-cam.com/play/PLJ0019XH8R4n_PFR5JLWeFGkyNj4m1iCe.html
Video edited in Microsoft Clipchamp,
thumbnail created in Adobe Express (one variant).
In this thrilling video, I dive into a critical flaw in if-else ladders and reveal what you can use instead! Picking up from where I left off in the previous video, I'll be using a calculator as a prime example.
If you enjoy this video, smash that like button and subscribe for more amazing content!
Know someone eager to kickstart their front-end web development journey? Share this series with them-it'll be incredibly helpful!
Previous video links:
Part 1: ua-cam.com/video/8_OpoQ362XY/v-deo.html
Part 2: ua-cam.com/video/VBNOZZbr1Fc/v-deo.html
Part 3: ua-cam.com/video/gIOL2ZXQ51k/v-deo.html
Part 4: ua-cam.com/video/y124_23HBmM/v-deo.html
Part 5: ua-cam.com/video/DekFh4D0z1Q/v-deo.html
Part 6: ua-cam.com/video/tiX0J6OfNvY/v-deo.html
Part 7: ua-cam.com/video/wl1Z1Q9EKwo/v-deo.html
Part 8: ua-cam.com/video/-OcgYKqSmYQ/v-deo.html
Don't miss out on my other series too:
VHDL: ua-cam.com/play/PLJ0019XH8R4n_PFR5JLWeFGkyNj4m1iCe.html
Video edited in Microsoft Clipchamp,
thumbnail created in Adobe Express (one variant).
Переглядів: 75
Відео
Front End Web Development Part 8 : Javascript basics | JS basics | JS for beginners
Переглядів 44Місяць тому
Hello learners and welcome to silicon glyph. In today's video I have explained about the basic logic (boolean) and conditional operators and how you can use them. And also if else statements, if else if statements and if else ladders. I have explained about the syntax, usage and recommendations in this video by taking a simple example (comparision). In the next video we will see about switch ca...
VHDL Part 4 : if else Statements and Vectors
Переглядів 77Місяць тому
hello there 👋, welcome to silicon glyph. In this video I have explained how you can use if-else statements in VHDL and how and why you use vectors (array kind of thingies) in VHDL. For the sake of understanding I have created comparator as an example in this video. We have create a single bit comparator which compares two bits and sets the output taking different conditions. and finally we have...
Front-end Web Development Part 7 : JS Basics | JavaScript Basics | Javascript for Beginners
Переглядів 73Місяць тому
Hello there fellow coders, Welcome to Silicon glyph. This video explains the basics of javascript (JS) and the later few videos i upload will be about JS as well. In this video I have explained about basics of JS like how you can print the outputs, how you can initialize and assign variable and constants, and how you can print multiple outputs at the same time. This video is not as long as the ...
Front End Web Development Part 6 : Animations Using CSS
Переглядів 95Місяць тому
Welcome to Silicon Glyph! In this video I have explained how you can create animations using css and keyframs rule. What You'll Learn: Introduction to @keyframes: Understand the basics of CSS animations and how to define keyframes to control the stages of your animation. Creating Animations: Step-by-step guide on how to create simple loading animations using @keyframes. Using Dev Tools for CSS:...
Front-end Web Development Part 5 : Buttons, Hamburger Menu and Javascript
Переглядів 158Місяць тому
In this video I have explained about how you can change the menu style only for mobile devices and how you can create a hamburger menu. I have also explained a little about of javascript (JS). Mainly I have explained how you can get the elements from HTML to JS using their ID name, class name or tag name. I have also explained how you can add event listeners and handle the events in javascript ...
VHDL Part 3 : Components | xilinx vivado 2024
Переглядів 922 місяці тому
In this video i have explained how you can use the components multiple times in your vhdl code. This works same as functions in programming languages like c, java, etc. To explain this better I have created a full adder using two half adders. I have explained how the codes and test bench works and how you can initialize and instantiate and use the components. I have also explained what "signal"...
Front-End Web Development Part 4 : Media Queries, Footer and Chrome dev tools
Переглядів 832 місяці тому
First of all thank you so much for the support so far. I didn't expect this much support but I am glad that my content is helping someone. Coming to the video.... In this video I explained about media queries, footer and a little bit about chrome dev tools. I also explained how you can apply different background gradients (linear gradients and radial gradients). I have asked a little question i...
VHDL Part 2 : Xilinx Vivado
Переглядів 872 місяці тому
Thanks for all the support so far. I am really grateful for everyone who are watching my videos. And consider subscribing to get notified whenever I upload a video. In this video I have explained how you can use xilinx vivado to write VHDL code, simulate it, synthesize it, verify it and get the output waveforms and generate the block diagrams. In previous video we have used xilinx ise suite. Bu...
Front-end Web Development Part 3: Images and Position property
Переглядів 1622 місяці тому
In this video I have explained about how you can add images and position them. I also explained about how you can search for icons (in fontawesome.com). We finally created some cards and added transitions to the cards and we used some pseudo classes to change the style when the user hovers on the element. Video edited in clipchamp Thumbnail created in adobe express Links for previous videos int...
vhdl | xilinx ise suite | VHDL (VLSI)
Переглядів 632 місяці тому
vhdl | xilinx ise suite | VHDL (VLSI)
Front-end Web Development Part 2: Navigation and Styling (css)
Переглядів 1122 місяці тому
Front-end Web Development Part 2: Navigation and Styling (css)
Front-end Web Development Part 1 | HTML Tags | Front-end Web Development for Beginners
Переглядів 7610 місяців тому
Front-end Web Development Part 1 | HTML Tags | Front-end Web Development for Beginners
Front-end Web Development in Telugu | Web Development for Beginners | Intro
Переглядів 23Рік тому
Front-end Web Development in Telugu | Web Development for Beginners | Intro
Front-end Web Development | Web Development for Beginners | Intro
Переглядів 52Рік тому
Front-end Web Development | Web Development for Beginners | Intro
how to host discord bot 24/7 in android 2023
Переглядів 81Рік тому
how to host discord bot 24/7 in android 2023
how to install nodejs in android | how to install discord.js in android
Переглядів 52Рік тому
how to install nodejs in android | how to install discord.js in android
how to install Kali linux in VMware | how to install Kali Linux in virtual box
Переглядів 57Рік тому
how to install Kali linux in VMware | how to install Kali Linux in virtual box
Starship installation in android | Termux installation in android.
Переглядів 354Рік тому
Starship installation in android | Termux installation in android.
Welcome back! Please be my mentor
Thank you and I appreciate the request. But if possible I will be your mentor lol. But not rn tho
I hope you’ll be sharing more follow up videos lol instead. But in the meantime is there anything you would recommend I fully do to learn more about web development? I’ll do it. I need really structured roadmap
When I started learning web dev i used to learn in an app called "sololearn" But you will learn more and more by doing projects tbh.
pog
👀 thank you so much for the tutorial! i'm new to programming and this was a really great introduction.
Good one 😁😁
On a side note clipchamp's noise suppression is really nice
I should increase the font size of my vs code from next video 😂
Very helpful
oh daddy 😩😩
🤣🤣
Ayooooo Very nice and imformative :D Keep it up!
Thank you 😊
Hello guys! If you get any errors in this process you can comment in here or comment to the github repository. If you have any video suggestions you can comment them below. Thanks for all your support 🤗🤗🤗🤗
Kinda meeda oopu anna thopu🔥🔥🔥