From 9809809adf6c3113bd85e0f5a2a57b304c33f9f1 Mon Sep 17 00:00:00 2001 From: Josh Hanson Date: Sun, 2 Jul 2017 15:04:13 -0400 Subject: [PATCH] Added main point of emerging technologies --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c80a36..2cc6c63 100644 --- a/README.md +++ b/README.md @@ -477,9 +477,9 @@ These aren't the only specializations you can choose. Check the following websit - Look for a job as a developer! - Check out the [readings](extras/readings.md) for classic books you can read that will sharpen your skills and expand your knowledge. - Join a local developer meetup (e.g. via [meetup.com](https://www.meetup.com/)). -- Pay attention to emerging technologies in the world of software development, such as: - - [Elixir](http://elixir-lang.org/), a new functional programming language for the web based on the battle-tested Erlang Virtual Machine! - - [Rust](https://www.rust-lang.org/), a systems language which uses borrowing and lifetimes to achieve memory safety without a garbage collector! +- Pay attention to emerging technologies in the world of software development: + + Explore the **actor model** through [Elixir](http://elixir-lang.org/), a new functional programming language for the web based on the battle-tested Erlang Virtual Machine! + + Explore **borrowing and lifetimes** through [Rust](https://www.rust-lang.org/), a systems language which achieves memory- and thread-safety without a garbage collector! ![keep learning](http://i.imgur.com/REQK0VU.jpg)