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
kondalraodurgam's Stars
vuejs/vue
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
mtdvio/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
alibaba/p3c
Alibaba Java Coding Guidelines pmd implements and IDE plugin
hapijs/joi
The most powerful data validation library for JS
google/libphonenumber
Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.
vitalysim/Awesome-Hacking-Resources
A collection of hacking / penetration testing resources to make you better!
OpenGenus/cosmos
World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
froala/design-blocks
A set of 170+ Bootstrap based design blocks ready to be used to create clean modern websites.
OpenRCT2/OpenRCT2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
jquery-validation/jquery-validation
jQuery Validation Plugin library sources
trazyn/ieaseMusic
网易云音乐第三方
twowaits/SDE-Interview-Questions
Most comprehensive list :clipboard: of tech interview questions :blue_book: of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
vicky002/AlgoWiki
Repository which contains links and resources on different topics of Computer Science.
sindresorhus/speed-test
Test your internet connection speed and ping using speedtest.net from the CLI
Kyubyong/nlp_tasks
Natural Language Processing Tasks and References
React-Sight/React-Sight
Visualization tool for React, with support for Fiber, Router (v4), and Redux
codewars/codewars.com
Issue tracker for Codewars
rexdex/recompiler
Xbox360 -> Windows executable converter
NileshPatel17/ng-multiselect-dropdown
Multiple Select Dropdown Component
manoharreddyporeddy/programming-language-notes
my programming language notes --- successfully 500 commits :-)
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/Angular-cards
This is Material angular Cards Check this files
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!