RSSAmplifier

Blog

AlexandreHTRB's blog

Content about programming and some other topics.

alexandrehtrb.github.ioRSS feed ↗20 posts

Latest posts

Periodic table of computing

A periodic table containing important elements of modern and historic computing.

Making a holiday calendar with functional programming

Check out how to apply functional programming to calculate the holidays of a year.

Excel as a frontend

Exploring the idea of using Microsoft Excel and the frontend of a system.

What is currying?

Explaining the concept of currying with real-life examples.

Containers should be an operating system responsibility

My opinion regarding containers and a proposal of an alternative solution that could be implemented by operating systems.

Structured logging in .NET with NativeAOT

Check out how to implement structured logging in .NET with NativeAOT and trimming enabled.

Least squares fitting with functional programming

Find out more about the Least Ordinary Squares method, how it can help you and how to implement it with functional programming.

Interfaces as a principle of engineering

Interfaces are a concept that extends beyond programming, covering economy, industry and society.

Introduction to FFmpeg

Learn through practical examples how to use FFmpeg to edit videos and audios.

Special properties in .NET projects

Learn how to customize your .NET project properties and improve performance and file size.

The fathers of quality, Deming and Shewhart

Meet the men that transformed the world's economy with statistical tools.

Collation and encoding in databases

Understand better the concepts of collation and encoding.

SQL iceberg

Discover special SQL commands and keywords.

Shiki and Mermaid in 11ty

See how to integrate Shiki to your 11ty project, with support for Mermaid diagrams.

Asynchronous architecture without queues

Meet cheaper and more pratical alternatives to dedicated queues.

Introduction to functional programming

Come learn more about functional programming and in which situations it can help you.

Pipelines for .NET

Learn how to make a pipeline for your .NET program or library, with GitHub Actions examples.

HTTP/2 and HTTP/3 explained

Understand better how HTTP works in each version.

Modern image formats: JXL and AVIF

Meet the next generation image formats, with superior graphics and reduced size in bytes.

Symlinks for multi-repos

Tired of having repeated files across many projects? Know more about symlinks — files that point to other files.