From 095526b9aa605a3f11ca6c84ff33c0831f3836c9 Mon Sep 17 00:00:00 2001 From: lven Date: Thu, 17 Jun 2021 16:36:59 -0700 Subject: [PATCH] added read me anaomaly line --- README.md.save | 457 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 457 insertions(+) create mode 100644 README.md.save diff --git a/README.md.save b/README.md.save new file mode 100644 index 00000000..236a5ea1 --- /dev/null +++ b/README.md.save @@ -0,0 +1,457 @@ + +# My awesome-random!! + +## Welcome + +A not so curated and random list of amazingly awesome awesomeness. + +## Building Software + +- [Building TypeScript Projects with Bazel](https://blog.mgechev.com/2018/11/19/introduction-bazel-typescript-tutorial/) - a brief introduction to what Bazel is and how we can build our TypeScript projects with it + +## Good Books + +- https://paperswithcode.com/task/anomaly-detection - anomaly detection algorithms +- https://github.com/Automation-Tools/karate-test-mojo - Generate integration tests from springboot or jersey source code. +- https://developers.google.com/web/fundamentals/performance/why-performance-matters - Why performance matters +- https://pragprog.com/book/tpp/the-pragmatic-programmer - Timeless patterns for thinking about designing good software. +- https://eloquentjavascript.net/ - This is a book about JavaScript, programming, and the wonders of the digital. +- https://csapp.cs.cmu.edu/ - Great book for Computer Systems +- https://dataintensive.net/ - Great book for designing data intensive distributed applications. +- https://www.oreilly.com/library/view/code-complete-second/0735619670/ - Best practical guides to programming +- https://learning.oreilly.com/library/view/spark-the-definitive/9781491912201/ - Spark: The Definitive Guide +- https://learning.oreilly.com/library/view/modern-php/9781491905173/ - Good book for new features of PHP +- https://landing.google.com/sre/sre-book/toc/index.html - Google's Book about Site Reliability Engineering +- https://en.wikipedia.org/wiki/Thinking,_Fast_and_Slow - Thinking, Fast and Slow +- https://www.amazon.com/Dream-Red-Mansion-Chinese - classic +- https://leanpub.com/javascriptallongesix/read - Javascript Allongé, lots of good deep info on clean js usage + +## Book on Real Life Events +- http://www.tgot.org/images/1_File-PDF-MLMM.pdf - Many Lives, Many Masters - Dr. Brian Weiss - The true story of a prominent psychiatrist, his patient, and past-life therapy, that changed both their lives. + +## Books Everyone Should Read At Least Once In Their Lives +A collection of powerful books that can help at different points in life +- https://www.lifehack.org/articles/communication/30-books-that-everyone-should-read-least-once-their-lives.html + +## Deep Learning +- https://github.com/GoogleCloudPlatform/tensorflow-without-a-phd - Tensorflow without a phD +- http://d2l.ai/ - Dive into Deep Learning, an interactive deep learning book with code, math, and discussions, based on the NumPy interface +- https://bigdatabeard.com/ultimate-list-of-tensorflow-resources-for-machine-learning-engineers/ + +- https://github.com/fchollet/deep-learning-with-python-notebooks + + Jupyter notebooks for the code samples of the book "Deep Learning with Python" + +## AWS internals +- Shuffel sharding in AWS - https://aws.amazon.com/builders-library/workload-isolation-using-shuffle-sharding/?did=ba_card&trk=ba_card#What_is_shuffle_sharding.3F + +## Platforms + +## Programming Languages + +- https://kotlinlang.org/ - Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference (From [Wikipedia](https://en.wikipedia.org/wiki/Kotlin_(programming_language))). +- [jest](https://jestjs.io/) -learn jest +- [Python - Deep Dive](http://histo.ucsf.edu/BMS270/diveintopython3-r802.pdf) - Best book for starters + +- [Go](https://golang.org/) - Go is an open source programming language that makes it easy to build simple, reliable, and efficient software (From [golang](https://golang.org/)). + +- https://www.scala-lang.org/ - Scala combines object-oriented and functional programming in one concise, high-level language. + +- [Elixir](https://elixir-lang.org/) - Elixir is a dynamic, functional language designed for building scalable and maintainable applications. + +- [Rust](https://www.rust-lang.org/learn) - Rust as a language is different. Not because of its fancy syntax or welcoming community, but because of the confidence one gains when writing a program in it. + +- [Java](https://docs.oracle.com/javase/tutorial/) - Java is a Object Oriented Programming Languages + +- [Java Video tutorial](https://www.udemy.com/course/java-the-complete-java-developer-course/) - Java Master class on Udemy + +- [C++] (https://en.cppreference.com/w/) + +- [C](https://devdocs.io/c/) + +- [C#](https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/) + +- [Esoteric Programming Languages](https://en.wikipedia.org/wiki/Esoteric_programming_language) (Good for some laughes) + +- [Swift](https://developer.apple.com/swift/) + +- [NodeJS](https://nodejs.org/) - Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. +- [NodeJS](https://www.nodebeginner.org/#hello-world) - Getting started with nodejs. +- [Kotlin](https://kotlinlang.org/) + +- [PHP](https://php.net) - An old favorite. Not that popular today, but half of the world still runs on it. + +- [Scala](https://www.scala-lang.org/) + +## Front-End Development + +- https://css-tricks.com/ - A front-end blog with up to date topics that release weekly +- IDS Dropdown typeahead - When users need to select from a long list of options, use the drop-down typeahead. As soon as the user starts typing, the list changes to show suggestions that should get closer to what the user wants. +- https://stateofjs.com/ - State of JS 20XX +- [Front End Happy Hour](https://frontendhappyhour.com) - A podcast featuring a panel of Software Engineers from Netflix, Evernote, Atlassian & LinkedIn talking over drinks about all things Front End development. +- [VueJS Documentation](https://vuejs.org/v2/guide/) - This is a new JavaScript framework and is maintained by an open sourced community! +- https://materializecss.com/ - A responsive front-end framework +- https://material.angular.io - Angular Component library for frontend development. Easy to use, has great looking scalable components and few different themes. +- http://jsonviewer.stack.hu - Quick and easy JSON object explorer +- [Dwitter](https://www.dwitter.net/) - Cool JavaScript demos in 140 characters or less +- https://developer.mozilla.org/en-US/docs/Web - Mozzila JavaScript documentation + +### Browsers + +#### Firefox (The Superior Browser) + +Firefox has a great set of first issues to start learning how to work with their codebase. Their debugger is written in javascript! + +- [Firefox Javascript debugger](https://github.com/firefox-devtools/debugger) + +#### Firefox DevEdition +The new Firefox DevTools are powerful, flexible, and best of all, hackable. This includes a best-in-class JavaScript debugger, which can target multiple browsers and is built in React and Redux. + +- [Firefox DevEdition](https://www.mozilla.org/en-US/firefox/developer) + + +#### Chrome +- [React Dev Tools for Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) Adds React debugging tools to the Chrome Developer Tools. +- [Eyedropper Extension](https://chrome.google.com/webstore/detail/eye-dropper/hmdcmlfkchdmnmnmheododdhjedfccka?hl=en) - A chrome extension that allows you to select any colour on your webpage and obtain details such as its hex code and RGB values. +- [Vimium ](https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb?hl=en) An extension for chrome for those who feel at home when using vim keybindings. + +## Crypto +- [RustCrypto](https://github.com/RustCrypto) - Implementation of many crypto algorithms in Rust + +## Hadoop Projects + +## AWS EMR Projects + +## Back-End Development + +[Setup a Custom Domain for Lambda & API Gateway with Serverless](https://serverless.com/blog/serverless-api-gateway-domain/) + +## Big Data + +- [Big Data Article](https://journalofbigdata.springeropen.com/articles) - The Journal of Big Data publishes high-quality, scholarly research papers, methodologies and case studies covering a broad range of topics, from big data analytics to data-intensive computing and all applications of big data research. + +- [Data and userful information](https://www.kaggle.com/) - This website is good for beginners who want to learn big data and machine learning. + +## MongoDB + +- [MongoDB Tutorial](https://docs.mongodb.com/manual/tutorial/) - The MongoDB tutorials. + +## Blockchain +- [Blockchain definition](https://en.wikipedia.org/wiki/Blockchain) +- [Princeton bitcoin book](https://www.lopp.net/pdf/princeton_bitcoin_book.pdf) + + +## AI by Andrew NG +- [Deep learning by Andrew ng ](https://www.deeplearning.ai/) + +## MACHINE LEARNING +- [Coursera Open Source ML Course](https://www.coursera.org/learn/machine-learning) - A free online course that people can take to learn about Machine Learning. It is from Stanford. +- [Neural Networks and Deep Learning Online Book](http://neuralnetworksanddeeplearning.com/) - A free online book that includes a great theoretical introduction to neural networks. +- https://www.deeplearning.ai/machine-learning-yearning/ - A book by Andrew Ng that teaches techniques for measuring, understanding and improving performance of ML methods. +- [Deep Learning vs Machine Learning](https://www.infoworld.com/article/3512245/deep-learning-vs-machine-learning-understand-the-differences.html) +- [Machine Learning for numerical time series data] https://towardsdatascience.com/dynamic-time-warping-3933f25fcdd +- [Deep Learning book by Ian Goodfellow etc.] https://www.deeplearningbook.org/ + +## Spring Boot +- [Spring Boot by Baeldung](https://www.baeldung.com/spring-boot) - A free online website that people can use for learning spring boot with examples. +- [Spring Professional Certification Study Guide](https://d1fto35gcfffzn.cloudfront.net/academy/Spring-Professional-Certification-Study-Guide.pdf) +- [Spring Boot Microservices Udemy course](https://intuit.udemy.com/course/microservices-with-spring-boot-and-spring-cloud/learn/lecture/8005654t) +- [Build a Quick API with Spring Data Rest](https://spring.io/guides/gs/accessing-data-rest/) + +## Theory +- [What Every Computer Scientist Should Know About Floating Point Arithmetic](https://ece.uwaterloo.ca/~dwharder/NumericalAnalysis/02Numerics/Double/paper.pdf) +- [An Axiomatic Basis for Computer Programming](https://www.cs.cmu.edu/~crary/819-f09/Hoare69.pdf) +- [Property Graph - Gremlin](http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html#whygraph) +- [Theory Of Computation](http://cglab.ca/~michiel/TheoryOfComputation/TheoryOfComputation.pdf) + + +## Books +- [The Hitchhiker's Guide to the Galaxy](https://en.wikipedia.org/wiki/The_Hitchhiker%27s_Guide_to_the_Galaxy), Always bring a towel. +- [Deep Learning Book](https://www.nceclusters.no/globalassets/filer/nce/diverse/the-pragmatic-programmer.pdf) +- [The Pragmatic Programmer: From Journeyman to Master](https://www.nceclusters.no/globalassets/filer/nce/diverse/the-pragmatic-programmer.pdf) +- [Don't Make Me Think](http://www.scottsdevelopers.com/dont-make-me-think-revisited.pdf) +- [Algorithm Design Manual](http://www.algorist.com/) - Awesome collection of classic algorithms +- [Code Complete, Second Edition](https://www.oreilly.com/library/view/code-complete-second/0735619670/) +- [Ender's Game](https://en.wikipedia.org/wiki/Ender%27s_Game) +- [Ender's Shadow](https://en.wikipedia.org/wiki/Ender%27s_Shadow) +- [Clean Code](https://www.oreilly.com/library/view/clean-code/9780136083238/) +- [Ready Player One](https://en.wikipedia.org/wiki/Ready_Player_One) +- https://github.com/Automation-Tools/karate-test-mojo - Generate integration tests from springboot or jersey source code. +- https://developers.google.com/web/fundamentals/performance/why-performance-matters - Why performance matters +- https://pragprog.com/book/tpp/the-pragmatic-programmer - Timeless patterns for thinking about designing good software. +- http://greenteapress.com/wp/think-java/ - Think Java +- [The Way of Kings](https://en.wikipedia.org/wiki/The_Way_of_Kings) +- [No Exit](https://en.wikipedia.org/wiki/No_Exit) +- [The Hitchhiker's Guide to the Galaxy](https://en.wikipedia.org/wiki/The_Hitchhiker%27s_Guide_to_the_Galaxy) +- [Harry Potter and the Sorcerer's Stone](https://en.wikipedia.org/wiki/Harry_Potter_and_the_Philosopher%27s_Stone) +- [Countdown to Zero Day: Stuxnet and the Launch of the World's First Digital Weapon](https://www.goodreads.com/book/show/18465875-countdown-to-zero-day) +- [Neuromancer](https://en.wikipedia.org/wiki/Neuromancer) - Great scifi novel involving a computer hacker, AI, and cyberspace +- Steve Jobs https://www.amazon.com/Steve-Jobs-Walter-Isaacson/dp/1451648537 - book about Steve Jobs +- [Effective Java](https://wiki.c2.com/?EffectiveJava) +- [Blindsight by Peter Watts](https://rifters.com/real/Blindsight.htm) + + +## Editors +- [Emacs](https://www.gnu.org/software/emacs/) +- [Vim](https://www.vim.org/) - edit text at the speed of thought ;) +- [Visual Studio Code](https://code.visualstudio.com/) - great for front end development, Visual Studio Code Editor by Microsoft +- [Neovim](https://neovim.io/) +- [Sublime Text](https://www.sublimetext.com/) - A sophisticated text editor for code, markup and prose +- [Atom](https://atom.io/) - A text editor made by Github +- [Notepad++](https://notepad-plus-plus.org/) - Better than Notepad! + +## Gaming + +- [ULTIMATE GAMES WILL RELEASE PET CARE AND GUESS THE WORD FOR YOUNGER PLAYERS ON SWITCH](https://www.gonintendo.com/stories/328626-ultimate-games-will-release-pet-care-and-guess-the-word-for-young) +- [Video game reviews and fun times](https://videochums.com/) +- [CM 2001/2 - Best Game EVER!](https://www.fmscout.com/a-championship-manager-0102-free-download.html) + +## Development Environment + +- [VS Code](https://code.visualstudio.com/) +- [Intellij](https://www.jetbrains.com/idea/) +- [Oh My Zsh](https://ohmyz.sh/) +- [Git-open Zsh Plugin](https://github.com/paulirish/git-open) - ZSH plugin to open the repo's respective website. +- [Eclipse](https://eclipse.org/) +- [Pycharm](https://www.jetbrains.com/pycharm/) +- [Android Studio](https://developer.android.com/studio) +- [JetBrains](https://www.jetbrains.com/) + +## Entertainment +- [Rotten Tomatoes](https://www.rottentomatoes.com/) +- [Plex](https://github.com/plexinc) +- [Things to do in San Francisco](https://www.thrillist.com/entertainment/san-francisco/things-to-do-in-san-francisco) + +## Databases + +- [Importing Graph data into Neo4j](https://neo4j.com/developer/example-data/) +- [Apache TinkerPop Tutorial](https://kelvinlawrence.net/book/Gremlin-Graph-Guide.html) +- [Sybase](https://www.sap.com/products/sybase-ase.html) +- [SQL Tutorial](https://www.w3schools.com/sql/) +- [SQLite](https://sqlite.org/index.html) +- [Google Firebase](https://firebase.google.com/docs/database) +- [PostgreSQL](https://www.postgresql.org/) +- [Elasticsearch](https://elastic.co) +- [Best MySql Course](https://www.udemy.com/share/101Wiw/) + +## Cloud Infrastructure and Kubernetes +- [KAtlas - Multi-Cluster Discoverability and Auditability](https://github.com/intuit/katlas) +- [Foremast - AI/ML Infrastructure Health Monitoring](https://github.com/intuit/foremast) +- [Keiko - Enable Kubernetes at scale](https://github.com/keikoproj) + +## Media + +## Learn +- [Clean Code by Robert Martin](https://www.amazon.ca/Clean-Code-Handbook-Software-Craftsmanship-ebook/dp/B001GSTOAM) - A book on good software development practices and writing clean code! +- [GraphQL](https://graphql.org/) +- [Safari Books Online](https://learning.oreilly.com/home/) +- [Wes Bos: great video courses on Advanced React, GraphQL, ES6, CSS Grid, Javascript, Node, etc.](https://wesbos.com/courses/) +- [Reactive Extensions](http://reactivex.io/intro.html) +- [Lightbot](https://itunes.apple.com/us/app/lightbot-programming-puzzles/id657638474) +- [Eloquent Javascript](https://eloquentjavascript.net/) - A free, thorough introduction to JavaScript, including it's quirks/features. +- [Free Code Camp](https://www.freecodecamp.org/learn/) +- [Automate the Boring Stuff With Python By Al Sweigart](https://automatetheboringstuff.com/) - A good introduction to automating simple task with Python +- [Vertx - Asynchrnonous Programming for Java Developers](https://vertx.io/docs/guide-for-java-devs/) +- [Go Programming](https://dave.cheney.net/practical-go) +- [Build Your Own OS](https://wiki.osdev.org/Main_Page) + +## Python +- [Python Documentation](https://docs.python.org/3/) +- [Python Package Index](https://pypi.org/) +- [Python Tutor](https://http://www.pythontutor.com/) An interactive website to visualize your python code + +## Rust +- [Rust Playground](https://play.rust-lang.org) +- [This Week in Rust](https://this-week-in-rust.org/) + +## Apigee +- [Apigee 4 minutes videos 4 developers](https://www.youtube.com/channel/UCQGLCTdXvBfdHLZlxoujZ5w/videos) + +## Go +- [Awesome Go](https://github.com/avelino/awesome-go) +- [Go Style Guide](https://github.com/bahlo/go-styleguide) +- [Project Layout](https://github.com/golang-standards/project-layout) + +## Security +- [Machine Learning for Security](https://github.com/jivoi/awesome-ml-for-cybersecurity) +- [Digital Identity](https://qz.com/1525661/your-digital-identity-has-three-layers-and-you-can-only-protect-one-of-them/) +- [How to Attack Windows 10 Machine with Metasploit on Kali Linux](https://resources.infosecinstitute.com/how-to-attack-windows-10-machine-with-metasploit-on-kali-linux/) + +## Content Management Systems + +## Hardware + Mac +## Business +- [Greaterfool Blog. Canadian real estate and politics.](https://www.greaterfool.ca/) + +## Work +- [Intuit](https://intuit.com) +- [Intuit Israel](https://careers.intuit.com/country/israel) + +## Social Media +- [Intuit Facebook Page](https://www.facebook.com/intuit/) +- [Intuit Twitter Handle](https://twitter.com/Intuit) +- [Intuit LinkedIn](https://linkedin.com/company/intuit) +- [Intuit Instagram] (https://www.instagram.com/intuit/?hl=en) + +## Fun Customization + - A way to write things using the emojis from the [intuit-slack emoji](https://github.com/hplewis/emoji-slack) selection! + ![](screenshot.png) + - Race to foldable phone(https://gizmodo.com/the-race-to-foldable-phone-perfection-is-on-and-its-go-1832960403?utm_medium=socialflow&utm_source=gizmodo_twitter&utm_campaign=socialflow_gizmodo_twitter) +## AI by Elon Musk + +## Networking + +## Decentralized Systems + +## Miscellaneous +- [Docker-removing-containers-images](https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes) +- [Task Switching](https://www.joelonsoftware.com/2001/02/12/human-task-switches-considered-harmful/) - An interesting write-up on why task switching is so costly for engineers + +## ES6 +- [Official site](http://www.ecma-international.org/ecma-262/6.0/) +- [An overview of what’s new in ES6](https://exploringjs.com/es6/ch_overviews.html) + +## React +- [Official site](https://reactjs.org/) +- [Wes Bos - A great teacher on React topics](https://wesbos.com/) + +## Redux +- [Official site](https://redux.js.org/) + +## GraphQL +- official [site](https://graphql.org/) +- [java](https://github.com/graphql-java/) +- [TOOL](https://www.insomnia.rest/) +- [GraphQL Error Handling Article](https://itnext.io/the-definitive-guide-to-handling-graphql-errors-e0c58b52b5e1) - How best to handle errors is something the GraphQL community is struggling to define a definitive pattern on. This article explains one implementation that might work for you! +- [kgraphql](https://github.com/aPureBase/KGraphQL) KGraphQL is Kotlin implementation of GraphQL. It provides rich DSL to setup GraphQL schema. + +## Django +- https://www.djangoproject.com/start/ - Django set up + +## Laptops + +## Design + - [Design Patterns](https://en.wikipedia.org/wiki/Design_Patterns) + - [Refactoring][https://refactoring.guru/refactoring] + +- [MacBook](www.apple.com) +- [Windows](www.microsoft.com) + +## Android Things +- https://developer.android.com/things/get-started/kits +- https://firebase.google.com/ + +## Observability +- https://en.wikipedia.org/wiki/Observability + +## Podcasts +- [Anna Faris is Unqualified](https://www.unqualified.com/) +- [The Adventure Zone](https://maximumfun.org/podcasts/adventure-zone/) - DnD has never been so entertaining! +- [Jesus & Jollof](https://jesusandjollof.simplecast.com/) + +## Ted Talks +- [Change your mindset, change the game | Dr. Alia Crum | TEDxTraverseCity](https://www.youtube.com/watch?v=0tqq66zwa7g) - She explores scientific results that show the influence of the mindset on the body, and how changing the subjective mindset produced different outcomes. +- [Why work doesn't happen at work | Jason Fried | TED Talk](https://www.ted.com/talks/jason_fried_why_work_doesn_t_happen_at_work) - Jason Fried has a radical theory of working: that the office isn't a good place to do it. He calls out the two main offenders (call them the M&Ms) and offers three suggestions to make the workplace actually work. + +## Tech Talks +- [TDD, Where did it all go wrong? | Ian Cooper](https://www.youtube.com/watch?v=EZ05e7EMOLM) - learn how to structure your unit tests so that your code is refactorable and maintainable. + +## Tutorials +- https://www.educative.io - Not Free, but contains amazing tutorials +- https://www.udemy.com - Many courses are free, and you can learn technical as well as non-technical skills + +## Devops + + - https://www.schoolofdevops.net/p/ultimate-devops-bootcamp - Free and a hands-on approach to get started + - https://www.schoolofdevops.net/p/ultimate-devops-bootcamp - Free and a hands on approach to get started + +## Data Visualizations +- https://www.jasondavies.com/ - Awesome interactive data visualizations +- https://observablehq.com/@d3/gallery - Cool visualizations written in JS +- https://pudding.cool - Digital Publication using Visual Essays + +## Reinforcement Learning + +Active Opensource libraries for Reinforcement Learning Research + - OpenAI's [Baselines](https://github.com/openai/baselines) + - Google's [Dopamine](https://github.com/google/dopamine) + +## Mental Health +- [Lockdown Productivity: Spaceship You](https://www.youtube.com/watch?v=snAhsXyO3Ck) - An incredibly helpful way to think about partitioning your life for the sake of your overall health (particularly during the pandemic) + +## Music +- [Rolling Stone's Greatest Songs Of All Time](https://www.rollingstone.com/music/music-lists/500-greatest-songs-of-all-time-151127/) +- [Get Shwifty](https://www.youtube.com/watch?v=7ecYoSvGO60) +- [Omer Adam - Two crazy people](https://www.youtube.com/watch?v=WLMmX17D2uw) +- [Happy](https://www.youtube.com/watch?v=ZbZSe6N_BXs) +- [Everything is awesome](https://www.youtube.com/watch?v=StTqXEQ2l-Y) +- [Shania Twain - Man! I Feel Like A Woman](https://www.youtube.com/watch?v=ZJL4UGSbeFg) +- [Dubstep - Kill the Noise - Pt 1](https://youtu.be/jVfU1DY73Tk) +- [The Revenge Song - The Magic Flute](https://www.youtube.com/watch?v=YuBeBjqKSGQ) +- [Shape of you](https://www.youtube.com/watch?v=JGwWNGJdvx8) +- [Our Song](https://www.youtube.com/watch?v=Jb2stN7kH28) +- [Old Town Road] +- [SAILORWAVE 2- MACROSS 82-99](https://macross82-99.bandcamp.com/album/sailorwave-ii) +- [Empire of the clouds](https://www.youtube.com/watch?v=YbAhn7iKLPc) +- [Illenium - Fractures](https://www.youtube.com/watch?v=ZCu2gwLj9ok) +- [ROODAY's Mixtape](https://play.google.com/music/playlist/AMaBXymNA7ffaknU8xxR4-Dbe8-cRINnKXC67Kefa2Cb-WyPwnyk4ST_9xCl_fsI6v-pxZ9PW680uiA_vImrxl53-Ant2I3fSw%3D%3D) +- [Old Town Road](https://www.youtube.com/watch?v=w2Ov5jzm3j8) +- [King Princess - 1950](https://www.youtube.com/watch?v=LNxWTS25Tbk) +- [Breathe - Pink Floyd](https://www.youtube.com/watch?v=mrojrDCI02k) +- [Hard Place](https://www.youtube.com/watch?v=zfHbuTG8IHE) +- [Changes - Charles Bradley](https://youtu.be/zfaOf70M4xs) + +## Pets +- [Dog Rates](https://twitter.com/dog_rates) +- [Dog_Feelings](https://twitter.com/dog_feelings) + +## SELinux +- http://selinuxproject.org + +## Cool Youtube Channels +- https://www.youtube.com/channel/UC4xKdmAXFh4ACyhpiQ_3qBw +- https://www.youtube.com/user/keeroyz +- https://www.youtube.com/channel/UC6nSFpj9HTCZ5t-N3Rm3-HA +- https://www.youtube.com/channel/UCodbH5mUeF-m_BsNueRDjcw +- https://www.youtube.com/user/CodeOrg +- https://www.youtube.com/channel/UCAL3JXZSzSm8AlZyD3nQdBA +- https://www.youtube.com/user/Brackeys + +## Write unit tests! + + +## Productivity +- https://github.com/helmus/Jira-Hot-Linker - Jira HotLinker, quick access to Jira metadata when hovering over ticket numbers on github or other sites! +- [Notion](https://www.notion.so/) - take quick notes + +## Tech Leadership +- https://softwareleadweekly.com/ - newsletter with a nice digest every week of thought-provoking articles, Tweet threads, etc. that can help take your leadership skills and team to the next level + +## Performance Testing +- [Gatling](https://gatling.io/) + +## Useful Technical Bolgs +- MIT Technology Review - https://www.technologyreview.com/ + +## Software Engineering + - [C2 Wiki](https://wiki.c2.com/) - Venerable archive of software engineering and programming pages and discussion. Has pages on every programming topic under the sun, in a much older perspective. + + ## Recipes +- [Chicken Katsu](https://www.allrecipes.com/recipe/72068/chicken-katsu/) - Straight fire 🔥 + + +## Social Networks +- Instagram - https://www.instagram.com/ +- [Check out Maddy's youtube](https://www.youtube.com/watch?v=CBR8VXCbVxM) + + +first +## Random websites +- Wait But Why - [https://waitbutwhy.com/] +- The useless web - [https://theuselessweb.com/] +## Random Artists +- Bad Bunny - https://www.youtube.com/watch?v=CPK_IdHe1Yg + +## Best keyboard layouts +- Dvorak (there are dozens of us) - https://en.wikipedia.org/wiki/Dvorak_keyboard_layout