[pt-br] Você sabe o que é o ambiente em...
How I learn any type of new technology (As a Senior Developer) ...
Hey y'all, hope you've been doing and feeling great! My name is Cherry Ramatis, and I'm currently...
A BEAM é uma VM que está sendo muito falada ultimamente com o advento de novas tecnologias como gleam...
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!
It has been a couple of weeks since I started testing out this technology, JSDoc, for maintaining...
Compartilhar conhecimento escrito é uma ótima forma de dominar um assunto específico, além de ser uma...
The ruby programming language is known for two major facts: One is its core philosophy with...
In the previous articles, we explored various aspects of managing processes in Elixir. From creating...
In Elixir, every function runs inside a separate process, and we can deal with processes in a very...
I think we all faced(or wrote) that 20 lines of if statements to check a single variable in all the...
Elixir works really well for concurrent code because of it's functional nature and ability to run in...
Have you ever wanted to add type-checking to your Ruby code? Going from a rubber duck to a full-armed...
Are you familiar with the Unix philosophy and how to create better scripts? In this comprehensive...
Have you ever encountered a problem and immediately had the solution pop into your mind without the...
Boas pessoas desenvolvedoras precisam saber fazer CRUD não é mesmo? Então já pensou em ser capaz de...
Have you ever considered your approach to handling exceptions? I'm referring to the method in which...
Sinatra is often seen as a tool for simple APIs, but it can also be used to manage big applications....
How to create your own completion for vim
DISCLAIMER: I'll be assuming basic knowledge with elm language and elm architecture I'm currently...
How to human friendly CLIs with tab completion by default using bonzai and golang
To understand the usage of facades on real-life projects, let's imagine that we'll implement an...
What is the repository pattern? (In simple terms) In the famous book "Patterns of...
In the modern world boilerplate is something that we as developers just got used to as part of the...