Avatar

Blog of Jérémie Litzler

I share my notes and experiences that can be useful to one of you. Enjoy the read!

  1. Home
  2. Who am I?
  3. Support my work
  4. Search
  5. Let's talk
  6. Archives
  7. Dark Mode

Archives

2025 52
2024 56
2023 30
2022 59
2021 7
2020 5
2018 6
Top 5 Categories
Web Development (93) Gardening (77) Sofware Development (21) Web Fundamentals (7) Tutorials (4)

Missing category ? Only the first 5 most used are listed.

View all categories
Top 5 Tags
Compost (44) No Dig (40) Charles Dowding (37) Tip of the Day (35) Huw Richards (29)

Missing tag ? Only the first 5 most used are listed.

View all tags
pageIndex = 0 outOfVisibleViewPort = false
A building with orange and blue parts
Sofware Development

Object composition with C#

Object composition is a design principle in which one class is composed of one or more objects of other classes.

Oct 27, 2025
5 minute read
pageIndex = 1 outOfVisibleViewPort = false
Example of Tailwind CSS
Web Development

Tailwind CSS or Not?

There are different opinions on whether to use Tailwind or not.

Sep 19, 2025
4 minute read
pageIndex = 2 outOfVisibleViewPort = false
A person signing a document.
Web Development

The Steps Of Token-based Authentication

Token-based authentication is a method of verifying users’ identity through a token. Here’s a simple explanation.

Sep 17, 2025
6 minute read
pageIndex = 3 outOfVisibleViewPort = true
Image with ‘Sealed keyword in .NET and C#’
Web Development

Design a Class to Prevent It From Being Subclassed In C#

To prevent a class from being subclassed in C#, there is a keyword you can use. Let’s see which, how it is used and why.

Sep 15, 2025
4 minute read
pageIndex = 4 outOfVisibleViewPort = true
Several coffee cups
Web Development

Common Use Cases of Action Filters In ASP.Net WebAPI

In ASP.Net WebAPI, Action Filters are commonly used for various cross-cutting concerns that need to be applied to multiple action methods or controllers

Sep 08, 2025
5 minute read
pageIndex = 5 outOfVisibleViewPort = true
Hundreds of butterflies flying in the air
Sofware Development

Database migration with Flask, SQLAlchemy and Alembic

A concise guide exploring why database migration matters in Flask applications, highlighting SQLAlchemy models, Alembic migrations, and the orchestration between them.

Aug 25, 2025
6 minute read
pageIndex = 6 outOfVisibleViewPort = true
A container ship going towards the sunrise.
Sofware Development

Container Image Tagging Strategy On Pull Request vs. Individual CI

Usually, we have a QA environment before pushing an application update to production. Let’s see to handle the creation of a Docker image for each environment in Azure DevOps.

Aug 18, 2025
4 minute read
pageIndex = 7 outOfVisibleViewPort = true
A man jumping on a container
Sofware Development

Configure Docker Image Tagging in Azure DevOps

Usually, we have a QA environment before pushing to production. Let’s see to handle Docker image tagging with Azure DevOps.

Aug 11, 2025
3 minute read
1 2 … 27
© 2018 - 2025 Blog of Jérémie Litzler
License GPLv3 | Terms
Built with Hugo
Theme Stack designed by Jimmy