useful-tech-links icon indicating copy to clipboard operation
useful-tech-links copied to clipboard

One stop solution to find resources for all the tech geeks!

useful-tech-links

All the bookmarked and useful links come here! The aim is to bring all the necessary tech links under one repository and make it a one-stop solution to find resources for the tech geeks out there!

Cheatsheet

  • Rico's cheatsheets https://devhints.io/

WEB

  • Chrome Architecture comic - https://www.google.com/googlebooks/chrome/

tutorials, books, courses

  • https://hackr.io/
  • https://www.coursera.org/
  • http://freecodecamp.org
  • http://codecademy.com
  • http://sololearn.com
  • http://khanacademy.org
  • https://www.udacity.com/
  • https://www.geeksforgeeks.org/
  • https://learn.shayhowe.com/
  • https://udemy.com/
  • https://www.pluralsight.com/
  • Youtube: Corey Schafer
  • Youtube: Sentdex

Tools for time management

  • https://100daysof.codes/

List of books (Add in To-Read)

  • https://www.goodreads.com/series/139311-you-don-t-know-js (one of the best book series for JS lovers)

Free for developers

  • https://free-for.dev/#/

Clojure related

  • https://hackr.io/tutorials/learn-clojure?sort=upvotes&type_tags%5B%5D=1
  • Clojure for the brave and true - https://www.braveclojure.com/foreword/

Next.js related

  • https://nextjs.org/learn/basics/create-nextjs-app

Rejex

  • https://regex101.com/

tech blogs

  • https://dev.to/
  • https://hashnode.com/
  • https://medium.com/

Cover image maker

  • https://coverview.now.sh/

Design

  • https://www.canva.com/
  • https://freebiesupply.com/

Twitter analytics app & schedulers

  • https://twittimer.com/app/#/
  • https://dashboard.tweetastic.app/

Beautify images of source code

  • https://carbon.now.sh/

Open source contribution reference

  • https://www.firsttimersonly.com/
  • https://up-for-grabs.net/
  • https://goodfirstissues.com/

Math resources

  • https://nrich.maths.org/
  • Operations Research ( Advance ): https://cbom.atozmath.com/Menu/CBomMenu.aspx

Hosting sites (free)

  • https://vercel.com/
  • https://www.netlify.com/
  • https://www.pythonanywhere.com
  • https://firebase.google.com/
  • https://aws.amazon.com/free/
  • https://www.heroku.com/
  • https://pages.github.com/
  • https://surge.sh/
  • https://render.com/
  • https://docs.gitlab.com/ee/user/project/pages/
  • https://www.stormkit.io/
  • http://azure.microsoft.com/en-us/services/app-service/static/
  • https://hostman.com/
  • https://glitch.com/
  • https://fleek.co/
  • https://begin.com/
  • https://www.heliohost.org/
  • https://www.kintohub.com/
  • https://fosshost.org/

Cron services

  • Free https://console.cron-job.org/

Backend

  • https://roadmap.sh/backend

Online IDE

Machine Learning

  • Reddit thread https://www.reddit.com/r/learnprogramming/comments/ejujef/machine_learning_2020_the_year_of_ml/?utm_medium=android_app&utm_source=share
  • http://www.cs.cmu.edu/~ninamf/courses/601sp15/lectures.shtml
  • Youtube: Sentdex Machine Learning With Python
  • One Stop For Machine Learning Theory: https://www.ritchieng.com/machine-learning-resources/#deep-learning-theory
  • Youtube: Macheads (ML Motivation)
  • SVM http://web.mit.edu/6.034/wwwbob/svm.pdf
  • https://statquest.org/video-index/
  • Joshua Stormer Stat Quest Youtube https://www.youtube.com/user/joshstarmer
  • Carnegie Mellon University http://www.cs.cmu.edu/~ninamf/courses/601sp15/lectures.shtml

Deep Learning

Computer Vision (CV)

  • https://docs.opencv.org/master/d9/df8/tutorial_root.html
  • https://www.coursera.org/learn/deep-neural-networks-with-pytorch
  • https://www.tensorflow.org/resources/learn-ml
  • https://www.udacity.com/course/introduction-to-computer-vision--ud810
  • https://www.coursera.org/learn/convolutional-neural-networks

