Git Product home page Git Product logo

this-week-in-erlang's People

Contributors

gootik avatar jadeallenx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

this-week-in-erlang's Issues

How to avoid humiliating newcomers: A guide for advanced developers

DATE (yyyy/mm/dd)

2018/03/23

CATEGORY (article/library update/announcement/OTP/employment/event)

article

DESCRIPTION

A really good article about how more experienced developers sometimes (unwittingly) shutdown and turn away less experienced developers was published last week at opensource.com. It's worth a read; food for thought.

LINK

https://opensource.com/article/18/3/avoid-humiliating-newcomers

AUTHOR NAME

A. Jesse Jiryu Davis

AUTHOR TWITTER

jessejiryudavis

Dev blog

DATE (yyyy/mm/dd)

2018/03/30

CATEGORY (article/library update/announcement/OTP/employment/event)

OTP

DESCRIPTION

I randomly stumbled upon something very exciting while browsing for the OTP repo on Github. It seems like the Erlang dev team is planning a Dev Blog! This is amazing.

LINK

https://erlang.github.io/

AUTHOR NAME

AUTHOR TWITTER

Announcement

DATE (yyyy/mm/dd)

2018/03/23

CATEGORY (article/library update/announcement/OTP/employment/event)

announcement

DESCRIPTION

Thanks to @bytemeorg, we have now streamlined how these newsletters are made. You can also easily contribute by just opening a Github issue in the repo.

LINK

https://github.com/gootik/this-week-in-erlang/issues/new

AUTHOR NAME

Sasan Hezarkhani

AUTHOR TWITTER

gootik

The Hitchhiker's Guide to the Unexpected

DATE (yyyy/mm/dd)

2018/04/06

CATEGORY (article/library update/announcement/OTP/employment/event)

article

DESCRIPTION

This is a transcript of a talk given at ElixirDaze and CodeBEAMSF conferences in March of 2018.

This post covers broad and diverse approaches to handling the unexpected, but will keep a specific focus on how building the proper supervision structures lets us encode predefined failure semantics into our programs so that we know how most errors will be handled, without even knowing what they are ahead of time.

LINK

https://ferd.ca/the-hitchhiker-s-guide-to-the-unexpected.html

AUTHOR NAME

Fred Hebert

AUTHOR TWITTER

mononcqc

OTP Blog

DATE (yyyy/mm/dd)

2018/04/20

CATEGORY (article/library update/announcement/OTP/employment/event)

OTP

DESCRIPTION

As you may remember, we found out that the OTP team was starting a Blog. It turns out, they are ready to share the news with everyone with an article on IO Polling on OTP 21! This is very exciting; the more insight we get on the inner workings of BEAM and the more we know what the team is working on, the better.

LINK

http://blog.erlang.org/IO-Polling/

AUTHOR NAME

Lukas Larsson

AUTHOR TWITTER

garazdawi

OTP 21 RC

DATE (yyyy/mm/dd)

2018/04/20

CATEGORY (article/library update/announcement/OTP/employment/event)

OTP

DESCRIPTION

As you may know, OTP 21 is planned for release on June 20th with the first release candidate on May 2nd. If you are planning to submit a PR, do it now! Read more, in the mailing list link.

LINK

https://groups.google.com/forum/#!topic/erlang-programming/_cjAzhkX26w

AUTHOR NAME

Henrik Nord

AUTHOR TWITTER

Proxyles

Erlang NIFs

DATE (yyyy/mm/dd)

2018/03/30

CATEGORY (article/library update/announcement/OTP/employment/event)

article

DESCRIPTION

This article goes over Erlang NIFs (Native Implemented Functions) and how to use them. Ross shows how you can take a slow pure Erlang implementation and make it performant.

LINK

https://rhye.org/post/native-methods-in-erlang/

AUTHOR NAME

Ross Schlaikjer

AUTHOR TWITTER

rschlaikjer

Beautiful Code

DATE (yyyy/mm/dd)

