Recent posts
- Easily creating a golang command line toolLet's see how to easily and quickly create a command line tool in golang.2/14/2021
- Golang over Java for REST servicesWhy I'd pick Golang over Java to create any new distributed system. I am going to compare a REST service implementation in Java vs the implementation in Golang.11/1/2020
- Svelte, a bright future with Vite (Snowpack not anymore)Echoing Richard Harris announcements in Svelte Summit 2020: Sapper 1.0 never gonna happen, the new Svelte Kit, Snowpack as build tool, Javascript Module System..8/30/2024
- This is Sapper!This static blog site has been migrated from Nikola to Sapper (SvelteKit now). In this article we will go through the main reasons, performance results and some other thoughts about using Sapper and Svelte for generate an static web site.4/19/2020
- Create a PWA with Create React App: Lessons LearnedLessons learned while developing a PWA with CRA: Budget Tracker.11/4/2019
- Create SPA: React + Typescript + ParcelExample project how to create a Single Page Application with React, Typescript and Parcel..7/10/2019
- Custom Maven Plugin: Override default build lifecycleHow to create a custom Maven plugin which overrides default build lifecycle.5/12/2018
- Example how to create custom Maven PluginExample to understand Maven plugins concepts and how to create a custom Maven plugin from scratch.3/11/2018
- Choosing a Modern C++ stackWhy I'd choose Meson+Doctest tech stack to create a new C++ project with a reusable and easy-to-run example..9/15/2017
- Filesystem in C++17We are going to analyze with examples new filesystem features coming with C++17.5/28/2017
- Multi-Domain Docker ContainersHow to create different Docker containers with different domain names in the same host.11/24/2016
- Convert files formats: Windows to UnixConvert Windows formatted files to Unix format per directory recursively.2/12/2016
- Bases de Datos Embebidas Java: Comparación de RendimientoComparación de rendimiento en Java entre tres bases de datos embebidas: Derby/JavaDB, Sqlite y ObjectDB.6/7/2014
- Java serialization ways: Performance ComparisonJava serialization ways, performance comparison.5/13/2014
- C++ Struct memory alignmentUnderstanding pragma pack preprocessor directive and how it affects to memory alignment.11/26/2012
- Replace punctuation symbols in PythonAn example of how to remove or replace punctuation symbols of a Python string.10/23/2012
- Eliminar etiquetas HTMLCómo eliminar etiquetas HTML utilizando Python o más fácil aún, utilizando Django.10/2/2012