One of the simplest and most effective ways to enhance accessibility in design but also one of the most common accessibility fails.
From Vintage to Visionary: Empowering Software with the Latest Vue Updates
The frontend team at bitcrowd has been working hard on building our new website in the last months; as ever, rebuilding our own site is one of the most difficult tasks web developers can undertake.
This is the second post of a series on using a RAG information system for your team's codebase. Find out how the LLM can read and understand Elixir code and start a conversation about your codebase with the LLM.
This is the first part of a series of blog posts on using a RAG (Retrieval Augmented Generation) information system for source code. Find out how a simple RAG system can empower your development team.
Run your seeds a million times with deterministic UUIDs in Elixir.
Utilizing the Erlang ecosystem to set up a quick SFTP server in Elixir.
Showcasing two small techniques that improve your happiness when working with Phoenix application configuration.
A setup to separate private and work-related contributions on GitHub
Ruby has a history of strong testing tools. That strong ethos of testing also influenced us at bitcrowd. Loosely inspired by RSpec's subject, we've now come to use a similar pattern for testing React components.