Coding Platforms

  • https://leetcode.com/
  • https://www.codewars.com/
  • https://www.codechef.com/
  • https://www.hackerrank.com/
  • https://projecteuler.net/
  • https://www.hackerearth.com/
  • https://exercism.io/
  • https://codeforces.com/
  • https://nlogn.in/

Content to bookmark

  • https://www.coursera.org/learn/learning-how-to-learn
  • https://www.educative.io/courses/grokking-the-system-design-interview (Paid)
  • https://github.com/TheAlgorithms (in all languages)
  • Make CLI fun https://teachcode.madlabs.xyz/

Get domains

  • https://get.tech
  • https://hostinger.in/
  • Wildcard DNS - nip.io
  • https://porkbun.com/

Websites for Web developers:

  • http://responsively.app
  • http://caniuse.com
  • http://colormind.io
  • http://teachyourselfcode.io
  • https://hihayk.github.io/scale/#4/6/50/80/0/0/20/50/C71E68/199/30/104/white
  • Chrome extension: https://chrome.google.com/webstore/detail/frontend-50/ihinimimogofhkjebjhaadnlnbpajfmi
  • https://flexboxfroggy.com/
  • http://codingheroes.io/resources/

CSS resources

  • CSS Grid https://cssgrid.io/
  • (Beginner) CSS art: https://nadialaasri.me/blog/make-your-first-css-art

Javascript resources

  • https://www.notion.so/JS-Knowledge-5b3b764a595e4494beed9aa96d707efb
  • https://javascript.info/
  • https://www.digitalocean.com/community/tutorials?q=javascript
  • https://codepen.io/juliangarnier/pen/idhuG
  • https://blog.logrocket.com/how-javascript-works-optimizing-for-parsing-efficiency/
  • Youtube (Event Loops, callbacks, promises and async/await) -> https://www.youtube.com/watch?v=vn3tm0quoqE
  • https://codepen.io/jonasschmedtmann/pen/LeMqQa
  • https://www.freecodecamp.org/news/what-is-a-pure-function-in-javascript-acb887375dfe/
  • https://www.samanthaming.com/tidbits/37-dynamic-property-name-with-es6/
  • https://enmascript.com/articles/2018/10/22/why-I-prefer-objects-over-switch-statements
  • Mixins https://justinfagnani.com/2015/12/21/real-mixins-with-javascript-classes/#bettermixinsthroughclassexpressions
  • https://github.com/leonardomso/33-js-concepts
  • https://github.com/Asabeneh/30-Days-Of-JavaScript
  • https://github.com/thejsway/thejsway

Python resources

  • https://www.python.org/
  • https://www.learnpython.org/
  • W3Schools Python (Basics)
  • Youtube: Python For Beginners
  • Learn Python The Hard Way
  • https://developers.google.com/edu/python/
  • http://www.pythonchallenge.com/
  • https://pythonspot.com/
  • https://www.fullstackpython.com/table-of-contents.html
  • https://stephensugden.com/crash_into_python/
  • https://github.com/Asabeneh/30-Days-Of-Python

Django resources

SQL Resources

  • https://sqlzoo.net/
  • https://online.stanford.edu/lagunita-learning-platform
  • https://www.khanacademy.org/computing/computer-programming/sql
  • https://sqlbolt.com/
  • Youtube: freecodecamp full SQL tutorial

Web Scraping

Git

Create gist

  • https://gist.github.com/

Google registry

  • https://whats.new/ -> .new All the shortcuts for visiting different sites

Colors for CSS

  • http://colors.co/
  • https://colorhunt.co/
  • http://paletton.com/#uid=1490u0kB1s6noACup-9F3mPL3hq
  • https://www.color-hex.com/
  • https://mycolor.space/
  • https://materialuicolors.co/
  • https://flatuicolors.com/
  • https://cssgradient.io/
  • https://imagecolorpicker.com/en/
  • http://colormind.io
  • Names of colors - https://chir.ag/projects/name-that-color

