Recommended AI Workflow as noted in the recent ThinkingElixir podcast
Getting Started: Installing Claude Code in VSCode Open Your Project in VSCode Make sure your project folder is open in Visual Studio Code before proceeding.
Read More
Insights on software development, Elixir, and building better web applications
Getting Started: Installing Claude Code in VSCode Open Your Project in VSCode Make sure your project folder is open in Visual Studio Code before proceeding.
Read MoreHow we aggregate time series data Outline Aggregation of time series data, two ways to do this The naive crude, simple minded way of just-in-time querying of the time series data Actually thinking about architecture, problem space, requirements and doing something better How does one create such architecture?
Read MoreI want to talk about Elixir and types. It’s coming, but at the same time if the research doesn’t pan out we might end up not getting it.
Read MoreWow! I got mentioned! Err.. not specifically, haha but the issue I raised was mentioned!!! Issue and Podcast. The article on it is one of the content out there about doing safe Ecto migrations,
Read MoreHi! Sit down. Grab a drink, and let me stoke the fire for you. I was in the middle of talking about my trial by fire.
Read MoreI’d like to share my thoughts on what probably most people suspected on why Brex dropped Elixir in favor of Kotlin, as in there was probably more than meets the eye.
Read MoreFirst of all - I’m not trying to start a war here, but to offer my opinions. Naturally they are biased towards Elixir, and limited by my industry experience.
Read MoreWatch how it works here: https://www.loom.com/share/8d4a1b56ea76474c95bfaf177c1cfbb9 Using Trix as a HTML Editor Wysiwyg tool for editing text, on Phoenix LiveView.
Read MoreQuestion: below is(what I think) the slowest part of the algorithm in my implementation. How can I make it faster, and would Nx (using CPU) help sorting go faster (is this a nice simple usage to learn Nx)?
Read More