hacknrk
- Karma
- 417
- Created
- August 21, 2016 (9y ago)
- Submissions
- 0
- OCaml Programming (cs3110.github.io)
- Hecto: Build your own text editor in Rust (philippflenker.com)
- List of people who disappeared mysteriously: post-1970 (en.wikipedia.org)
- Confluent raises $250M at $4.5B valuation (confluent.io)
- Writing a Rust Roguelike for the Desktop and the Web (aimlesslygoingforward.com)
- Evolution has not prepared your brain for today’s porn (yourbrainonporn.com)
- Operating Systems and Concurrency Course in Rust (ozark.hendrix.edu)
- A Primer on Type Systems (cs.uaf.edu)
- Is Spring Cache abstraction fast enough for you? (medium.com)
- Podcasts for programmers (github.com)
- A New Theory Proposes That Humans Tamed Themselves (theatlantic.com)
- A Self-Learning, Modern Computer Science Curriculum (functionalcs.github.io)
- The Book of Life – Developing Emotional Intelligence (thebookoflife.org)
- AI is destroying our free will (qz.com)
- Learn from Silicon Valley but don't copy it (entrepreneur.com)
- Decentralized Social Networks Will Never Work (wired.com)
- Developing Games with Free Amazon Lumberyard Engine (aws.amazon.com)
- Tinder and the Dating Apocalypse (2015) (vanityfair.com)
- Telescope – The React and Meteor Platform (telescopeapp.org)
- Let's Build a Simple Database (cstack.github.io)
- Google Tech Dev Guide (techdevguide.withgoogle.com)
- Project-based Tutorials (github.com)
- New Deep Learning Specialization on Coursera by Andrew Ng (deeplearning.ai)
- Writing an OS in Rust (os.phil-opp.com)
-
I am building an internal server for my company in Flask. As of now I have successfully deployed it to a Digital Ocean droplet, configured nginx and WSGI and got it running. Another developer is building a React app to…