├── .github └── FUNDING.yml ├── .travis.yml ├── 30-seconds-interview-questions ├── 30s-favicon.ico ├── logo.jpg ├── logo.svg └── readme.md ├── CONTRIBUTING.md ├── LICENSE ├── Logo.png ├── aaa-template └── readme.md ├── awesome-actions ├── awesome-actions.png └── readme.md ├── awesome-algorithms └── readme.md ├── awesome-awesomeness └── readme.md ├── awesome-books └── readme.md ├── awesome-cli-apps └── readme.md ├── awesome-cloudfare-workers ├── cloudfare-workers-bookmarks.csv └── readme.md ├── awesome-cloudfare └── readme.md ├── awesome-cloudinary ├── index.md └── readme.md ├── awesome-colorful-links ├── code-of-conduct.md ├── color-palette.gif ├── contributing.md └── readme.md ├── awesome-creative-coding └── readme.md ├── awesome-design-systems ├── cover.png └── readme.md ├── awesome-design-tools ├── awesome-design-plugins │ └── readme.md ├── awesome-design-ui-kits.md └── readme.md ├── awesome-devrel └── readme.md ├── awesome-digital-gardeners └── readme.md ├── awesome-domains-new └── readme.md ├── awesome-ethereum ├── awesome-github-profiles-readme └── readme.md ├── awesome-github-profiles ├── profile.md └── readme.md ├── awesome-hackathon-projects └── readme.md ├── awesome-hacking-resources ├── readme.md └── tools.md ├── awesome-hand-tools └── readme.md ├── awesome-icon-libraries └── readme.md ├── awesome-icons └── readme.md ├── awesome-illustrations └── readme.md ├── awesome-interview-questions └── readme.md ├── awesome-ipsum └── readme.md ├── awesome-jamstack-resources └── readme.md ├── awesome-jamstack └── readme.md ├── awesome-json-datasets ├── readme.md └── sources.md ├── awesome-learning-resources └── readme.md ├── awesome-lists └── readme.md ├── awesome-macOS-screensavers └── readme.md ├── awesome-micro └── readme.md ├── awesome-newsletters └── readme.md ├── awesome-nextjs ├── nextjs-logo.svg └── readme.md ├── awesome-nuxtjs ├── media │ ├── awesome-nuxt-logo.svg │ ├── nuxt-v-label-template.ai │ ├── nuxt-v1-label.svg │ ├── nuxt-v2-label.svg │ └── nuxt-v3-label.svg └── readme.md ├── awesome-pinned-gists └── readme.md ├── awesome-piracy ├── Wordcloud.jpg ├── bookmarks.html ├── create-bookmarks.sh ├── readme.html └── readme.md ├── awesome-projects └── readme.md ├── awesome-public-datasets ├── readme.md └── readme.rst ├── awesome-pwa └── readme.md ├── awesome-react-context └── readme.md ├── awesome-react-hooks └── readme.md ├── awesome-readme └── readme.md ├── awesome-repos-free-resources └── readme.md ├── awesome-resources-shaheednasser ├── readme.md └── readme2.md ├── awesome-resources └── readme.md ├── awesome-satellite-imagery-datasets └── readme.md ├── awesome-stacks └── readme.md ├── awesome-static-website-services └── readme.md ├── awesome-stoicism-quotes ├── quotes.json └── readme.md ├── awesome-tools-jr-developers └── readme.md ├── awesome-web-browsers └── readme.md ├── awesome-web-design └── readme.md ├── awesome-web-effects ├── README.md └── banner.jpg ├── awesome-webapps-free └── readme.md ├── awesome-webdev-resources └── readme.md ├── awesome-websites └── readme.md ├── bookmarks-codeverland ├── images │ ├── bookmarks.dev-logo-md.png │ ├── codever-bookmarks-header-560x137.png │ ├── codever-bookmarks-header-900x220.png │ ├── codever-bookmarks-header.xcf │ └── r └── readme.md ├── bookmarks-davidacreate └── readme.md ├── bookmarks-frontend-dev ├── TOTALLY-GIGANTIC-FILE.md ├── about.md ├── animation │ └── web-animations-api.md ├── appearance │ ├── animation.md │ ├── typography.md │ └── visualization.md ├── architecture │ ├── algorithms.md │ ├── complete-systems.md │ ├── design-patterns.md │ ├── designs.md │ ├── event-driven-programming.md │ ├── functional-programming.md │ └── functional-reactive-programming-frp.md ├── compatibility │ ├── cross-browser.md │ ├── e-mail.md │ ├── keyboard.md │ ├── mobile.md │ ├── printers.md │ ├── responsive-web-design-rwd.md │ └── web-accessibility.md ├── contributing.md ├── ecosystem │ ├── communities-around-projects.md │ ├── news.md │ ├── notable-community-members.md │ ├── organizations.md │ └── podcasts.md ├── languages-protocols-browser-apis │ ├── cascading-style-sheets-css.md │ ├── document-object-model-dom.md │ ├── hypertext-markup-language-html.md │ ├── hypertext-transfer-protocol-http.md │ ├── javascript-ecmascript.md │ ├── javascript-object-notation-json.md │ ├── scalable-vector-graphics-svg.md │ ├── service-workers.md │ ├── templating-languages-and-engines.md │ ├── transpiled-languages.md │ ├── uniform-resource-identifier-uri.md │ └── webassembly.md ├── readme.md ├── user-interface-components │ ├── buttons.md │ ├── code.md │ ├── forms.md │ ├── galeries-and-image-sliders.md │ ├── grid.md │ ├── rich-text-editors.md │ ├── table-of-contents.md │ ├── ui-kits.md │ └── video-and-audio.md └── workflow │ ├── automated-testing.md │ ├── build-tools.md │ ├── code-editors.md │ ├── css-tools.md │ ├── documentation.md │ ├── fonts-for-programmers.md │ ├── getting-started.md │ ├── html-tools.md │ ├── image-post-processing.md │ ├── javascript-tools.md │ ├── package-management.md │ ├── sourcemaps.md │ ├── tutorials.md │ └── version-control.md ├── bookmarks └── readme.md ├── cheatsheet-css └── readme.md ├── cheatsheet-docker ├── images │ ├── change.png │ ├── click.png │ ├── commit.png │ └── edit.png └── readme.md ├── cheatsheet-emoji ├── readme.md └── readme2.md ├── cheatsheet-es6 ├── README.md ├── es6-cheatsheet-thumbnail.png ├── es6-cheatsheet.html └── stylesheet.css ├── cheatsheet-favicon └── readme.md ├── cheatsheet-firebase └── readme.md ├── cheatsheet-git ├── readme.md └── tips.json ├── cheatsheet-github └── readme.md ├── cheatsheet-gitpitch ├── 5 └── README.md ├── cheatsheet-jsx ├── jsx-cheatsheet.html └── stylesheet.css ├── cheatsheet-linter └── readme.md ├── cheatsheet-markdown └── readme.md ├── cheatsheet-modern-js └── README.md ├── cheatsheet-modern-ts └── readme.md ├── cheatsheet-promises ├── promises-cheatsheet-thumbnail.png ├── promises-cheatsheet.html └── stylesheet.css ├── cheatsheet-python ├── Matplotlib.pdf ├── NumPy.pdf ├── NumPy │ ├── README.md │ └── numpy-examples.py ├── img │ ├── advanced.png │ ├── axes.png │ ├── fill.png │ ├── lines.png │ ├── medium.png │ ├── plot.png │ └── ticks.png ├── matplotlib │ └── README.md ├── readme.md ├── readme2.md └── requirements.txt ├── cheatsheet-react-babel ├── react-with-babel-cheatsheet-thumbnail.png ├── react-with-babel-cheatsheet.html └── stylesheet.css ├── cheatsheet-react-typescript ├── advanced │ ├── index.md │ ├── misc-concerns.md │ ├── patterns_by_usecase.md │ ├── patterns_by_version.md │ ├── types-react-ap.md │ └── utility-types.md ├── basic │ ├── editor-integration.md │ ├── examples.md │ ├── getting-started │ │ ├── codebases.md │ │ ├── resources.md │ │ └── talks.md │ ├── linting.md │ ├── recommended │ │ ├── codebases.md │ │ ├── resources.md │ │ └── talks.md │ ├── setup.md │ ├── troubleshooting │ │ ├── learn-ts.md │ │ ├── non-ts-files.md │ │ ├── official-typings-bugs.md │ │ ├── operators.md │ │ ├── ts-config.md │ │ ├── types.md │ │ └── utilities.md │ └── useful-hooks.md ├── hoc │ ├── excluding-props.md │ ├── full-example.md │ ├── index.md │ └── react-hoc-docs.md ├── migration │ ├── from-flow.md │ ├── from-js.md │ ├── index.md │ └── js-docs.md └── readme.md ├── cheatsheet-react └── readme.md ├── cheatsheet-reactjs ├── react-cheatsheet-thumbnail.png ├── react-cheatsheet.html └── stylesheet.css ├── cheatsheet-regex └── readme.md ├── cheatsheet-svg └── readme.md ├── cheatsheet-typescript └── readme.md ├── cheatsheet-vuejs ├── readme.md └── readme2.md ├── coding-guidelines-best-practices ├── .eleventy.js ├── package.json ├── readme.json ├── readme.md └── yarn.lock ├── css-protips ├── README.md └── logo.svg ├── data-structures ├── itsy-bitsy-data-structures.js └── readme.md ├── design-resources-developers ├── headerimage.png └── readme.md ├── design-systems └── readme.md ├── developer-interview-questions └── readme.md ├── developer-links └── readme.md ├── developer-portfolios-inspiration └── readme.md ├── developer-resources-cruz └── readme.md ├── developer-resources-hosting └── readme.md ├── developer-resources-links ├── README4.md ├── readme1.md ├── readme2.md └── readme3.md ├── developer-resources └── readme.md ├── developer-tech-resources └── readme.md ├── developer-uses-tech-data └── readme.md ├── developer-websites └── readme.md ├── developer-youtube-channels └── readme.md ├── developer-youtube-lists └── readme.md ├── digital-gardeners └── readme.md ├── discounts-for-students └── readme.md ├── emojis-all └── readme.md ├── es6-summary └── README.md ├── ethereum-developer-tools-list └── readme.md ├── every-programmer-should-know └── README.md ├── fonts └── readme.md ├── frontend-development ├── Banner.jpg ├── Logo.png ├── frontend.png ├── react.png └── readme.md ├── frontend-guide ├── README.md └── images │ ├── css-modules-logo.svg │ ├── desk.png │ ├── eslint-logo.svg │ ├── flow-logo.png │ ├── jest-demo.gif │ ├── jest-logo.svg │ ├── prettier-logo.png │ ├── react-devtools-demo.gif │ ├── react-logo.svg │ ├── redux-devtools-demo.gif │ ├── redux-logo.svg │ ├── stylelint-demo.png │ ├── stylelint-logo.svg │ ├── webpack-logo.svg │ └── yarn-logo.png ├── frontend-guidelines └── README.md ├── frontend-resources ├── cover.png └── readme.md ├── frontend-stuff └── readme.md ├── frontend-style-guide └── readme.md ├── frontend-toolbox └── readme.md ├── frontend-toolchain-resources └── readme.md ├── git-tips-n-tricks └── README.md ├── github-users-top-us ├── followers.md ├── public-contributions.md ├── readme.md └── total-contributions.md ├── graphql-apis ├── apis.json ├── demos.json ├── proxies.json └── readme.md ├── guidelines-frontend └── readme.md ├── hacker-laws ├── assets │ ├── banner.png │ ├── banner.psd │ ├── diagrams.bmpr │ ├── repository-open-graph-template.png │ └── sharing.md ├── images │ ├── Fitts_Law.svg │ ├── amdahls_law.png │ ├── changelog-podcast.png │ ├── complete_graph.png │ ├── gartner_hype_cycle.png │ ├── gitlocalize.png │ └── hicks_law.svg ├── prepare-markdown-for-ebook.sh └── readme.md ├── html-css-adv-topics └── README.md ├── html-css-basics └── README.md ├── html-css-js-tips └── README.md ├── html-css-tutorial └── readme.md ├── html-property-info ├── html.js ├── readme.md └── svg.js ├── javascript-123-interview-questions └── readme.md ├── javascript-33-concepts └── README.md ├── javascript-arrays-cheatsheet ├── Cheatsheet.png ├── README.md └── index.js ├── javascript-clean-code └── readme.md ├── javascript-design-patterns-for-humans ├── README.md └── cover.png ├── javascript-dev-bookmarks ├── js-dev-bookmarks.png └── readme.md ├── javascript-for-everyone └── readme.md ├── javascript-interview-questions ├── images │ ├── bom.png │ ├── call-stack.png │ ├── console-css.png │ ├── console-dir.png │ ├── console-html.png │ ├── console-table.png │ ├── cookie.png │ ├── event-table.png │ ├── heap.png │ ├── observables.png │ ├── promises.png │ ├── prototype_chain.png │ └── temporal.jpg └── readme.md ├── javascript-misc └── README.md ├── javascript-notes-good-parts ├── images │ └── Javascript the Good Parts book with tabs.jpg └── readme.md ├── javascript-promises-cookbook └── readme.md ├── javascript-questions └── README.md ├── javascript-regex-cheatsheet └── README.md ├── javascript-snippets ├── Logo.png └── README.md ├── javascript-testing-practices-guidelines ├── assets │ ├── 5 │ ├── header-alt.png │ ├── header-image.png │ ├── header.pptx │ ├── headspace.png │ ├── js-bp-header.jpg │ ├── lighthouse2.png │ ├── mind-map.jpg │ ├── twitter.png │ └── uml.png └── readme.md ├── javascript-tips-n-tidbits └── README.md ├── javascript-tips-n-tricks └── README.md ├── javascript-tips └── README.md ├── javascript-wtfjs ├── CONTRIBUTING.md ├── README.md ├── package-lock.json ├── package.json └── wtfjs.js ├── json-awesome-github-profiles ├── data.json ├── readme.md └── readme2.md ├── json-awesome ├── awesome-detailed-info.json └── awesome.json ├── json-awesomeblog-data └── database.json ├── json-codestack-data └── users.json ├── json-currency └── currency.json ├── json-data-refined-blog ├── data.json └── readme.md ├── json-emojis ├── data.json ├── emoji.json ├── emojis.json └── readme.md ├── json-fastapi-projects └── projects.json ├── json-framestack-data ├── cloud.json ├── frameworks.json ├── libraries.json └── tools.json ├── json-github-profile-readme ├── Readme.md └── data.json ├── json-hooks ├── hooks.json └── readme.md ├── json-killed-by-google ├── graveyard.json └── readme.md ├── json-quotes-stoicism └── quotes.json ├── json-quotes └── quotes.json ├── json-tools └── readme.md ├── json-webgradients ├── gradients-parsed.json ├── gradients.json ├── readme.md └── webgradients.css ├── learn-regex ├── README.md └── img │ ├── 4 │ ├── img_original.png │ ├── regexp-en.png │ └── regexp.svg ├── lists-i-like └── readme.md ├── my-snippets └── readme.md ├── node-best-practices ├── README.md └── sections │ ├── 5 │ ├── apmproducts.md │ ├── asyncerrorhandling.md │ ├── centralizedhandling.md │ ├── documentingusingswagger.md │ ├── eslint_prettier.md │ ├── failfast.md │ ├── monitoring.md │ ├── operationalvsprogrammererror.md │ ├── readme-general-toc-1.md │ ├── readme-general-toc-2.md │ ├── readme-general-toc-3.md │ ├── readme-general-toc-4.md │ ├── returningpromises.md │ ├── testingerrorflows.md │ └── usematurelogger.md ├── notes-learning └── readme.md ├── opensource-financial-aid └── readme.md ├── portfolios ├── dev-portfolios-emma │ └── readme.md ├── developer-amazing-sites │ └── readme.md ├── developer-blogs-awesome-rss │ └── readme.md ├── developer-blogs-awesome │ └── readme.md ├── developer-blogs-posts │ └── readme.md ├── developer-portfolios │ └── readme.md ├── developer-resources-podcasts │ └── readme.md ├── developers-follow-codepen │ ├── codepen-coders.js │ ├── generate.js │ └── readme.md ├── portfolios-dev-blogs │ └── readme.md ├── portfolios-dev-ideas │ └── readme.md └── portfolios-github-profiles-hackathon │ ├── github-profiles.md │ └── portfolio-sites.md ├── project-guidelines ├── README.md └── images │ ├── api.png │ ├── branching.png │ ├── code-style.png │ ├── documentation.png │ ├── elsewhen-logo.png │ ├── folder-tree.png │ ├── git.png │ ├── github.png │ ├── laptop.png │ ├── licensing.png │ ├── logging.png │ ├── logo.sample.png │ ├── modules.png │ └── testing.png ├── projects-fastapi └── readme.md ├── question-interview-typescript └── readme.md ├── questions-full-stack-interview └── readme.md ├── questions-interview-awesome └── readme.md ├── questions-interview-coding └── readme.md ├── questions-interview-javascript └── readme.md ├── questions-interview-machine-learning └── readme.md ├── questions-interview-reactjs └── readme.md ├── questions-interview-web-security └── readme.md ├── questions-web-developer-interview └── readme.md ├── react-Developer-roadmap ├── README.md ├── roadmap.png └── src │ └── react-developer-roadmap.xml ├── react-developer-roadmap └── readme.md ├── react-for-everyone ├── images │ ├── rendering_multiple_js_elements.png │ ├── styling_all_jsx_elements.png │ ├── styling_jsx_element.png │ └── vue_popularity.png └── readme.md ├── react-notes ├── index.js └── readme.md ├── react-philosophies └── readme.md ├── react-practices └── readme.md ├── reactjs-tips-tricks └── README.md ├── readme-badges-collection └── readme.md ├── readme.md ├── readme ├── node-fetch.md └── readme.md ├── resources-a-to-z-students └── README.md ├── resources-blockchain └── readme.md ├── resources-free-developer └── README.md ├── resources-free-webdev ├── Free_resources.png └── readme.md ├── resources-graphics └── readme.md ├── resources-hackathon-organizers └── readme.md ├── resources-tech-helpful └── readme.md ├── resources-webdev-free ├── data.json ├── index.html ├── package.json └── readme.md ├── resources ├── readme.md └── readme2.md ├── rss-data-science-blogs ├── data-science.opml ├── frequency.py ├── generate_opml.py └── readme.md ├── rss-frontend-feeds ├── frontend-feeds.opml └── readme.md ├── rss-subscriptions └── subscriptions.xml ├── seo-meta-tags └── readme.md ├── svelte-integrations └── readme.md ├── tips-for-ppl-who-want-to-learn ├── 5 └── README.md ├── tools-api-development └── readme.md ├── tools-hosted-webdev └── readme.md ├── tools-list └── readme.md ├── tools-of-trade-hn └── readme.md ├── tools-readme-templates └── readme.md ├── tools-webdev └── readme.md ├── vue-companies-Israel ├── Vue_products_of_Israel_Logo.png ├── readme.md └── vue.png ├── vue-styleguide-frontend └── readme.md ├── webdev-best-websites-visit └── readme.md ├── webdev-checklist ├── 5 └── README.md ├── webdev-courses-list └── readme.md ├── webdev-frontend-resources └── readme.md ├── webdev-functional-programming-jargon └── readme.md ├── webdev-modern-spellbook ├── README.md └── assets │ ├── 6 │ ├── cover.png │ ├── merlins_spell_book.jpg │ └── showme.jpg ├── webdev-resources-2 └── readme.md ├── webdev-resources-3 └── readme.md ├── webdev-resources-awesome └── readme.md ├── webdev-resources-denic ├── index.html ├── readme.md └── readme3.md ├── webdev-resources-mtdvio └── readme.md ├── webdev-resources-youtube └── readme.md ├── webdev-resources-ytube-portfolios └── readme.md ├── webdev-resources ├── readme.md └── web-dev-resources │ └── readme.md ├── webdev-sites-to-visit └── readme.md ├── webdev-tools-and-utils └── readme.md └── webdev-twitter-users └── readme.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: [tiimgreen] 2 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/.travis.yml -------------------------------------------------------------------------------- /30-seconds-interview-questions/30s-favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/30-seconds-interview-questions/30s-favicon.ico -------------------------------------------------------------------------------- /30-seconds-interview-questions/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/30-seconds-interview-questions/logo.jpg -------------------------------------------------------------------------------- /30-seconds-interview-questions/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/30-seconds-interview-questions/logo.svg -------------------------------------------------------------------------------- /30-seconds-interview-questions/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/30-seconds-interview-questions/readme.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/LICENSE -------------------------------------------------------------------------------- /Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/Logo.png -------------------------------------------------------------------------------- /aaa-template/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/aaa-template/readme.md -------------------------------------------------------------------------------- /awesome-actions/awesome-actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-actions/awesome-actions.png -------------------------------------------------------------------------------- /awesome-actions/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-actions/readme.md -------------------------------------------------------------------------------- /awesome-algorithms/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-algorithms/readme.md -------------------------------------------------------------------------------- /awesome-awesomeness/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-awesomeness/readme.md -------------------------------------------------------------------------------- /awesome-books/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-books/readme.md -------------------------------------------------------------------------------- /awesome-cli-apps/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-cli-apps/readme.md -------------------------------------------------------------------------------- /awesome-cloudfare-workers/cloudfare-workers-bookmarks.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-cloudfare-workers/cloudfare-workers-bookmarks.csv -------------------------------------------------------------------------------- /awesome-cloudfare-workers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-cloudfare-workers/readme.md -------------------------------------------------------------------------------- /awesome-cloudfare/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-cloudfare/readme.md -------------------------------------------------------------------------------- /awesome-cloudinary/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-cloudinary/index.md -------------------------------------------------------------------------------- /awesome-cloudinary/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-cloudinary/readme.md -------------------------------------------------------------------------------- /awesome-colorful-links/code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-colorful-links/code-of-conduct.md -------------------------------------------------------------------------------- /awesome-colorful-links/color-palette.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-colorful-links/color-palette.gif -------------------------------------------------------------------------------- /awesome-colorful-links/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-colorful-links/contributing.md -------------------------------------------------------------------------------- /awesome-colorful-links/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-colorful-links/readme.md -------------------------------------------------------------------------------- /awesome-creative-coding/readme.md: -------------------------------------------------------------------------------- 1 | a 2 | -------------------------------------------------------------------------------- /awesome-design-systems/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-design-systems/cover.png -------------------------------------------------------------------------------- /awesome-design-systems/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-design-systems/readme.md -------------------------------------------------------------------------------- /awesome-design-tools/awesome-design-plugins/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-design-tools/awesome-design-plugins/readme.md -------------------------------------------------------------------------------- /awesome-design-tools/awesome-design-ui-kits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-design-tools/awesome-design-ui-kits.md -------------------------------------------------------------------------------- /awesome-design-tools/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-design-tools/readme.md -------------------------------------------------------------------------------- /awesome-devrel/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-devrel/readme.md -------------------------------------------------------------------------------- /awesome-digital-gardeners/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-digital-gardeners/readme.md -------------------------------------------------------------------------------- /awesome-domains-new/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-domains-new/readme.md -------------------------------------------------------------------------------- /awesome-ethereum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-ethereum -------------------------------------------------------------------------------- /awesome-github-profiles-readme/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-github-profiles-readme/readme.md -------------------------------------------------------------------------------- /awesome-github-profiles/profile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-github-profiles/profile.md -------------------------------------------------------------------------------- /awesome-github-profiles/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-github-profiles/readme.md -------------------------------------------------------------------------------- /awesome-hackathon-projects/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-hackathon-projects/readme.md -------------------------------------------------------------------------------- /awesome-hacking-resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-hacking-resources/readme.md -------------------------------------------------------------------------------- /awesome-hacking-resources/tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-hacking-resources/tools.md -------------------------------------------------------------------------------- /awesome-hand-tools/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-hand-tools/readme.md -------------------------------------------------------------------------------- /awesome-icon-libraries/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-icon-libraries/readme.md -------------------------------------------------------------------------------- /awesome-icons/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-icons/readme.md -------------------------------------------------------------------------------- /awesome-illustrations/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-illustrations/readme.md -------------------------------------------------------------------------------- /awesome-interview-questions/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-interview-questions/readme.md -------------------------------------------------------------------------------- /awesome-ipsum/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-ipsum/readme.md -------------------------------------------------------------------------------- /awesome-jamstack-resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-jamstack-resources/readme.md -------------------------------------------------------------------------------- /awesome-jamstack/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-jamstack/readme.md -------------------------------------------------------------------------------- /awesome-json-datasets/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-json-datasets/readme.md -------------------------------------------------------------------------------- /awesome-json-datasets/sources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-json-datasets/sources.md -------------------------------------------------------------------------------- /awesome-learning-resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-learning-resources/readme.md -------------------------------------------------------------------------------- /awesome-lists/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-lists/readme.md -------------------------------------------------------------------------------- /awesome-macOS-screensavers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-macOS-screensavers/readme.md -------------------------------------------------------------------------------- /awesome-micro/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-micro/readme.md -------------------------------------------------------------------------------- /awesome-newsletters/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-newsletters/readme.md -------------------------------------------------------------------------------- /awesome-nextjs/nextjs-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-nextjs/nextjs-logo.svg -------------------------------------------------------------------------------- /awesome-nextjs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-nextjs/readme.md -------------------------------------------------------------------------------- /awesome-nuxtjs/media/awesome-nuxt-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-nuxtjs/media/awesome-nuxt-logo.svg -------------------------------------------------------------------------------- /awesome-nuxtjs/media/nuxt-v-label-template.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-nuxtjs/media/nuxt-v-label-template.ai -------------------------------------------------------------------------------- /awesome-nuxtjs/media/nuxt-v1-label.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-nuxtjs/media/nuxt-v1-label.svg -------------------------------------------------------------------------------- /awesome-nuxtjs/media/nuxt-v2-label.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-nuxtjs/media/nuxt-v2-label.svg -------------------------------------------------------------------------------- /awesome-nuxtjs/media/nuxt-v3-label.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-nuxtjs/media/nuxt-v3-label.svg -------------------------------------------------------------------------------- /awesome-nuxtjs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-nuxtjs/readme.md -------------------------------------------------------------------------------- /awesome-pinned-gists/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-pinned-gists/readme.md -------------------------------------------------------------------------------- /awesome-piracy/Wordcloud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-piracy/Wordcloud.jpg -------------------------------------------------------------------------------- /awesome-piracy/bookmarks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-piracy/bookmarks.html -------------------------------------------------------------------------------- /awesome-piracy/create-bookmarks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-piracy/create-bookmarks.sh -------------------------------------------------------------------------------- /awesome-piracy/readme.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-piracy/readme.html -------------------------------------------------------------------------------- /awesome-piracy/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-piracy/readme.md -------------------------------------------------------------------------------- /awesome-projects/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-projects/readme.md -------------------------------------------------------------------------------- /awesome-public-datasets/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-public-datasets/readme.md -------------------------------------------------------------------------------- /awesome-public-datasets/readme.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-public-datasets/readme.rst -------------------------------------------------------------------------------- /awesome-pwa/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-pwa/readme.md -------------------------------------------------------------------------------- /awesome-react-context/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-react-context/readme.md -------------------------------------------------------------------------------- /awesome-react-hooks/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-react-hooks/readme.md -------------------------------------------------------------------------------- /awesome-readme/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-readme/readme.md -------------------------------------------------------------------------------- /awesome-repos-free-resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-repos-free-resources/readme.md -------------------------------------------------------------------------------- /awesome-resources-shaheednasser/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-resources-shaheednasser/readme.md -------------------------------------------------------------------------------- /awesome-resources-shaheednasser/readme2.md: -------------------------------------------------------------------------------- 1 | https://github.com/shahednasser/awesome-resources 2 | -------------------------------------------------------------------------------- /awesome-resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-resources/readme.md -------------------------------------------------------------------------------- /awesome-satellite-imagery-datasets/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-satellite-imagery-datasets/readme.md -------------------------------------------------------------------------------- /awesome-stacks/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-stacks/readme.md -------------------------------------------------------------------------------- /awesome-static-website-services/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-static-website-services/readme.md -------------------------------------------------------------------------------- /awesome-stoicism-quotes/quotes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-stoicism-quotes/quotes.json -------------------------------------------------------------------------------- /awesome-stoicism-quotes/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-stoicism-quotes/readme.md -------------------------------------------------------------------------------- /awesome-tools-jr-developers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-tools-jr-developers/readme.md -------------------------------------------------------------------------------- /awesome-web-browsers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-web-browsers/readme.md -------------------------------------------------------------------------------- /awesome-web-design/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-web-design/readme.md -------------------------------------------------------------------------------- /awesome-web-effects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-web-effects/README.md -------------------------------------------------------------------------------- /awesome-web-effects/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-web-effects/banner.jpg -------------------------------------------------------------------------------- /awesome-webapps-free/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-webapps-free/readme.md -------------------------------------------------------------------------------- /awesome-webdev-resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-webdev-resources/readme.md -------------------------------------------------------------------------------- /awesome-websites/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/awesome-websites/readme.md -------------------------------------------------------------------------------- /bookmarks-codeverland/images/bookmarks.dev-logo-md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-codeverland/images/bookmarks.dev-logo-md.png -------------------------------------------------------------------------------- /bookmarks-codeverland/images/codever-bookmarks-header-560x137.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-codeverland/images/codever-bookmarks-header-560x137.png -------------------------------------------------------------------------------- /bookmarks-codeverland/images/codever-bookmarks-header-900x220.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-codeverland/images/codever-bookmarks-header-900x220.png -------------------------------------------------------------------------------- /bookmarks-codeverland/images/codever-bookmarks-header.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-codeverland/images/codever-bookmarks-header.xcf -------------------------------------------------------------------------------- /bookmarks-codeverland/images/r: -------------------------------------------------------------------------------- 1 | w 2 | -------------------------------------------------------------------------------- /bookmarks-codeverland/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-codeverland/readme.md -------------------------------------------------------------------------------- /bookmarks-davidacreate/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-davidacreate/readme.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/TOTALLY-GIGANTIC-FILE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/TOTALLY-GIGANTIC-FILE.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/about.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/about.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/animation/web-animations-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/animation/web-animations-api.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/appearance/animation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/appearance/animation.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/appearance/typography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/appearance/typography.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/appearance/visualization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/appearance/visualization.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/architecture/algorithms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/architecture/algorithms.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/architecture/complete-systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/architecture/complete-systems.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/architecture/design-patterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/architecture/design-patterns.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/architecture/designs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/architecture/designs.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/architecture/event-driven-programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/architecture/event-driven-programming.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/architecture/functional-programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/architecture/functional-programming.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/architecture/functional-reactive-programming-frp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/architecture/functional-reactive-programming-frp.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/compatibility/cross-browser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/compatibility/cross-browser.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/compatibility/e-mail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/compatibility/e-mail.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/compatibility/keyboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/compatibility/keyboard.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/compatibility/mobile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/compatibility/mobile.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/compatibility/printers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/compatibility/printers.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/compatibility/responsive-web-design-rwd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/compatibility/responsive-web-design-rwd.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/compatibility/web-accessibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/compatibility/web-accessibility.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/contributing.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/ecosystem/communities-around-projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/ecosystem/communities-around-projects.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/ecosystem/news.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/ecosystem/news.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/ecosystem/notable-community-members.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/ecosystem/notable-community-members.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/ecosystem/organizations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/ecosystem/organizations.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/ecosystem/podcasts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/ecosystem/podcasts.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/languages-protocols-browser-apis/cascading-style-sheets-css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/languages-protocols-browser-apis/cascading-style-sheets-css.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/languages-protocols-browser-apis/document-object-model-dom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/languages-protocols-browser-apis/document-object-model-dom.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/languages-protocols-browser-apis/hypertext-markup-language-html.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/languages-protocols-browser-apis/hypertext-markup-language-html.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/languages-protocols-browser-apis/hypertext-transfer-protocol-http.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/languages-protocols-browser-apis/hypertext-transfer-protocol-http.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/languages-protocols-browser-apis/javascript-ecmascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/languages-protocols-browser-apis/javascript-ecmascript.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/languages-protocols-browser-apis/javascript-object-notation-json.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/languages-protocols-browser-apis/javascript-object-notation-json.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/languages-protocols-browser-apis/scalable-vector-graphics-svg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/languages-protocols-browser-apis/scalable-vector-graphics-svg.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/languages-protocols-browser-apis/service-workers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/languages-protocols-browser-apis/service-workers.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/languages-protocols-browser-apis/templating-languages-and-engines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/languages-protocols-browser-apis/templating-languages-and-engines.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/languages-protocols-browser-apis/transpiled-languages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/languages-protocols-browser-apis/transpiled-languages.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/languages-protocols-browser-apis/uniform-resource-identifier-uri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/languages-protocols-browser-apis/uniform-resource-identifier-uri.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/languages-protocols-browser-apis/webassembly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/languages-protocols-browser-apis/webassembly.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/readme.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/user-interface-components/buttons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/user-interface-components/buttons.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/user-interface-components/code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/user-interface-components/code.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/user-interface-components/forms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/user-interface-components/forms.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/user-interface-components/galeries-and-image-sliders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/user-interface-components/galeries-and-image-sliders.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/user-interface-components/grid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/user-interface-components/grid.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/user-interface-components/rich-text-editors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/user-interface-components/rich-text-editors.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/user-interface-components/table-of-contents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/user-interface-components/table-of-contents.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/user-interface-components/ui-kits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/user-interface-components/ui-kits.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/user-interface-components/video-and-audio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/user-interface-components/video-and-audio.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/automated-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/automated-testing.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/build-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/build-tools.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/code-editors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/code-editors.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/css-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/css-tools.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/documentation.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/fonts-for-programmers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/fonts-for-programmers.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/getting-started.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/html-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/html-tools.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/image-post-processing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/image-post-processing.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/javascript-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/javascript-tools.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/package-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/package-management.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/sourcemaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/sourcemaps.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/tutorials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/tutorials.md -------------------------------------------------------------------------------- /bookmarks-frontend-dev/workflow/version-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks-frontend-dev/workflow/version-control.md -------------------------------------------------------------------------------- /bookmarks/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/bookmarks/readme.md -------------------------------------------------------------------------------- /cheatsheet-css/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-css/readme.md -------------------------------------------------------------------------------- /cheatsheet-docker/images/change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-docker/images/change.png -------------------------------------------------------------------------------- /cheatsheet-docker/images/click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-docker/images/click.png -------------------------------------------------------------------------------- /cheatsheet-docker/images/commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-docker/images/commit.png -------------------------------------------------------------------------------- /cheatsheet-docker/images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-docker/images/edit.png -------------------------------------------------------------------------------- /cheatsheet-docker/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-docker/readme.md -------------------------------------------------------------------------------- /cheatsheet-emoji/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-emoji/readme.md -------------------------------------------------------------------------------- /cheatsheet-emoji/readme2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-emoji/readme2.md -------------------------------------------------------------------------------- /cheatsheet-es6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-es6/README.md -------------------------------------------------------------------------------- /cheatsheet-es6/es6-cheatsheet-thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-es6/es6-cheatsheet-thumbnail.png -------------------------------------------------------------------------------- /cheatsheet-es6/es6-cheatsheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-es6/es6-cheatsheet.html -------------------------------------------------------------------------------- /cheatsheet-es6/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-es6/stylesheet.css -------------------------------------------------------------------------------- /cheatsheet-favicon/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-favicon/readme.md -------------------------------------------------------------------------------- /cheatsheet-firebase/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-firebase/readme.md -------------------------------------------------------------------------------- /cheatsheet-git/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-git/readme.md -------------------------------------------------------------------------------- /cheatsheet-git/tips.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-git/tips.json -------------------------------------------------------------------------------- /cheatsheet-github/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-github/readme.md -------------------------------------------------------------------------------- /cheatsheet-gitpitch/5: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /cheatsheet-gitpitch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-gitpitch/README.md -------------------------------------------------------------------------------- /cheatsheet-jsx/jsx-cheatsheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-jsx/jsx-cheatsheet.html -------------------------------------------------------------------------------- /cheatsheet-jsx/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-jsx/stylesheet.css -------------------------------------------------------------------------------- /cheatsheet-linter/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-linter/readme.md -------------------------------------------------------------------------------- /cheatsheet-markdown/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-markdown/readme.md -------------------------------------------------------------------------------- /cheatsheet-modern-js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-modern-js/README.md -------------------------------------------------------------------------------- /cheatsheet-modern-ts/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-modern-ts/readme.md -------------------------------------------------------------------------------- /cheatsheet-promises/promises-cheatsheet-thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-promises/promises-cheatsheet-thumbnail.png -------------------------------------------------------------------------------- /cheatsheet-promises/promises-cheatsheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-promises/promises-cheatsheet.html -------------------------------------------------------------------------------- /cheatsheet-promises/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-promises/stylesheet.css -------------------------------------------------------------------------------- /cheatsheet-python/Matplotlib.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/Matplotlib.pdf -------------------------------------------------------------------------------- /cheatsheet-python/NumPy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/NumPy.pdf -------------------------------------------------------------------------------- /cheatsheet-python/NumPy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/NumPy/README.md -------------------------------------------------------------------------------- /cheatsheet-python/NumPy/numpy-examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/NumPy/numpy-examples.py -------------------------------------------------------------------------------- /cheatsheet-python/img/advanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/img/advanced.png -------------------------------------------------------------------------------- /cheatsheet-python/img/axes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/img/axes.png -------------------------------------------------------------------------------- /cheatsheet-python/img/fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/img/fill.png -------------------------------------------------------------------------------- /cheatsheet-python/img/lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/img/lines.png -------------------------------------------------------------------------------- /cheatsheet-python/img/medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/img/medium.png -------------------------------------------------------------------------------- /cheatsheet-python/img/plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/img/plot.png -------------------------------------------------------------------------------- /cheatsheet-python/img/ticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/img/ticks.png -------------------------------------------------------------------------------- /cheatsheet-python/matplotlib/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/matplotlib/README.md -------------------------------------------------------------------------------- /cheatsheet-python/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/readme.md -------------------------------------------------------------------------------- /cheatsheet-python/readme2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-python/readme2.md -------------------------------------------------------------------------------- /cheatsheet-python/requirements.txt: -------------------------------------------------------------------------------- 1 | matplotlib==2.0.0 2 | numpy==1.12.1 3 | -------------------------------------------------------------------------------- /cheatsheet-react-babel/react-with-babel-cheatsheet-thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-babel/react-with-babel-cheatsheet-thumbnail.png -------------------------------------------------------------------------------- /cheatsheet-react-babel/react-with-babel-cheatsheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-babel/react-with-babel-cheatsheet.html -------------------------------------------------------------------------------- /cheatsheet-react-babel/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-babel/stylesheet.css -------------------------------------------------------------------------------- /cheatsheet-react-typescript/advanced/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/advanced/index.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/advanced/misc-concerns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/advanced/misc-concerns.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/advanced/patterns_by_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/advanced/patterns_by_usecase.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/advanced/patterns_by_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/advanced/patterns_by_version.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/advanced/types-react-ap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/advanced/types-react-ap.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/advanced/utility-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/advanced/utility-types.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/editor-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/editor-integration.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/examples.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/getting-started/codebases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/getting-started/codebases.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/getting-started/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/getting-started/resources.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/getting-started/talks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/getting-started/talks.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/linting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/linting.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/recommended/codebases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/recommended/codebases.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/recommended/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/recommended/resources.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/recommended/talks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/recommended/talks.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/setup.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/troubleshooting/learn-ts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/troubleshooting/learn-ts.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/troubleshooting/non-ts-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/troubleshooting/non-ts-files.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/troubleshooting/official-typings-bugs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/troubleshooting/official-typings-bugs.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/troubleshooting/operators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/troubleshooting/operators.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/troubleshooting/ts-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/troubleshooting/ts-config.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/troubleshooting/types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/troubleshooting/types.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/troubleshooting/utilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/troubleshooting/utilities.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/basic/useful-hooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/basic/useful-hooks.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/hoc/excluding-props.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/hoc/excluding-props.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/hoc/full-example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/hoc/full-example.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/hoc/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/hoc/index.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/hoc/react-hoc-docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/hoc/react-hoc-docs.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/migration/from-flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/migration/from-flow.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/migration/from-js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/migration/from-js.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/migration/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/migration/index.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/migration/js-docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/migration/js-docs.md -------------------------------------------------------------------------------- /cheatsheet-react-typescript/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react-typescript/readme.md -------------------------------------------------------------------------------- /cheatsheet-react/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-react/readme.md -------------------------------------------------------------------------------- /cheatsheet-reactjs/react-cheatsheet-thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-reactjs/react-cheatsheet-thumbnail.png -------------------------------------------------------------------------------- /cheatsheet-reactjs/react-cheatsheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-reactjs/react-cheatsheet.html -------------------------------------------------------------------------------- /cheatsheet-reactjs/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-reactjs/stylesheet.css -------------------------------------------------------------------------------- /cheatsheet-regex/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-regex/readme.md -------------------------------------------------------------------------------- /cheatsheet-svg/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-svg/readme.md -------------------------------------------------------------------------------- /cheatsheet-typescript/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-typescript/readme.md -------------------------------------------------------------------------------- /cheatsheet-vuejs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-vuejs/readme.md -------------------------------------------------------------------------------- /cheatsheet-vuejs/readme2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/cheatsheet-vuejs/readme2.md -------------------------------------------------------------------------------- /coding-guidelines-best-practices/.eleventy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/coding-guidelines-best-practices/.eleventy.js -------------------------------------------------------------------------------- /coding-guidelines-best-practices/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/coding-guidelines-best-practices/package.json -------------------------------------------------------------------------------- /coding-guidelines-best-practices/readme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/coding-guidelines-best-practices/readme.json -------------------------------------------------------------------------------- /coding-guidelines-best-practices/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/coding-guidelines-best-practices/readme.md -------------------------------------------------------------------------------- /coding-guidelines-best-practices/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/coding-guidelines-best-practices/yarn.lock -------------------------------------------------------------------------------- /css-protips/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/css-protips/README.md -------------------------------------------------------------------------------- /css-protips/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/css-protips/logo.svg -------------------------------------------------------------------------------- /data-structures/itsy-bitsy-data-structures.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/data-structures/itsy-bitsy-data-structures.js -------------------------------------------------------------------------------- /data-structures/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/data-structures/readme.md -------------------------------------------------------------------------------- /design-resources-developers/headerimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/design-resources-developers/headerimage.png -------------------------------------------------------------------------------- /design-resources-developers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/design-resources-developers/readme.md -------------------------------------------------------------------------------- /design-systems/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/design-systems/readme.md -------------------------------------------------------------------------------- /developer-interview-questions/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-interview-questions/readme.md -------------------------------------------------------------------------------- /developer-links/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-links/readme.md -------------------------------------------------------------------------------- /developer-portfolios-inspiration/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-portfolios-inspiration/readme.md -------------------------------------------------------------------------------- /developer-resources-cruz/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-resources-cruz/readme.md -------------------------------------------------------------------------------- /developer-resources-hosting/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-resources-hosting/readme.md -------------------------------------------------------------------------------- /developer-resources-links/README4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-resources-links/README4.md -------------------------------------------------------------------------------- /developer-resources-links/readme1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-resources-links/readme1.md -------------------------------------------------------------------------------- /developer-resources-links/readme2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-resources-links/readme2.md -------------------------------------------------------------------------------- /developer-resources-links/readme3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-resources-links/readme3.md -------------------------------------------------------------------------------- /developer-resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-resources/readme.md -------------------------------------------------------------------------------- /developer-tech-resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-tech-resources/readme.md -------------------------------------------------------------------------------- /developer-uses-tech-data/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-uses-tech-data/readme.md -------------------------------------------------------------------------------- /developer-websites/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-websites/readme.md -------------------------------------------------------------------------------- /developer-youtube-channels/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-youtube-channels/readme.md -------------------------------------------------------------------------------- /developer-youtube-lists/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/developer-youtube-lists/readme.md -------------------------------------------------------------------------------- /digital-gardeners/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/digital-gardeners/readme.md -------------------------------------------------------------------------------- /discounts-for-students/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/discounts-for-students/readme.md -------------------------------------------------------------------------------- /emojis-all/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/emojis-all/readme.md -------------------------------------------------------------------------------- /es6-summary/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/es6-summary/README.md -------------------------------------------------------------------------------- /ethereum-developer-tools-list/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/ethereum-developer-tools-list/readme.md -------------------------------------------------------------------------------- /every-programmer-should-know/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/every-programmer-should-know/README.md -------------------------------------------------------------------------------- /fonts/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/fonts/readme.md -------------------------------------------------------------------------------- /frontend-development/Banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-development/Banner.jpg -------------------------------------------------------------------------------- /frontend-development/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-development/Logo.png -------------------------------------------------------------------------------- /frontend-development/frontend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-development/frontend.png -------------------------------------------------------------------------------- /frontend-development/react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-development/react.png -------------------------------------------------------------------------------- /frontend-development/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-development/readme.md -------------------------------------------------------------------------------- /frontend-guide/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/README.md -------------------------------------------------------------------------------- /frontend-guide/images/css-modules-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/css-modules-logo.svg -------------------------------------------------------------------------------- /frontend-guide/images/desk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/desk.png -------------------------------------------------------------------------------- /frontend-guide/images/eslint-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/eslint-logo.svg -------------------------------------------------------------------------------- /frontend-guide/images/flow-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/flow-logo.png -------------------------------------------------------------------------------- /frontend-guide/images/jest-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/jest-demo.gif -------------------------------------------------------------------------------- /frontend-guide/images/jest-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/jest-logo.svg -------------------------------------------------------------------------------- /frontend-guide/images/prettier-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/prettier-logo.png -------------------------------------------------------------------------------- /frontend-guide/images/react-devtools-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/react-devtools-demo.gif -------------------------------------------------------------------------------- /frontend-guide/images/react-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/react-logo.svg -------------------------------------------------------------------------------- /frontend-guide/images/redux-devtools-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/redux-devtools-demo.gif -------------------------------------------------------------------------------- /frontend-guide/images/redux-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/redux-logo.svg -------------------------------------------------------------------------------- /frontend-guide/images/stylelint-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/stylelint-demo.png -------------------------------------------------------------------------------- /frontend-guide/images/stylelint-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/stylelint-logo.svg -------------------------------------------------------------------------------- /frontend-guide/images/webpack-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/webpack-logo.svg -------------------------------------------------------------------------------- /frontend-guide/images/yarn-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guide/images/yarn-logo.png -------------------------------------------------------------------------------- /frontend-guidelines/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-guidelines/README.md -------------------------------------------------------------------------------- /frontend-resources/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-resources/cover.png -------------------------------------------------------------------------------- /frontend-resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-resources/readme.md -------------------------------------------------------------------------------- /frontend-stuff/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-stuff/readme.md -------------------------------------------------------------------------------- /frontend-style-guide/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-style-guide/readme.md -------------------------------------------------------------------------------- /frontend-toolbox/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-toolbox/readme.md -------------------------------------------------------------------------------- /frontend-toolchain-resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/frontend-toolchain-resources/readme.md -------------------------------------------------------------------------------- /git-tips-n-tricks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/git-tips-n-tricks/README.md -------------------------------------------------------------------------------- /github-users-top-us/followers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/github-users-top-us/followers.md -------------------------------------------------------------------------------- /github-users-top-us/public-contributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/github-users-top-us/public-contributions.md -------------------------------------------------------------------------------- /github-users-top-us/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/github-users-top-us/readme.md -------------------------------------------------------------------------------- /github-users-top-us/total-contributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/github-users-top-us/total-contributions.md -------------------------------------------------------------------------------- /graphql-apis/apis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/graphql-apis/apis.json -------------------------------------------------------------------------------- /graphql-apis/demos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/graphql-apis/demos.json -------------------------------------------------------------------------------- /graphql-apis/proxies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/graphql-apis/proxies.json -------------------------------------------------------------------------------- /graphql-apis/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/graphql-apis/readme.md -------------------------------------------------------------------------------- /guidelines-frontend/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/guidelines-frontend/readme.md -------------------------------------------------------------------------------- /hacker-laws/assets/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/assets/banner.png -------------------------------------------------------------------------------- /hacker-laws/assets/banner.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/assets/banner.psd -------------------------------------------------------------------------------- /hacker-laws/assets/diagrams.bmpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/assets/diagrams.bmpr -------------------------------------------------------------------------------- /hacker-laws/assets/repository-open-graph-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/assets/repository-open-graph-template.png -------------------------------------------------------------------------------- /hacker-laws/assets/sharing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/assets/sharing.md -------------------------------------------------------------------------------- /hacker-laws/images/Fitts_Law.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/images/Fitts_Law.svg -------------------------------------------------------------------------------- /hacker-laws/images/amdahls_law.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/images/amdahls_law.png -------------------------------------------------------------------------------- /hacker-laws/images/changelog-podcast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/images/changelog-podcast.png -------------------------------------------------------------------------------- /hacker-laws/images/complete_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/images/complete_graph.png -------------------------------------------------------------------------------- /hacker-laws/images/gartner_hype_cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/images/gartner_hype_cycle.png -------------------------------------------------------------------------------- /hacker-laws/images/gitlocalize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/images/gitlocalize.png -------------------------------------------------------------------------------- /hacker-laws/images/hicks_law.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/images/hicks_law.svg -------------------------------------------------------------------------------- /hacker-laws/prepare-markdown-for-ebook.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/prepare-markdown-for-ebook.sh -------------------------------------------------------------------------------- /hacker-laws/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/hacker-laws/readme.md -------------------------------------------------------------------------------- /html-css-adv-topics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/html-css-adv-topics/README.md -------------------------------------------------------------------------------- /html-css-basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/html-css-basics/README.md -------------------------------------------------------------------------------- /html-css-js-tips/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/html-css-js-tips/README.md -------------------------------------------------------------------------------- /html-css-tutorial/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/html-css-tutorial/readme.md -------------------------------------------------------------------------------- /html-property-info/html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/html-property-info/html.js -------------------------------------------------------------------------------- /html-property-info/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/html-property-info/readme.md -------------------------------------------------------------------------------- /html-property-info/svg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/html-property-info/svg.js -------------------------------------------------------------------------------- /javascript-123-interview-questions/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-123-interview-questions/readme.md -------------------------------------------------------------------------------- /javascript-33-concepts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-33-concepts/README.md -------------------------------------------------------------------------------- /javascript-arrays-cheatsheet/Cheatsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-arrays-cheatsheet/Cheatsheet.png -------------------------------------------------------------------------------- /javascript-arrays-cheatsheet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-arrays-cheatsheet/README.md -------------------------------------------------------------------------------- /javascript-arrays-cheatsheet/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-arrays-cheatsheet/index.js -------------------------------------------------------------------------------- /javascript-clean-code/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-clean-code/readme.md -------------------------------------------------------------------------------- /javascript-design-patterns-for-humans/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-design-patterns-for-humans/README.md -------------------------------------------------------------------------------- /javascript-design-patterns-for-humans/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-design-patterns-for-humans/cover.png -------------------------------------------------------------------------------- /javascript-dev-bookmarks/js-dev-bookmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-dev-bookmarks/js-dev-bookmarks.png -------------------------------------------------------------------------------- /javascript-dev-bookmarks/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-dev-bookmarks/readme.md -------------------------------------------------------------------------------- /javascript-for-everyone/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-for-everyone/readme.md -------------------------------------------------------------------------------- /javascript-interview-questions/images/bom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/images/bom.png -------------------------------------------------------------------------------- /javascript-interview-questions/images/call-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/images/call-stack.png -------------------------------------------------------------------------------- /javascript-interview-questions/images/console-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/images/console-css.png -------------------------------------------------------------------------------- /javascript-interview-questions/images/console-dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/images/console-dir.png -------------------------------------------------------------------------------- /javascript-interview-questions/images/console-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/images/console-html.png -------------------------------------------------------------------------------- /javascript-interview-questions/images/console-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/images/console-table.png -------------------------------------------------------------------------------- /javascript-interview-questions/images/cookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/images/cookie.png -------------------------------------------------------------------------------- /javascript-interview-questions/images/event-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/images/event-table.png -------------------------------------------------------------------------------- /javascript-interview-questions/images/heap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/images/heap.png -------------------------------------------------------------------------------- /javascript-interview-questions/images/observables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/images/observables.png -------------------------------------------------------------------------------- /javascript-interview-questions/images/promises.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/images/promises.png -------------------------------------------------------------------------------- /javascript-interview-questions/images/prototype_chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/images/prototype_chain.png -------------------------------------------------------------------------------- /javascript-interview-questions/images/temporal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/images/temporal.jpg -------------------------------------------------------------------------------- /javascript-interview-questions/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-interview-questions/readme.md -------------------------------------------------------------------------------- /javascript-misc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-misc/README.md -------------------------------------------------------------------------------- /javascript-notes-good-parts/images/Javascript the Good Parts book with tabs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-notes-good-parts/images/Javascript the Good Parts book with tabs.jpg -------------------------------------------------------------------------------- /javascript-notes-good-parts/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-notes-good-parts/readme.md -------------------------------------------------------------------------------- /javascript-promises-cookbook/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-promises-cookbook/readme.md -------------------------------------------------------------------------------- /javascript-questions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-questions/README.md -------------------------------------------------------------------------------- /javascript-regex-cheatsheet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-regex-cheatsheet/README.md -------------------------------------------------------------------------------- /javascript-snippets/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-snippets/Logo.png -------------------------------------------------------------------------------- /javascript-snippets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-snippets/README.md -------------------------------------------------------------------------------- /javascript-testing-practices-guidelines/assets/5: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /javascript-testing-practices-guidelines/assets/header-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-testing-practices-guidelines/assets/header-alt.png -------------------------------------------------------------------------------- /javascript-testing-practices-guidelines/assets/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-testing-practices-guidelines/assets/header-image.png -------------------------------------------------------------------------------- /javascript-testing-practices-guidelines/assets/header.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-testing-practices-guidelines/assets/header.pptx -------------------------------------------------------------------------------- /javascript-testing-practices-guidelines/assets/headspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-testing-practices-guidelines/assets/headspace.png -------------------------------------------------------------------------------- /javascript-testing-practices-guidelines/assets/js-bp-header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-testing-practices-guidelines/assets/js-bp-header.jpg -------------------------------------------------------------------------------- /javascript-testing-practices-guidelines/assets/lighthouse2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-testing-practices-guidelines/assets/lighthouse2.png -------------------------------------------------------------------------------- /javascript-testing-practices-guidelines/assets/mind-map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-testing-practices-guidelines/assets/mind-map.jpg -------------------------------------------------------------------------------- /javascript-testing-practices-guidelines/assets/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-testing-practices-guidelines/assets/twitter.png -------------------------------------------------------------------------------- /javascript-testing-practices-guidelines/assets/uml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-testing-practices-guidelines/assets/uml.png -------------------------------------------------------------------------------- /javascript-testing-practices-guidelines/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-testing-practices-guidelines/readme.md -------------------------------------------------------------------------------- /javascript-tips-n-tidbits/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-tips-n-tidbits/README.md -------------------------------------------------------------------------------- /javascript-tips-n-tricks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-tips-n-tricks/README.md -------------------------------------------------------------------------------- /javascript-tips/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-tips/README.md -------------------------------------------------------------------------------- /javascript-wtfjs/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-wtfjs/CONTRIBUTING.md -------------------------------------------------------------------------------- /javascript-wtfjs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-wtfjs/README.md -------------------------------------------------------------------------------- /javascript-wtfjs/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-wtfjs/package-lock.json -------------------------------------------------------------------------------- /javascript-wtfjs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-wtfjs/package.json -------------------------------------------------------------------------------- /javascript-wtfjs/wtfjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/javascript-wtfjs/wtfjs.js -------------------------------------------------------------------------------- /json-awesome-github-profiles/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-awesome-github-profiles/data.json -------------------------------------------------------------------------------- /json-awesome-github-profiles/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-awesome-github-profiles/readme.md -------------------------------------------------------------------------------- /json-awesome-github-profiles/readme2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-awesome-github-profiles/readme2.md -------------------------------------------------------------------------------- /json-awesome/awesome-detailed-info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-awesome/awesome-detailed-info.json -------------------------------------------------------------------------------- /json-awesome/awesome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-awesome/awesome.json -------------------------------------------------------------------------------- /json-awesomeblog-data/database.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-awesomeblog-data/database.json -------------------------------------------------------------------------------- /json-codestack-data/users.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-codestack-data/users.json -------------------------------------------------------------------------------- /json-currency/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-currency/currency.json -------------------------------------------------------------------------------- /json-data-refined-blog/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-data-refined-blog/data.json -------------------------------------------------------------------------------- /json-data-refined-blog/readme.md: -------------------------------------------------------------------------------- 1 | - https://github.com/m8/refined.blog 2 | -------------------------------------------------------------------------------- /json-emojis/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-emojis/data.json -------------------------------------------------------------------------------- /json-emojis/emoji.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-emojis/emoji.json -------------------------------------------------------------------------------- /json-emojis/emojis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-emojis/emojis.json -------------------------------------------------------------------------------- /json-emojis/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-emojis/readme.md -------------------------------------------------------------------------------- /json-fastapi-projects/projects.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-fastapi-projects/projects.json -------------------------------------------------------------------------------- /json-framestack-data/cloud.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-framestack-data/cloud.json -------------------------------------------------------------------------------- /json-framestack-data/frameworks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-framestack-data/frameworks.json -------------------------------------------------------------------------------- /json-framestack-data/libraries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-framestack-data/libraries.json -------------------------------------------------------------------------------- /json-framestack-data/tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-framestack-data/tools.json -------------------------------------------------------------------------------- /json-github-profile-readme/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-github-profile-readme/Readme.md -------------------------------------------------------------------------------- /json-github-profile-readme/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-github-profile-readme/data.json -------------------------------------------------------------------------------- /json-hooks/hooks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-hooks/hooks.json -------------------------------------------------------------------------------- /json-hooks/readme.md: -------------------------------------------------------------------------------- 1 | https://github.com/Uvacoder/hooks-nikgraf 2 | -------------------------------------------------------------------------------- /json-killed-by-google/graveyard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-killed-by-google/graveyard.json -------------------------------------------------------------------------------- /json-killed-by-google/readme.md: -------------------------------------------------------------------------------- 1 | https://github.com/codyogden/killedbygoogle 2 | -------------------------------------------------------------------------------- /json-quotes-stoicism/quotes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-quotes-stoicism/quotes.json -------------------------------------------------------------------------------- /json-quotes/quotes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-quotes/quotes.json -------------------------------------------------------------------------------- /json-tools/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-tools/readme.md -------------------------------------------------------------------------------- /json-webgradients/gradients-parsed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-webgradients/gradients-parsed.json -------------------------------------------------------------------------------- /json-webgradients/gradients.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-webgradients/gradients.json -------------------------------------------------------------------------------- /json-webgradients/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-webgradients/readme.md -------------------------------------------------------------------------------- /json-webgradients/webgradients.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/json-webgradients/webgradients.css -------------------------------------------------------------------------------- /learn-regex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/learn-regex/README.md -------------------------------------------------------------------------------- /learn-regex/img/4: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /learn-regex/img/img_original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/learn-regex/img/img_original.png -------------------------------------------------------------------------------- /learn-regex/img/regexp-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/learn-regex/img/regexp-en.png -------------------------------------------------------------------------------- /learn-regex/img/regexp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/learn-regex/img/regexp.svg -------------------------------------------------------------------------------- /lists-i-like/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/lists-i-like/readme.md -------------------------------------------------------------------------------- /my-snippets/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/my-snippets/readme.md -------------------------------------------------------------------------------- /node-best-practices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/README.md -------------------------------------------------------------------------------- /node-best-practices/sections/5: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /node-best-practices/sections/apmproducts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/apmproducts.md -------------------------------------------------------------------------------- /node-best-practices/sections/asyncerrorhandling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/asyncerrorhandling.md -------------------------------------------------------------------------------- /node-best-practices/sections/centralizedhandling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/centralizedhandling.md -------------------------------------------------------------------------------- /node-best-practices/sections/documentingusingswagger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/documentingusingswagger.md -------------------------------------------------------------------------------- /node-best-practices/sections/eslint_prettier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/eslint_prettier.md -------------------------------------------------------------------------------- /node-best-practices/sections/failfast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/failfast.md -------------------------------------------------------------------------------- /node-best-practices/sections/monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/monitoring.md -------------------------------------------------------------------------------- /node-best-practices/sections/operationalvsprogrammererror.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/operationalvsprogrammererror.md -------------------------------------------------------------------------------- /node-best-practices/sections/readme-general-toc-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/readme-general-toc-1.md -------------------------------------------------------------------------------- /node-best-practices/sections/readme-general-toc-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/readme-general-toc-2.md -------------------------------------------------------------------------------- /node-best-practices/sections/readme-general-toc-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/readme-general-toc-3.md -------------------------------------------------------------------------------- /node-best-practices/sections/readme-general-toc-4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/readme-general-toc-4.md -------------------------------------------------------------------------------- /node-best-practices/sections/returningpromises.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/returningpromises.md -------------------------------------------------------------------------------- /node-best-practices/sections/testingerrorflows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/testingerrorflows.md -------------------------------------------------------------------------------- /node-best-practices/sections/usematurelogger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/node-best-practices/sections/usematurelogger.md -------------------------------------------------------------------------------- /notes-learning/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/notes-learning/readme.md -------------------------------------------------------------------------------- /opensource-financial-aid/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/opensource-financial-aid/readme.md -------------------------------------------------------------------------------- /portfolios/dev-portfolios-emma/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/dev-portfolios-emma/readme.md -------------------------------------------------------------------------------- /portfolios/developer-amazing-sites/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/developer-amazing-sites/readme.md -------------------------------------------------------------------------------- /portfolios/developer-blogs-awesome-rss/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/developer-blogs-awesome-rss/readme.md -------------------------------------------------------------------------------- /portfolios/developer-blogs-awesome/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/developer-blogs-awesome/readme.md -------------------------------------------------------------------------------- /portfolios/developer-blogs-posts/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/developer-blogs-posts/readme.md -------------------------------------------------------------------------------- /portfolios/developer-portfolios/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/developer-portfolios/readme.md -------------------------------------------------------------------------------- /portfolios/developer-resources-podcasts/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/developer-resources-podcasts/readme.md -------------------------------------------------------------------------------- /portfolios/developers-follow-codepen/codepen-coders.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/developers-follow-codepen/codepen-coders.js -------------------------------------------------------------------------------- /portfolios/developers-follow-codepen/generate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/developers-follow-codepen/generate.js -------------------------------------------------------------------------------- /portfolios/developers-follow-codepen/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/developers-follow-codepen/readme.md -------------------------------------------------------------------------------- /portfolios/portfolios-dev-blogs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/portfolios-dev-blogs/readme.md -------------------------------------------------------------------------------- /portfolios/portfolios-dev-ideas/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/portfolios-dev-ideas/readme.md -------------------------------------------------------------------------------- /portfolios/portfolios-github-profiles-hackathon/github-profiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/portfolios-github-profiles-hackathon/github-profiles.md -------------------------------------------------------------------------------- /portfolios/portfolios-github-profiles-hackathon/portfolio-sites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/portfolios/portfolios-github-profiles-hackathon/portfolio-sites.md -------------------------------------------------------------------------------- /project-guidelines/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/README.md -------------------------------------------------------------------------------- /project-guidelines/images/api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/api.png -------------------------------------------------------------------------------- /project-guidelines/images/branching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/branching.png -------------------------------------------------------------------------------- /project-guidelines/images/code-style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/code-style.png -------------------------------------------------------------------------------- /project-guidelines/images/documentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/documentation.png -------------------------------------------------------------------------------- /project-guidelines/images/elsewhen-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/elsewhen-logo.png -------------------------------------------------------------------------------- /project-guidelines/images/folder-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/folder-tree.png -------------------------------------------------------------------------------- /project-guidelines/images/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/git.png -------------------------------------------------------------------------------- /project-guidelines/images/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/github.png -------------------------------------------------------------------------------- /project-guidelines/images/laptop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/laptop.png -------------------------------------------------------------------------------- /project-guidelines/images/licensing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/licensing.png -------------------------------------------------------------------------------- /project-guidelines/images/logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/logging.png -------------------------------------------------------------------------------- /project-guidelines/images/logo.sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/logo.sample.png -------------------------------------------------------------------------------- /project-guidelines/images/modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/modules.png -------------------------------------------------------------------------------- /project-guidelines/images/testing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/project-guidelines/images/testing.png -------------------------------------------------------------------------------- /projects-fastapi/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/projects-fastapi/readme.md -------------------------------------------------------------------------------- /question-interview-typescript/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/question-interview-typescript/readme.md -------------------------------------------------------------------------------- /questions-full-stack-interview/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/questions-full-stack-interview/readme.md -------------------------------------------------------------------------------- /questions-interview-awesome/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/questions-interview-awesome/readme.md -------------------------------------------------------------------------------- /questions-interview-coding/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/questions-interview-coding/readme.md -------------------------------------------------------------------------------- /questions-interview-javascript/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/questions-interview-javascript/readme.md -------------------------------------------------------------------------------- /questions-interview-machine-learning/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/questions-interview-machine-learning/readme.md -------------------------------------------------------------------------------- /questions-interview-reactjs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/questions-interview-reactjs/readme.md -------------------------------------------------------------------------------- /questions-interview-web-security/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/questions-interview-web-security/readme.md -------------------------------------------------------------------------------- /questions-web-developer-interview/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/questions-web-developer-interview/readme.md -------------------------------------------------------------------------------- /react-Developer-roadmap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/react-Developer-roadmap/README.md -------------------------------------------------------------------------------- /react-Developer-roadmap/roadmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/react-Developer-roadmap/roadmap.png -------------------------------------------------------------------------------- /react-Developer-roadmap/src/react-developer-roadmap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/react-Developer-roadmap/src/react-developer-roadmap.xml -------------------------------------------------------------------------------- /react-developer-roadmap/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/react-developer-roadmap/readme.md -------------------------------------------------------------------------------- /react-for-everyone/images/rendering_multiple_js_elements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/react-for-everyone/images/rendering_multiple_js_elements.png -------------------------------------------------------------------------------- /react-for-everyone/images/styling_all_jsx_elements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/react-for-everyone/images/styling_all_jsx_elements.png -------------------------------------------------------------------------------- /react-for-everyone/images/styling_jsx_element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/react-for-everyone/images/styling_jsx_element.png -------------------------------------------------------------------------------- /react-for-everyone/images/vue_popularity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/react-for-everyone/images/vue_popularity.png -------------------------------------------------------------------------------- /react-for-everyone/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/react-for-everyone/readme.md -------------------------------------------------------------------------------- /react-notes/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/react-notes/index.js -------------------------------------------------------------------------------- /react-notes/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/react-notes/readme.md -------------------------------------------------------------------------------- /react-philosophies/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/react-philosophies/readme.md -------------------------------------------------------------------------------- /react-practices/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/react-practices/readme.md -------------------------------------------------------------------------------- /reactjs-tips-tricks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/reactjs-tips-tricks/README.md -------------------------------------------------------------------------------- /readme-badges-collection/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/readme-badges-collection/readme.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/readme.md -------------------------------------------------------------------------------- /readme/node-fetch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/readme/node-fetch.md -------------------------------------------------------------------------------- /readme/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/readme/readme.md -------------------------------------------------------------------------------- /resources-a-to-z-students/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/resources-a-to-z-students/README.md -------------------------------------------------------------------------------- /resources-blockchain/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/resources-blockchain/readme.md -------------------------------------------------------------------------------- /resources-free-developer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/resources-free-developer/README.md -------------------------------------------------------------------------------- /resources-free-webdev/Free_resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/resources-free-webdev/Free_resources.png -------------------------------------------------------------------------------- /resources-free-webdev/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/resources-free-webdev/readme.md -------------------------------------------------------------------------------- /resources-graphics/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/resources-graphics/readme.md -------------------------------------------------------------------------------- /resources-hackathon-organizers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/resources-hackathon-organizers/readme.md -------------------------------------------------------------------------------- /resources-tech-helpful/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/resources-tech-helpful/readme.md -------------------------------------------------------------------------------- /resources-webdev-free/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/resources-webdev-free/data.json -------------------------------------------------------------------------------- /resources-webdev-free/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/resources-webdev-free/index.html -------------------------------------------------------------------------------- /resources-webdev-free/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/resources-webdev-free/package.json -------------------------------------------------------------------------------- /resources-webdev-free/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/resources-webdev-free/readme.md -------------------------------------------------------------------------------- /resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/resources/readme.md -------------------------------------------------------------------------------- /resources/readme2.md: -------------------------------------------------------------------------------- 1 | https://github.com/Uvacoder/resources 2 | -------------------------------------------------------------------------------- /rss-data-science-blogs/data-science.opml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/rss-data-science-blogs/data-science.opml -------------------------------------------------------------------------------- /rss-data-science-blogs/frequency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/rss-data-science-blogs/frequency.py -------------------------------------------------------------------------------- /rss-data-science-blogs/generate_opml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/rss-data-science-blogs/generate_opml.py -------------------------------------------------------------------------------- /rss-data-science-blogs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/rss-data-science-blogs/readme.md -------------------------------------------------------------------------------- /rss-frontend-feeds/frontend-feeds.opml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/rss-frontend-feeds/frontend-feeds.opml -------------------------------------------------------------------------------- /rss-frontend-feeds/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/rss-frontend-feeds/readme.md -------------------------------------------------------------------------------- /rss-subscriptions/subscriptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/rss-subscriptions/subscriptions.xml -------------------------------------------------------------------------------- /seo-meta-tags/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/seo-meta-tags/readme.md -------------------------------------------------------------------------------- /svelte-integrations/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/svelte-integrations/readme.md -------------------------------------------------------------------------------- /tips-for-ppl-who-want-to-learn/5: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tips-for-ppl-who-want-to-learn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/tips-for-ppl-who-want-to-learn/README.md -------------------------------------------------------------------------------- /tools-api-development/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/tools-api-development/readme.md -------------------------------------------------------------------------------- /tools-hosted-webdev/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/tools-hosted-webdev/readme.md -------------------------------------------------------------------------------- /tools-list/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/tools-list/readme.md -------------------------------------------------------------------------------- /tools-of-trade-hn/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/tools-of-trade-hn/readme.md -------------------------------------------------------------------------------- /tools-readme-templates/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/tools-readme-templates/readme.md -------------------------------------------------------------------------------- /tools-webdev/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/tools-webdev/readme.md -------------------------------------------------------------------------------- /vue-companies-Israel/Vue_products_of_Israel_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/vue-companies-Israel/Vue_products_of_Israel_Logo.png -------------------------------------------------------------------------------- /vue-companies-Israel/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/vue-companies-Israel/readme.md -------------------------------------------------------------------------------- /vue-companies-Israel/vue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/vue-companies-Israel/vue.png -------------------------------------------------------------------------------- /vue-styleguide-frontend/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/vue-styleguide-frontend/readme.md -------------------------------------------------------------------------------- /webdev-best-websites-visit/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-best-websites-visit/readme.md -------------------------------------------------------------------------------- /webdev-checklist/5: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /webdev-checklist/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-checklist/README.md -------------------------------------------------------------------------------- /webdev-courses-list/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-courses-list/readme.md -------------------------------------------------------------------------------- /webdev-frontend-resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-frontend-resources/readme.md -------------------------------------------------------------------------------- /webdev-functional-programming-jargon/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-functional-programming-jargon/readme.md -------------------------------------------------------------------------------- /webdev-modern-spellbook/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-modern-spellbook/README.md -------------------------------------------------------------------------------- /webdev-modern-spellbook/assets/6: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /webdev-modern-spellbook/assets/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-modern-spellbook/assets/cover.png -------------------------------------------------------------------------------- /webdev-modern-spellbook/assets/merlins_spell_book.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-modern-spellbook/assets/merlins_spell_book.jpg -------------------------------------------------------------------------------- /webdev-modern-spellbook/assets/showme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-modern-spellbook/assets/showme.jpg -------------------------------------------------------------------------------- /webdev-resources-2/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-resources-2/readme.md -------------------------------------------------------------------------------- /webdev-resources-3/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-resources-3/readme.md -------------------------------------------------------------------------------- /webdev-resources-awesome/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-resources-awesome/readme.md -------------------------------------------------------------------------------- /webdev-resources-denic/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-resources-denic/index.html -------------------------------------------------------------------------------- /webdev-resources-denic/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-resources-denic/readme.md -------------------------------------------------------------------------------- /webdev-resources-denic/readme3.md: -------------------------------------------------------------------------------- 1 | https://github.com/markodenic/web-development-resources 2 | -------------------------------------------------------------------------------- /webdev-resources-mtdvio/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-resources-mtdvio/readme.md -------------------------------------------------------------------------------- /webdev-resources-youtube/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-resources-youtube/readme.md -------------------------------------------------------------------------------- /webdev-resources-ytube-portfolios/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-resources-ytube-portfolios/readme.md -------------------------------------------------------------------------------- /webdev-resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-resources/readme.md -------------------------------------------------------------------------------- /webdev-resources/web-dev-resources/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-resources/web-dev-resources/readme.md -------------------------------------------------------------------------------- /webdev-sites-to-visit/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-sites-to-visit/readme.md -------------------------------------------------------------------------------- /webdev-tools-and-utils/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-tools-and-utils/readme.md -------------------------------------------------------------------------------- /webdev-twitter-users/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Uvacoder/uva-tips-cheatsheets-collection/HEAD/webdev-twitter-users/readme.md --------------------------------------------------------------------------------