Found 1512 bookmarks
Newest
Semiautomated LaTeX tables
Semiautomated LaTeX tables
Functions that speed up how I make tables in LaTeX.
·leancrew.com·
Semiautomated LaTeX tables
Minimal Elixir JSON RESTful API
Minimal Elixir JSON RESTful API
How to expose a JSON endpoint in Elixir without any framework?
·blog.lelonek.me·
Minimal Elixir JSON RESTful API
Oh, Erlang! 🤯
Oh, Erlang! 🤯
What we did for #SpawnFest 2021
·itnext.io·
Oh, Erlang! 🤯
Elixir Processes: Spawn, Send, and Receive - Samuel Mullen
Elixir Processes: Spawn, Send, and Receive - Samuel Mullen
All of OTP is built on a handful of process primitives. In this article, we'll explore three in particular – spawn, send, and receive – to see how they work together.
·samuelmullen.com·
Elixir Processes: Spawn, Send, and Receive - Samuel Mullen
The road to the K2 compiler | The Kotlin Blog
The road to the K2 compiler | The Kotlin Blog
We’ve been working on a new K2 Kotlin compiler for quite some time. The new compiler aims to speed up the development of new language features, unify all the platforms Kotlin supports, bring performan
·blog.jetbrains.com·
The road to the K2 compiler | The Kotlin Blog
Write Tests for all your Missed Branches
Write Tests for all your Missed Branches
In this blog post, you will understand how to identify missing branches and write better tests for your code.
·blog.kotlin-academy.com·
Write Tests for all your Missed Branches
Using VSCode with Alive
Using VSCode with Alive
A collection of examples of using Common Lisp
·lispcookbook.github.io·
Using VSCode with Alive
TDD in Elixir with ExUnit and Doctest
TDD in Elixir with ExUnit and Doctest
ExUnit & DocTest Elixir has it's own test framework built in natively, called ExUnit. ExUnit is a core component of Elixir itself, as much as the task runner and dependency manager mix. When you start a new project with mix, everything is directly set up for you, including basic unit
·til.codes·
TDD in Elixir with ExUnit and Doctest
Test Driven Development — Why Elixir Excels at TDD
Test Driven Development — Why Elixir Excels at TDD
I joined Podium for many reasons, among them was our dedication to testing. A good test suite gives you confidence to go fast and ship…
·medium.com·
Test Driven Development — Why Elixir Excels at TDD
How to Learn Programming – The Guide I Wish I Had When I Started Learning to Code
How to Learn Programming – The Guide I Wish I Had When I Started Learning to Code
Just the thought of learning to code can be very intimidating. The word code is mysterious by definition. It implies a technical form of communication that computers, and not humans, are meant to understand. One way many people start learning to code is by picking a popular programming language and
·freecodecamp.org·
How to Learn Programming – The Guide I Wish I Had When I Started Learning to Code
Gen
Gen
·gen.dev·
Gen
Conditionally setting your gitconfig
Conditionally setting your gitconfig
Personally, I try to keep my development environment as convenient to use as possible and with the advent of BeyondCorp-style zero trust, more internal services are thankfully available without a VPN required. This makes it easy to access tooling from your mobile device and other places but it can also mean the line between work and personal blurs a little bit. A lot of my custom work-related configuration has been deprecated (utilities for wrangling VPNs and proxies) and I basically don’t maintain anything more than what was already open sourced.
·utf9k.net·
Conditionally setting your gitconfig
REST Web API in Practice: Naming Endpoints, Filtering, Sorting, and Pagination
REST Web API in Practice: Naming Endpoints, Filtering, Sorting, and Pagination
In computer science, naming things is hard! When designing and naming the URLs structure, various questions and possible conflicts between the team members may arise. Let's see some practical suggestions for consistently naming our REST endpoints and representing the filtering, sorting, and pagination operations as URL query string parameters.
·dotnetnakama.com·
REST Web API in Practice: Naming Endpoints, Filtering, Sorting, and Pagination
The latency of making a coffee cup
The latency of making a coffee cup
I recently had to discuss the issue on the impact of latency a few times, and I found the coffee cup analogy to be an excellent tool to explain exactly what ...
·ayende.com·
The latency of making a coffee cup