Cherry Ramatis

Cherry Ramatis @cherryramatis

About: A trans woman who loves to code 🧙‍♀️

Joined:
Feb 11, 2023

Cherry Ramatis
articles - 24 total

[Boost]

[pt-br] Você sabe o que é o ambiente em...

Learn More 0 0Jun 3

[Boost]

How I learn any type of new technology (As a Senior Developer) ...

Learn More 0 0Mar 20

I'm looking for a FullStack Software Developer Role

Hey y'all, hope you've been doing and feeling great! My name is Cherry Ramatis, and I'm currently...

Learn More 330 37Jun 25 '24

BEAM VM The good, the bad and the ugly

A BEAM é uma VM que está sendo muito falada ultimamente com o advento de novas tecnologias como gleam...

Learn More 128 12May 20 '24

Ending the war or continuing it? Let's bring functional programming to OOP codebases

The more time goes by, the more I become a functional programming enthusiast. With this article we'll discuss concepts around functional programming to learn in a simple way and propose those concepts to be used even in OOP land!

Learn More 214 18Mar 6 '24

What is JSDoc and why you may not need typescript for your next project?

It has been a couple of weeks since I started testing out this technology, JSDoc, for maintaining...

Learn More 185 32Jan 23 '24

Compartilhando seu conhecimento com o mundo! Como escrever artigos

Compartilhar conhecimento escrito é uma ótima forma de dominar um assunto específico, além de ser uma...

Learn More 380 38Nov 13 '23

Metaprogramming in ruby

The ruby programming language is known for two major facts: One is its core philosophy with...

Learn More 137 10Oct 30 '23

Supervisors - Letting things crash

In the previous articles, we explored various aspects of managing processes in Elixir. From creating...

Learn More 192 9Oct 23 '23

Gen servers - Abstracting state management and task run together

In Elixir, every function runs inside a separate process, and we can deal with processes in a very...

Learn More 204 11Oct 15 '23

Pattern matching - Dealing with the if statement nightmare

I think we all faced(or wrote) that 20 lines of if statements to check a single variable in all the...

Learn More 220 8Oct 2 '23

Handling state between multiple processes with elixir

Elixir works really well for concurrent code because of it's functional nature and ability to run in...

Learn More 349 26Sep 26 '23

Bringing more sweetness to Ruby with Sorbet types 🍦

Have you ever wanted to add type-checking to your Ruby code? Going from a rubber duck to a full-armed...

Learn More 301 33Sep 18 '23

Linux filters - How to streamline text like a boss

Are you familiar with the Unix philosophy and how to create better scripts? In this comprehensive...

Learn More 407 24Sep 11 '23

Enhancing development with REPLs - A practical guide

Have you ever encountered a problem and immediately had the solution pop into your mind without the...

Learn More 250 19Sep 3 '23

Performance e elegância! Escrevendo uma CLI CRUD utilizando ScyllaDB e Ruby

Boas pessoas desenvolvedoras precisam saber fazer CRUD não é mesmo? Então já pensou em ser capaz de...

Learn More 289 27Aug 28 '23

Complementing exceptions - Introducing monads for error handling in ruby

Have you ever considered your approach to handling exceptions? I'm referring to the method in which...

Learn More 247 27Aug 13 '23

Creating a Sinatra API with system-wide dependency injection using dry-system and rom-rb

Sinatra is often seen as a tool for simple APIs, but it can also be used to manage big applications....

Learn More 245 30Aug 5 '23

How to create your own completion for vim

How to create your own completion for vim

Learn More 80 5Aug 5 '23

How to manage HTTP requests on page load with elm

DISCLAIMER: I'll be assuming basic knowledge with elm language and elm architecture I'm currently...

Learn More 57 6Jul 31 '23

Bonzai and how to create a personal CLI to rule them all

How to human friendly CLIs with tab completion by default using bonzai and golang

Learn More 20 4Jul 31 '23

What are facades and how to use it on ruby

To understand the usage of facades on real-life projects, let's imagine that we'll implement an...

Learn More 20 0Jun 15 '23

Simple Repository Pattern for Ruby on Rails

What is the repository pattern? (In simple terms) In the famous book "Patterns of...

Learn More 43 2Jun 13 '23

How to use file templates in vim

In the modern world boilerplate is something that we as developers just got used to as part of the...

Learn More 117 10Jun 4 '23