30/09/2023
https://www.youtube.com/watch?v=PHrrkhDk1ec
Node JS for beginners | Rest APIs | Shubham Gupta Node JS for beginners | Rest APIs | Shubham Gupta
Pirates of Computers was officially launched on 24 September 2007. Here we deal with latest technology and innovation. Awareness is the key to knowledge."
Launched officially on 24th September 2007, Pirates of Computers club has been active throughout the years inspiring and motivating young individuals. Over the years we have organized numerous events, workshops and seminars focused on promotion of latest technology, encouraging innovative ideas and understanding and learning the market strategy of IT Industry. To put in a nutshell our aim is to pr
30/09/2023
https://www.youtube.com/watch?v=PHrrkhDk1ec
Node JS for beginners | Rest APIs | Shubham Gupta Node JS for beginners | Rest APIs | Shubham Gupta
22/02/2022
https://youtu.be/fB_wYh1Kx9s
Filter in react
Filter in React | Destructor | Shubham Gupta This is the details video on the filtering in react1. Setup new react app2. Create a filtered array state3. Apply filter on change ...
03/02/2022
https://youtu.be/3FfHyZ1j7eo
global university
Acic code red
VGU ACIC Hackathon interaction with students VGU ACIC Hackathon interaction with studentsVivekanand global university ACIC Code Red hackathon
29/06/2021
Using inset box-shadow we can create the 3d objects.
Check the ocde here https://codepen.io/shubham-gupta-codepen/pen/ExmxRZO
https://youtu.be/ldK5-R9Qd5U
How to create 3D Objects in CSS | Inset Box-shadow Using inset box-shadow we can create the 3d objects. the ocde here https://codepen.io/shubham-gupta-codepen/pen/ExmxRZO
28/06/2021
This video give the best insight of the css animation.
Check out all the animation on this -
Floor Animation | CSS Animation | Wonderful Animation This video give the best insight of the css animation.Check out all the animation on this -
19/06/2021
CSS 100 min challenge.
If you are a beginner in CSS then this tutorial playlist will be the right guide for you. I am soon going to add a sample project creation video also in this playlist.
CSS Background CSS Background property explained in detail.
06/06/2021
This video explain about how to make the skeleton of any kind of pseudo content container.
We need to use background-image as gradient and can provide them multiple time.
Skeleton loading css like facebook & slack | CSS background-image and gradient property This video explain about how to make the skeleton of any kind of pseudo content container. We need to use background-image as gradient and can provide them m...
15/01/2021
In this video I have explained about the
1. Local Storage
2. Session Storage
3. Cookie
For the javascript.
The concept is same for the other language also.
All these 3 things make the experience beautiful to the user.
Local storage is something having a capacity of 10mb in the browser which is huge. There is lot of thing that we can storage to the client end with talking to the server which actually reduces lot of effort and the server calls. The good fact about the local storage is it never expires.
Session Storage have a capacity of 5mb which again a great capacity. The benefit to this storage is that it is accessible from the tab only. If you want some information which should not be shared across the session then you should use the session storage. It contains more about the specific user data.
Cookie has the capacity of 4kb. It is too small but use is different. This is also accessible to the different sessions & tabs like local storage. This used to be sent to the server for the access tokes or authentication purpose. We can expire any cookie manually by passing the date string as expires key.
How to use Local storage, Session storage & Cookies in JavaScript In this video I have explained about the 1. Local Storage2. Session Storage3. CookieFor the javascript.The concept is same for the other language also. All t...
04/01/2021
https://youtu.be/ZgOTn0iD90g
In this video i have explained that how to crate icons through svg tags. To start the with the icon design we should give some rulers to the svg. For that i have used the paths.
Create SVG Icon | By Shubham Gupta In this video i have explained that how to crate icons through svg tags. To start the with the icon design we should give some rulers to the svg. For that i ...
01/01/2021
https://www.youtube.com/watch?v=IJME3nvdRV4
In this video you will learn that what is undefined.
undefined is basically a keyword in javascript that means that a variable is declared but not assigned by any of the value. Then it holds the undefined which is a kind of placeholder by default provided by javascript.
Not defined is a reference error in javascript that means you didn't declare this variable any where in the program.
Javascript Interview question | undefined vs not defined | By Shubham Gupta In this video you will learn that what is undefined.undefined is basically a keyword in javascript that means that a variable is declared but not assigned by...
12/12/2020
Set the reminder right away !!
Dont miss the premier :D
In this video we learn about the ECMA Script the latest javascript. All javascript lovers gonna love this. If you want to learn about the TypeScript, Angular, React & Node.
ECMA Script | JavaScript Super powers | By Shubham Gupta In this video we learn about the ECMA Script the latest javascript. All javascript lovers gonna love this. If you want to learn about the TypeScript, Angular...
20/11/2020
Learn SASS in 20 minutes | Sass Crash Course
In this video I have explained the CSS preprocessor which SASS. SASS is Syntactically Awesome Style Sheet.
For the setup I have used on Visual Studio Code extension which is Live Sass Complier. We need to create a scss file and it will compile it and turn into the css file using the map file. We can edit the map file as well.
For the SCSS, we have following thing explained in this video
Variables - We can use the variables in the sass. We can apply the arithmetic operations on the variables.
Selectors - We can have the components specific style with in a module.
Import - We can create a different file for any component specific styling and then import those into the main sass file.
Mixin - This is the core feature to reduce the repetition of the code. Using this we can create a chunk of code and can use it multiple time as per the parameters.
Extend - This is again a one of the core feature of the SASS. We can extend any component styles and then can write the override as well.
Learn SASS in 20 minutes | Sass Crash Course In this video I have explained the CSS preprocessor which SASS. SASS is Syntactically Awesome Style Sheet. For the setup I have used on Visual Studio Code ex...