CSS Smooth Shadow Generator

  • https://neumorphism.io/
  • https://brumm.af/shadows

Icons for CSS

  • https://linea.io/
  • https://icomoon.io/

Illustration resources

  • https://www.drawkit.io/
  • https://mixkit.co
  • https://undraw.co
  • https://humaaans.com
  • https://freepik.com
  • https://usesmash.com
  • https://manypixels.co/gallery
  • https://control.rocks/
  • https://opendoodles.com
  • https://icons8.com/illustrations
  • https://delesign.com/free-designs/graphics
  • https://iradesign.io/gallery/illustrations
  • https://lukaszadam.com/illustrations

Free favicon icon generator

  • https://favicon.io/

React Resources

  • https://www.robinwieruch.de/learn-react-js
  • https://www.robinwieruch.de/blog
  • https://reactjs.org/docs/getting-started.html
  • https://reactjs.org/docs/faq-functions.html
  • https://www.newline.co/fullstack-react/30-days-of-react/
  • Youtube Deconstructing React || Tejas Kumar https://www.youtube.com/watch?v=f2mMOiCSj5c&feature=youtu.be
  • https://www.freecodecamp.org/news/building-chrome-extensions-in-react-parcel-79d0240dd58f/
  • https://daveceddia.com/react-project-structure/
  • Youtube Learn Building Applications with React and Redux https://www.youtube.com/watch?v=4lF7IiIHliU&feature=youtu.be
  • https://scrimba.com/learn/learnreact
  • https://ui.dev/free-react-bootcamp/
  • https://egghead.io/courses/the-beginner-s-guide-to-react
  • https://react-hooks-cheatsheet.com/
  • Blogs on react https://dev.to/t/react
  • https://welearncode.com/complete-beginners-guide-react-2020/
  • https://dev.to/theme_selection/reactjs-roadmap-for-developers-2824
  • React Tutorial for Beginners https://www.youtube.com/watch?v=Ke90Tje7VS0

Learn SEO

  • https://moz.com/
  • https://ahrefs.com
  • https://semrush.com
  • https://backlinko.com
  • https://neilpatel.com
  • https://mangools.com
  • https://wordstream.com
  • https://searchenginejournal.com
  • https://thehoth.com

Interview Series

  • UI Engineer Inteerview Prep - https://javascript.plainenglish.io/how-to-ace-a-ui-engineer-interview-1cfbdcf2ec83
  • https://bigfrontend.dev/problem
  • 14 GitHub Repositories to Ace Your JavaScript Interviews https://madza.hashnode.dev/14-github-repositories-to-ace-your-javascript-interviews

Tech Interview Resources

  • https://github.com/yangshun/tech-interview-handbook
  • https://github.com/jwasham/coding-interview-university
  • https://github.com/Olshansk/interview
  • https://github.com/MaximAbramchuck/awesome-interview-questions
  • https://github.com/kdn251/interviews
  • https://github.com/cassidoo/getting-a-gig
  • https://github.com/jayshah19949596/CodingInterviews
  • System Design https://www.freecodecamp.org/news/systems-design-for-interviews/
  • System design https://github.com/donnemartin/system-design-primer
  • Leetcode solutions Java https://github.com/gouthampradhan/leetcode
  • JS Algos https://github.com/trekhleb/javascript-algorithms
  • Coding Interview Prep https://www.freecodecamp.org/learn/coding-interview-prep/#algorithms

React Interview Resources

  • https://www.toptal.com/react/interview-questions?utm_campaign=Toptal%20Engineering%20Blog&utm_source=hs_email&utm_medium=email&utm_content=77789189&_hsenc=p2ANqtz--VeEEDxyXxY8jmglJsKfwdoQMX4VHP0S_G2brRXFAO_ezzmHgHTrSoOZh1o_uTSD3Dg5-PXQm8vxI00DmRs9Poa2Yy_eJsPEfG-MkkW0Wb5eHSYqI&_hsmi=77789189
  • https://github.com/sudheerj/reactjs-interview-questions