Programming

Programming

1462 bookmarks
Custom sorting
Metadata Querying for Object Storage feat. Elixir | Tigris Object Storage
Metadata Querying for Object Storage feat. Elixir | Tigris Object Storage
Now we get to the significantly more disruptive stuff. The things that while Tigris is an S3-compatible API it also provides features that enable entirely new use-cases and push the boundaries of what you can do with object storage. Let's see if we can't set your internal constraint-solver aflame with possibilities.
·tigrisdata.com·
Metadata Querying for Object Storage feat. Elixir | Tigris Object Storage
How to build a GitHub-style Markdown Editor
How to build a GitHub-style Markdown Editor
Replace your WYSIWYG editor with a plain Markdown one! This article shows you how to build a GitHub-style Markdown editor from scratch.
·indiecourses.com·
How to build a GitHub-style Markdown Editor
Catalog | CodeCrafters
Catalog | CodeCrafters
Real-world proficiency projects designed for experienced engineers. Develop software craftsmanship by recreating popular devtools from scratch.
·app.codecrafters.io·
Catalog | CodeCrafters
Data Visualization for Machine Learning in Elixir | zacksiri.dev
Data Visualization for Machine Learning in Elixir | zacksiri.dev
I show you the various ways you can visualize data for machine learning in Elixir. I start with doing a basic scatter plot and move to more complex examples like plotting the loss curve.
·zacksiri.dev·
Data Visualization for Machine Learning in Elixir | zacksiri.dev
Comparing Elixir with Rust and Go - LogRocket Blog
Comparing Elixir with Rust and Go - LogRocket Blog
Compare the three programming languages Elixir, Rust, and Go across criteria such as memory usage and time in concurrency projects.
·blog.logrocket.com·
Comparing Elixir with Rust and Go - LogRocket Blog
Comparing Elixir vs Java - Erlang Solutions
Comparing Elixir vs Java - Erlang Solutions
A seasoned developer discusses transitioning to Elixir and performance comparisons with Java and mainstream languages.
·erlang-solutions.com·
Comparing Elixir vs Java - Erlang Solutions
Streaming video with Phoenix
Streaming video with Phoenix
Update 20170906: This article was written for Phoenix 1.2. Is not going to work with 1.3 without some minimal changes, but the ideas should…
·medium.com·
Streaming video with Phoenix
Learning Machine Learning in Elixir | zacksiri.dev
Learning Machine Learning in Elixir | zacksiri.dev
I highlight the various tips and tricks to how I'm learning machine learning with elixir. I also go through the difference between python and elixir for various steps in machine learning.
·zacksiri.dev·
Learning Machine Learning in Elixir | zacksiri.dev
Use Git like a senior engineer
Use Git like a senior engineer
Git is a powerful tool that feels great to use when you know how to use it.
·levelup.gitconnected.com·
Use Git like a senior engineer
Forsp: A Forth & Lisp Hybrid Lambda Calculus Language
Forsp: A Forth & Lisp Hybrid Lambda Calculus Language
In the world of lambda calculus programming languages there are many ways to express the terms, which is why we ended up with such an amazing range of programming languages, even if most trace thei…
·hackaday.com·
Forsp: A Forth & Lisp Hybrid Lambda Calculus Language
Igniter - A code generation and project patching framework - Your Libraries & OS Mentoring / Libraries - Elixir Programming Language Forum
Igniter - A code generation and project patching framework - Your Libraries & OS Mentoring / Libraries - Elixir Programming Language Forum
Fixed! And thanks for posting the links. In the guide lines it says not to link to external sources but I think I took that too literally. It means “explain your package here”, not “don’t have any links pointing elsewhere” 😆
·elixirforum.com·
Igniter - A code generation and project patching framework - Your Libraries & OS Mentoring / Libraries - Elixir Programming Language Forum
Phoenix: Ecto cheatsheet
Phoenix: Ecto cheatsheet
The one-page guide to Phoenix: Ecto: usage, examples, links, snippets, and more.
·devhints.io·
Phoenix: Ecto cheatsheet
Advanced Dependency Injection in Elixir with Rewire | AppSignal Blog
Advanced Dependency Injection in Elixir with Rewire | AppSignal Blog
Dependency injection can prove useful in Elixir. In this second part of a two-part series, we'll look at some basic concepts, core principles, and types of dependency injection.
·blog.appsignal.com·
Advanced Dependency Injection in Elixir with Rewire | AppSignal Blog
Early Returns in Elixir – Clivern
Early Returns in Elixir – Clivern
Early returns is often employed to exit a function as soon as an exceptional or negative condition is met. It won't take much time when learning elixir to figure out that early returns are missing!
·clivern.com·
Early Returns in Elixir – Clivern
Managing Key/Value Pairs in PostgreSQL
Managing Key/Value Pairs in PostgreSQL
Let’s say that you’ve been following the latest research in key/value data storage and are interested in managing such data in a PostgreSQL database. You want to have functions to store and retrieve pairs, but there is no natural way to represent pairs in SQL. Many languages have hashes or or data dictionaries to fulfill this role, and you can pass them to functional interfaces. SQL’s got nothin’. In PostgreSQL, have two options: use nested arrays (simple, fast) or use a custom composite data type (sugary, legible).
·justatheory.com·
Managing Key/Value Pairs in PostgreSQL
Improving upserts in Ecto and PostgreSQL | katafrakt's garden
Improving upserts in Ecto and PostgreSQL | katafrakt's garden
With a little bit of a secret database sauce we managed to get the information about what our upsert did without resorting to tricks like comparing automatic timestamps.
·katafrakt.me·
Improving upserts in Ecto and PostgreSQL | katafrakt's garden