Quickupdate

  • Home
  • Top Trending
    • Top Android Apps
    • Top Ios Apps
  • Featured
  • About Us
  • Contact us
  • Privacy Policy and Disclaimer

Saturday, 21 January 2023

Parameters in the MySQL Stored Procedures.

 Developers     January 21, 2023     SQL     No comments   

# In this tutorial you will about the parameters in the MySQL Stored Procedures.1. With the parameters you can make the stored procedure more useful & reuseable.2. There are 3 mods of parameters IN, OUT, INOUT I will explain these 3 mods in detail in this video so be with me. 1. IN Parameters. 1. IN is the default mode. 2....
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Sunday, 30 January 2022

Things to keep in mind while starting new project. || This is For Developers ||

 Developers     January 30, 2022     Project Management     No comments   

Be clear with requirements.get reference websites from the clientBe very clear with the end of requirements. (How your website will look & how it will function at last.)Start with creating masters of the website, because they are the base of the project. masters like (Country, State, City), etc. (Masters according to projects)Masters are the base...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Wednesday, 17 November 2021

How to introduce yourself?

 Developers     November 17, 2021     No comments   

Introduce yourselfQ. Interviewer Question: Do i want to hire this person? Give reasons why interviewer should hire you?    ---> Your name, Tech Stack you have worked on    ---> Don't add clg name, place    ---> YOu can add your frameworks    ---> Avoid grammatical error    ---> Add your...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Saturday, 13 November 2021

How to host website on AWS

 Developers     November 13, 2021     No comments   

Launch an InstanceChoose Amazon Machine Image (AMI)Choose EC2 Instance Types (General Purpose t2)Configure Security Groups (Security Groups are like firewalls that define what type of traffic we want to allow.)Add InBound rules.Review InstancesClick on Download Key Pair to download key pair and keep it safe.After a successful launch of instance, you...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Wednesday, 3 November 2021

DSA With JavaScript resources

 Developers     November 03, 2021     No comments   

( Paid 455 ) https://www.udemy.com/course/js-algorithms-and-data-structures-masterclass/ (FreeCodeCamp : ) https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/30 Seconds:- https://www.30secondsofcode.org/js/t/algorithm/...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Sunday, 17 October 2021

What is Redux? Why use Redux? When use Redux?

 Developers     October 17, 2021     No comments   

Why use Redux? Redux helps us to avoid the problem of prop drilling!Instead of asking data to parent components, you can directly get that from the store.Create Big apps with Redux if your app shares a lot of data between components you should use Redux.Store, Reducers, Actions, ConstantsData can be separated using `Multiple reducers` & will...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Friday, 15 October 2021

Hoisting In JavaScript

 Developers     October 15, 2021     No comments   

Before saying anything checkout the below example.var x = 8;function getName(){    console.log('My name in Rahul More');}getName();console.log(x)What do you think is the output of the above code?Yes, you guess that right. you will...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Older Posts Home

Popular Posts

  • How to upload the existing folder on GitHub Or GitLab?
    These are the steps to upload the existing folder on GitHub Or GitLab. Whenever you want to push your existing folder to git or GitHub you m...

Categories

  • FAANG (2)
  • Javascript (6)
  • Node (1)
  • Project Management (1)
  • React (9)
  • SQL (1)
  • Testing (1)

Blog Archive

  • January 2023 (1)
  • January 2022 (1)
  • November 2021 (3)
  • October 2021 (3)
  • August 2021 (1)
  • July 2021 (7)
  • June 2021 (12)
  • February 2021 (1)
  • January 2021 (1)
  • January 2020 (3)
  • August 2019 (3)