There are no reviews yet. Be the first to send feedback to the community and the maintainers!
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.Software-Engineer-Resume
Front-End_Developer_ResumeAngular-cards
This is Material angular Cards Check this filesJavaScript-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 whatsoeverTop-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!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.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.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 caseJavaScript-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:seed-project
angular2-seedEmail-Templates
Responsive Email TemplateEmail-templte
Kondalraodurgam
Kondal
I"m A cReAtIvE DesignerServer-runs
sample server runssample-server
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: .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 scriptHacker-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: .Love Open Source and this site? Check out how you can help us