Text Expansion with Hippie Expand - Mastering Emacs
Exploring RStudio’s Visual Markdown Editor | R-bloggers
RStudio 1.4 was released in January 2021 and switched to calendar-based versioning as of 2021.09. Starting with 1.4, the IDE includes a visual markdown editor that works on any markdown-based document, such as .md or .Rmd files. Visual editing mode pro...
ETS
Website for Elixir
Erlang Term Storage (ETS) · Elixir School
Pattern Matching · Elixir School
Bugs that the Rust compiler catches for you
Over the decades, Humans have proved to be pretty bad at producing bug-free software. Trying to apply our approximative, fuzzy thoughts to perfectly logical computers seems doomed. While the practice of code reviews is increasing, especially with the culture of Open Source becoming dominant, the situation is still far from
Populating Ecto Database with Test Data Using Faker
When building a web application there is almost always some form of a database being utilized to persist the application's data.
Create ghost loading cards in Phoenix LiveView
Unless you already didn't know, when a LieView component is mounted on a page, it runs the mount/2 function twice. One when the page is rendered from the initial request, and one one when the socket is connected. So if you have data that is slow or resource heavy to load, you should consider to wait until the socket is connected so the intial load is not in vein.
A popular approach is to use ghost cards. A ghost gard is a loading placeholder that looks similar to the content that you try to load in but without actual data.
In this tutorial I will show you how
Elixir Examples
A collection of small Elixir programming language examples.
So Many Ways to Update a Map with Elixir!
Last week I got a pleasant refresher on updating maps. As I type this it sounds like such a basic thi...
Joy of Elixir
Joy of Elixir is a gentle introduction to programming, aimed at people who already know some things about computers, but who have little-to-no programming experience.
Anonymous Functions in Elixir on Exercism
Master Anonymous Functions in Elixir by solving 3 exercises, with support from our world-class team.
Extract Lists from Text File in Elixir
I have a bit of an odd question, but I have read all sorts of Elixir documentation and textbooks in sort of an answer to this and have come up with nothing.
I have a set of .txt files which each c...
String Encodings Decoded With Elixir
Know the working of strings
Selling my own GPL software part 3, prior art (existing GPL software for sale) - Raymii.org
An Introduction to ETS Tables in Elixir
When crafting an Elixir program, you often need to share a state. For example, in one of my previous articles I showed how to code a server to perform various calculations and keep the result in...
Top 5 VSCode Extensions To Boost Productivity When Using Markdown
Make your markdown editing faster
Chapter 5. Input - Hello World! Computer Programming for Kids and Other Beginners
How To Highlight Markdown Code With Remarkable
Display code beautifully in your React app
Want to write better user stories? Stop using “can”.
Feature Factories are dangerous things. You might even work in one and don’t realize it yet. Here’s a test: if your team built something 6 months ago and you’ve no idea if anyone …
The One On Dynamic Programming!
Probably the first in a multi-part series on DP.
Programming, Motherfucker - Do you speak it?
Merge to main = deploy to prod
Make sure to do continuous delivery
Elixir - File IO
Elixir - File IO, File IO is an integral part of any programming language as it allows the language to interact with the files on the file system. In this chapter, we will discus
Learn With Me: Elixir - The Tuple Module (#26)
We take a close look at the functions in the Tuple module.
Protocols · Elixir School
Ockam | Product
Broadway
Build concurrent and multi-stage data ingestion and data processing pipelines with Elixir.
Phoenix
Phoenix is a web framework for the Elixir programming language that gives you peace of mind from development to production
Testing Distributed Systems
Curated list of resources on testing distributed systems