Jul 10 2023
Indie Hacking with ConvierteImagenes; Building a Simple Yet Effective Image Conversion Tool
ConvierteImagenes is a user-friendly single-page application built with SvelteKit, enabling users to convert images into various formats effortlessly. Serving a Hispanic audience, the website combines rapid development, superior SEO strategies, and effective use of AI tools for an optimized image conversion experience.
Dec 9 2022
The Benefits of Storing Money as Cents in Your Database
Learn about the advantages of storing money values as cents in your database, including greater accuracy and simplicity in calculations involving money.
Dec 6 2022
How to use Chakra UI themes
Learn how to use Chakra UI themes to customize the look and feel of your application in 5 easy steps
Dec 4 2022
The benefits of using a REST API for your startup's backend
Are you a startup founder wondering which technology to use for your business's backend? In this post, we share our experience of choosing a REST API for our startup's backend and the benefits it brought us. We also cover best practices for building REST APIs and connecting them to a database, as well as a comparison of SQL and NoSQL options.
Dec 1 2022
Why we chose NextJS for our start-up
We chose NextJS for our startup because it's a great framework for building fast.
Nov 28 2022
Why we chose AWS for our start-up
We chose AWS for our startup because of the Security, flexibility, scalability, and cost-effectiveness of the platform. Here's why.
Nov 22 2022
Choosing a tech stack for your start-up
A guide to choosing the right tech stack for your start up
Dec 2 2020
Using AWS Lambdas + headless Chrome to Generate PDF files from HTML
Learn how to use AWS Lambdas + headless Chrome to generate PDF files from HTML
Nov 10 2019
How to use Themes in styled-components
Learn how to use themes in styled-components to create reusable components that can be used in different contexts.
Oct 28 2019
A note on heading content
Understanding HTML heading content
Jul 8 2019
Build a dropdown in React using Downshift + TS
Learn how to build a dropdown in React using Downshift and TypeScript
Jun 29 2019
Setting up Jest + React-Testing-Library
Learn how to set up Jest and React-Testing-Library for testing React components.