Skip to content
View rwillians's full-sized avatar

Organizations

@TurtleAI

Block or report rwillians

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rwillians/README.md

Hi there πŸ‘‹

I'm a product-minded Backend Software Engineer with a keen interest in Developer Experience.

I've worked mostly in startups and fast-paced projects, so I'm used to wearing many hats and learning new things quickly. I prioritize understanding the business and the users' needs so that I can build the best feasible solutions. I specially like working with decisions driven by data using Hypothesis-Driven Development.

  • πŸ““ I've done a lot of work on Double-Entry Bookkeeping Accounting systems in Elixir with Event Sourcing β€” there's a link to my lib at the bottom.
  • πŸ”­ I'm currently looking into an architecture for processing high-volume operations (mostly integrations syncing) with log retention, telemetry and data visualization meant for engineering teams easily develop background jobs for and easily get insights from their jobs' stats.
  • 🌱 I’m currently learning more about designing programming languages, and I'm designing a statically typed one using Set Theoretic Types just for fun.
  • πŸ€” I’m looking for collaborations on how to scale Double-Entry Bookkeeping systems, since they are naturally so bound to sequencial operations per ledger.
  • πŸ’¬ Ask me about Elixir, JavaScript, Node.js, HTTP Servers, middleware stack applications, Double-Entry Bookeeping, Financial Accounting, DevOps, CI/CD, Event Sourcing, CQRS, etc.
  • πŸ“« You can also find me on 𝕏 Twitter: at @rwillians_ and at @rwillians.bsky.social.
  • πŸ“‘ You can find my publishings on dev.to (the place is a bit empty thought, I'm still moving my stuff to there): @rwillians.

Recommendations

  • πŸ“‘ You might be interested in my introduction to Double-Entry Bookkeeping Accounting.
  • πŸ‘¨β€πŸ’» You might be interested in Bookk, my Elixir/Erlang library that provides the building blocks for operating ledgers using Double-Entry Bookkeeping.
  • πŸ›Ÿ express-rescue: this is an old one but still used alot even after express.js got "native" support for async middlewares. Although its primary purpose β€” make it safe to run async middleware functions in express β€” is not longer needed, it still adds valeu by enabling developers to create cleaner code thanks to the rescue.from(errorClass, handler) function, which gives you the abality to selectively handle errors based on their class name. It's a really small lib and I encurage you to replace it with a single function in your codebase. The important thing here is the idea of how to organize your middlewares and have error handlers that are specific to a route that can translate domain errors to HTTP errors.

You're the visitor number:

Pinned Loading

  1. bookk bookk Public

    Bookk is a simple library that provides building blocks for manipulating ledgers using double-entry bookkeeping

    Elixir 13

  2. express-rescue express-rescue Public

    Sugar code layer for async middlewares and error handers, rewarding you with cleaner and more readable code.

    JavaScript 17 2

  3. fykit fykit Public

    Home of Appify and its peers.

    TypeScript 3

  4. sugar-env.js sugar-env.js Public

    Sugar code to access environment variables with default values

    JavaScript 8 1

  5. TurtleAI/derive TurtleAI/derive Public

    An Event Sourcing and CQRS solution.

    Elixir 1

  6. drone-plugins/drone-docker drone-plugins/drone-docker Public

    Drone plugin for publishing Docker images

    Go 318 317