2018/04/20

CATEGORY (article/library update/announcement/OTP/employment/event)

article

DESCRIPTION

A beautiful blog post, also titled "Beautiful Code", that takes you through an artistic side of Erlang. Brujo uses Erlang code to write poems. Check it out.

LINK

https://medium.com/erlang-battleground/beautiful-code-254a5f8ef958

AUTHOR NAME

Brujo Benavides

AUTHOR TWITTER

elbrujohalcon

CodeBeam STO

DATE

2018/04/20

CATEGORY (article/library update/announcement/OTP/employment/event)

announcement

DESCRIPTION

Early bird ends Sat 21/04 Code BEAMSTO - previously the Erlang User Conference.
The Erlang User Conference (EUC) has been rebranded as Code BEAMSTO. It is still a two-day, multi-track event on Erlang programming language with elements of Elixir and other BEAM languages. We focus on real-world applications of Erlang, concurrency, distributed computing and scalability. We strive to bring together people passionate about the Erlang Ecosystem and high-performance, massively scalable distributed systems.

code-beam-sto

Join us between 31 May - 1 June, plus a free day of tutorials. There are also many in-depth training options available, find out more on the website.

LINK

https://www.codesync.global/conferences/code-beam-sto-2018/#Register

AUTHOR NAME

Code BEAMSTO

AUTHOR TWITTER

CodeBEAMio

Rust vs Erlang

DATE (yyyy/mm/dd)

2018/03/23

CATEGORY (article/library update/announcement/OTP/employment/event)

article

DESCRIPTION

An article comparing Erlang and Rust. The article goes in depth comparing many aspects of both languages.

LINK

https://www.infoq.com/articles/rust-erlang-comparison

AUTHOR NAME

Krishna Kumar Thokala

AUTHOR TWITTER

krishnakumart36

September 15 discussion

Please comment here if you wish to add or suggest something to include in the next newsletter.

Discussion for Oct 1

This issue is for discussion around items to include in the September 29 newsletter. Please leave a comment if you have a suggestion for inclusion in the newsletter.

Discussion for Oct 6

Things we want to include in the newsletter. Don't forget the suggtions that didn't make last week, marked as 🎉 : #16

Create your own bash completion script

DATE (yyyy/mm/dd)

2018/03/30

CATEGORY (article/library update/announcement/OTP/employment/event)

article

DESCRIPTION

It's not about Erlang but it is something a lot of developers might want to do for their own command line tools or workflow. This is a nice step-by-step tutorial that describes how to build a bash completion script for your CLIs.

LINK

https://opensource.com/article/18/3/creating-bash-completion-script

AUTHOR NAME

Lazarus Lazaridis

AUTHOR TWITTER

lazaru_s

Erlang Compiler

DATE (yyyy/mm/dd)

2018/04/20

CATEGORY (article/library update/announcement/OTP/employment/event)

article

DESCRIPTION

Another great article from the OTP dev team! This time about the Erlang Compiler and the 'time' feature. Have a look, very interesting stuff.

LINK

http://blog.erlang.org/compiler-time-option/

AUTHOR NAME

Björn Gustavsson

AUTHOR TWITTER

bgustavsson

August 11 Conversation

is it ok to open an issue per week to have a conversation and have sugestions?

it's much more approachable than a PR.

we can use this for next week's edition.

my comments:

libs: worker_pool, recon

projects: https://bragful.com/en

Don't learn Erlang

DATE (yyyy/mm/dd)

2018/04/06

CATEGORY (article/library update/announcement/OTP/employment/event)

article

DESCRIPTION

While this is not the best piece of news out there about Erlang, the community should still be aware of the problems and try to solve them if possible. This article does a quantitative analysis of why learning Erlang in 2018 is not a good idea.

LINK

https://www.codementor.io/blog/worst-languages-to-learn-3phycr98zk?utm_content=67871817&utm_medium=social&utm_source=twitter

AUTHOR NAME

AUTHOR TWITTER

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.