Recursion and Iteration Part I
Turning simple recursion into an iterative process
Last Updated on May 29, 2023 Recursion and Iteration While iterative constructs are well understood by programmers in general, it is not uncommon to stumble …
Our Internal Review Process for Publishing Posts
How the blog team handles post review
Last Updated on May 29, 2023 The Blog Team Hi! My name is Julia, I’m a developer working at Codeminer42 and I’ve also been a …
How to handle loops in Elixir
Last Updated on May 29, 2023 Elixir is a dynamic, functional laguage for building scalable and maintainable applications. This is a short description of Elixir …
Mapbox, the “Google” for working with map applications
A simple introduction and practice to learn how to use mapbox lib for web apps
Last Updated on July 4, 2023 Hello boys and girls!!! In this article I’ll be discussing the Mapbox, an American provider (APIs and SDKs) for …
Ruby’s Cool Features for Beginners
Last Updated on April 11, 2024 Hi, everyone! In this article, we’re gonna cover some features and concepts that differ Ruby from other programming languages, …
Composition API in VueJS
Last Updated on July 4, 2023 Hello guys! In this article I will talk about the Composition API in VueJS. More precisely, I’ll give you …
Zero Knowledge Proofs and Merkle Trees – An overview before diving into it
Last Updated on October 17, 2023 If you care about your personal data and preferences (and you get more and more worried with every data …
AWS SNS – What You Should Know About it + a NodeJS Implementation
Last Updated on May 29, 2023 Image by unsplash Hi there! In the past few weeks I’ve been working on the backend of a mobile …
AWS Cognito – An Implementation Guide for your NodeJS Application
Last Updated on July 4, 2023 In this article, we aim to give you an overview of what AWS Cognito solves and how to use …
ActiveRecord Callback Chain: A Cool (and Weird) Edge Case
Last Updated on July 4, 2023 Image by jcomp Well, it’s been a while. After a lot of time… I’m back! ( ̄▽ ̄)/ If you haven’t …