Programmer's Wiki
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!
- When you get stuck
- 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
- 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
- Watch others code
- Tutorials
- What should a programmer know
- Competitive programming
- Computer Books
- Video Tutorials
- Online Compiler and Sharing Code snippets
- Blogs of Developers
- For improving your English
- When you get bored from CS related stuff
- Bash and Shell scripting
- Magazines
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
- - Hacker News: news aggregator for programmers where civility is king, try a newsletter to get top news to your inbox:
- - Hacker Newsletter : curated by hand, delivered weekly
- - Hacker News Digest : Curated automatically, delivered as frequently as you want
- - Ars Technica : Posts unique quality articles
- - ACM TechNews : TechNews
- - Stratechery : Stratechery by Ben Thompson
- - Lobsters : Lobsters is a technology-focused community centered around link aggregation and discussion.
- - TechCrunch : Dedicated to obsessively profiling startups, reviewing new Internet products, and breaking tech news
- - The Verge : More product oriented tech news
- - Recode : Tech news that focuses on the business of Silicon Valley
- - GSMArena : News related to latest mobile phones and android.
- - Hacker Noon : AI, JavaScript and technology
- - Product hunt : Discover your next favorite thing
- - AlternativeTo : Crowdsourced software recommendations
- - Better Dev Links : Weekly links to help you become a better developer
- - DevOpsLinks : An online community of thousands of developers and IT experts interested in DevOps
Coding practice for beginners
- - freeCodeCamp : Learn to code and build projects for nonprofits. Build your full stack web development portfolio today
- - [Reddit.com/r/dailyprogrammer]:Interesting programming challenges where you can learn from looking at other's code, even if you are not able to solve code you can look at how others solved.
- - Programming by doing: very good site for those who want to start with absolute basics
- - CodeAbbey :A place where everyone can master programming, Best place to begin with problems that start at the easiest and gradually increase difficulty with each problem.
- - Exercism.io: Download and solve practice problems in over 30 different languages, and share your solution with others.
- - Programming Tasks : large collection of small programs
- - karan/Projects-Solutions : Solutions to most of the problems in the link above
- - Lod - Cloud]: The Linking Open Data cloud diagram
- - Cave of programming : Learn to program, Upgrade your skills.
- - People Can Program: The most user-friendly code learning application on the internet.
- - Codeacademy : Learn to code interactively, for free.
- - Vim adventures : Learn VIM by playing
- - Pramp : It's your turn to be the interviewer. when done, click on the swap roles button on the left
- - Paqmind : Guides and challenges to learn programming.
For those who want to start a small project but can't find the ideas
- - martyr2s-mega-project-ideas-list: contains about 125 project ideas from beginner to intermediate level.
- - karan/Projects: a large collection of small projects for beginners with
- - FreeCodeCamp | React project ideas: 27 fun app ideas you can build while learning React.
- - Wrong "big projects" for beginners : How to choose where to start
- - vicky002/1000-Projects : Mega List of practical projects that one can solve in any programming language!
General Coding advice
- - Things I Wish Someone Had Told Me When I Was Learning How to Code — Free Code Camp : What I’ve learned from teaching others
- - Lessons From A Lifetime Of Being A Programmer : The Codist Header Lessons From A Lifetime Of Being A Programmer
- - Programming Principles: Categorized overview of Programming Principles & Patterns
- - What every computer science major should know : The Principles of Good Programming
- - How to become a programmer, or the art of Googling well : How to become a programmer, or the art of Googling well
- - Code Review Best Practices: Kevin London's blog
- - Dieter Rams : 10 Principles of Good Product Design : Stephen Haunts { Coding in the Trenches }
- - 10-ways-to-be-a-better-developer : Ways to become a better dev!
- - Working as a Software Developer : Henrik Warne's blog
- - Software design pattern : The entire collection of Design Patterns.
- - Design Patterns : Design Patterns explained in detail with examples.
- - JS Project Guidelines : A set of best practices for JavaScript projects.
Coding Style
- - CS 106B Coding Style Guide : must see for those who create spaghetti
- - Google C++ Style Guide
- - Airbnb JS Style Guide: A mostly reasonable approach to JavaScript
- - Airbnb Ruby Style Guide : A ruby style guide by Airbnb
- - Ruby coding style guide : A community-driven Ruby coding style guide
- - What are some bad coding habits you would recommend a beginner avoid getting into?: Bad habits to avoid when you get start
- - Good C programming habits. • /r/C_Programming : C programming habits to adopt
- - PEP8 - Style Guide for Python Code : Style Guide for Python Code
- - Google Python Style Guide: Google Python Style Guide
- - How to Report Bugs Effectively : Want to report a bug but you don't how? Check out this post
- - Debugging Faqs: Check out how to debug your program
- - Directory of Online CS Courses : Free online CS courses
- - Directory of CS Courses (many with online lectures) : Another online CS courses
- - Angular 1 Style Guide : Officially endorsed style guide by John Pappa
- - Aurelia Style Guide : An Aurelia style guide by Behzad Abbasi(Behzad888)
General Tools
- - regex101 : Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript
- - CodePen: Front End Developer Playground & Code Editor in the Browser
- - Devicons : Cheatsheet for devs icons
- - Regexr : Another online regex tester, user friendly and contains lots of examples
- - CodePad : Quickly Conduct Coding Interviews and Phone Screen Interviews.
Interview Preparation
- - Pramp | A free on demand interview practice platform for Software Engineers : Practice coding interviews with real peers
- - GeeksforGeeks | A computer science portal for geeks : also subscribe to their feeds to get links to their new articles.
- - A site for technical interview questions, brain teasers, puzzles, quizzles : whatever the heck those are and other things that make you think!
- - BeehYve: Student crowdsourced resources for any topic
- - Problems | LeetCode OJ : Coding practice for interviews
- - Programmer And Software Interview Questions Answers
- - Reddit user ashish219 puzzles: Logic Puzzles
- - A Collection of Quant Riddles With Answers
- - Aptitude Questions and Answers : Quant and aptitude preparation
- - Interview Archives - Java Honk
- - Top 10 Algorithms for Coding Interview
- - Algorithm design canvas
- - Big-O Algorithm Complexity Cheat Sheet
- - Unix / Linux Cheat Sheet
- - How to interview
- - How to Ace an Algorithms Interview
- - Delightful Puzzles
- - visualising data structures and algorithms through animation
- - Here's How to Prepare for Tech Interviews • /r/cscareerquestions
- - Guide to Tech Interviews
- - Why You Make Less Money • /r/cscareerquestions
- - IIT Delhi Placement Experience
- - What_are_your_goto_questions_for_the_do_you_have?
- - /r/cscareerquestions : Here's a pretty big list of programming interview questions I compiled while studying for big 4 interviews. I think you guys will find it useful!
- - Interviewing At Jane Street
- - Samwincott/Internship-Guide: An aggregrate of links related to internships.
- - How to prepare for an interview - 1
- - The 25 most difficult HR questions
- - Job interviews News, Videos, Reviews and Gossip - Lifehacker
- - How to Answer the Toughest 40 Job Interview Questions | ICS Job Portal
- - Job Interview Questions and Best Answers
- - How to Answer "Tell Me a Little About Yourself" | The Art of Manliness
- - Job Interview: How to Ace a Job Interview | The Art of Manliness
- - Give your résumé a face lift
- - BIG O Misconceptions
- - Bitwise tricks
- - Core Java Interview questions- Interview question on each topic
- - Java Interview Questions and Answers
- - Big collection of interview preparation links • /r/cscareerquestions
- - Unsolicited_advice_for_job_seekers_and_employers
- - five-essential-phone-screen-questions - steveyegge2
- - CS9: Problem-Solving for the CS Technical Interview
- - Mission-peace/interview problems : A large collection of coding interview problems
- - QL Joins explained using venn diagram
- - 10 Frequently asked SQL Query Interview Questions
- - Get Ready to Learn SQL: 8. Database Normalization Explained in Simple English - Essential SQL
- - Programming Language Concepts: Lecture Notes : OOPs concepts and programming language concepts.
- - We Help Coders Get Hired : Website offering courses on system design, interview strategies, soft skills etc
- - checkcheckzz/system-design-interview
- - How to Break Into the Tech Industry - a Guide to Job Hunting and Tech Interviews
- - Freshers Interviews
- - C PUZZLES, Some interesting C problems
- - Wu riddles(hard) : logic puzzles and riddles
- - Interview Questions : list of important questions for interview
- - svozniuk/java-interviews : Java interview questions
- - kimberli/interviews : study sheet for Interview
- - Determining the big-O runtimes of these different loops? : really good stackoverflow question that covers basics of calculating runtime complexity.
- - ChiperSoft/InterviewThis : questions to ask during on a interview to know more about the company.
- - SQL interview questions : great SQL test
- - Code Project : For those who code !
- - samwincott/Internship-Guide : An aggregrate of links related to internships.
Documentaries
- - Part 2: Inventing the Future
- - Part 3: The Paperback Computer
- - Part 4: The Thinking Machine
- - Part 5: The World at Your Fingertips
- - Triumph of the Nerds : Play-list
- - Project Code Rush : The Beginnings of Netscape / Mozilla Documentary
- - The Code: Story of Linux documentary
- - Breaking the Code: Biography of Alan Turing
- - Mechanical Computer (All Parts): a very good video from 1950s explaining how mechanical computers used to work without all the modern day electronics.
- - Download: The True Story of the Internet : Play-list of discovery channel documentary on browser wars , dot com bubble and more.
- - Teach Yourself Computer Science
- - How does CPU execute program (video): Take a look at how a CPU executes programs
- - Machine Code Instructions (video) : Code instructions
- - Harvard CS50 - Asymptotic Notation (video)
- - Cracking The Code Interview
- - Cracking the Coding Interview : Cracking the Coding Interview, Fullstack Speaker Series
- - Ask Me Anything: Gayle Laakmann McDowell (Author of Cracking the Coding Interview)
-
- Machine that Changed the World - a very good documentary about history of computers
- Part 1 is unavailable for free streaming due to widespread copyright claims.
MOOCs for learning something new
- - Class Central : a directory of 100,000+ student reviews of thousands of MOOCs.
- - NPTEL Vidoes COMP_SCI_ENGG : National Programme on Technology Enhanced Learning
- - Coursera: Take the world's best courses, online.
- - edX : Free Online Courses, Advance Your Career, Improve Your Life.
- - MOOC.fi : Free online courses from the University of Helsinki
- - Udacity
- - Kadenze | Creative Programming : Programming courses focused on art and creativity
- - MIT OCW Electrical Engineering and Computer Science
- - CS50: A set of goods tutorials from cs50
- - prakhar1989/awesome-CS-courses : List containing large amount of CS courses
- - Computer Science Resources : list of MOOCs for autodidacts
- - NPTEL : Free online courses by IIT with certificates
Learn AI
- - What's the difference between AI- DP and ML? : Difference artificial intelligence, machine-learning, deep-learning-ai
- - Unsupervised Sentiment Neuron" : Unsupervised Sentiment Neuron
- - Robots that learn : Robots that Learn
- - grakn.ai : The Database for AI
- - fast.ai: Free practical *deep learning* course for coders without grad-level maths!
- - TensorFlow: An open-source software library for Machine Intelligence
- - Scikit-learn : A Python module for machine learning build on top of SciPy
- - Deeplearning.ai : Deep Learning course by Andrew Ng, Founder of coursera
Seminar , research writing , talks etc
- - Advice on Research and Writing : A collection of advice about how to do research and how to communicate effectively (primarily for computer scientists).
- - Seminar and reports : Everyone must read this tiny book before writing the seminar report
- - Latex reference : Arbitrary reference
- - Begin Latex in minutes : Brief Intro to LaTeX for beginners that helps you use LaTeX with ease
- - Lshort : The Not So Short Introduction to LATEX2ε
- - Practical Tips for Talking at Usergroups and Conferences and Giving presentation on software project to non-programmers : Practical Tips for Talking at Usergroups and Conferences
Everything in one place
- - reddit.com/user/ashish2199/m/cs_student_subs : a multisubreddit of all subreddits of topics related to computer science and programming.
YouTube Channels
- - Computerphile : Must watch for every CS student
- - ComputerHistory : for those who like to know how we reached where we are.
- - GoogleTechTalks : videos on trending topics and cool stuff happening in the tech industry.
- - Placement Grid : Interview and campus placement experience
- - Google Developers
- - Facebook Developers
- - O'Reilly : Interviews and talks of world's best technical writers.
- - Java:Talks related to java
- - JavaOne: Java Conference
- - CppCon : C++ Conference
- - C++Now (BoostCon): C++Now (previously BoostCon) conference
- - Meeting C++ YT Kanalseite: Talks on C++
- - ThinMatrix: blogs and tutorials developer making a 3d game in Java using opengl
- - yegor256
- - Scott Meyers: Past Talks
- - thoughtbot: talks on various topics
- - Code: dive conference :Conference organized by NOKIA Wrocław Technology Center
- - HowToBecomeTV: contains good interviews of developers and people related to tech industry.
- - Siraj Raval : Artificial Intelligence and deep learning tutorials videos
- - Netflix UI Engineering : great videos to watch for web developers, mobile developers and those interested in some of Netflix's tech stack
- - Coding Blocks : Tutorials, how to's, tips and tricks
- - Fun Fun Function : A weekly series from Mattias Petter Johansson on an assortment of programming topics, including some not directly related to coding.
- - Gynvael Coldwin : Awesome reverse engineering and hacking(CTF) videocasts. Every wednesday are new live streams.
Good Articles
- - Expectations of a Junior Developer
- - The Key To Accelerating Your Coding Skills
- - A Software Developer’s Reading List : Some good books and links in there.
- - 40 Keys Computer Science Concepts Explained In Layman’s Terms
- - What every programmer should know about memory, Part 1
- - We are reinventing the retail industry through innovative technology
- - Unicode
- - What every programmer absolutely, positively needs to know about encodings and character sets to work with text
- - List of algorithms
- - Dive into the byte code
- - Data Structure Map
- - Codewords.recurse : The language of choice
- - A Gentle Introduction To Graph Theory
- - Linux Inside
- - A programmer friendly language that compiles to Lua.
- - Why fast pages are important : Why App Speed Matters, Revenue
- - Data structure and Algoritms : List of some algoritms and datastructure with their solutions.
- - Code a TCP/IP stack : Let's code a TCP/IP stack, 5: TCP Retransmission
Podcasts
- - Coding Blocks A podcast covering topics such as best programming practices, design patterns, coding for performance, object oriented coding, database design and implementation, tips, tricks and a whole lot of other things.
- - MS Dev Show: Jason Young and Carl Schweitzer talk about the latest in developer news covering topics such as the Azure cloud, Windows, Windows Phone, Visual Studio, and cross-platform development using the Microsoft platform.
- - The Cynical Developer: A podcast that aims to help you to improve your development knowledge and career, through explaining the latest and greatest in development technology and providing you with what you need to succeed as a developer. Covering Desktop, web and mobile development, mainly around the .Net Stack but often looking into other software and frameworks.
- - Software Engineering Radio : A podcast targeted at the professional software developer. The goal is to be a lasting educational resource, not a newscast.
- - JavaScript Jabber : A weekly discussion about JavaScript, front-end development, community, careers, and frameworks.
- - Developer Tea : A podcast for developers designed to fit inside your tea break.
- - Full Stack Radio : Everything from product design and user experience to unit testing and system administration.
- - Software Engineering Daily : A daily technical interview about software topics
- - The Bike Shed : Guests discuss their development experience and challenges with Ruby, Rails, JavaScript, and others.
- - The Changelog : A weekly conversation that gets to the heart of open source technologies and the people who create them.
- - Front End Happy Hour : A podcast featuring a panel of Software Engineers from Netflix, Evernote, Atlassian & LinkedIn talking over drinks about all things Front End development.
- - React Native Radio : A weekly discussion of the tools, techniques, and technologies used to build mobile applications with JavaScript and React.
- - IPhreaks : A weekly group discussion about iOS development and related technology by development veterans. We discuss Apple, tools, practices, and code.
- - Syntax : A Tasty Treats Podcast for Web Developers by Wes Bos & Scott Tolinski.
- - Developer On Fire : A podcast that shares the humanity of developers and tells stories of some of the amazing people in software, hosted by Dave Rael.
- - Groovy Podcast: A podcast dedicated to the Groovy programming language and its ecosystem.
Building a Simple Compiler/Interpreter
- - Awesome Compilers" : Curated list of awesome resources on Compilers, Interpreters and Runtimes.
- - Resources for Amateur Compiler Writers: Resources for Amateur Compiler Writers
- - snowman: Possibly the smallest compiler ever : This is an ultra-simplified example of all the major pieces of a modern compiler written in easy to read JavaScript.
- - Writing My First Compiler: Write out your first compiler
- - An Intro to Compilers: How to Speak to Computers, Pre-Siri
- - Structure and Interpretation of Computer Programs : Structure and Interpretation
- - Let’s Build A Simple Interpreter. Part 1 : Try to demystify compilers by building one
- - Growing a compiler : Learn how to grow a compiler
- - Write your own compiler: How to write your own compiler
Tutorials
- - Subtle | Poor Man's CI : Learn how continuous integration platforms work under the hood, by building one of your own on top of git with Node.js
- - Tutorialspoint
- - W3Schools Online Web Tutorials
- - Unix Shell: Unix Shell scripting with ksh/bash
- - Snap SVG : The JavaScript SVG library for the modern web
- - vim.rtorr: Vim Cheat Sheet
- - Open Data Structures : Excellent resource for learning about DS and algos , provides code in various languages C++ , Java , pseudocode
- - Data Structures and Algorithms by John Morris : another good source with code and its analysis
- - CMSI 281: Data Structures : light weight introduction to DS
- - How to Program in C++ : Good resource for revising C++ topics and STL
- - TopCoder Tutorials
- - A Hacker's Guide to Git : for those wanting to learn git with a solid foundation
- - Git from the inside out
- - Learn UNIX in 10 minutes
- - The Bash Guide : very good guide for learning the Bash Shell
- - Linux Tutorial" : good resource for learning Linux
- - Learning the shell.
- - Dynamic programming - PrismoSkills : very good resource if want to learn how to solve DP problems.
- - Deep C : very good presentation on C language
- - C programming language Frequently Asked Questions
- - OS Course Notes: Chapter wise course notes according to Galvin's book
- - SQL (Structured Query Language) in one page : SQL.SU : a very good SQL cheat sheet
- - Introduction to C Programming
- - MySQL Essentials
- - MySQL Tutorial
- - Best Of - Gustavo Duarte : contains articles on various topics
- - Collecting all the cheat sheets: cheat sheets for lots of programming languages
- - The Descent to C: for those moving to C from some higher programming language like java or python.
- - VimTutor : learn VIM from browser itself
- - Linux Journey : good site for learning linux
- - C Programming
- - CS 2112/ENGRD 2112 Fall 2015 : Good notes on data structures and algorithms.
- - More about Github-flavored markdown
- - The Unix Programming Environment
- - The Linux Command Line: A Complete Introduction
- - TCP/IP Illustrated Series
- - Head First Design Patterns
- - Design Patterns: Elements of Reusable Object-Oriented Software : aka the "Gang Of Four" book, or GOF
- - UNIX and Linux System Administration Handbook, 4th Edition
- - Programming, Web Development, and DevOps news, tutorials and tools for beginners to experts
- - indradhanush tutotials : Writing a Unix Shell
- - Open Vim: Interactive Vim tutorials
- - Algorithm Using Dynamic Programming and A: Designing a Tree Diff Algorithm Using Dynamic Programming and A*
Watch others code
- - LiveEdu.tv: screencast of people building application, websites, games, ect.
- - Twitch.tv: The programming community of twitch.
What should a programmer know
- - Programmer Competency Matrix: article for knowing what our level as a programmer is.
- - GitHub Build software better, together! : Place to showcase your project and collaborate with others. (Must know Git in order to use it effectively"
- - GitLab: It offers free unlimited (private) repositories and unlimited collaborators
Competitive programming
- - Archived Problems - Project Euler : Problems Archives
- - Art of Problem Solving : Is math class too easy for you? You've come to the right place!
- - CodeChef: The only programming contests Web 2.0 platform
- - Codefights : Test your coding skills
- - Codeforces: Programming Competition,Programming Contest,Online Computer Programming
- - Codewars : Rank up by completing code kata
- - Codility : Verify and improve coding skills
- - Codingame : Learn coding through games and challenges!
- - Google Code Jam Practice and : past contest problems for practice
- - HackerEarth - Programming challenges and Developer jobs
- - HackerRank: Practice coding. Compete. Find jobs.
- - PKU ACM ICPC Practice problems: Judge online for ACMACPC
- - Sphere Online Judge (SPOJ) : Become a true programming master Learn how to code and build efficient algorithms
- - Topcoder : Deliver Faster through Crowdsourcing
- - UVa Online Judge : hundreds of problems supporting multiple languages.
- - WakaTime: leaderboards of coding metrics collected via editor plugins
Computer Books
- - IT eBooks - Free Download - Big Library: Website for downloading ebooks without any advertisement and instant downloads.
- - github.com/vhf/free-programming-books: More than 500 free ebooks on almost any language you can think of
- - Computer Science Books Online : about 150 computer free ebooks
- - Best books for GATE CSE
- - cses.fi/book.html
- - Become a Programmer, Motherfucker (list of books) : Exhaustive list of books from Zed A. Shaw.
- - GitBook : GitBook helps your team write, collaborate and publish content online.
Video Tutorials
- - Tushar Roy : Algorithm and Data structure tutorial by an Indian Youtuber.
- - Derek Banas : good quality tutorials
- - thenewboston : good but with too much talk as compared to actual content
- - mycodeschool : Data structures and algorithms tutorials
- - CodingMadeEasy : C++ tutorials
- - XDA-University - Helping You Learn Android Development
- - DevTips : web dev tutorials
- - codedamn: front end web dev tutorials
- - Design and Analysis of Algorithms
- - Vim Tutorial Videos - Flarfnoogins : good video tutorial for learning vim
- - CS1: Higher Computing - Richard Buckland UNSW : a very good introductory CS course
- - Kathryn Hodge : Has good videos for beginners
- - Pluralsight: Learn Software Development, DevOps and Data Science through multiple short courses
- - Code School: A PluralSight Company and an Interactive learning destination for aspiring and experienced Developers
- - Khan Academy : learn about computer science for free
- - Functional programming : John Carmack on Functional Programming (2013)
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
- - Github Gist: Instantly share code, notes, and snippets.
- - Cloud 9 : Your development environment, in the cloud
- - Godbolt.org : Excellent tool for exploring the assembly output of different compilers with and without optimization.
- - Codesandbox.io : CodeSandbox makes it easier to create, share and reuse React projects with others.
Blogs of Developers
- - Coding Horror : one the best coding blog
- - WildMl: A blog for machine learning.
- - Armin Ronacher's Thoughts and Writings : blog on Python and open source
- - Eli Bendersky : everything from Python to LLVM
- - Joel on Software: The blog of the CEO of StackOverflow
- - Stephen Haunts { Coding in the Trenches }: Software Development, Architecture and Technical Leadership for the Enterprise
- - Programming in the 21st Century
- - Clean Coder Blog : blog of author of book "Clean Code"
- - Programming Blog : programming blog of Yegor Bugayenko
- - CodeAhoy: Blog on software and human factors. 100% Tested on Humans.
- - stevehanov.ca : I know how to make and sell software online, and I can share my tips with you.
- - Geek Land: My precious collectibles
- - Late Developer: Random thoughts of an old C++ guy
- - Daniel Lemire's Blog
- - IT Enthusiast
- - blog.might.netthe blog of might dot net
- - CSE Blog: quant, math, computer science puzzles
- - Small Programming Challenges and Puzzles: Project Nayuki
- - My Tech Interviews : PREPARE FOR A TECHNICAL INTERVIEW
- - HackerEarth Blog
- - Algo-Geeks: Programming Puzzles, Math Tricks, Algorithms etc
- - CoderGears Blog Insights from : the CoderGears Team
- - Runhe Tian Coding Practice: Technical interview questions from Apple, Google, Facebook, Amazon and Microsoft
- - Paul Graham Essays : Paul Grahan Essays
- - Dan Dreams of Coding
- - Antonio081014's Algorithms Codes: The world is under the RULE.
- - Math ∩ Programming
- - Takipi Blog : mainly focuses on Java and JVM languages
- - Coding Geek - A blog about IT, programming and Java: A blog about IT, programming and Java
- - Daedtech.com : Stories about software
- - Archives — Ask a Manager: HR related stuff
- - rudhakar Rayavaram : Sudhakar Rayavaram Blog's
- - Antirez - Redis Creator's blog : the blog of Antirez
- - XDA - Android Developer Forum : Android Open Source Developers Forum
- - Brendon Gregg - Linux Kernel Dev : the blog of Brendon D. Gregg
For improving your English
- - Quia - English
- - Punctuation and Capitalization Rules
- - Guide to Grammar and Writing : for those who want to improve their english language skills
- - Purdue University Online Writing Lab (OWL)
- - Englishclub
Bash and shell scripting
- - Advanced Bash-Scripting guide :An in-depth exploration of the art of shell scripting
- - Bash Guide for Beginners: Bash Guide for Beginners Machtelt Garrels
- - Bash Programming: by Mike G mikkey at dynamo.com.ar
- - Bash Reference Manual : Bash Reference Manual
- - BashGuide: BashGuide - Greg's Wiki
- - Conquering the Command Line: Unix and Linux Commands for Developers
Magazines
- - MIT Technology Review : MIT's tech review magazine
- - Nautilus: NewYorker for tech.
Programmer's Skill
Source and Credits
Source: The source code of this website is here
Credits: Avatar Image: Freepik (freepik.com) Icons: Font Awesome (fortawesome.github.com/Font-Awesome) Source: sdmg15 & al for maintaining this Animation: Daniel Eden @daneden for animate.css Other: jQuery (jquery.com) html5shiv.js (@afarkas @jdalton @jon_neal @rem) CSS3 Pie (css3pie.com) Respond.js (j.mp/respondjs) Skel (skel.io)