Coder Social home page Coder Social logo

learn's Introduction

learn

I am an endless, active learner.



Contents

↑ top

Unix, linux

Unix is essential in software development.

This is the Unix philosophy: Write programs that do one thing and do it well.

Doug McIlroy

↑ top

C

C is a small language. And it helps you better understand how system works in low-level. It's still being used everywhere. I only wish I had more time to learn more about C.

↑ top

C++

Is learning C++ still worthwhile? Yes! I really want to learn more about C++:

C++ is one of the most widely used programming languages in the world. Well-written C++ programs are fast and efficient. The language is more flexible than other languages because you can use it to create a wide range of apps—from fun and exciting games, to high-performance scientific software, to device drivers, embedded programs, and Windows client apps. For more than 20 years, C++ has been used to solve problems like these and many others.

C/C++ Language and Standard Libraries by Microsoft

↑ top

Go

I like Go for its simplicity: less design concerns to consider and less frameworks to learn. Plus I love its great communities. Go is not perfect but really good at doing less, enabling more. It's a great introductory language between Python and C++. I want to know a lot about C++ and Go to build my foundation. This will help my transition to other languages or frameworks if needed.

↑ top

Python

Python is probably fast enough for many of what we need to do today. And it's relatively easy to learn and use, with rich ecosystems in data science, web frameworks, scripting, and many others.

↑ top

Shell

Python is probably fast enough for many of what we need to do today. And it's relatively easy to learn and use, with rich ecosystems in data science, web frameworks, scripting, and many others.

↑ top

Computer systems

It's very important to understand hardware and low-level programming. I believe this will help a lot when you wonder why your high level program is not working or not performing well. I will take as much time as I need―nothing like cramming 1,200 page computer systems book in 12 weeks.

↑ top

Security systems

MIT course explains that security achieves confidentiality, integrity, availability―policy. And the goal is to make sure there is no way for adversary within threat model to violate this policy.

↑ top

Database systems

We are generating and consuming vast amounts of data in unprecendented pace in human history. Database systems are the workhorses of our data analysis applications.

↑ top

Linguistics, natural language processing

I love linguistics, and its computational applications.

↑ top

Mathematics, statistics

Most prominent solutions in Computer Science often come from mathematics. Arbitrary, unrelated things can fit together when you have mathematical backgrounds. Statistics helps solve intractable problems through approximation algorithms, machine learning algorithms, etc.

↑ top

Data structures and algorithms

↑ top

Open source component

↑ top

learn's People

Contributors

jdmaliwei avatar malw2020 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.