07-01-2026 - Andrés Cruz
Python Learn how to generate sample data in FastAPI to enrich your documentation. Discover how to use `json_schema_extra` in models and `openapi_examples` in `Body`, `Path`, and `Query` to facilitate API testing.
07-01-2026 - Andrés Cruz
Android In this entry we will see how to handle classes in Kotlin, main constructor, secondary constructors, properties, set and get methods, creating class instances, empty classes, data class, Pair y Triple.
07-01-2026 - Andrés Cruz
Django Easily integrate CKEditor 5 into Django. Updated tutorial with installation, configuration, media files, and real-world use in the Django admin panel.
06-01-2026 - Andrés Cruz
Android Complete guide to functions in Kotlin: learn syntax, named parameters, lambdas, extension functions and null handling with practical examples.
06-01-2026 - Andrés Cruz
Flask Flask Mail allows you to send emails with HTML using a pre-configured SMTP client in the Flask application; let's see how to install, configure, and use the package.
05-01-2026 - Andrés Cruz
CSS I'll show you a package that lets you modify your website's typography with Tailwind using @tailwindcss/typography, so you don't have to worry about manually defining text spacing and sizes.
05-01-2026 - Andrés Cruz
Flask We will create a macro so that we can easily reuse the pagination component in any module that we want to use.
04-01-2026 - Andrés Cruz
HTML Learn how to create social media sharing buttons with HTML, CSS, and JavaScript, without plugins or external services, optimized and customizable.
04-01-2026 - Andrés Cruz
Flutter We will talk about many important steps when generating an APK and ABB signed in Release mode in Flutter using VSC that are not discussed in the official documentation.
03-01-2026 - Andrés Cruz
Android Conditionals are a fundamental element in any programming language, they allow you to make branches in the code based on a condition established in them. In this post we will see how to use the if and when conditionals in Kotlin.