Jason Johnson
978 posts

Jason Johnson
@jasonmjohnson
301 redirect to my mastodon account: [email protected]
Katılım Mart 2009
610 Takip Edilen245 Takipçiler
Jason Johnson retweetledi

@hugobarauna and I just released the latest version of Elixir Patterns 🎉. I'm really happy about how this content came together and excited to share it with everyone!
Happy Holidays everyone and enjoy the latest and greatest content 🎅
elixirpatterns.dev
#MyElixirStatus
English

@bellerosejoey I can’t share the work I mentioned, but I’ll happily mention that it was inspired by this episode of Thinking Elixir: thinkingelixir.com/podcast-episod…
English

@jasonmjohnson Sweet! I'll check it out.
Do you have any examples?
Thanks for sharing!
English

I'm playing around with the idea of moving my blog from Ghost to Phoenix using Notion as a CMS.
Has anyone else used Notion as a backend? What would be the downside to this?
#myElixirStatus
English

@BeardyWheat Reminds me of…
Sleepy's Trek 🖖 🫡@sleepytrekkie
Burnout check, where are you currently?
English

I’m guessing tree sitter is powering a lot of this new functionality. Would have been nice to mention that.
Maxime De Greve@MaximeDeGreve
Today, we're excited to launch @github code search - a new way to search and navigate code. We’re introducing a brand new search and code navigation view and they are jam packed with new features. Here are some I’m excited about.... 🧵 1/6
English

My talk on Workflows for Elixir Nerves at ElixirConf 2022 is up!
youtu.be/bwcf5gvHjmw

YouTube
English

@gregvaughn Non sequitur answer: some friends of mine who are potters named their kiln “turnip” because they turn up the kiln to increase temperature during the firing cycle.
Real answer: imo turn up means increase the output of the device. For an AC, that’s more cool air.
English

TIL: There’s a Roomba for Postgres
#AUTOVACUUM" target="_blank" rel="nofollow noopener">postgresql.org/docs/current/r…
English

@cronokirby I strongly agree here. I also think it’s really important to have on-ramps that don’t involve the challenges of configuration.
English

This is really exciting! Not just because Replit has first class support for Nix, but moreover because it greatly expands the accessibility of programming languages for everyone.
blog.replit.com/mobile-app
English

@devmarcoux 1. Add this to shell.nix in your project root
2. Run nix-channel --add nixos.org/channels/nixos… nixpkgs
3. Run nix-shell from your project root
4. Consider using direnv to manage environment variables
English

@devmarcoux { pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = [
erlangR25
elixir_1_14
rebar3
];
}
English







