Stephann V.

90 Followers
141 Following
1,073 Posts
Software developer since 2010. Ruby, Crystal and Godot enthusiast.

Codeberghttps://codeberg.org/stephann
Blueprint (Crystal HTML builder)https://github.com/stephannv/blueprint
Phlex-Slotablehttps://github.com/stephannv/phlex-slotable
Githubhttps://github.com/stephannv
I think my dell display is broken
If you don't know who is behind ladybird browser

I've just published my Crystal shard to handle CPF/CNPJ identifiers (Brazilian stuff).

It features Value Objects, Abstract struct, DB integration, JSON/YAML serialization/deserialization.

It was fun!

https://codeberg.org/gunbolt/cpf_cnpj

#crystallang #crystal

Phlex + Literal combo to build your design system

#ruby #phlex

Added features do Pikoin:
- Cashflow insight
- Spending breakdown insight
- Support for pt-BR language
- Support for different currencies (input and display)
- More 2 filter options for insights (last month, last year)

Pikoin repo: https://github.com/gunbolt/pikoin

#ruby #phlex

Experimenting I18n using actual texts as translation keys.

#ruby #rails

WTF, I searched for "ruby i18n" and as first result I got a github result with "Ruby I18n" leading to an AI powered tool

This is pikoin, my own small finance tracker. It's still very very simple but you can already register the movements.

https://github.com/gunbolt/pikoin

#screenshotsaturday #foss #ruby

GitHub - gunbolt/pikoin: A free and open source finance tracker.

A free and open source finance tracker. Contribute to gunbolt/pikoin development by creating an account on GitHub.

GitHub
I'm not used to seeing herons on top of trees.

Ruby could take inspiration from Crystal and allow instance variable assignment from initializer. No more @xyz = xyz.

#ruby #crystal