Total Pageviews

Thursday 22 June 2017

Best-websites-a-programmer-should-visit


Some useful websites for programmers.
When learning CS there are some useful sites you must know to get always informed in order to do your technologies eve and learn new things. Here is a non exhaustive list of some sites you should visit, this list will get updated as soon as I can get another link, but you can also contribute by adding those you know 😉

Index

When you get stuck

  • Stack Overflow : subscribe to their weekly newsletter and any other topic which you find interesting
  • Quora : A place to share knowledge and better understand the world
  • Learn Anything : Community curated knowledge graph of best paths for learning anything
  • devRant : Community where you can rant and release your stress
  • Codementor : A mentorship community to learn from fellow developers via live 1:1 help and more.

News

Coding practice for beginners

For those who want to start a small project but can't find the ideas

General Coding advice

Coding Style

General Tools

  • regex101 : Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript
  • CodePen : Front End Developer Playground & Code Editor in the Browser

Interview Preparation

Documentaries

MOOCs for learning something new

Sites related to your preferred programming language (For me Java)

Learn AI

Seminar , research writing , talks etc

Everything in one place

YouTube Channels

Good Articles

Podcasts

Building a Simple Compiler/interpreter

Tutorials

Watch others code

  • LiveEdu.tv : screencast of people building application, websites, games, ect.

What should a programmer know

Competitive programming

Computer Books

Video Tutorials

Online Compiler and Sharing Code snippets

  • CodePad : Code editor to try, test and run 25+ languages
  • JSFiddle : Test your JavaScript, CSS, HTML or CoffeeScript with online code editor
  • Ideone.com : online compiler and debugging tool for more than 60 programming languages
  • Pastebin.com
  • Godbolt.org: Excellent tool for exploring the assembly output of different compilers with and without optimization.

Blogs of Developers

For improving your English

When you get bored from CS related stuff

  • r/ProgrammerHumor : Subreddit dedicated to exactly what it sounds like
  • Vsauce : The best youtube channel
  • TED : Great talks about technology, entertainment, and design
  • CrashCourse : small courses on various subjects
  • National Geographic : High volume of high quality content from all over the world
  • Barcroft TV : Daily short documentaries about the incredible variety of people that make up the world
  • ColdFusion : Past, present, and future of technology
  • SmarterEveryDay : Lots of amazing scientific information about the world around us, usually captured with a high-speed camera
  • SciShow : Answers to interesting questions that you've always wondered about
  • Big Think : Expert driven, actionable, educational content, featuring experts ranging from Bill Clinton to Bill Nye
  • Every Frame a Painting : High quality analysis of films and filmmaking
  • TestTube News : Interesting information about news from around the world
  • Reddit the front page of the internet

    from https://github.com/sdmg15/Best-websites-a-programmer-should-visit 

No comments:

Post a Comment