Codeminer42's Engineering Blog

Beginner

  • Exploring the ChatGPT API

    · 14 min read · by Leonardo Santiago

    A Generative Pre-trained Transformer, or simply, GPT, is one specific model of a kind known as Large Language Models (LLMs). LLMs are a subset of Deep Learning, which is part…

  • The Right Form of Forming Forms

    · 8 min read · by João Victor Vogler

    Imagine you just got paid and can finally buy the laptop you have been dreaming about for months. Since it is expensive (and you are smart), it's better to be…

  • Modeling data with DynamoDB

    · 10 min read · by Gabriel Quaresma

    In this article, we will perform the modeling and queries of a simple e-commerce domain using the NoSQL database, DynamoDB, and address its main concepts. And before we start modeling…

  • JavaScript Under the Hood #1: Classes

    · 4 min read · by Marcio Flavio

    If you're a programmer coming to JavaScript from other languages, you may have heard that JavaScript has "fake" classes. In this article, we'll explore how classes work under the hood…

  • Unravel the magic of programming

    · 10 min read · by Talysson Oliveira

    Are you the kind of person that likes magic? If you're not, try to remember why other people like it, and bear with me. There is a reason why it's…