Auto-Saving Forms Done Right 1/2
Design an auto-saving form with a good UX regardless of your framework
Last Updated on April 11, 2024 Auto-Saving is a way to ensure that data provided by a user is persisted without needing them to click …
SEO Basics: Searching… Seek and Deploy
Kids, I’m gonna tell you an incredible story. The story of how I met your website.
Last Updated on April 11, 2024 Oh, hi! I didn’t see you were already there! Today, I will be your wingman to help you and …
Beginner’s Guide to React Native Development
Code your first app with a from concept to code guide
Last Updated on April 11, 2024 Are you searching for a technology to develop mobile applications but don’t know where to start? Your search ends …
Exploring the Lean4 Language
Last Updated on April 11, 2024 As a tech enthusiast, I’ve always been interested in new concepts that new programming languages can provide us. My …
The Path of Open Source: What I learned
Last Updated on April 11, 2024 I began my career as a trainee software developer at Codeminer 42. Throughout a three-month period, I studied web …
Lean4: Crafting in an Uncharted Territory
Overcoming Challenges and Innovating
Last Updated on April 11, 2024 Armed with an unknown weapon called Lean4, I ventured into an arena known as ‘Rinha de Backends‘, a challenge …
Ruby and the State of Artificial Intelligence
Investigating the Tools and Resources for Artificial Intelligence and Machine Learning around the Ruby Ecosystem
Last Updated on October 17, 2023 Hello, fellow readers! It’s been a while since I showed up here, and today, we’ll talk about a hot …
Exploring the ChatGPT API
An Introductory Guide on Empowering Applications through AI
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 …
The Right Form of Forming Forms
How to provide a great user experience and validate forms on the frontend.
Last Updated on March 14, 2024 Imagine you just got paid and can finally buy the laptop you have been dreaming about for months. Since …
Modeling data with DynamoDB
Last Updated on October 17, 2023 In this article, we will perform the modeling and queries of a simple e-commerce domain using the NoSQL database, …