kondalraodurgam
Learn to enjoy every minute of your life. Be happy now. Don't wait for something outside of yourself to make you happy in the future Programming Enthusiast.
hyderabad
Pinned Repositories
Angular-cards
This is Material angular Cards Check this files
Bit-Counting
Write a function that takes an (unsigned) integer as input, and returns the number of bits that are equal to one in the binary representation of that number. Example: The binary representation of 1234 is 10011010010, so the function should return 5 in this case
Indeterminate-Check-boxes-
Checkbox inputs can only have two states: checked or unchecked. They can have any value, but they either submit that value (checked) or don't (unchecked) with a form submission. The default is unchecked. You can control that in HTML like this:
JavaScript-Image-Sliders
Now we need to handle the Next and Prev button clicks and call the corresponding functions to change the image. HTML:
KondalDurgam
Hey! 👋🏼 I'm KondalDurgam. I'm an independent software engineer that loves to create and share useful content about computer science & the web when I'm somehow not writing code because I have no life whatsoever
Leetcode-Solutions
Easy understand JS solutions for problems on leetcode which beats 90% at least. Hope you enjoy the journey of learning data structures and algorithms.
Meta-Front-End-Developer
React-Hooks-Examples
Example of React class component and Functional Components
ReactJs
React has been designed from the start for gradual adoption, and you can use as little or as much React as you need. Whether you want to get a taste of React, add some interactivity to a simple HTML page, or start a complex React-powered app, the links in this section will help you get started.
Software-Engineer-Resume
Front-End_Developer_Resume
kondalraodurgam's Repositories
kondalraodurgam/Leetcode-Solutions
Easy understand JS solutions for problems on leetcode which beats 90% at least. Hope you enjoy the journey of learning data structures and algorithms.
kondalraodurgam/Software-Engineer-Resume
Front-End_Developer_Resume
kondalraodurgam/Bit-Counting
Write a function that takes an (unsigned) integer as input, and returns the number of bits that are equal to one in the binary representation of that number. Example: The binary representation of 1234 is 10011010010, so the function should return 5 in this case
kondalraodurgam/Indeterminate-Check-boxes-
Checkbox inputs can only have two states: checked or unchecked. They can have any value, but they either submit that value (checked) or don't (unchecked) with a form submission. The default is unchecked. You can control that in HTML like this:
kondalraodurgam/JavaScript-Image-Sliders
Now we need to handle the Next and Prev button clicks and call the corresponding functions to change the image. HTML:
kondalraodurgam/KondalDurgam
Hey! 👋🏼 I'm KondalDurgam. I'm an independent software engineer that loves to create and share useful content about computer science & the web when I'm somehow not writing code because I have no life whatsoever
kondalraodurgam/ReactJs
React has been designed from the start for gradual adoption, and you can use as little or as much React as you need. Whether you want to get a taste of React, add some interactivity to a simple HTML page, or start a complex React-powered app, the links in this section will help you get started.
kondalraodurgam/Resume
When you think about job descriptions, you probably think of job ads posted by employers. But the most important job descriptions may be the ones you create yourself, when you’re describing past positions on your resume. Job descriptions show prospective employers what you have accomplished in the positions you've held. They also provide a synopsis of your experience and skills. Well-written descriptions for each job you have held will help get your resume noticed and selected for interviews.
kondalraodurgam/Top-Interview-Problems-Easy-
Most of the classic interview questions have multiple solution approaches. For the best practice result, we strongly advise you to go through this list at least a second time, or even better - a third time. By the second attempt, you may discover some new tricks or new methods. By the third time, you should find that your code appear to be more concise compared to your first attempt. If so, congratulations!
kondalraodurgam/angular-cli
CLI tool for Angular
kondalraodurgam/angular-libphonenumber
nathanhammond/libphonenumber as an angular input mask
kondalraodurgam/angular-seed
Extensible, reliable, modular, PWA ready starter project for Angular (2 and beyond) with statically typed build and AoT compilation
kondalraodurgam/angular2-seed-project
angular2-seed A simple starter project demonstrating the basic concepts of Angular 2. Usage Clone or fork this repository Make sure you have node.js installed version 5+ Make sure you have NPM installed version 3+ WINDOWS ONLY run npm install -g webpack webpack-dev-server typescript to install global dependencies run npm install to install dependencies run npm start to fire up dev server open browser to http://localhost:3000 if you want to use other port, open package.json file, then change port in --port 3000 script
kondalraodurgam/Hacker-Rank-Simple-array-Sum
Given an array of integers, find the sum of its elements. Input Format The first line contains an integer, , denoting the size of the array. The second line contains space-separated integers representing the array's elements. Output Format Print the sum of the array's elements as a single integer. Sample Input 6 1 2 3 4 10 11 Sample Output 31 Explanation We print the sum of the array's elements: .
kondalraodurgam/JavaScript-Image-slider
Image Slider Now we need to handle the Next and Prev button clicks and call the corresponding functions to change the image. HTML:
kondalraodurgam/javascript-interview-questions
List of 1000 JavaScript Interview Questions
kondalraodurgam/Kondalraodurgam
kondalraodurgam/LeetCode-Feedback
kondalraodurgam/libphonenumber
Google's libphonenumber as an easily included JavaScript library.
kondalraodurgam/libphonenumber-js
A simpler (and smaller) rewrite of Google Android's popular libphonenumber library
kondalraodurgam/sample-server
kondalraodurgam/seed-project
angular2-seed
kondalraodurgam/Server-runs
sample server runs
kondalraodurgam/Simple-Array-Sum
Given an array of integers, find the sum of its elements. Input Format The first line contains an integer, , denoting the size of the array. The second line contains space-separated integers representing the array's elements. Output Format Print the sum of the array's elements as a single integer. Sample Input 6 1 2 3 4 10 11 Sample Output 31 Explanation We print the sum of the array's elements: .
kondalraodurgam/ui-router
The de-facto solution to flexible routing with nested views in AngularJS
kondalraodurgam/Meta-Front-End-Developer
kondalraodurgam/React-Hooks-Examples
Example of React class component and Functional Components
kondalraodurgam/Javascript-interview-Questions-and-Answers
kondalraodurgam/ReactFetch-Examples
kondalraodurgam/Reactjs-Learning