Announcing Taggart - A Markup Generation Tool for Elixir

Taggart is a markup generation tool for Elixir. Context switching when building a web application can be frustrating. Elixir already provides great tooling for structured representations. Just use data, functions, and normal composition to build your pages. Read about it here.

Elixir/Phoenix app makes Top 20 in prestigious UK startup competition

Assenty, the social Q&A platform I’ve been bootstrapping over the last year has made it to the final 20 of the prestigious Northern Stars UK tech startup competition. It runs on Phoenix (channels)!! Read all about it

How to keep mix tasks private to your hex packages - goodcode

https://goodcode.in/elixir/9/how-to-keep-mix-tasks-private-to-your-hex-packages

Release blog post: benchee 0.10, html plugin & others

The release blog post for benchee is a bit delayed, but you can check out the main overview of new features there along with a look behind the curtain, what we did and what we’re going to do in the future :)

Testing protected Phoenix controller endpoints

Bypassing your own authorization can be a bit tricky. Here’s a short guide on easily writing phoenix controller tests for endpoints requiring authorization, without simulating a user login every time.

Registration for SpawnFest is open!

Hey Beamers! Registration is open for SpawnFest 2017 The contest will happen on December 9-10!!

Elixir Community for Spanish Speakers Elixir-Lang.es

Elixir Community for Spanish Speakers |> Para todos los entusiastas de Elixir Lang hispanohablantes: |> https://foro.elixir-lang.es

Benchee 0.10.0 released

Benchee 0.10.0 was released today, with a ton of new features, including a way to have setup and teardown hooks run before your benchmarks!

Check out the full changelog for all the new features and bug fixes.

Entity status history using ecto

https://medium.com/webdevs/entity-status-history-using-ecto-b5df6ec1da52

Atom Elixir Formatter Updated

The Atom Elixir Formatter recently changed the way it communicates with the Elixir code formatter. It now uses the - option added to the Elixir master branch on October 17, 2017. This allows formatting via STDIN and STDOUT, which eliminates temporary files and reduces latency.

IMPORTANT If you downloaded and compiled the master branch of Elixir prior to that date, you will need to update your local Elixir repo and recompile. Please visit atom-elixir-formatter more information.

Spawnfest Rules added to the Site

We improved @spawnfest’s website thanks to several comments on @elixirlang’s @reddit. We also added the rules of the contest! Check them out!

How to connect and debug Elixir or Phoenix App at Heroku?

Heroku has a great feature called heroku ps:exec which allows you to connect to running nodes. You can use this command to connect your elixir nodes easily. And debug your nodes like in your network.

https://github.com/Elixir-Recipes/Elixir-Recipes.github.io/blob/source/source/_posts/2017-10-21-how-to-connect-and-debug-elixir-or-phoenix-app-at-heroku.md

TIL: to check ExUnit documentation on iex, run ExUnit.start()

Since it’s not started in MIX_ENV=dev :)

IntelliJ Elixir v6.3.0

  • mix credo annotator
  • Fix mix test in IDEs that don’t support Elixir SDK as Project SDK (Rubymine, PHPStorm, etc)
  • Add explanation of differences between Rich IDEs (that support Elixir SDK as project SDK) and Small IDEs (that must use the IDE’s language SDK) in README and how setup differs.

Installation Instructions

Implementing a notifications system in Elixir using Protocols

https://medium.com/heresy-dev/implementing-a-flexible-notifications-system-in-elixir-using-protocols-4f6dfc8e7c42

Etherscan - A library for the ethereum block explorer

https://github.com/l1h3r/etherscan

A little side project of mine. Feedback appreciated!

SpawnFest is back!

Hey #erlang, #elixir, #lfe, #efene and other #beam developers!

SpawnFest is back!

For those who don’t know, SpawnFest is an annual 48 hour development competition in which teams of skilled developers get exactly one weekend to create the best Beam applications they can.

We’ll soon announce the date but at this time we’re looking for sponsors. So, send us a message if you or your company are interested in sponsoring the event…

…and start building a team if you want to participate! :)

Choosing Elixir for Shedul’s tomorrow

Here’s the story of complex process of researching, evaluating, choosing and introducing Elixir to cozy yet shrinking world of complex Rails monolith at Shedul - a global salon booking system.

Read more on Shedul Tech Blog.

5 productivity tips for Elixir programming

I wrote a blog post about productivity tips for Elixir. It’s a round-up of techniques I’ve discovered while working on my first few Elixir projects.

Please check it out and lemme know what you think!

Rapport - Build HTML Reports in Elixir

https://github.com/ricn/rapport

Rapport aims to provide a robust set of modules to generate HTML reports that both looks good in the browser and when being printed.

Previous page Next page