Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EvolveTechnology/awesome-lists
Curated list of useful resources for software development.
https://github.com/EvolveTechnology/awesome-lists
List: awesome-lists
Last synced: 3 months ago
JSON representation
Curated list of useful resources for software development.
- Host: GitHub
- URL: https://github.com/EvolveTechnology/awesome-lists
- Owner: EvolveTechnology
- Created: 2019-09-13T14:13:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T09:16:48.000Z (almost 5 years ago)
- Last Synced: 2024-05-02T05:58:14.400Z (6 months ago)
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-lists - Curated list of useful resources for software development. (Other Lists / PowerShell Lists)
README
# Awesome Lists
Curated list of useful resources for software development.
## Index
- [Security](#security)
- [AWS](#aws)
- [JavaScript](#javascript)
- [JWTs](#jwt)
- [Node.js](#nodejs)
- [React](#react)
- [Rust](#rust)
- [Software](#software)
- [TypeScript](#typescript)Security comes first 🥇👩💻👨💻
- [Code Quality and Security](https://www.sonarqube.org/)
- [Front End Checklist](https://github.com/thedaviddias/Front-End-Checklist#security)
- [The Secure Developer](https://www.thesecuredeveloper.com/)
- [AWS VPC for Beginners](https://medium.com/datadriveninvestor/aws-vpc-for-beginners-eee01e7083d1)
- [Setting up your Website with AWS S3, Route53 & CloudFront](https://medium.com/@christian_7682/setting-up-your-website-with-aws-s3-route53-cloudfront-6d203aa35e5f)
- [Using the DOM like a PRO](https://itnext.io/using-the-dom-like-a-pro-163a6c552eba)
- [When to use web workers](https://dassur.ma/things/when-workers/)
- Video: [Ransomware study with JS](https://www.youtube.com/watch?v=Piz40rRiEPY)
- [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS)
- [Structure and Interpretation of Computer Programs - JS Adaption](https://sicp.comp.nus.edu.sg/index.html)
- [Handling JWTs on frontend clients](https://blog.hasura.io/best-practices-of-using-jwt-with-graphql/)
- [Authentication using Amazon Cognito and Node.js](https://medium.com/@janitha000/authentication-using-amazon-cognito-and-nodejs-c4485679eed8)
- [Anti-Patterns](https://medium.com/@colshacol/react-the-slavery-pattern-e58c1db3d7f)
- [Application state management](https://kentcdodds.com/blog/application-state-management-with-react)
- [Elements of UI engineering](https://overreacted.io/the-elements-of-ui-engineering/)
- [Essential React Hooks Design Patterns](https://itnext.io/essential-react-hooks-design-patterns-a04309cc0404)
- [Fix the slow render before you fix the re-render](https://kentcdodds.com/blog/fix-the-slow-render-before-you-fix-the-re-render)
- [How React Hooks can replace react router](https://blog.logrocket.com/how-react-hooks-can-replace-react-router/)
- [Introducing React Hooks](https://itnext.io/introducing-redux-hooks-1bf9c568ecc2)
- [React Hooks: Inverting container/presenter](https://itnext.io/react-hooks-inverting-container-presenter-5758a1dfdaa)
- [Things I don't know](https://overreacted.io/things-i-dont-know-as-of-2018/)
- [Programming Patterns with React Hooks](https://medium.com/javascript-in-plain-english/programming-patterns-with-react-hooks-329c22b96461)
- [Private routes with react router dom](https://medium.com/@tomlarge/private-routes-with-react-router-dom-28e9f40c7146)
- [Do Not Call React Function Components](https://kentcdodds.com/blog/dont-call-a-react-function-component)
- [Complete University Course](https://github.com/upenn-cis198)
- [Learning rust](https://learning-rust.github.io/docs)
- [Rust Book](https://doc.rust-lang.org/book/title-page.html)
- [RipGrep](https://github.com/BurntSushi/ripgrep)
- [fzf](https://github.com/junegunn/fzf)
- [Software clones](https://www.reddit.com/r/rust/comments/cysvjh/what_are_some_amazing_softwaresoftware_clones/)
- [TypeScript is a waste of Time](https://dev.to/bettercodingacademy/typescript-is-a-waste-of-time-change-my-mind-pi8)
- [No, TypeScript is NOT a waste of time](https://dev.to/resir014/no-typescript-is-not-a-waste-of-time-2hpk)
- [The TypeScript Tax](https://medium.com/javascript-scene/the-typescript-tax-132ff4cb175b)
- [useTypeScript](https://levelup.gitconnected.com/usetypescript-a-complete-guide-to-react-hooks-and-typescript-db1858d1fb9c)
- [Zero-config CLI for TypeScript package development](https://github.com/palmerhq/tsdx)