使用 GitHub Codespaces 加速 Elixir 开发环境工作速度

create elixir dev env with github codespaces

Github Codespaces

乐理通识

2023 年搞了台雅马哈 61 键的电子琴,顺手看了下啊 B 的上的课程 《零基础自学音乐学乐理合集-第一季》,这里是部分笔记(给博客加点不一样的东西👀)。 简谱各部分一览 C 表示音名 竖线为小节线 音名 完整钢琴键盘 88 键 9个组...

music

Elixir 依赖 (deps) 调试的小技巧

Elixir 依赖 (deps) 调试的小技巧

Elixir

(译) Server-Sent Events: the alternative to WebSockets you should be using

原文地址: https://germano.dev/sse-websockets/ 作者: Germano Gabbianelli 当开发实时 web 应用时,WebSockets 可能是我们首先想到的。然而,Server Sent Events...

SSE

2022 | Summary

Welcome to my blog, enter password to read.

blog

(译)Elixir Tip: Case vs. With

从 1.2 版本开始, with 运算符是需要点时间去理解的 ELixir 特性之一. 它经常在使用 case 的情形下使用, 反之亦然. 两者的不同在于如果没有可以匹配到的子句, with 将失败, 而 case 将抛出一个不匹配 (no-matc...

Elixir

the-solution-of-elixir-continuous-runtime-system-code-coverage-collection

zh_hans Code coverage is an effective means to assist software engineers in verifying code quality. The runtime environment...

Elixir

Elixir 连续运行时代码覆盖率采集方案

1. 浅谈代码覆盖率 作为 SET 和 SWE, 我们经常需要编写单元测试或集成测试用例来验证系统/应用的正确性, 但同时我们也常会质疑我们的测试是否充分了. 这时测试覆盖率是可以辅助用来衡量我们测试充分程度的一种手段, 增强发布成功率与信心, 同时...

Elixir

(译) Understanding Elixir Macros, Part 6 - In-place Code Generation

Elixir Macros 系列文章译文 [1] (译) Understanding Elixir Macros, Part 1 Basics [2] (译) Understanding Elixir Macros, Part 2 - Macro...

Elixir

(译) Understanding Elixir Macros, Part 5 - Reshaping the AST

Elixir Macros 系列文章译文 [1] (译) Understanding Elixir Macros, Part 1 Basics [2] (译) Understanding Elixir Macros, Part 2 - Macro...

Elixir
1234517